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).

80 Questions Page 4 of 4
76

In the V Model of Software Testing shown below, please identify (A), (B), (C), (D):

Question Diagram
ISRO Scientist/Engineer 'SC' CS 2025 (Exam Date: 26.10.2025) Software Engineering
Technical Evaluation
Click an option to evaluate
Select an option on the left to reveal the step-by-step solution.
Detailed Solution & Analysis
77

For a software project, following information about the domain characteristics are given:

Sl NoDescriptionCountAverage Weight factor
1Number of user inputs304
2Number of user outputs605
3Number of user enquiries204
4Number of files510
5Number of external interfaces47

Assume that all complexity adjustment values are average having scale = 3. The function point value for the project will be

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

Consider the regular expression R over the alphabet $\{a, b\}$:

$$(a^*b)^* + (b^*a)^*$$

Which of the following regular expressions below describe the same language as R?

ISRO Scientist/Engineer 'SC' CS 2025 (Exam Date: 26.10.2025) Theory of Computation
Technical Evaluation
Click an option to evaluate
Select an option on the left to reveal the step-by-step solution.
Detailed Solution & Analysis
79

Consider the deterministic finite-state automaton (DFA) below over the alphabet $\{a, b\}$. The state with a small incoming arrow is the initial state, while a double circle state denotes a final state.

Transitions:
Initial state $q_0$ (non-final): on 'a' goes to $q_1$; on 'b' goes to $q_2$.
State $q_1$ (final): on 'b' loops to $q_1$; on 'a' goes to $q_2$.
State $q_2$ (final): on 'a, b' loops to $q_2$.

The number of states in the MINIMAL DFA for the language accepted by this DFA is:

ISRO Scientist/Engineer 'SC' CS 2025 (Exam Date: 26.10.2025) Theory of Computation
Technical Evaluation
Click an option to evaluate
Select an option on the left to reveal the step-by-step solution.
Detailed Solution & Analysis
80

Consider the context-free grammar G below. Here S is the starting non-terminal symbol, while a and b are terminal symbols.

$$S \rightarrow aSb \mid T$$$$T \rightarrow bT \mid b$$

The language generated by G is:

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