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 […]