In this video we are going to discuss another question which was asked in the exam of ISRO. Q.22 Which one of the following Boolean expressions is NOT a tautology? ((a → b) ∧ (b → c)) → (a → …
In this video we are going to discuss another question which was asked in the exam of ISRO. Q.21 A cache memory needs an access time of 30 ns and main memory 150 ns, what is the average access time …
In this video we are going to discuss another question which was asked in the exam of ISRO. Q.20 Which interrupt in 8085 Microprocessor is unmaskable? RST 5.5 RST 7.5 TRAP Both (a) and (b)
In this video we are going to discuss another question which was asked in the exam of ISRO. Q.19 The most appropriate matching for the following pairs : X : Indirect Addressing 1. Loop Y : Immediate Addressing 2. Pointers …
In this video we are going to discuss another question which was asked in the exam of ISRO. Q.18 How many 128 × 8 bit RAMs are required to design 32 K × 32 bit RAM? 512 1024 128 32
In this video we are going to discuss another question which was asked in the exam of ISRO. Q.17 Which of the following data structure is useful in traversing a given graph by breadth first search? Stack List Queue None …
In this video we are going to discuss another question which was asked in the exam of ISRO. Q.16 Given two statements: (i) Insertion of an element should be done at the last node in a circular list (ii) Deletion …
In this video we are going to discuss another question which was asked in the exam of ISRO. Q.15 Which one of the following in-place sorting algorithms needs the minimum number of swaps? Insertion Sort Quick Sort Heap Sort Selection …
In this video we are going to discuss another question which was asked in the exam of ISRO. Q.14 The recurrence relation that arises in relation with the complexity of binary search is: T(n) = 2T(n/ 2) + k , …
In this video we are going to discuss another question which was asked in the exam of ISRO. Q.13 In some programming languages, an identifier is permitted to be a letter followed by any number of letters or digits. If …
In this video we are going to discuss another question which was asked in the exam of ISRO. Q.12 Which one of the following is FALSE? There is a unique minimal DFA for every regular language Every NFA can be …
In this video we are going to discuss another question which was asked in the exam of ISRO. Q.11 Given the following statements: S1 : Every context-sensitive language L is recursive S2 : There exists a recursive language that is …