December 25, 2023

Cache

Question 13  Consider a set-associative cache of size 2KB (1KB = 210bytes) with cache block size of 64 bytes. Assume that the cache is byte-addressable and […]
December 25, 2023

Cache

Question 12 Assume a two-level inclusive cache hierarchy, L1 and L2, where L2 is the larger of the two. Consider the following statements. S1:Read misses in […]
December 26, 2023

Question 3361 – Logical-Reasoning

Consider the following assertion (A) and reason (R) and select the correct code given below: (A): No man is perfect. (R): Some men are not perfect. […]
December 26, 2023

Question 8877 – ISRO CS 2020

The minimum height of an AVL tree with n nodes is Correct Answer: A Question 8 Explanation:  Minimum: ceil(log2(n+1)) Maximum: floor(1.44*log2(n+2)-.328) Node: Option B is most […]
December 26, 2023

ISRO CS 2020

Question 15 Three CPU-bound tasks with execution times of 15, 12 and 5 time units respectively arrive at times , t and 8, respectively. If the […]
December 26, 2023

Question 10634 – GATE 2008-IT

Arrange the following functions in increasing asymptotic order: A. n1/3 B. en C. n7/4 D. n log9n E. 1.0000001n Correct Answer: A Question 10 Explanation:  A […]
December 26, 2023

GATE 2008

Question 1 equals A 1 B -1 C ∞ D -∞ Engineering-MathematicsCalculus Question 1 Explanation:  Correct Answer: A Question 1 Explanation: 
December 26, 2023

Question 8904 – ISRO CS 2020

The following circuit compares two 2-bit binary numbers, X and Y represented by X1X0 and Y1Y0 respectively. ( X0 and Y0 represent Least Significant Bids) Under […]
December 27, 2023

NTA UGC NET JUNE-2023 Paper-2

Question 25 Let R(A,B,C,D) be a relational schema with the following function dependencies A->B,B->C C->D and D->B The decomposition of R into (A,B)(B,C)(B,D) A gives a […]
December 29, 2023

GATE 2008-IT

Question 1 A set of Boolean connectives is functionally complete if all Boolean functions can be synthesized using those. Which of the following sets of connectives […]