February 4, 2024Operating-SystemsQuestion 2 Consider a system with byte-addressable memory, 32 bit logical addresses, 4 kilobyte page size and page table entries of 4 bytes each. The size […]
February 4, 2024Data-StructuresQuestion 1 Which of the following is/are correct inorder traversal sequence(s) of binary search tree(s)? 1. 3, 5, 7, 8, 15, 19, 25 2. 5, 8, […]
February 4, 2024Artificial-IntelligenceQuestion 7 Consider a Takagi – Sugeno – Kang (TSK) Model consisting rules of the form: If Xi is Ai1 and… and xr is Air THEN […]
February 4, 2024Computer-OrganizationQuestion 12 The following is an 8085 assembly language program: MVI B, OAH MVI A, 05H LXI H, IC40H CALL SUB HLT SUB CMP M RZ […]