May 4, 2024

Asymptotic-Complexity

Question 9 Among the following asymptotic expressions, which of these functions grows the slowest (as a function of n) asymptotically? A a B b C c […]
May 8, 2024

GATE 1989

Question 2 In which of the following case(s) is it possible to obtain different results for call-by-reference and call-by-name parameter passing? A Passing an expression as […]
May 12, 2024

UGC NET CS 2011 Dec-Paper-2

Question 6 A hash table has space for 75 records, then the probability of collision before the table is 6% full. A 25 B 20 C […]
May 17, 2024

UGC NET JRF November 2020 Paper-2

Question 90 Which of the following is not an intermediate code form? A Syntax trees B Three address codes C Quadruples D Post fix Notation E […]
May 18, 2024

HCU PHD CS MAY 2015

Question 15 If a host has an IP address 201.40.67.31/25, what are the network ID and broadcast address of the network to which this host belongs: […]
May 22, 2024

Question 181 – ISRO CS 2008

In the given network of AND and OR gates, f can be written as Correct Answer: E Question 12 Explanation:  (X0X1+X2)X3+X4)X5+⋯+XN =(X0X1X3+X2X3+X4)X5+⋯+XN =X0X1X3X5+X2X3X5+X4X5+⋯+XN =X0X1X3X5⋯XN−1+X2X3X5⋯XN−1+X4X5X7⋯XN−1+⋯+XN A X0X1X2 […]