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 …
In this video we are going to discuss another question which was asked in the exam of ISRO. Q.10 The problems 3-SAT and 2-SAT are Both NP-complete Both in P NP-complete and in P, respectively Undecidable and NP-complete, respectively
In this video we are going to discuss another question which was asked in the exam of ISRO. Q.9 The symmetric difference of sets A = {1, 2, 3, 4, 5, 6, 7, 8} and B = {1, 3, 5, …
In this video we are going to discuss another question which was asked in the exam of ISRO. Q.8 Which symbol denote derived attributes in ER Model? Double ellipse Dashed ellipse Squared ellipse Ellipse with attribute name underlined