May 12, 2024

GATE 2006

Question 62 A CPU generates 32-bit virtual addresses. The page size is 4 KB. The processor has a translation look-aside buffer (TLB) which can hold a […]
May 12, 2024

Software-Engineering

Question 260 In which one of the following, continuous process improvement is done ? A ISO9001 B RMMM C CMM D None of the above Software-EngineeringCMMIUGC […]
May 13, 2024

Logical-Reasoning

Question 5 Which one of the following schools has not accepted anumāna (inference) as a valid source of knowledge? A Advaita Vedānta B Visisādvaita C Chārvāka […]
May 13, 2024

OOPS

Question 60 Which of the following, in C++, is inherited in a derived class from base class ? A constructor B destructor C data members D […]
May 13, 2024

Question 8933 – Algorithms

Which is the complexity of the following code? sum=0; for(i=1; i<=n; i*=2) for(j=1; j<=n; j++) sum++; Which of the following is not a valid string? Correct […]
May 14, 2024

Database-Management-System

Question 900 A view of database that appears to an application program is known as A Schema B Subschema C Virtual table D None of these […]
May 14, 2024

Question 524 – Database-Management-System

Which type of DBMS provides support for maintaining several versions of the same entity? Correct Answer: C Question 273 Explanation:  Many object databases, for example Gemstone […]
May 14, 2024

ER-Model

Question 42 Relations produced from E-R Model will always be in A 1 NF B 2 NF C 3 NF D 4 NF Database-Management-SystemER-ModelUGC-NET CS 2018 […]
May 14, 2024

Database-Management-System

Question 851 Consider a relation book(title, price) which contains the titles and prices of different books. Assuming that no two books have the same price, what […]
May 15, 2024

Operating-Systems

Question 9 Assume that the following jobs are to be executed on a single processor system The jobs are assumed to have arrived at time 0+ […]