Question
निम्नलिखित विकल्पों
में से ' कृश ' का विलोम शब्द चुनिए ?Solution
The correct answer is A
In a 2-to-1 multiplexer, how many select lines are required to choose between two data inputs?
Which of the following is a basic equation used in the COCOMO model?
Below code will give what result for f(3)
f(int x)
{
If(x
Return;
f(x-1);
printf(“%d”, x);
f(n-1);
}
When implementing a stack using two queues, what is the time complexity of the "push" operation?
The CPU control unit typically generates control signals for various components within the CPU, including the:
Which boolean operator represents logical AND?
Arrange the following memory components in the memory hierarchy from the fastest to the slowest: Cache memory, Main memory (RAM), Hard disk.
Which is not true for B-Tree?
Which Apache project provides real-time stream processing and messaging capabilities in Hadoop?
Which key is kept secret and known only to the owner in a public key pair?