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, 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 […]
February 4, 2024Disk-ManagementQuestion 1 If the overhead for formatting a disk is 96 bytes for 4000 byte sector, (a) Compute the unformatted capacity of the disk for the […]
February 4, 2024ISRO CS-2023Question 13 Consider the deterministic finite-state automaton (DEA) below. The alphabet is {a,b}. The state with a small incoming arrow is the initial state, while the […]