ISRO ICRB Scientist/Engineer 'SC' Computer Science & Engineering ICRB Pattern

ISRO Scientist/Engineer CS Solved Papers

Prepare for ISRO ICRB examinations with verified solutions covering Algorithms, Theory of Computation, Compiler Design, Computer Architecture, OS, Discrete Mathematics, and Computer Networks.

0%
Score Tracker
Live accuracy rate
0
Correct
0
Wrong
0
Attempted
Filter ISRO Computer Science Questions

All ISRO CS PYQs / All CS Subjects / All Topics

Marking scheme: +3.00 positive, -0.75 negative (ICRB Standard).

188 Questions Page 5 of 8
101

The operation executed on data stored in registers is called:

ISRO Scientist/Engineer 'SC' CS 2023 (Exam Date: 20.01.2024) Computer Organization & Architecture
Technical Evaluation
Click an option to evaluate
Select an option on the left to reveal the step-by-step solution.
Detailed Solution & Analysis
102

Which of the following methods is used to detect double errors?

ISRO Scientist/Engineer 'SC' CS 2023 (Exam Date: 20.01.2024) Computer Networks
Technical Evaluation
Click an option to evaluate
Select an option on the left to reveal the step-by-step solution.
Detailed Solution & Analysis
103

The prefix expression is $+ab c + d * e f$. Evaluate the expression for $a = 10$, $b = 2$, $c = 5$, $d = 3$, $e = 4$, $f = 1$:

ISRO Scientist/Engineer 'SC' CS 2023 (Exam Date: 20.01.2024) Data Structures
Technical Evaluation
Click an option to evaluate
Select an option on the left to reveal the step-by-step solution.
Detailed Solution & Analysis
104

The asymptotic complexity of 4 functions $f_{1}, f_{2}, f_{3}, f_{4}$ are:

$$f_{1}(n) = 2^{n}$$$$f_{2}(n) = n^{3/2}$$$$f_{3}(n) = n \log n$$$$f_{4}(n) = n^{\log n}$$

Arrange them in increasing order of complexity:

ISRO Scientist/Engineer 'SC' CS 2023 (Exam Date: 20.01.2024) Algorithms
Technical Evaluation
Click an option to evaluate
Select an option on the left to reveal the step-by-step solution.
Detailed Solution & Analysis
105

What is the maximum number of comparisons needed to sort 6 items using radix sort, if each number is a 3-digit decimal number?

ISRO Scientist/Engineer 'SC' CS 2023 (Exam Date: 20.01.2024) Algorithms
Technical Evaluation
Click an option to evaluate
Select an option on the left to reveal the step-by-step solution.
Detailed Solution & Analysis
106

What is the Inorder predecessor of 15 in the Binary Search Tree shown below?

Question Diagram
ISRO Scientist/Engineer 'SC' CS 2023 (Exam Date: 20.01.2024) Data Structures
Technical Evaluation
Click an option to evaluate
Select an option on the left to reveal the step-by-step solution.
Detailed Solution & Analysis
107

Pointer p to an array of integers (of size 2 Bytes) is initialised to 200. What is the value of p+3?

ISRO Scientist/Engineer 'SC' CS 2023 (Exam Date: 20.01.2024) Programming & Data Structures
Technical Evaluation
Click an option to evaluate
Select an option on the left to reveal the step-by-step solution.
Detailed Solution & Analysis
108

In a priority queue, insertion and deletion can be done at:

ISRO Scientist/Engineer 'SC' CS 2023 (Exam Date: 20.01.2024) Data Structures
Technical Evaluation
Click an option to evaluate
Select an option on the left to reveal the step-by-step solution.
Detailed Solution & Analysis
109

Worst case time complexity of heap sort for n elements is:

ISRO Scientist/Engineer 'SC' CS 2023 (Exam Date: 20.01.2024) Algorithms
Technical Evaluation
Click an option to evaluate
Select an option on the left to reveal the step-by-step solution.
Detailed Solution & Analysis
110

Consider a database table T containing two columns X and Y each of type Integer. After the creation of the table, one record $(X=1, Y=1)$ is inserted in the table. Let MX and MY denote the respective maximum values of X and Y among all records in the table at any point in time. Using MX and MY, new records are inserted in the table 128 times with X and Y values being $MX+1, 2 \times MY+1$ respectively. It may be noted that each time after the insertion, values of MX and MY change. What will be the output of the following SQL query after the steps mentioned above are carried out?

SELECT Y FROM T WHERE X=7;

ISRO Scientist/Engineer 'SC' CS 2023 (Exam Date: 20.01.2024) Databases
Technical Evaluation
Click an option to evaluate
Select an option on the left to reveal the step-by-step solution.
Detailed Solution & Analysis
111

In SQL the statement select * from R, S is equivalent to:

ISRO Scientist/Engineer 'SC' CS 2023 (Exam Date: 20.01.2024) Databases
Technical Evaluation
Click an option to evaluate
Select an option on the left to reveal the step-by-step solution.
Detailed Solution & Analysis
112

Which of the following SQL query deletes all tuples in the teacher relation for those teachers associated with a department located in the building with name CSE and which is in department relation:

ISRO Scientist/Engineer 'SC' CS 2023 (Exam Date: 20.01.2024) Databases
Technical Evaluation
Click an option to evaluate
Select an option on the left to reveal the step-by-step solution.
Detailed Solution & Analysis
113

Amongst the ACID properties of a transaction, the 'Durability' property requires that the changes made to the database by a successful transaction persist:

ISRO Scientist/Engineer 'SC' CS 2023 (Exam Date: 20.01.2024) Databases
Technical Evaluation
Click an option to evaluate
Select an option on the left to reveal the step-by-step solution.
Detailed Solution & Analysis
114

Fifth Normal form is concerned with:

ISRO Scientist/Engineer 'SC' CS 2023 (Exam Date: 20.01.2024) Databases
Technical Evaluation
Click an option to evaluate
Select an option on the left to reveal the step-by-step solution.
Detailed Solution & Analysis
115

Which of the following definitions is true?

(i) A digital multiplexer takes one input from many inputs and outputs the selected one

(ii) Four select lines are required for 1-16 demultiplexer

(iii) Eight OR gates are required to implement an octal to binary encoder

ISRO Scientist/Engineer 'SC' CS 2023 (Exam Date: 20.01.2024) Digital Logic
Technical Evaluation
Click an option to evaluate
Select an option on the left to reveal the step-by-step solution.
Detailed Solution & Analysis
116

The time delay obtained through an 8 bit serial register with 400 MHz clock is:

ISRO Scientist/Engineer 'SC' CS 2023 (Exam Date: 20.01.2024) Digital Logic
Technical Evaluation
Click an option to evaluate
Select an option on the left to reveal the step-by-step solution.
Detailed Solution & Analysis
117

A full adder circuit requires:

ISRO Scientist/Engineer 'SC' CS 2023 (Exam Date: 20.01.2024) Digital Logic
Technical Evaluation
Click an option to evaluate
Select an option on the left to reveal the step-by-step solution.
Detailed Solution & Analysis
118

The logical operation of the following circuit is:

Question Diagram
ISRO Scientist/Engineer 'SC' CS 2023 (Exam Date: 20.01.2024) Digital Logic
Technical Evaluation
Click an option to evaluate
Select an option on the left to reveal the step-by-step solution.
Detailed Solution & Analysis
119

A logic circuit that provides a LOW output when both inputs are HIGH or both inputs are LOW is:

ISRO Scientist/Engineer 'SC' CS 2023 (Exam Date: 20.01.2024) Digital Logic
Technical Evaluation
Click an option to evaluate
Select an option on the left to reveal the step-by-step solution.
Detailed Solution & Analysis
120

The resulting logic circuit obtained when both inputs of NOR and NAND gates are connected together is:

ISRO Scientist/Engineer 'SC' CS 2023 (Exam Date: 20.01.2024) Digital Logic
Technical Evaluation
Click an option to evaluate
Select an option on the left to reveal the step-by-step solution.
Detailed Solution & Analysis
121

Given P is a matrix = $\begin{pmatrix} 3 & 2 & 1 & 4 \\ 4 & 0 & 3 & 1 \\ 6 & 4 & 2 & 8 \\ 2 & 5 & 1 & 3 \end{pmatrix}$. If $\det |P|$ denotes the determinant of matrix P, then which of the following is true:

ISRO Scientist/Engineer 'SC' CS 2023 (Exam Date: 20.01.2024) Engineering Mathematics
Technical Evaluation
Click an option to evaluate
Select an option on the left to reveal the step-by-step solution.
Detailed Solution & Analysis
122

Which of the following are true?

(i) In a graph G with 'n' vertices and 'e' edges, sum of degrees of vertices = $2*e$

(ii) Eccentricity of a connected graph can never be equal to radius of the graph

(iii) Girth of a graph is the total number of edges in the shortest cycle of the graph

(iv) Graph with equal degree for all vertices is multigraph

ISRO Scientist/Engineer 'SC' CS 2023 (Exam Date: 20.01.2024) Discrete Mathematics
Technical Evaluation
Click an option to evaluate
Select an option on the left to reveal the step-by-step solution.
Detailed Solution & Analysis
123

If there are five faces and nine vertices in an undirected planar graph, then number of edges is:

ISRO Scientist/Engineer 'SC' CS 2023 (Exam Date: 20.01.2024) Discrete Mathematics
Technical Evaluation
Click an option to evaluate
Select an option on the left to reveal the step-by-step solution.
Detailed Solution & Analysis
124

If a bag contains 6 blue balls, 5 white balls and 4 yellow balls and if a ball is drawn out at random, probability of not getting a white ball is:

ISRO Scientist/Engineer 'SC' CS 2023 (Exam Date: 20.01.2024) Engineering Mathematics
Technical Evaluation
Click an option to evaluate
Select an option on the left to reveal the step-by-step solution.
Detailed Solution & Analysis
125

The complexity of matrix multiplication of two matrices A and B whose orders are $m \times n$ and $n \times p$ respectively is:

ISRO Scientist/Engineer 'SC' CS 2023 (Exam Date: 20.01.2024) Algorithms
Technical Evaluation
Click an option to evaluate
Select an option on the left to reveal the step-by-step solution.
Detailed Solution & Analysis