December 13, 2023

Question 13095 – HCU PHD CS MAY 2014

If flexibility is defined as having maximum choice in cache placement, which of the following is correctly ordered in ascending order of flexibility? Correct Answer: A […]
December 14, 2023

GATE 1998

Question 45 The address space of 8086 CPU is A one Megabyte B 256 Kilobytes C 1 K Megabytes D 64 Kilobytes Computer-OrganizationMicroprocessor Question 45 Explanation:  […]
December 14, 2023

Programming

Question 31 The following C declarations struct node { int i; float j; }; struct node *s[10]; define s to be A An array, each element […]
December 14, 2023

GATE 1994

Question 5 An unrestricted use of the “goto” statement is harmful because A it makes it more difficult to verify programs B it increases the running […]