Question
दिए गए प्रत्येक
प्रश्न में एक अंग्रेजी का वाक्य दिया गया है और उसके नीचे (A), (B), (C), (D) द्वारा उस अंग्रेजी वाक्य के चार हिंदी अनुवाद जिनमें से कोई एक ही उसका सटीक और उचित अनुवाद है। अगर कोई भी रुपाांतर सही नहीं है, तो उत्तर (E) अर्थात ‘इनमें से कोई नहीं’ होगा। Sometimes friendship can bring out the positive side that you never show in any other.Solution
The correct answer is C
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?