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 […]
Question 11 Consider the C struct defined below: struct data { int marks [100]; char grade; int cnumber; }; struct data student; The base address of […]