May 25, 2024

Question 1428 – Algorithms

The solution of recurrence relation : T(n) = 2T(sqrt(n)) + lg(n) is Correct Answer: D Question 215 Explanation:  A O(lg (n) lg(n)) B O(lg (n)) C […]
May 25, 2024

Computer-Networks

Question 5 Suppose you are asked to design a new reliable byte-stream transport protocol like TCP. This protocol, named myTCP, runs over a 100 Mbps network […]
May 27, 2024

Question 768 – Computer-Networks

Which of the following is not a valid multicast MAC address? Correct Answer: D Question 313 Explanation:  A multicast addressed frame is either flooded out all […]
May 28, 2024

KVS 22-12-2018 Part-B

Question 16 What shall be the 2’s complement represented of -24 in a 16 bit computer? A 1111 1111 1110 1011 B 1111 1111 1110 1001 […]
May 28, 2024

NTA UGC NET Dec 2023 Paper-2

Question 57 Arrange the following steps in the correct order for a DHCP Client to renew its IP lease with a DHCP server : (A) DHCP […]
May 29, 2024

UGC NET CS 2016 July- paper-3

Question 2 8085 microprocessor has _____ hardware interrupts. A 2 B 3 C 4 D 5 Computer-OrganizationMicroprocessor Question 2 Explanation:  Correct Answer: D Question 2 Explanation: