November 11, 2023

Theory-of-Computation

Question 30 Let G be a context-free grammar where G = ({S, A, B, C},{a,b,d},P,S) with the productions in P given below. S → ABAC A […]
November 12, 2023

Computer-Organization

Question 2 Consider a computer system with a byte-addressable primary memory of size 232bytes. Assume the computer system has a direct-mapped cache of size 32 KB […]
November 12, 2023

Cache

Question 10 In a C program, an array is declared as float A[2048]. Each array element is 4 Bytes in size, and the starting address of […]
November 12, 2023

Question 9387 – Cache

Consider two cache organizations: The first one is 32 KB 2-way set associative with 32-byte block size. The second one is of the same size but […]
November 12, 2023

Question 16133 – Cache

A cache memory that has a hit rate of 0.8 has an access latency 10 ns and miss penalty 100 ns. An optimization is done on […]
November 12, 2023

Question 10934 – Cache

A computer system has a level-1 instruction cache (1-cache), a level-1 data cache (D-cache) and a level-2 cache (L2-cache) with the following specifications: The length of […]
November 12, 2023

Question 16161 – RISC-and-CISC

A processor X 1 operating at 2 GHz has a standard 5-stage RISC instruction pipeline having a base CPI (cycles per instruction) of one without any […]
November 12, 2023

Software-Engineering

Question 370 Bug means A A logical error in a program B A difficult syntax error in a program C Documenting programs using an efficient documentation […]
November 12, 2023

UGC NET CS 2009 Dec-Paper-2

Question 2 Circle has ____________ A No vertices B Only 1 vertex C ∞ vertices D None of these Engineering-MathematicsCo-ordinate-Geometry Question 2 Explanation:  In graph theory, […]
November 12, 2023

OOPS

Question 4 Which among the following is the correct way of declaring object of a class A Classname objectname; B Class classname obj objectname; C Class […]
November 12, 2023

OOPS

Question 46 Which one of the following is correct for overloaded functions in C++ ? A Compiler sets up a separate function for every definition of […]
November 12, 2023

OOPS

Question 51 In a object oriented software design, ‘Inheritance’ is a kind of __________ . A relationship B module C testing D optimization OOPSPropertiesUGC NET CS […]