Question
The Meenakshi Temple at Madurai is an example of which
type of temple?Solution
The correct answer is B
More Previous Year Paper Questions
Which property is used to define the font of the element's text?
What does CSMA/CD stand for in the context of LAN technology?
The ALU (Arithmetic Logic Unit) is responsible for:
- ___________is a medium access control protocol used for transmitting data via a shared network channel.
An ADT defines:
- The logic operations of two combinational circuits in Figure-I and Figure-II are
calculate the complexity of the below recursive code
Int f(int n)
{
If(n
return 1;
return f(n/2)+f(n/2);
}
Which of the following is not true about OLTP?
Used to manage the layout of page
What is the definition of an NP-hard problem?