Nielit
Nielit
Table of Contents 1
Contributors 7
1 Algorithms (51) 8
1.1 Algorithm Design Technique (2) 8
1.2 Array (1) 8
1.3 Asymptotic Notation (2) 8
1.4 Backtracking (1) 9
1.5 Divide and Conquer (3) 9
1.6 Dynamic Programming (2) 10
1.7 Graph Algorithms (3) 10
1.8 Hashing (4) 11
1.9 Knapsack Problem (2) 11
1.10 Master Theorem (2) 12
1.11 Matrix Chain Ordering (2) 12
1.12 Merge Sort (1) 13
1.13 Minimum Spanning Tree (1) 13
1.14 Quick Sort (2) 13
1.15 Radix Sort (1) 13
1.16 Recurrence Relation (4) 14
1.17 Recursion (1) 14
1.18 Searching (2) 15
1.19 Sorting (6) 15
1.20 Time Complexity (8) 16
Answer Keys 18
2 CO and Architecture (52) 19
2.1 Addressing Modes (8) 19
2.2 CO and Architecture (9) 20
2.3 Cache Memory (2) 21
2.4 Data Dependency (2) 22
2.5 Disk (5) 22
2.6 Instruction Format (6) 23
2.7 Interrupts (1) 24
2.8 Machine Instruction (2) 25
2.9 Memory Interfacing (8) 25
2.10 Memory Management (2) 26
2.11 Microprogramming (2) 27
2.12 Pipelining (4) 27
2.13 Speedup (1) 28
Answer Keys 28
3 Compiler Design (40) 29
3.1 Assembler (1) 29
3.2 Code Optimization (7) 30
3.3 Compilation Phase (1) 31
3.4 Compilations (1) 31
3.5 Compiler tokenization (2) 31
3.6 Context Free Grammar (1) 32
3.7 Context Free Language (1) 32
3.8 Dynamic Programming (1) 32
3.9 First and Follow (1) 32
3.10 Grammar (1) 32
3.11 Intermediate Code (1) 33
3.12 Interpreters (1) 33
3.13 LR Parser (2) 33
3.14 Lexical Analysis (2) 34
3.15 Linker (2) 34
3.16 Parsing (7) 34
3.17 Runtime Environment (1) 36
3.18 Syntax Directed Translation (2) 36
Answer Keys 36
4 Computer Networks (60) 38
4.1 Application Layer (1) 40
4.2 Bit Stuffing (2) 40
4.3 CRC Polynomial (2) 41
4.4 CSMA Ca (1) 41
4.5 Congestion Control (3) 41
4.6 Data Path (1) 42
4.7 Digital Signature (1) 42
4.8 Error Correction (1) 42
4.9 Error Detection (1) 42
4.10 Fragmentation (2) 43
4.11 IP Addressing (5) 43
4.12 IP Packet (1) 44
4.13 Network Addressing (4) 44
4.14 Network Layer (2) 45
4.15 Network Protocol (1) 45
4.16 Network Protocols (5) 45
4.17 Network Security (3) 46
4.18 Segmentation (1) 47
4.19 Subnetting (3) 47
4.20 TCP (1) 47
4.21 Transport Layer (1) 48
4.22 Ttl (1) 48
4.23 UDP (1) 48
Answer Keys 48
5 Databases (68) 50
5.1 B Tree (2) 50
5.2 Bcnf (2) 50
5.3 Bcnf Decomposition (2) 51
5.4 Btrees (1) 51
5.5 Candidate Key (4) 51
5.6 Data Dependency (4) 52
5.7 Database Normalization (11) 53
5.8 Deadlock Prevention Avoidance Detection (2) 55
5.9 Dependency Preserving (2) 56
5.10 Joins (1) 56
5.11 Lock (1) 56
5.12 Operator Precedence (1) 56
5.13 Referential Integrity (2) 57
5.14 Relational Algebra (6) 57
5.15 Relational Calculus (2) 58
5.16 Relational Model (7) 59
5.17 SQL (7) 60
5.18 Serializability (1) 61
5.19 Superkeys (1) 62
5.20 Transaction and Concurrency (4) 62
5.21 Transactions and Concurrency Control (1) 63
5.22 Tuple Relational Calculus (3) 63
Answer Keys 63
6 Digital Logic (64) 65
6.1 Adder (1) 65
6.2 Boolean Algebra (9) 66
6.3 Booths Algorithm (1) 67
6.4 Carry Generator (1) 67
6.5 Combinational Circuit (11) 67
6.6 Decoder (1) 70
6.7 Digital Circuits (1) 70
6.8 Digital Counter (3) 70
6.9 Flip Flop (4) 71
6.10 K Map (1) 72
6.11 Minimization (1) 72
6.12 Multiplexer (3) 72
6.13 Number Representation (1) 73
6.14 Number System (10) 73
6.15 Register Allocation (1) 75
6.16 Sequential Circuit (11) 75
Answer Keys 77
7 Discrete Mathematics: Combinatory (9) 78
7.1 Circular Permutation (1) 78
7.2 Combinatory (4) 78
7.3 Recurrence Relation (4) 78
Answer Keys 79
8 Discrete Mathematics: Graph Theory (26) 80
8.1 Bridges (2) 81
8.2 Cycle (1) 82
8.3 Degree of Graph (5) 82
8.4 Depth First Search (1) 83
8.5 Euler Graph (2) 83
8.6 Graph Coloring (1) 84
8.7 Graph Connectivity (1) 84
8.8 Graph Planarity (6) 84
Answer Keys 85
9 Discrete Mathematics: Mathematical Logic (6) 86
9.1 First Order Logic (1) 86
9.2 Propositional Logic (2) 86
Answer Keys 87
10 Discrete Mathematics: Set Theory & Algebra (19) 88
10.1 Abelian Group (2) 88
10.2 Boolean Algebra (1) 88
10.3 Cartesian Product (1) 88
10.4 Functions (3) 88
10.5 Group Theory (1) 89
10.6 Inclusion Exclusion (1) 89
10.7 Lattice (1) 89
10.8 Partial Order (2) 90
10.9 Polynomials (1) 90
10.10 Relations (2) 90
10.11 Set Theory (4) 90
Answer Keys 91
11 Engineering Mathematics: Calculus (18) 92
11.1 Continuity (2) 92
11.2 Definite Integral (4) 92
11.3 Differential Equation (1) 93
11.4 Limits (2) 93
11.5 Maxima Minima (6) 94
Answer Keys 95
12 Engineering Mathematics: Linear Algebra (15) 96
12.1 Determinant (6) 96
12.2 Eigen Value (2) 97
12.3 Eigen Vector (1) 97
12.4 Matrix (4) 97
12.5 System of Equations (1) 98
Answer Keys 98
13 Engineering Mathematics: Probability (11) 100
13.1 Conditional Probability (1) 100
13.2 Normal Distribution (1) 100
13.3 Probability (7) 100
13.4 Random Variable (1) 101
13.5 Statistics (1) 101
Answer Keys 102
14 General Aptitude: Analytical Aptitude (35) 103
14.1 Alphabetic Series (2) 103
14.2 Blood Relation (2) 103
14.3 Family Relationship (4) 104
14.4 Inequality (3) 105
14.5 Logic Puzzle (5) 106
14.6 Logical Reasoning (2) 108
14.7 Number Series (2) 109
14.8 Odd One Out (1) 109
14.9 Round Table Arrangement (2) 109
14.10 Seating Arrangement (1) 110
14.11 Sequence Series (5) 110
14.12 Statements Follow (5) 111
Answer Keys 113
15 General Aptitude: Quantitative Aptitude (39) 114
15.1 Age (1) 115
15.2 Alligation Mixture (1) 116
15.3 Average (1) 116
15.4 Digit Sum (1) 116
15.5 Geometry (1) 116
15.6 Number System (1) 116
15.7 Numerical Computation (1) 117
15.8 Percentage (1) 117
15.9 Pipe Cistern (1) 117
15.10 Profit Loss (2) 117
15.11 Quadratic Equations (1) 118
15.12 Sequence Series (1) 118
15.13 Set Theory (2) 118
15.14 Simple Compound Interest (1) 119
15.15 Statistics (1) 119
15.16 Tabular Data (3) 119
15.17 Triangles (1) 120
15.18 Trigonometry (1) 121
15.19 Venn Diagram (6) 121
15.20 Work Time (5) 123
Answer Keys 124
16 General Aptitude: Spatial Aptitude (4) 125
Answer Keys 127
17 General Aptitude: Verbal Aptitude (5) 128
17.1 Logical Reasoning (1) 128
17.2 Most Appropriate Word (2) 128
17.3 Sequence Series (1) 128
Answer Keys 129
18 Non GATE CSE: Computer Graphics (1) 130
18.1 Non Gatecse (1) 130
Answer Keys 130
19 Non GATE CSE: Computer Peripherals (2) 131
19.1 Computer Peripherals (1) 131
19.2 Non Gatecse (1) 131
Answer Keys 131
20 Non GATE CSE: Digital Signal Processing (22) 132
20.1 Digital Signal Processing (1) 132
20.2 Microprocessors (2) 132
20.3 Microprogramming (1) 132
20.4 Non Gatecse (18) 132
Answer Keys 135
21 Non GATE CSE: Information Theory (4) 136
21.1 Non Gatecse (4) 136
Answer Keys 136
22 Non GATE CSE: IS&Software Engineering (41) 137
22.1 Cyclomatic Complexity (2) 137
22.2 Function Point Metric (1) 137
22.3 Is&software Engineering (28) 137
22.4 Software Design (6) 143
22.5 Software Testing (4) 144
Answer Keys 145
23 Non GATE CSE: Java (14) 146
23.1 Java (14) 146
Answer Keys 149
24 Non GATE CSE: Numerical Methods (6) 150
24.1 Numerical Methods (5) 150
24.2 Vector Space (1) 150
Answer Keys 151
25 Non GATE CSE: Object Oriented Programming (11) 152
25.1 Non Gatecse (1) 152
25.2 Object Oriented Programming (10) 152
Answer Keys 154
26 Non GATE CSE: Optimization (2) 155
26.1 Differential Equation (1) 155
26.2 Non Gatecse (1) 155
Answer Keys 155
27 Non GATE CSE: Others (49) 156
27.1 Complex Number (1) 164
27.2 Differential Equation (4) 164
27.3 Differentiation (2) 165
27.4 Double Integration (1) 165
27.5 Integration (2) 165
27.6 Non Gatecse (7) 165
27.7 Partial Order (1) 167
Answer Keys 167
28 Non GATE CSE: Web Technologies (14) 168
28.1 Css (1) 168
28.2 Html (4) 168
28.3 Non Gatecse (1) 168
28.4 Web Technologies (8) 169
Answer Keys 170
29 Operating System (61) 172
29.1 Bankers Algorithm (1) 173
29.2 Cache Memory (2) 173
29.3 Context Switch (1) 173
29.4 Disk (5) 173
29.5 Disk Scheduling (2) 174
29.6 File Organization (2) 175
29.7 File System (2) 175
29.8 Fragmentation (1) 175
29.9 Memory Management (7) 176
29.10 Monitors (1) 177
29.11 Page Replacement (4) 177
29.12 Process Scheduling (12) 178
29.13 Process Synchronization (2) 180
29.14 Process and Threads (1) 181
29.15 Resource Allocation (6) 181
29.16 Segmentation (1) 182
29.17 Semaphore (1) 182
29.18 System Call (1) 183
29.19 Threads (1) 183
29.20 Virtual Memory (3) 183
Answer Keys 184
30 Others: Others (387) 185
30.1 Binary Tree (1) 261
30.2 Cyclomatic Complexity (1) 261
30.3 Disk (1) 262
30.4 Group Theory (1) 262
30.5 Is&software Engineering (1) 263
30.6 Lossless Join (1) 263
30.7 Recursion (1) 263
30.8 Software Testing (1) 264
30.9 Stop and Wait (1) 264
Answer Keys 264
31 Programming and DS: DS (54) 267
31.1 AVL Tree (1) 267
31.2 Array (4) 267
31.3 Binary Heap (4) 268
31.4 Binary Search (1) 268
31.5 Binary Search Tree (3) 269
31.6 Binary Tree (6) 269
31.7 Data Structures (1) 270
31.8 Depth First Search (3) 270
31.9 Expression Evaluation (2) 271
31.10 Hashing (3) 271
31.11 Infix Prefix (1) 272
31.12 Linked List (4) 272
31.13 Operator Precedence (2) 273
31.14 Priority Queue (1) 274
31.15 Queue (7) 274
31.16 Recurrence Relation (1) 275
31.17 Stack (1) 275
31.18 Tree (3) 275
31.19 Tree Traversal (6) 276
Answer Keys 277
32 Programming: Programming in C (39) 278
32.1 Array of Pointers (4) 279
32.2 Data Structures (1) 280
32.3 Dynamic Scoping (1) 280
32.4 Functions (1) 280
32.5 Output (12) 281
32.6 Pointers (3) 284
32.7 Programming In C (11) 286
Answer Keys 288
33 Theory of Computation (59) 289
33.1 Context Free Grammar (2) 289
33.2 Context Free Language (4) 289
33.3 Cyk Algorithm (1) 290
33.4 Decidability (1) 290
33.5 Dpda (2) 291
33.6 Finite Automata (10) 291
33.7 Identify Class Language (6) 293
33.8 Number of Dfa (1) 294
33.9 P NP NPC NPH (2) 294
33.10 Pumping Lemma (1) 295
33.11 Pushdown Automata (1) 295
33.12 Recursion (1) 295
33.13 Recursive and Recursively Enumerable Languages (8) 295
33.14 Regular Expression (12) 297
33.15 Regular Language (4) 300
33.16 Turing Machine (2) 300
Answer Keys 301
34 Unknown Category (108) 302
34.1 Electronic Circuit (1) 325
34.2 Normal Distribution (1) 325
34.3 Statements Follow (1) 325
Answer Keys 326
Contributors
User , Answers User Added User Done
MOHIT 213, 143 admin 657 Krithiga2101 434
KUMAR soujanyareddy13 255 Lakshman Patel 361
Subham Mishra 129, 69 gatecse 232 soujanyareddy13 340
haralk10 67, 26 Arjun 79 Misbah Ghaya 71
Asim Siddiqui 65, 97 Suresh Hira 50
Hira 62, 99 Arjun 49
Amar Kumar Sharma 40, 37 Suresh
topper98 38, 16 gatecse 18
Abhishek tiwary 36, 22 Sujith 10
Lakshman Patel 30, 55 MOHIT 9
Subarna Das 26, 5 KUMAR
VIPIN TIWARI 25, 25 DEVWRITT ARYA 5
DiLEEPKUMAR MUDRAKOLA 24, 9 Atul Kumar 5
Atul Kumar 22, 21 Abhrajyoti 5
DIBAKAR MAJEE 22, 24 Kundu
Sukanya Das 17, 4
Aditya 17, 8
Sabirazain 16, 14
Vaibhav Gupta 15, 5
AkashChandraGupta 15, 6
Raja Laha 15, 6
Peeyush 15, 7
Pandey
Muthoju Sai Theja Chary 15, 11
Hradesh 13, 8
patel
Shaik Masthan 13, 10
SHUBHAM SHASTRI 12, 3
Gaurav Shukla 12, 12
Akash Dinkar 10, 2
pawan sahu 10, 2
Rishabh Gupta 10, 3
MOHIT 10, 7
Pritam Biswas 9, 4
habedo007 9, 5
Anuj2000 9, 29
anjli 8, 8
sanjay 8, 15
Balaji Jegan 7, 2
Satbir 7, 4
Singh
Shishir Roy 7, 4
Kapil Phulwani 6, 1
vishnu_m7 6, 1
abhisham62 6, 1
Arjun 6, 2
Suresh
Ayush 6, 2
sahni
DeadMan 6, 2
hemantsoni 5, 1
Lokesh Dafale 5, 1
PRANJAL 5, 1
HABIB MOHAMMAD KHAN 5, 1
RonankiAditya 5, 1
Deepak Poonia 5, 2
Bhargav D 5, 2
Dave
vadivel112 5, 3
nocturnal123 5, 4
suchi 5, 8
33 5, 12
Queer 5, 18
Abhrajyoti 5, 23
Kundu
1 Algorithms (51)
What is the type of the algorithm used in solving the Queens problem?
Answer key ☟
1.1.1 Algorithm Design Technique: NIELIT 2016 DEC Scientist B (CS) - Section B: 7
Answer key ☟
Answer key ☟
An element in an array is called a leader if it is greater than all elements to the right of it in . The best
algorithm to find all leaders in an array
Answer key ☟
Two alternative package and are available for processing a database having records. Package
requires time units and package requires time units to process records. What is
the smallest value of for which package will be preferred over ?
A. B. C. D.
nielit2016mar-scientistc algorithms asymptotic-notation
Answer key ☟
What is the running time of the following function (specified as a function of the input value)?
void Function(int n){
int i=1;
int s=1;
while(s<=n){
i++;
s=s+i;
}
}
A. B. C. D.
nielit2017july-scientistb-it algorithms time-complexity asymptotic-notation
Answer key ☟
Answer key ☟
1.5.1 Divide and Conquer: NIELIT 2016 DEC Scientist B (IT) - Section B: 52
Answer key ☟
1.5.2 Divide and Conquer: NIELIT 2017 DEC Scientific Assistant A - Section B: 39
Answer key ☟
What is the product of following matrix using Strassen’s matrix multiplication algorithm?
A. B.
C. D.
nielit-sta-2020 algorithms divide-and-conquer
Answer key ☟
Answer key ☟
Assembly line scheduling and Longest Common Subsequence problems are an example of _______.
A. Dynamic Programming
B. Greedy Algorithms
C. Greedy Algorithms and Dynamic Programming respectively
D. Dynamic Programming and Branch and Bound respectively
Answer key ☟
Let be a graph with vertices and edges.What is the tightest upper bound on the running time of
Depth First Search of , when is represented using adjacency matrix?
A. B. C. D.
nielit2017july-scientistb-cs algorithms graph-algorithms
Answer key ☟
1.7.2 Graph Algorithms: NIELIT 2017 OCT Scientific Assistant A (CS) - Section B: 29
Which of the following algorithm solve the all-pair shortest path problem?
Answer key ☟
Which of the following algorithms can be used to most efficiently find whether a cycle is present in a
given graph?
Answer key ☟
1.8 Hashing (4)
A. B. C. D.
nielit2016mar-scientistb algorithms hashing
Answer key ☟
A hash table has space for records. Then the probability of collision before the table is full, is
A. B.
C. D. (approximately)
nielit2016mar-scientistb algorithms hashing
Answer key ☟
The average search time of hashing, with linear probing will be less if the load factor :
Answer key ☟
The average search time for hashing with linear probing will be less if the load factor
Answer key ☟
-Knapsack is a well known problem where, it is desired to get the maximum total profit by placing
items (each item is having some weight and associated profit) into a knapsack of capacity . The table
given below shows the weights and associated profits for items, where one unit of each item is available to you.
It is also given that the knapsack capacity is . If the given knapsack problem is solved using Dynamic
Programming, which one of the following will be maximum earned profit by placing the items into the knapsack
of capacity .
A. B. C. D.
nielit2017july-scientistb-it algorithms greedy-algorithm knapsack-problem
Answer key ☟
Which of the following is a correct time complexity to solve the knapsack problem where and
represents the number of items and capacity of knapsack respectively?
A. B. C. D.
nielit-sta-2020 algorithms dynamic-programming easy knapsack-problem time-complexity
Answer key ☟
1.10.1 Master Theorem: NIELIT 2017 OCT Scientific Assistant A (CS) - Section C: 4
A. B. C. D.
nielit2017oct-assistanta-cs algorithms recurrence-relation time-complexity master-theorem
Answer key ☟
1.10.2 Master Theorem: NIELIT 2017 OCT Scientific Assistant A (IT) - Section B: 14
A. B. C. D.
nielit2017oct-assistanta-it algorithms recurrence-relation time-complexity master-theorem
1.11.1 Matrix Chain Ordering: NIELIT 2017 July Scientist B (CS) - Section B: 41
A. B. C. D.
nielit2017july-scientistb-cs algorithms dynamic-programming matrix-chain-ordering
A. B. C. D.
Answer key ☟
Given two sorted list of size ' ' and ' ' respectively. The number of comparisons needed in the worst case
by the merge sort algorithm will be :
A. B. minimum of C. maximum of D.
nielit2017dec-assistanta algorithms sorting merge-sort
Answer key ☟
1.13.1 Minimum Spanning Tree: NIELIT 2016 DEC Scientist B (IT) - Section B: 27
Complexity of Kruskal's algorithm for finding minimum spanning tree of an undirected graph containing
vertices and edges if the edges are sorted is:
A. B. C. D.
nielit2016dec-scientistb-it algorithms minimum-spanning-tree time-complexity
Answer key ☟
The running time of Quick sort algorithm depends heavily on the selection of:
Answer key ☟
A. B.
C. D.
nielit-sta-2020 algorithms quick-sort recurrence-relation
Answer key ☟
Consider an array of positive integers between to , which sorting algorithm can be used to
sort these number in linear time?
Answer key ☟
A. B. C. D. None of these
nielit2016dec-scientistb-cs algorithms recurrence-relation time-complexity
Answer key ☟
A. B. C. D.
nielit2016mar-scientistb algorithms recurrence-relation time-complexity
Answer key ☟
Answer key ☟
A. B. C. D.
nielit-2018 algorithms recurrence-relation
Answer key ☟
A. B.
C. D.
nielit-sta-2020 algorithms recursion time-complexity
Answer key ☟
A. B. C. D.
nielit2017dec-scientistb algorithms searching array
Answer key ☟
Answer key ☟
Answer key ☟
Answer key ☟
Which of the following sorting algorithms does not have a worst case running time of ?
Answer key ☟
1.19.4 Sorting: NIELIT 2017 July Scientist B (CS) - Section B: 9
The worst case running times of Insertion sort, Merge sort and Quick sort, respectively, are
A.
B.
C.
D.
Answer key ☟
Answer key ☟
The given array is . Bubble sort is used to sort the array elements. How many passes will
be done to sort the array?
A. B. C. D.
nielit-sta-2020 algorithms sorting bubble-sort
Answer key ☟
Answer key ☟
A. It can be used to decide the best algorithm that solves a given problem
B. It is the lower bound of the growth rate of algorithm
C. It determines the maximum size of a problem that can be solved in a given amount of time
D. Both (A) and (B)
Answer key ☟
The most efficient algorithm for finding the number of connected components in a undirected graph on
vertices and edges has time complexity
A. B. C. D.
nielit2016mar-scientistc algorithms time-complexity
Answer key ☟
1.20.4 Time Complexity: NIELIT 2017 OCT Scientific Assistant A (CS) - Section B: 30
Answer key ☟
1.20.5 Time Complexity: NIELIT 2017 OCT Scientific Assistant A (CS) - Section B: 8
int i,n;
for(i=2;i<=sqrt(n);i++)
if(n%i ==0)
printf(“NOT Prime.\n”);
return 0;
return 1;
Let denote the number of times the for loop is executed by the program on input Which of the following is
true?
A. and B. and
C. and D. None of these
nielit2017oct-assistanta-cs algorithms time-complexity
Answer key ☟
1.20.6 Time Complexity: NIELIT 2017 OCT Scientific Assistant A (IT) - Section C: 2
A. B.
C. D.
nielit2017oct-assistanta-it algorithms time-complexity
Answer key ☟
printf(“My Function”);
}
A. B.
C. D.
nielit2022apr-scientistb algorithms time-complexity
Answer key ☟
Consider the algorithm that solves problems of size by recursively solving two sub problems of size
and then combining the solutions in constant time. Then the running time of the algorithm would be:
A. B. C. D.
nielit-scb-2020 time-complexity
Answer key ☟
Answer Keys
1.0.1 D 1.1.1 A 1.1.2 A 1.2.1 B 1.3.1 C
1.3.2 D 1.4.1 D 1.5.1 A 1.5.2 A 1.5.3 D
1.6.1 D 1.6.2 A 1.7.1 C 1.7.2 D 1.7.3 C
1.8.1 C 1.8.2 D 1.8.3 A 1.8.4 A 1.9.1 A
1.9.2 C 1.10.1 C 1.10.2 C 1.11.1 C 1.11.2 Q-Q
1.12.1 D 1.13.1 B 1.14.1 D 1.14.2 B 1.15.1 B
1.16.1 B 1.16.2 A 1.16.3 C 1.16.4 C 1.17.1 D
1.18.1 D 1.18.2 B 1.19.1 D 1.19.2 B 1.19.3 B
1.19.4 D 1.19.5 C 1.19.6 D 1.20.1 C 1.20.2 A
1.20.3 C 1.20.4 A 1.20.5 B 1.20.6 A 1.20.7 C
1.20.8 Q-Q
2 CO and Architecture (52)
Answer key ☟
Answer key ☟
A certain processor supports only the immediate and the direct addressing modes. Which of the following
programming language features cannot be implemented on this processor?
Answer key ☟
Answer key ☟
A two-word instruction is stored in a location . The operand part of instruction holds . If the addressing
mode is relative, the operand is available in location
A. B. C. D.
nielit2017dec-scientistb co-and-architecture addressing-modes
Answer key ☟
Identify the true statement from the given statements. Program relocation at run time
Answer key ☟
Answer key ☟
In the following addressing mode, which of them performs better for accessing, array?
A. Register addressing mode B. Direct addressing mode
C. Displacement addressing mode D. Index addressing mode
nielit-sta-2020 co-and-architecture addressing-modes easy
Answer key ☟
Answer key ☟
When a subroutine is called, then address of the instruction following the CAL instruction is stored in/on
the
Answer key ☟
Answer key ☟
nielit2016mar-scientistc co-and-architecture
Answer key ☟
A. The smallest and fastest computer imitating brain working is called quantum computer.
B. A computer with a speed of around million instructions per second with the word length of around bits
is known as super computer.
C. The term Exa-byte Tera Bytes.
D. None of the options.
nielit2017dec-scientistb co-and-architecture
Answer key ☟
The part of machine level instruction, which tells the central processor what has to be done, is
Answer key ☟
A. B. C. D.
nielit-2018 co-and-architecture
Answer key ☟
Answer key ☟
In a cache memory if total number of sets are ‘ ’, then the set offset is:
A. B. C. D.
nielit2017dec-scientistb co-and-architecture cache-memory
Answer key ☟
2.3.2 Cache Memory: NIELIT 2017 OCT Scientific Assistant A (IT) - Section B: 22
In time division switches if each memory access takes and one frame period is then the
maximum number of lines that can be supported is
Answer key ☟
2.4.1 Data Dependency: NIELIT 2017 OCT Scientific Assistant A (CS) - Section C: 5
Answer key ☟
2.4.2 Data Dependency: NIELIT 2017 OCT Scientific Assistant A (IT) - Section B: 10
Answer key ☟
Answer key ☟
A inch micro floppy high density disk contains the data _________ .
A. B. C. D.
nielit2017dec-assistanta co-and-architecture disk
Answer key ☟
2.5.3 Disk: NIELIT 2017 July Scientist B (CS) - Section B: 22
What is the average Access Time for a drum rotating at revolutions per minute?
A. milliseconds B. milliseconds
C. milliseconds D. milliseconds
nielit2017july-scientistb-cs co-and-architecture disk
Answer key ☟
Answer key ☟
Answer key ☟
A. (i) Only B. (ii) Only C. Both (i) and (ii) D. None of the options
nielit2017dec-scientistb co-and-architecture addressing-modes instruction-format
Answer key ☟
Answer key ☟
Answer key ☟
2.6.4 Instruction Format: NIELIT 2017 OCT Scientific Assistant A (CS) - Section B: 3
Match list with List and select the correct answer using the codes given below the lists.
Answer key ☟
2.6.5 Instruction Format: NIELIT 2017 OCT Scientific Assistant A (IT) - Section B: 35
In a -bit computer instruction format, the size of address field is -bits. The computer uses expanding OP
code technique and has two-address instructions and one-address instructions. The number of zero
address instructions it can support is
A. B. C. D.
nielit2017oct-assistanta-it co-and-architecture machine-instruction instruction-format
Answer key ☟
2.6.6 Instruction Format: NIELIT 2017 OCT Scientific Assistant A (IT) - Section C: 8
Match list with List and select the correct answer using the codes given below the lists :
Answer key ☟
Answer key ☟
Answer key ☟
Answer key ☟
Answer key ☟
How many address lines are needed to address each memory location in a memory chip?
A. B. C. D.
nielit2016dec-scientistb-it co-and-architecture memory-interfacing
Answer key ☟
A RAM chip has address lines, data lines and chips select lines. Then the number of memory
locations is __________
A. B. C. D.
nielit2017dec-scientistb co-and-architecture memory-interfacing
Answer key ☟
Answer key ☟
In comparison with static RAM memory, the dynamic RAM memory has
A. Lower bit density and higher power consumption B. Higher bit density and lower power consumption
C. Lower bit density and lower power consumption D. None of the option
nielit2017july-scientistb-cs co-and-architecture memory-interfacing
Answer key ☟
If each address space represents one byte of storage space, how many address lines are needed to access
RAM chips arranged in a array, where each chip is bits?
A. B. C. D.
nielit2017july-scientistb-cs co-and-architecture memory-interfacing
Answer key ☟
A. B. C. D.
nielit-sta-2020 co-and-architecture memory-interfacing
Answer key ☟
2.10.1 Memory Management: NIELIT 2017 OCT Scientific Assistant A (CS) - Section C: 2
Answer key ☟
2.10.2 Memory Management: NIELIT 2017 OCT Scientific Assistant A (IT) - Section B: 5
Answer key ☟
2.11 Microprogramming (2)
Micro program is
Answer key ☟
Answer key ☟
Consider a non-pipelined machine with stages; the lengths of each stage are
and respectively. Suppose for implementing the pipelining the machine adds of overhead to each
stage for clock skew and set up. What is the speed up factor of the pipelining system (ignoring any hazard impact)?
A. B. C. D.
nielit2017dec-scientistb co-and-architecture pipelining
Answer key ☟
We have -stage pipeline, where the branch target conditions are resolved at stage . How many stalls are
there for an incorrectly predicted branch?
A. B. C. D.
nielit2017dec-scientistb co-and-architecture pipelining
Answer key ☟
Comparing the time taken for a single instruction on a pipelined CPU, with time taken on a non-
pipelined but identical CPU, we can say that ______ ?
A. B.
C. D. is plus time taken for one instruction fetch cycle
nielit2017july-scientistb-cs co-and-architecture pipelining
Answer key ☟
2.12.4 Pipelining: NIELIT 2017 OCT Scientific Assistant A (IT) - Section B: 18
A pipeline is having speed up factor as and operating with efficiency of What will be the number
of stages in the pipeline?
A. B. C. D. None
nielit2017oct-assistanta-it co-and-architecture pipelining
Answer key ☟
A nonpipeline system taken to process a task. The same task can be processed in a six-segment
pipeline with a clock cycle of Determinant the speedup ration of the pipeline for tasks. What is
the maximum speedup that can be achieved?
A. B. C. D.
nielit2016dec-scientistb-cs co-and-architecture pipelining speedup
Answer key ☟
Answer Keys
2.1.1 D 2.1.2 A 2.1.3 D 2.1.4 C 2.1.5 A
2.1.6 B 2.1.7 Q-Q 2.1.8 D 2.2.1 C 2.2.2 C
2.2.3 D 2.2.4 D 2.2.5 X 2.2.6 C 2.2.7 A
2.2.8 A 2.2.9 C 2.3.1 B 2.3.2 A 2.4.1 A
2.4.2 A 2.5.1 C 2.5.2 B 2.5.3 C 2.5.4 A
2.5.5 A 2.6.1 A 2.6.2 D 2.6.3 A 2.6.4 D
2.6.5 C 2.6.6 D 2.7.1 A 2.8.1 A 2.8.2 C
2.9.1 D 2.9.2 B 2.9.3 A 2.9.4 B 2.9.5 B
2.9.6 B 2.9.7 D 2.9.8 A 2.10.1 C 2.10.2 C
2.11.1 B 2.11.2 B 2.12.1 C 2.12.2 D 2.12.3 B
2.12.4 C 2.13.1 B
3 Compiler Design (40)
Among all given option, ____ must reside in the main memory.
Answer key ☟
The graph that shows basic blocks and their successor relationship is called:
Answer key ☟
Answer key ☟
Answer key ☟
Answer key ☟
In a single pass assembler, most of the forward references can be avoided by putting the restriction
Answer key ☟
Answer key ☟
Answer key ☟
A. Replace by B. Replace by
C. Replace by D. Replace by
nielit-2018 compiler-design code-optimization
Answer key ☟
Answer key ☟
Some code optimizations are carried out on the intermediate code because:
Answer key ☟
Answer key ☟
Peephole optimization is a :
Answer key ☟
A. Context-free grammar can be used to specify both lexical and syntax rules.
B. Type checking is done before parsing
C. High level language programs can be translated to different Intermediate Representations
D. Arguments to a function can be passed using the program stack
Answer key ☟
Answer key ☟
A. B. C. D.
nielit-2018 compiler-design compiler-tokenization
Answer key ☟
A. B. C. D.
nielit-sta-2020 compiler-design lexical-analysis compiler-tokenization
Answer key ☟
Answer key ☟
The language is
Answer key ☟
In case of the dynamic programming approach the value of an optimal solution is computed in :
A. Top down fashion B. Bottom up fashion
C. Left to Right fashion D. Right to Left fashion
nielit-sta-2020 compiler-design dynamic-programming
Answer key ☟
3.9.1 First and Follow: NIELIT 2017 OCT Scientific Assistant A (CS) - Section B: 10
Answer key ☟
What is the maximum number of reduce moves that can be taken by a bottom-up parser for a grammar
with no epsilon and unit production (i.e.,of type and to parse a string with tokens?
A. B. C. D.
nielit2017july-scientistb-cs compiler-design grammar
Answer key ☟
Identify the correct nodes and edges in the given intermediate code
1.
2.
3.
4.
5.
6.
7. if goto(2)
A. B. C. D.
nielit-2018 compiler-design intermediate-code
Answer key ☟
: Interpreters process program according to the logical flow of control through the program.
: Interpreter translates and executes the error-free first instruction before it goes to the second.
: Interpreter processing time is less compared with compiler.
: LISP and Prolog are interpreted languages.
A. Only B. Only
C. Only , and D. Only , and
nielit2017dec-scientistb compiler-design interpreters
Answer key ☟
Answer key ☟
3.13.2 LR Parser: NIELIT Scientific Assistant A 2020 November: 94
Answer key ☟
Answer key ☟
Answer key ☟
A linker is given object module for a set of programs that were compiled separately. What information
need not be included in an object module?
A. Object mode
B. Relocation bits
C. Names and locations of all external symbols defined in the object module.
D. Absolute addresses of internal symbols.
Answer key ☟
A system program that combines the separately complied modules of a program into a form suitable for
execution
Answer key ☟
Answer key ☟
A. B. C. Canonical D. Operator-precedence
nielit2016mar-scientistc compiler-design parsing
Answer key ☟
builds up
Answer key ☟
Answer key ☟
Answer key ☟
Assume that the parser for a grammar has states and the parser for has states. The
relationship between and is :
Answer key ☟
Answer key ☟
The identification of common sub-expression and replacement of run time computations by compile-time
computations is:
A. Local optimization B. Constant folding
C. Loop Optimization D. Data flow analysis
nielit2016dec-scientistb-cs compiler-design runtime-environment
Answer key ☟
3.18.1 Syntax Directed Translation: NIELIT 2016 DEC Scientist B (CS) - Section B: 43
Answer key ☟
3.18.2 Syntax Directed Translation: NIELIT 2017 OCT Scientific Assistant A (CS) - Section B: 11
Answer key ☟
Answer Keys
3.0.1 D 3.0.2 C 3.0.3 A 3.0.4 B 3.0.5 B
3.1.1 D 3.2.1 C 3.2.2 D 3.2.3 B 3.2.4 D
3.2.5 A 3.2.6 C 3.2.7 B 3.3.1 B 3.4.1 B
3.5.1 A 3.5.2 A 3.6.1 A 3.7.1 B 3.8.1 B
3.9.1 C 3.10.1 B 3.11.1 A 3.12.1 D 3.13.1 B
3.13.2 A 3.14.1 D 3.14.2 C 3.15.1 D 3.15.2 B
3.16.1 A 3.16.2 C 3.16.3 C 3.16.4 D 3.16.5 A
3.16.6 B 3.16.7 A 3.17.1 B 3.18.1 D 3.18.2 C
4 Computer Networks (60)
The process of converting the analog sample into discrete form is called
Answer key ☟
Answer key ☟
Answer key ☟
Answer key ☟
Answer key ☟
Answer key ☟
4.0.7 NIELIT 2016 DEC Scientist B (IT) - Section B: 5
Two alternative packages and are available for processing a database having records. Package
requires time units and package requires time units to process records. What is
the smallest value of for which package will be preferred over ?
A. B. C. D.
nielit2016dec-scientistb-it computer-networks
Answer key ☟
Answer key ☟
If the channel is band limited to and signal to noise ratio is what would be the capacity of
channel?
Answer key ☟
A. B. C. D.
nielit2017oct-assistanta-it computer-networks
Answer key ☟
Answer key ☟
What are the primary characteristics that distinguish a cell from a packet?
A. cells are generally smaller that packets B. cells do not incorporate physical address
C. all cells have the same fixed length D. packet cannot be switched
nielit2016mar-scientistc computer-networks
Answer key ☟
4.0.13 NIELIT 2016 MAR Scientist C - Section C: 21
Repeaters function in
A. Physical layer B. Data link layer
C. Network layer D. Both (A) and (B)
nielit2016mar-scientistc computer-networks
Answer key ☟
Answer key ☟
To guarantee correction of upto errors in all cases, the minimum Hamming distance in a block code must
be ______.
A. B. C. D.
nielit-sta-2020 computer-networks hamming-code
Answer key ☟
In , in case of time exceeded error, when the datagram visits a router, the value of time to live field
is ________
A. Remains constant B. Decremented by
C. Incremented by D. Decremented by
nielit-sta-2020 computer-networks icmp
Answer key ☟
A. types of messages exchanged B. rules for when and how processes send and respond to
messages
C. message format, syntax and semantics D. all of the above
nielit2016dec-scientistb-it computer-networks application-layer
Answer key ☟
4.2.1 Bit Stuffing: NIELIT 2017 OCT Scientific Assistant A (CS) - Section B: 24
Answer key ☟
4.2.2 Bit Stuffing: NIELIT 2017 OCT Scientific Assistant A (IT) - Section C: 4
Answer key ☟
Given message . The CRC for this given message using the divisor polynomial
is ______
A. B. C. D.
nielit-2018 computer-networks crc-polynomial
Answer key ☟
A. B. C. D.
nielit-sta-2020 computer-networks crc-polynomial
Answer key ☟
Answer key ☟
When we use slow-start algorithm, the size of the congestion window increases _______ until it reaches a
threshold.
A. Additively B. Multiplicatively
C. Exponentially D. None of the options
nielit2017dec-assistanta computer-networks congestion-control sliding-window
Answer key ☟
A. Because the routers and switches have tables B. Because the routers and switches have queues
C. Because the routers and switches have cross-points D. None of the options
nielit-sta-2020 computer-networks congestion-control
Answer key ☟
Answer key ☟
Answer key ☟
4.8.1 Error Correction: NIELIT 2017 OCT Scientific Assistant A (CS) - Section B: 2
Answer key ☟
If the original size of data is then after adding error detection redundancy bit the size of data length is
A. B. C. D.
nielit2017oct-assistanta-cs computer-networks error-detection
Answer key ☟
Answer key ☟
Answer key ☟
Answer key ☟
In classless addressing, there are no classes but addresses are still granted in :
Answer key ☟
A subnet mask in class can have _____________ ’s with the remaining bits ’s.
A. B. C. D.
nielit2017dec-assistanta computer-networks subnetting ip-addressing
Answer key ☟
4.11.4 IP Addressing: NIELIT 2017 DEC Scientific Assistant A - Section B: 45
Answer key ☟
A. B. C. D.
nielit-2018 computer-networks ip-addressing
Answer key ☟
A. is free.
B. can reduce the cost of using an information utility.
C. allows communications channel to be shared among more than one user.
D. both (B) and (C).
Answer key ☟
A. B. C. D.
nielit2017dec-assistanta computer-networks network-addressing ip-addressing
Answer key ☟
There is a need to create a network that has subnets, each with at least hosts. Which one is used as
classful subnet mask ?
A. B.
C. D.
nielit2017dec-assistanta computer-networks network-addressing subnetting
Answer key ☟
Answer key ☟
If the number of networks and number of hosts in class are respectively. Then the relation
between is
A. B. C. D.
nielit2017dec-scientistb computer-networks network-addressing
Answer key ☟
Answer key ☟
Which layer connects the network support layers and user support layers ?
A. transport layer B. network layer
C. data link layer D. session layer
nielit2017dec-assistanta computer-networks network-layer transport-layer
Answer key ☟
Answer key ☟
Answer key ☟
Answer key ☟
4.16.3 Network Protocols: NIELIT 2017 OCT Scientific Assistant A (CS) - Section B: 23
Answer key ☟
1. HTTP may use different TCP connection for different objects of a webpage if non-persistent connections are
used
2. FTP uses two TCP connections, one for data and another control
3. TELNET and FTP can only use TWO connections at a time
Answer key ☟
Answer key ☟
How many bits are required to encode all twenty six letters, ten symbols, and ten numerals?
A. B. C. D.
nielit2016mar-scientistc computer-networks network-security
Answer key ☟
Answer key ☟
4.17.3 Network Security: NIELIT 2017 DEC Scientific Assistant A - Section B: 49
Answer key ☟
Answer key ☟
The address of a class Host is to be split into subnets with a -bit subnet number. What is the maximum
number of subnets and maximum number of hosts in each subnet?
A. subnets and hosts B. subnets and hosts
C. subnets and hosts D. subnets and hosts
nielit2017oct-assistanta-it computer-networks subnetting
Answer key ☟
Identify the subnet mask for the given direct broadcast address of subnet is
A. B.
C. D.
nielit-2018 computer-networks subnetting
Answer key ☟
You have a network ID of and require at least host IDs for each subnet, with the largest
amount of subnets available. Which subnet mask should you assign?
A. B.
C. D.
nielit-sta-2020 computer-networks subnetting
Answer key ☟
A. Besides span of geographical area, the other major difference between LAN and WAN is that the later uses
switching element.
B. A repeater is used just to forward bits from one network to another one.
C. IP layer is connected oriented layer in TCP/IP.
D. A gateway is used to connect incompatible networks.
Answer key ☟
Answer key ☟
Answer key ☟
Answer key ☟
Answer Keys
4.0.1 C 4.0.2 A 4.0.3 A 4.0.4 A 4.0.5 D
4.0.6 C 4.0.7 C 4.0.8 D 4.0.9 D 4.0.10 B
4.0.11 A 4.0.12 C 4.0.13 A 4.0.14 C 4.0.15 A
4.0.16 D 4.1.1 D 4.2.1 A 4.2.2 A 4.3.1 C
4.3.2 C 4.4.1 B 4.5.1 A 4.5.2 C 4.5.3 D
4.6.1 D 4.7.1 A 4.8.1 C 4.9.1 C 4.10.1 D
4.10.2 C 4.11.1 C 4.11.2 B 4.11.3 B 4.11.4 A
4.11.5 C 4.12.1 D 4.13.1 B 4.13.2 D 4.13.3 B
_____ is holding an entry for each terminal symbol and is acting as permanent database.
A. Variable Table B. Terminal Table
C. Keyword Table D. Identifier Table
nielit-2018 databases
Answer key ☟
Answer key ☟
Which one of the following is a key factor for preferring -trees to binary search trees for indexing
database relations?
Answer key ☟
Answer key ☟
A. NF B. BCNF C. NF D. NF
nielit2017dec-scientistb database-normalization bcnf
Answer key ☟
Answer key ☟
Answer key ☟
1. Number of child pointers in a B/B+ tree node is always equal to number of keys in it plus one
2. B/B+ tree is defined by a term minimum degree. And minimum degree depends on hard disk block size, key
and address size
Answer key ☟
If there is more than one key for relation schema in DBMS then each key in relation schema is classified as
Answer key ☟
5.5.2 Candidate Key: NIELIT 2016 DEC Scientist B (IT) - Section B: 36
Answer key ☟
A. B. C. D.
nielit2016mar-scientistb database-normalization candidate-key
Answer key ☟
A. B. C. D.
nielit-sta-2020 databases easy database-normalization candidate-key
Answer key ☟
A.
B.
C.
D.
Answer key ☟
Answer key ☟
A. B.
C. D.
nielit2016mar-scientistc databases data-dependency
Answer key ☟
The relation is
Answer key ☟
Process of analyzing relation schemas to achieve minimal redundancy and insertion or update anomalies is
classified as:
Answer key ☟
Rule which states that addition of same attributes to right side and left side will result in other valid
dependency is classified as
Answer key ☟
Answer key ☟
Considering relational database, functional dependency between two attributes and is denoted by
A. B. C. D.
nielit2016dec-scientistb-cs databases database-normalization
Answer key ☟
Answer key ☟
In functional dependency between two sets of attribute and then set of attributes of database is
classified as:
A. top right side B. down left side C. left hand side D. right hand side
nielit2016dec-scientistb-it databases database-normalization
Answer key ☟
If attribute of relation schema is member of some candidate key then this type of attributes are classified
as:
Answer key ☟
For a database relation where the domains of include only atomic values, only the
following functional dependencies and those that can be inferred from them hold:
the relation is in
A. first normal form but not in second normal form. B. second normal form but not in third normal form.
C. third normal form. D. none of these.
nielit2016mar-scientistb databases database-normalization
Answer key ☟
5.7.9 Database Normalization: NIELIT 2017 DEC Scientist B - Section B: 25
A. NF B. BCNF C. NF D. NF
nielit2017dec-scientistb databases database-normalization
Answer key ☟
5.7.10 Database Normalization: NIELIT 2017 OCT Scientific Assistant A (IT) - Section B: 16
For a database relation where the domains of and include only atomic values, only the
following functional dependencies and those that can be inferred from them hold.
The relation is in
A. First normal form but not in second normal form B. Second normal form but not in third normal form
C. Third normal form D. None of the above
nielit2017oct-assistanta-it databases database-normalization
Answer key ☟
Anomalies are avoided by splitting the offending relation into multiple relations, is also known as
__________.
A. Accupressure
B. Decomposition
C. Precomposition
D. Both decomposition & precomposition
Answer key ☟
5.8.1 Deadlock Prevention Avoidance Detection: NIELIT 2017 OCT Scientific Assistant A (CS) - Section B:
34
Assume transaction holds a shared lock If transaction also requests for a shared lock on It will
Answer key ☟
5.8.2 Deadlock Prevention Avoidance Detection: NIELIT 2017 OCT Scientific Assistant A (IT) - Section C: 5
Assume transaction holds a shared lock If transaction also requests for a shared lock on It will
Answer key ☟
5.9 Dependency Preserving (2)
Answer key ☟
Answer key ☟
Answer key ☟
Global locks
Answer key ☟
A. NOT will be evaluated first; AND will be evaluated second; OR will be evaluated last.
B. NOT will be evaluated first; OR will be evaluated second; AND will be evaluated last.
C. AND will be evaluated first; OR will be evaluated second;NOT will be evaluated last.
D. The order of occurrence determines the order of evaluation.
Answer key ☟
5.13 Referential Integrity (2)
The following table has two attributes and where is the primary key and is the foreign key
referencing with on-delete cascade.
The set of all tuples that must be additionally deleted to preserve referential integrity when the tuple is
deleted is
Answer key ☟
Domain constraints, functional dependency and referential integrity are special forms of _______
A. Foreign key B. Primary key
C. Assertion D. Referential constraint
nielit-sta-2020 databases database-normalization referential-integrity
Answer key ☟
Answer key ☟
Answer key ☟
Cross Product is a
A. Unary Operator B. Ternary Operator
C. Binary Operator D. Not an operator
nielit2017july-scientistb-it databases relational-algebra
Answer key ☟
5.14.4 Relational Algebra: NIELIT 2017 OCT Scientific Assistant A (IT) - Section B: 27
Which of the following desired features are beyond the capability of relational algebra?
Answer key ☟
Where [P,Q] is the key for both schemas. Which of the following queries are equivalent?
(I)
(II)
(III)
Answer key ☟
Answer key ☟
A. B.
C. D.
nielit2016mar-scientistb databases relational-calculus
Answer key ☟
5.15.2 Relational Calculus: NIELIT 2017 July Scientist B (IT) - Section B: 19
If is a relation in Relational Data Model and are the attributes of relation , what is the
cardinality of expressed in terms of domain of attributes?
A.
B.
C.
D.
Answer key ☟
Answer key ☟
Answer key ☟
Answer key ☟
Answer key ☟
5.16.5 Relational Model: NIELIT 2017 OCT Scientific Assistant A (CS) - Section B: 14
Answer key ☟
5.16.6 Relational Model: NIELIT 2017 OCT Scientific Assistant A (CS) - Section B: 21
What is the modality of relationship, if there is no explicit need for relationship to occur?
Answer key ☟
Answer key ☟
Answer key ☟
Answer key ☟
Answer key ☟
5.17.4 SQL: NIELIT 2017 OCT Scientific Assistant A (CS) - Section B: 36
Table employees has records. It has a non-NULL SALARY column which is also UNIQUE. The SQL
statement
SELECT COUNT(*)
FROM EMPLOYEE
WHERE SALARY > ALL (SELECT SALARY FROM EMPLOYEE);
A. B. C. D.
nielit2017oct-assistanta-cs databases sql
Answer key ☟
A. more than the maximum value in the subquery B. less than the minimum value in the subquery
C. is equivalent to D. none of the options
nielit-sta-2020 databases sql
Answer key ☟
you can:
Answer key ☟
When retrieving data in particular table in PostgreSQL, we use the ______ statement.
Answer key ☟
Consider the following four schedules due to three transactions (indicated by the subscript) using read and
write on a data item , denoted by and respectively. Which one of them is conflict serializable?
1.
2.
3.
4.
A. B. C. D.
nielit2017july-scientistb-cs databases serializability conflict-serializable
5.19 Superkeys (1)
Maximum number of superkeys for the relation schema with as the key is
A. B. C. D.
nielit-2018 databases superkeys
Answer key ☟
Answer key ☟
5.20.2 Transaction and Concurrency: NIELIT 2017 OCT Scientific Assistant A (CS) - Section C: 10
When transaction requests a data item currently held by is allowed to wait only if it has a
timestamp smaller than that of (that is is order than Tj). Otherwise, is rolled back (dies). This is
Answer key ☟
5.20.3 Transaction and Concurrency: NIELIT 2017 OCT Scientific Assistant A (IT) - Section B: 31
When transaction requests a data item currently held by is allowed to wait only if it has a time
stamp smaller than that of (that is is order than Tj). Otherwise, is rolled back (dies). This is
Answer key ☟
Which of the following scenarios may lead to an irrecoverable error in a database system?
Answer key ☟
5.21 Transactions and Concurrency Control (1)
Answer key ☟
Answer key ☟
5.22.2 Tuple Relational Calculus: NIELIT 2017 July Scientist B (IT) - Section B: 56
Consider the join of a relation with relation . If has tuples and has tuples, then the maximum
size of join is
A. B. C. D.
nielit2017july-scientistb-it databases joins tuple-relational-calculus
Answer key ☟
5.22.3 Tuple Relational Calculus: NIELIT 2017 July Scientist B (IT) - Section B: 58
A. B.
C. D.
nielit2017july-scientistb-it databases tuple-relational-calculus
Answer key ☟
Answer Keys
5.0.1 B 5.1.1 A 5.1.2 D 5.2.1 C 5.2.2 A
5.3.1 B 5.3.2 D 5.4.1 B 5.5.1 C 5.5.2 C
5.5.3 B 5.5.4 B 5.6.1 B 5.6.2 D 5.6.3 A
5.6.4 D 5.7.1 A 5.7.2 C 5.7.3 B 5.7.4 A
5.7.5 D 5.7.6 C 5.7.7 D 5.7.8 A 5.7.9 D
5.7.10 A 5.7.11 B 5.8.1 B 5.8.2 B 5.9.1 D
5.9.2 C 5.10.1 B 5.11.1 B 5.12.1 A 5.13.1 X
5.13.2 C 5.14.1 D 5.14.2 D 5.14.3 C 5.14.4 D
5.14.5 D 5.14.6 C 5.15.1 C 5.15.2 A 5.16.1 A
5.16.2 A 5.16.3 B 5.16.4 B 5.16.5 C 5.16.6 A
5.16.7 A 5.17.1 A 5.17.2 B 5.17.3 A 5.17.4 D
Answer key ☟
Answer key ☟
A. B. C. D.
nielit2022apr-scientistb
Answer key ☟
A. B.
C. D.
nielit-2021-it-dec-scientistb
Answer key ☟
A. B.
C. More than two inputs D. None of the above
nielit2016dec-scientistb-it digital-logic combinational-circuit adder
Answer key ☟
6.2 Boolean Algebra (9)
A. B.
C. D.
nielit2016mar-scientistb digital-logic boolean-algebra
Answer key ☟
A. B. C. D.
nielit2017dec-assistanta digital-logic boolean-algebra
Answer key ☟
A. B.
C. D. Both (A) and (B)
nielit2017july-scientistb-cs digital-logic boolean-algebra
Answer key ☟
A. B.
C. D. Both (A) and (B)
nielit2017july-scientistb-it digital-logic boolean-algebra
Answer key ☟
6.2.5 Boolean Algebra: NIELIT 2017 OCT Scientific Assistant A (CS) - Section B: 20
A. B. C. D.
nielit2017oct-assistanta-cs digital-logic boolean-algebra
Answer key ☟
simplifies to
A. B. C. D.
nielit-2018 digital-logic boolean-algebra
Answer key ☟
____ number of gates are required to implement the Boolean function with using only -input
NOR gates.
A. B. C. D.
nielit-2018 digital-logic boolean-algebra
Answer key ☟
A. B. C. D.
nielit-2018 boolean-algebra
Answer key ☟
A.
B.
C.
D.
Answer key ☟
How many Addition and Subtraction are required if you perform multiplication of (Multiplicand) and
(Multiplier) using Booth Algorithm?
A. B. C. D.
nielit2016dec-scientistb-it digital-logic booths-algorithm
Answer key ☟
In which of the following adder circuits, the carry look ripple delay is eliminated?
Answer key ☟
Answer key ☟
Answer key ☟
Answer key ☟
How many RAM chips of size are required to build M Byte memory?
A. B. C. D.
nielit2016mar-scientistb digital-logic combinational-circuit
Answer key ☟
Answer key ☟
Answer key ☟
The combinational circuit given below is implemented with two NAND gates. To which of the following
individual gates is its equivalent?
Answer key ☟
Answer key ☟
Minimum ____ full adders and ____ half adders are required by the BCD adder to add two decimal digits.
A. B. C. D.
nielit-2018 digital-logic combinational-circuit
Answer key ☟
6.5.10 Combinational Circuit: NIELIT Scientific Assistant A 2020 November: 111
A. B. C. D.
nielit-sta-2020 digital-logic combinational-circuit
Answer key ☟
How many and gates are required for implementation of full adder?
A. B. C. D.
nielit-sta-2020 digital-logic combinational-circuit
Answer key ☟
A RAM chip has a capacity of words of bits each . The number of decoders with
enable line needed to construct a RAM from RAM is
A. B. C. D.
nielit-2018 digital-logic combinational-circuit decoder
Answer key ☟
Answer key ☟
6.8.1 Digital Counter: NIELIT 2017 OCT Scientific Assistant A (CS) - Section D: 10
A bit ripple counter and a bit synchronous counter are made using flip-flops having a propagation delay
of ns each. If the worst case delay in the ripple counter and the synchronous counter be and
respectively, then
A. ns, ns B. ns, ns
C. ns, ns D. ns, ns
nielit2017oct-assistanta-cs digital-logic sequential-circuit flip-flop digital-counter
Answer key ☟
6.8.2 Digital Counter: NIELIT 2017 OCT Scientific Assistant A (IT) - Section D: 10
A bit ripple counter and a bit synchronous counter are made using flip-flops having a propagation delay
of ns each. If the worst case delay in the ripple counter and the synchronous counter be and
respectively, then
A. ns, ns B. ns, ns
C. ns, ns D. ns, ns
nielit2017oct-assistanta-it digital-logic sequential-circuit flip-flop digital-counter
Answer key ☟
Consider the following bit counter using flip-flops following sequence. What should
be the value of ?
A. B.
C. D.
nielit-2021-it-dec-scientistb digital-logic digital-counter
Answer key ☟
A. B. C. D.
nielit2016mar-scientistc digital-logic flip-flop
Answer key ☟
Which of the following conditions must be met to avoid race around problem?
A. B.
C. D. none of these
nielit2016mar-scientistc digital-logic flip-flop
Answer key ☟
A. B. C. D.
nielit2016mar-scientistc digital-logic flip-flop
Answer key ☟
Answer key ☟
A. B.
C. D.
nielit2016dec-scientistb-cs digital-logic k-map minimization
Answer key ☟
The digital multiplexer is basically a combination logic circuit to perform the operation
Answer key ☟
Answer key ☟
A. B. C. D.
nielit2017oct-assistanta-it digital-logic combinational-circuit multiplexer
Answer key ☟
A. B. C. D.
nielit-2018 digital-logic number-representation
Answer key ☟
A. B. C. D.
nielit2016dec-scientistb-cs digital-logic number-system
Answer key ☟
A. B. C. D.
nielit2016dec-scientistb-cs digital-logic number-system
Answer key ☟
A. B. C. D.
nielit2016dec-scientistb-it digital-logic number-system
Answer key ☟
6.14.4 Number System: NIELIT 2016 DEC Scientist B (IT) - Section B: 59
A. B. C. D.
nielit2016dec-scientistb-it digital-logic number-system
Answer key ☟
A decimal number has digits. Approximately, how many digits would the binary representation have?
A. B. C. D.
nielit2016mar-scientistb digital-logic number-system
Answer key ☟
A. B. C. D.
nielit2016mar-scientistb digital-logic number-system
Answer key ☟
The smallest integer that can be represented by an -bit number in 's complement form is :
A. B. C. D.
nielit2017dec-assistanta digital-logic number-system
Answer key ☟
A. B. C. D.
nielit2017dec-assistanta digital-logic number-system
Answer key ☟
6.14.9 Number System: NIELIT 2017 OCT Scientific Assistant A (CS) - Section B: 1
A decimal has digits. The number of bits needed for its equivalent binary representation is
approximately,
A. B. C. D.
nielit2017oct-assistanta-cs digital-logic number-system
Answer key ☟
6.14.10 Number System: NIELIT 2017 OCT Scientific Assistant A (IT) - Section C: 7
A decimal has digits. The number of bits needed for its equivalent binary representation is
approximately
A. B. C. D.
nielit2017oct-assistanta-it digital-logic number-system
Answer key ☟
The range of the numbers which can be stored in an eight bit register is
A. to B. to
C. D. none of these
nielit2016mar-scientistc digital-logic register-allocation
Answer key ☟
Answer key ☟
Answer key ☟
Answer key ☟
In a ripple counter using edge triggered flip-flops, the pulse input is applied to the
Answer key ☟
A sequential circuit outputs a when an even number of one’s are input; otherwise the output is
The minimum number of states required is
A. B. C. D.
nielit2016mar-scientistc digital-logic sequential-circuit
Answer key ☟
If a clock with time period is used with stage shift register, then output of final stage will be delayed
by
Answer key ☟
6.16.7 Sequential Circuit: NIELIT 2017 OCT Scientific Assistant A (CS) - Section C: 8
Answer key ☟
6.16.8 Sequential Circuit: NIELIT 2017 OCT Scientific Assistant A (CS) - Section D: 9
A sequential circuit using D flip-flop and logic gates is shown in Figure, where and are the inputs and
is the output. The circuit is
Answer key ☟
6.16.9 Sequential Circuit: NIELIT 2017 OCT Scientific Assistant A (IT) - Section B: 19
The number of columns in a state table for a sequential circuit with flip flops and input is
A. B. C. D.
nielit2017oct-assistanta-it digital-logic sequential-circuit flip-flop
Answer key ☟
Answer key ☟
Answer Keys
6.0.1 C 6.0.2 D 6.0.3 C 6.0.4 Q-Q 6.1.1 B
6.2.1 B 6.2.2 A 6.2.3 D 6.2.4 D 6.2.5 B
6.2.6 D 6.2.7 B 6.2.8 A 6.2.9 Q-Q 6.3.1 B
6.4.1 D 6.5.1 B 6.5.2 B 6.5.3 B 6.5.4 D
6.5.5 X 6.5.6 B 6.5.7 C 6.5.8 D 6.5.9 D
6.5.10 B 6.5.11 C 6.6.1 B 6.7.1 A 6.8.1 B
6.8.2 B 6.8.3 Q-Q 6.9.1 B 6.9.2 B 6.9.3 B
6.9.4 C 6.10.1 C 6.11.1 C 6.12.1 C 6.12.2 B
6.12.3 A 6.13.1 A 6.14.1 D 6.14.2 B 6.14.3 C
6.14.4 B 6.14.5 C 6.14.6 A 6.14.7 B 6.14.8 B
6.14.9 X 6.14.10 X 6.15.1 A 6.16.1 A 6.16.2 B
6.16.3 C 6.16.4 B 6.16.5 C 6.16.6 B 6.16.7 C
6.16.8 D 6.16.9 D 6.16.10 C 6.16.11 A
7 Discrete Mathematics: Combinatory (9)
In how many ways girls and boys can sit around a circular table so that no two boys sit together?
A. B. C. D.
nielit2017dec-scientistb discrete-mathematics circular-permutation
Answer key ☟
Mala has a colouring book in which each English letter is drawn two times. She wants to paint each of
these prints with one of colours, such that the colour-pairs used to colour ay two letters are different.
Both prints of a letter can also be coloured with the same colour. What is the minimum value of that satisfies this
requirement?
A. B. C. D.
nielit2016dec-scientistb-it discrete-mathematics combinatory
Answer key ☟
The number of ways in which a team of eleven players can be selected from players including of them
and excluding of them is
A. B. C. D.
nielit2016mar-scientistb discrete-mathematics combinatory
Answer key ☟
There are four bus lines between and ; and three bus lines between and . The number of way a
person roundtrip by bus from to by way of will be
A. B. C. D.
nielit2017july-scientistb-it discrete-mathematics combinatory
Answer key ☟
The number of digit numbers which contain not more than two different digits is:
A. B. C. D.
nielit-scb-2020 combinatory
A. B.
C. D.
nielit2017oct-assistanta-cs discrete-mathematics combinatory recurrence-relation
Answer key ☟
7.3.2 Recurrence Relation: NIELIT 2017 OCT Scientific Assistant A (IT) - Section B: 34
A. B.
C. D.
nielit2017oct-assistanta-it combinatory recurrence-relation
Answer key ☟
A. B. C. D.
nielit2022apr-scientistb combinatory recurrence-relation
Answer key ☟
A. B. C. D.
nielit-sta-2020 combinatory recurrence-relation
Answer Keys
7.1.1 C 7.2.1 C 7.2.2 C 7.2.3 C 7.2.4 Q-Q
7.3.1 D 7.3.2 D 7.3.3 D 7.3.4 Q-Q
8 Discrete Mathematics: Graph Theory (26)
For the graph shown, which of the following paths is a Hamilton circuit?
A.
B.
C.
D.
Answer key ☟
The number of diagonals that can be drawn by joining the vertices of an octagon is
Answer key ☟
Answer key ☟
Which of the following is an advantage of adjacency list representation over adjacency matrix
representation of a graph?
Answer key ☟
8.0.5 NIELIT 2016 MAR Scientist B - Section B: 1
The number of ways to cut a six sided convex polygon whose vertices are labeled into four triangles using
diagonal lines that do not cross is
A. B. C. D.
nielit2016mar-scientistb discrete-mathematics graph-theory
Answer key ☟
Total number of simple graphs that can be drawn using six vertices are:
A. B. C. D.
nielit2017dec-assistanta discrete-mathematics graph-theory
Answer key ☟
A. B. C. D.
nielit2016mar-scientistc discrete-mathematics graph-theory
Answer key ☟
A. No bridge B. C. D. and
nielit2017july-scientistb-cs discrete-mathematics graph-theory bridges
Answer key ☟
Considering the following graph, which one of the following set of edges represents all the bridges of the
given graph?
A. B. C. D.
nielit2017july-scientistb-it discrete-mathematics graph-theory bridges
Answer key ☟
Let be a complete undirected graph on vertices. If vertices of are labelled, then the number of
distinct cycles of length in is equal to:
A. B. C. D.
nielit2017dec-scientistb discrete-mathematics graph-theory cycle
Answer key ☟
A. B. C. D.
nielit2016mar-scientistb discrete-mathematics graph-theory degree-of-graph
Answer key ☟
A. P only
B. Q only
C. Both P and Q
D. Neither P nor Q
Given an undirected graph with vertices and edges, the sum of the degrees of all vertices is
A. B. C. D.
nielit2017july-scientistb-it discrete-mathematics graph-theory degree-of-graph
Answer key ☟
8.3.4 Degree of Graph: NIELIT 2017 OCT Scientific Assistant A (CS) - Section B: 7
A. Maximum of B. C. D.
nielit2017oct-assistanta-cs discrete-mathematics graph-theory degree-of-graph
Answer key ☟
8.3.5 Degree of Graph: NIELIT Scientific Assistant A 2020 November: 96
Answer key ☟
8.4.1 Depth First Search: NIELIT 2017 July Scientist B (IT) - Section B: 5
I. abeghf
II. abfehg
III. abfhge
IV. afghbe
A. I,II and IV only B. I and IV only C. II,III and IV only D. I,III and IV only
nielit2017july-scientistb-it discrete-mathematics graph-theory depth-first-search
Answer key ☟
Answer key ☟
Let be a simple undirected graph on vertices with chromatic number , then maximum
number of edges in is
A. B. C. D.
nielit2017dec-scientistb discrete-mathematics graph-theory graph-coloring
Answer key ☟
What is the total number of ways to reach from to in the network given?
A. B. C. D.
nielit-sta-2020 graph-theory graph-connectivity
Answer key ☟
Let be a simple undirected planar graph on vertices with edges. If is a connected graph, then the
number of bounded faces in any embedding of on the plane is equal to:
A. B. C. D.
nielit2016dec-scientistb-cs discrete-mathematics graph-theory graph-planarity
Answer key ☟
If a planner graph, having vertices divides the plane into different regions. Then how many edges are
used to connect the vertices in this graph.
A. B. C. D.
nielit2017dec-assistanta discrete-mathematics graph-theory graph-planarity
Answer key ☟
Answer key ☟
Answer key ☟
Let be a simple connected planar graph with vertices and edges. Then, the number of faces in the
planar embedding of the graph is
A. B. C. D.
nielit2017july-scientistb-it discrete-mathematics graph-theory graph-planarity
Answer key ☟
A connected planar graph divides the plane into a number of regions. If the graph has eight vertices and
these are linked by edges, then the number of regions is:
A. B. C. D.
nielit2017july-scientistb-it discrete-mathematics graph-theory graph-planarity
Answer key ☟
Answer Keys
8.0.1 C 8.0.2 C 8.0.3 B 8.0.4 D 8.0.5 B
8.0.6 A 8.0.7 B 8.1.1 B 8.1.2 A 8.2.1 C
8.3.1 A 8.3.2 C 8.3.3 B 8.3.4 D 8.3.5 B
8.4.1 D 8.5.1 C 8.5.2 A 8.6.1 C 8.7.1 B
8.8.1 D 8.8.2 C 8.8.3 B 8.8.4 C 8.8.5 B
8.8.6 C
9 Discrete Mathematics: Mathematical Logic (6)
A. B.
C. D. Both (B) and (C)
nielit2017july-scientistb-cs mathematical-logic
Answer key ☟
A. B.
C. D.
nielit2016mar-scientistc discrete-mathematics mathematical-logic
Answer key ☟
A. B.
C. D.
nielit2016mar-scientistc discrete-mathematics mathematical-logic
Answer key ☟
Which one is the correct translation of the following statement into mathematical logic?
“None of my friends are perfect.”
A. B.
C. D.
nielit2017dec-scientistb discrete-mathematics mathematical-logic first-order-logic
Answer key ☟
A. is equal to
B. is equal to
C. is equal to
D. is equal to
A. B.
C. D. none of the options
nielit-scb-2020 mathematical-logic propositional-logic discrete-mathematics
Answer key ☟
Answer Keys
9.0.1 C 9.0.2 B 9.0.3 D 9.1.1 A 9.2.1 A
9.2.2 D
10 Discrete Mathematics: Set Theory & Algebra (19)
A. Commutativity B. Associativity
C. Existence of inverse for every element D. Existence of identity
nielit2016dec-scientistb-cs discrete-mathematics group-theory abelian-group
Answer key ☟
The relation is
Answer key ☟
Answer key ☟
A. B.
C. D.
nielit2017july-scientistb-it discrete-mathematics set-theory&algebra cartesian-product
Answer key ☟
How many onto (or surjective) functions are there from an -element set to a -element set?
A. B. C. D.
nielit2016dec-scientistb-cs discrete-mathematics set-theory&algebra functions
Answer key ☟
If , then a constant
A. B. C. D.
nielit2016mar-scientistb discrete-mathematics set-theory&algebra functions
Answer key ☟
Consider the set , where and are cube roots of unity. If denotes the multiplication
operation, the structure forms:
Answer key ☟
The number of integers between and (both inclusive) that are divisible by or or is _________.
A. B. C. D.
nielit2017dec-scientistb discrete-mathematics set-theory&algebra inclusion-exclusion
Answer key ☟
Let be a lattice. Then for every and in which one of the following is correct?
A. B.
C. D.
nielit2017july-scientistb-it discrete-mathematics set-theory&algebra lattice
Answer key ☟
10.8 Partial Order (2)
Answer key ☟
A. B. C. D.
nielit2017july-scientistb-it discrete-mathematics set-theory&algebra partial-order
Answer key ☟
A. B. C. D.
nielit2016mar-scientistb engineering-mathematics functions polynomials
Answer key ☟
A. B. C. D.
nielit2016dec-scientistb-it discrete-mathematics set-theory&algebra relations
Answer key ☟
The relation is
Answer key ☟
Answer key ☟
A. B. C. D.
nielit2017july-scientistb-it discrete-mathematics set-theory&algebra set-theory
Answer key ☟
A. B. C. D.
nielit2017july-scientistb-it discrete-mathematics set-theory&algebra set-theory
Answer key ☟
Answer key ☟
Answer Keys
10.1.1 A 10.1.2 A 10.2.1 B 10.3.1 C 10.4.1 C
10.4.2 B 10.4.3 A 10.5.1 A 10.6.1 C 10.7.1 B
10.8.1 A 10.8.2 A 10.9.1 B 10.10.1 C 10.10.2 B
10.11.1 C 10.11.2 A 10.11.3 D 10.11.4 B
11 Engineering Mathematics: Calculus (18)
A ladder feet long rests against the side of a house. The bottom of the ladder slides away from the house
at a rate of ft/s. How fast is the top of the ladder sliding down the wall when the bottom of the ladder is
feet from the house?
A. B. C. D.
Answer key ☟
A. B. C. D.
nielit2016mar-scientistc calculus
Answer key ☟
Answer key ☟
The function at is :
Answer key ☟
Answer key ☟
A. B. C. D.
nielit2016mar-scientistb engineering-mathematics calculus integration definite-integral
Answer key ☟
A. B. C. D.
nielit2016mar-scientistb engineering-mathematics calculus integration definite-integral
Answer key ☟
A. B. C. D.
nielit2016mar-scientistc engineering-mathematics calculus definite-integral
Answer key ☟
11.2.4 Definite Integral: NIELIT 2017 OCT Scientific Assistant A (CS) - Section B: 19
A. B. C. D.
nielit2017oct-assistanta-cs engineering-mathematics calculus definite-integral
Answer key ☟
A. B.
C. D.
where and are constants.
is equal to
A. B. C. D.
nielit2016mar-scientistb engineering-mathematics calculus limits
Answer key ☟
Answer key ☟
Consider the function in the interval . The number and location(s) of the minima of
this function are:
A. One, at B. One, at
Answer key ☟
Answer key ☟
A. B. C. D.
nielit2016mar-scientistb engineering-mathematics calculus maxima-minima
Answer key ☟
11.5.4 Maxima Minima: NIELIT 2016 MAR Scientist B - Section B: 5
A. B. C. D.
nielit2016mar-scientistb engineering-mathematics calculus maxima-minima
Answer key ☟
Answer key ☟
11.5.6 Maxima Minima: NIELIT 2017 OCT Scientific Assistant A (CS) - Section B: 18
A. B. C. D.
nielit2017oct-assistanta-cs engineering-mathematics calculus maxima-minima
Answer key ☟
Answer Keys
11.0.1 C 11.0.2 B 11.0.3 Q-Q 11.1.1 D 11.1.2 D
11.2.1 A 11.2.2 C 11.2.3 A 11.2.4 C 11.3.1 Q-Q
11.4.1 A 11.4.2 A 11.5.1 D 11.5.2 C 11.5.3 B
11.5.4 D 11.5.5 A 11.5.6 B
12 Engineering Mathematics: Linear Algebra (15)
Answer key ☟
A. B.
C. D. Does not necessarily exist.
nielit2016dec-scientistb-cs engineering-mathematics linear-algebra matrix determinant
Answer key ☟
A. B. C. D.
nielit2016dec-scientistb-it engineering-mathematics linear-algebra determinant eigen-value
Answer key ☟
If and are square matrices of size , then which of the following statements is not true?
A. B.
C. D.
nielit2016mar-scientistb engineering-mathematics linear-algebra determinant
Answer key ☟
A. B. C. D.
nielit2016mar-scientistb engineering-mathematics linear-algebra determinant
Answer key ☟
is a square matrix of order and its determinant value is If all the elements of are multiple by
its determinant value becomes The value of is
A. B. C. D.
nielit2017oct-assistanta-cs engineering-mathematics linear-algebra matrix determinant
Answer key ☟
is a square matrix of order and its determinant value is If all the elements of are multiplied by
its determinant value becomes The value of is
A. B. C. D.
nielit2017oct-assistanta-it linear-algebra matrix determinant
Answer key ☟
A. B. C. D.
nielit2016mar-scientistc engineering-mathematics linear-algebra eigen-value
Answer key ☟
The value of such that the vector is an eigen vector of the matrix is
A. B. C. D.
nielit-2018 engineering-mathematics linear-algebra matrix eigen-value
Answer key ☟
Answer key ☟
A. if is an integer B. always
C. never D. if
nielit2016mar-scientistc linear-algebra matrix
Answer key ☟
Consider two matrices and with and is non singular. Then which of the following
is true?
A. is non singular B. is null matrix
C. is the identity matrix D. is transpose of
nielit2017dec-scientistb engineering-mathematics linear-algebra matrix
Answer key ☟
A. B. C. D.
nielit-2018 engineering-mathematics linear-algebra matrix
Answer key ☟
has
A. unique solution. B. infinite number of solutions.
C. no solution. D. exactly two solutions.
nielit2016mar-scientistb engineering-mathematics linear-algebra system-of-equations
Answer key ☟
Answer Keys
12.0.1 D 12.1.1 B 12.1.2 C 12.1.3 C 12.1.4 B
12.1.5 B 12.1.6 B 12.2.1 B 12.2.2 D 12.3.1 B
12.4.1 C 12.4.2 A 12.4.3 B 12.4.4 A 12.5.1 C
13 Engineering Mathematics: Probability (11)
A bag contains white balls and blue balls. A ball is drawn from the bag and its color is noted. This ball
is put back in the bag along with more balls of the same color. A ball is drawn again from the bag at
random. The probability that the first ball drawn is blue, given that the second ball drawn is blue, is:
A. B. C. D.
nielit-sta-2020 probability conditional-probability
Answer key ☟
A. B.
C. D.
nielit-2018 engineering-mathematics probability normal-distribution
Answer key ☟
A box contains screws, of which are defective. Two screws are drawn at random with replacement.
The probability that none of two screws is defective will be
A. B. C. D. None of these.
nielit2016mar-scientistb engineering-mathematics probability
Answer key ☟
If and are two related events, and represents the conditional probability, Bayes’ theorem
states that
B.
A.
D.
C.
nielit2016mar-scientistc engineering-mathematics probability
Answer key ☟
If a random coin is tossed times, then what is the probability that for th toss head appears exactly
times?
Answer key ☟
If and are three exhaustive and mutually exclusive events related with any experiment and the
and = . Then = ___________ .
A. B. C. D.
nielit2017dec-assistanta engineering-mathematics probability
Answer key ☟
The probability that top and bottom cards of a randomly shuffled deck are both aces is:
A. B.
C. D.
nielit2017july-scientistb-it engineering-mathematics probability
Answer key ☟
Answer key ☟
A. B. C. D.
nielit-2018 engineering-mathematics probability
A continuous random variable is distributed over the interval with probability density function
, where and are constants. If the mean of the distribution is . Find the values of the
constants and .
A. B.
C. D.
nielit-2018 engineering-mathematics probability random-variable
Answer key ☟
Answer key ☟
Answer Keys
13.1.1 D 13.2.1 A 13.3.1 C 13.3.2 A 13.3.3 A
13.3.4 A 13.3.5 C 13.3.6 A 13.3.7 D 13.4.1 B
13.5.1 D
14 General Aptitude: Analytical Aptitude (35)
Relationship between different elements is provided in the statements. The statements are followed by
conclusions. Study the conclusions based on the given statements and select the appropriate answer. Please
solve this.
Statement:
S > E ≥ F < N, F > R ≤ I > T
Conclusions-
I. N > R
II. E > T
Options are:
A. Only I follows
B. Only II follows
C. Either I or II follows
D. Neither I nor II follows
nielit-sta-2020
Answer key ☟
A. B. C. D.
nielit-sta-2020 analytical-aptitude alphabetic-series
Answer key ☟
A. B. C. D.
nielit-sta-2020 analytical-aptitude alphabetic-series
Answer key ☟
A is the father of B and C is the son of D. E is the brother of A. B is the sister of C. How is D related to E?
Answer key ☟
Pointing towards a picture, Ramesh said, “That picture is of sister of grandson of father of my maternal
uncle.” How is that lady in the picture related to Ramesh?
Answer key ☟
is father
is mother
is mother
is Sister
How is related to ?
Answer key ☟
is father
is mother
is mother
is Sister
How is related to ?
Answer key ☟
is father
is mother
is mother
is Sister
How is related to ?
Answer key ☟
is father
is mother
is mother
is Sister
Answer key ☟
Relationship between different elements is provided in the statements. The statements are followed by
conclusions. Study the conclusions based on the given statement and choose the correct answer.
I.
II.
Answer key ☟
Relationship between different elements is provided in the statements. The statements are followed by
conclusions. Study the conclusions based on the given statement and choose the correct answer.
I.
II.
Answer key ☟
14.4.3 Inequality: NIELIT Scientific Assistant A 2020 November: 37
Relationship between different elements is provided in the statements. The statements are followed by
conclusions. Study the conclusions based on the given statement and choose the correct answer.
I.
II.
Answer key ☟
lives immediate left below diagonally of a person who lives immediate left below diagonally of .
lives immediate left above diagonally of a person who lives immediate left above diagonally of
lives immediate right above diagonally of a person who lives immediate right below diagonally of .
lives immediate right above diagonally of a person who lives immediate right above diagonally of .
lives immediate left above diagonally of a person who lives third to the right of .
lives immediate left of a person who lives two rooms below in the same column.
lives to the immediate right of a person who lives immediate right above diagonally of is living to the
immediate left of who receives ₹ as salary.
The person who live on one of the floors (left to right) receive salary in the same order
₹ ₹ ₹ ₹
The person who live on one of the floors (right to left) receive salary in the same order
₹ ₹ ₹ ₹
The person who live on one of the floors (left to right) receive salary in the same order
₹ ₹ ₹ ₹
What is the salary received by a person who lives second to the right of ?
A. ₹ B. ₹
C. ₹ D. ₹
nielit-sta-2020 analytical-aptitude logical-reasoning logic-puzzle
Answer key ☟
lives immediate left below diagonally of a person who lives immediate left below diagonally of .
lives immediate left above diagonally of a person who lives immediate left above diagonally of
lives immediate right above diagonally of a person who lives immediate right below diagonally of .
lives immediate right above diagonally of a person who lives immediate right above diagonally of .
lives immediate left above diagonally of a person who lives third to the right of .
lives immediate left of a person who lives two rooms below in the same column.
lives to the immediate right of a person who lives immediate right above diagonally of is living to the
immediate left of who receives ₹ as salary.
The person who live on one of the floors (left to right) receive salary in the same order
₹ ₹ ₹ ₹
The person who live on one of the floors (right to left) receive salary in the same order
₹ ₹ ₹ ₹
The person who live on one of the floors (left to right) receive salary in the same order
₹ ₹ ₹ ₹
A. B. C. D.
nielit-sta-2020 analytical-aptitude logical-reasoning logic-puzzle
Answer key ☟
lives immediate left below diagonally of a person who lives immediate left below diagonally of .
lives immediate left above diagonally of a person who lives immediate left above diagonally of
lives immediate right above diagonally of a person who lives immediate right below diagonally of .
lives immediate right above diagonally of a person who lives immediate right above diagonally of .
lives immediate left above diagonally of a person who lives third to the right of .
lives immediate left of a person who lives two rooms below in the same column.
lives to the immediate right of a person who lives immediate right above diagonally of is living to the
immediate left of who receives ₹ as salary.
The person who live on one of the floors (left to right) receive salary in the same order
₹ ₹ ₹ ₹
The person who live on one of the floors (right to left) receive salary in the same order
₹ ₹ ₹ ₹
The person who live on one of the floors (left to right) receive salary in the same order
₹ ₹ ₹ ₹
A. ₹ B. ₹ C. ₹ D. ₹
nielit-sta-2020 analytical-aptitude logical-reasoning logic-puzzle
Answer key ☟
lives immediate left below diagonally of a person who lives immediate left below diagonally of .
lives immediate left above diagonally of a person who lives immediate left above diagonally of
lives immediate right above diagonally of a person who lives immediate right below diagonally of .
lives immediate right above diagonally of a person who lives immediate right above diagonally of .
lives immediate left above diagonally of a person who lives third to the right of .
lives immediate left of a person who lives two rooms below in the same column.
lives to the immediate right of a person who lives immediate right above diagonally of is living to the
immediate left of who receives ₹ as salary.
The person who live on one of the floors (left to right) receive salary in the same order
₹ ₹ ₹ ₹
The person who live on one of the floors (right to left) receive salary in the same order
₹ ₹ ₹ ₹
The person who live on one of the floors (left to right) receive salary in the same order
₹ ₹ ₹ ₹
What is the sum of the salaries received by the persons living on the top floor of the apartment?
A. ₹ B. ₹ C. ₹ D. ₹
nielit-sta-2020 analytical-aptitude logical-reasoning logic-puzzle
Answer key ☟
lives immediate left below diagonally of a person who lives immediate left below diagonally of .
lives immediate left above diagonally of a person who lives immediate left above diagonally of
lives immediate right above diagonally of a person who lives immediate right below diagonally of .
lives immediate right above diagonally of a person who lives immediate right above diagonally of .
lives immediate left above diagonally of a person who lives third to the right of .
lives immediate left of a person who lives two rooms below in the same column.
lives to the immediate right of a person who lives immediate right above diagonally of is living to the
immediate left of who receives ₹ as salary.
The person who live on one of the floors (left to right) receive salary in the same order
₹ ₹ ₹ ₹
The person who live on one of the floors (right to left) receive salary in the same order
₹ ₹ ₹ ₹
The person who live on one of the floors (left to right) receive salary in the same order
₹ ₹ ₹ ₹
What is the aggregate salary of the people living at the right end of the apartment?
A. ₹ B. ₹ C. ₹ D. ₹
nielit-sta-2020 analytical-aptitude logical-reasoning logic-puzzle
Answer key ☟
Ramesh’s father is a paediatrician. Ram’s father is a trader. Krishan’s father is a school teacher. Krishan
falls ill. Where should his father take him?
A. to home B. to school
C. to Ramesh’s father D. to Ram’s father
nielit-sta-2020 analytical-aptitude logical-reasoning
Answer key ☟
Five people are standing in a row. Aman is standing next to Karan but not adjacent to Tanuj. Radhika is
standing next to Priyanka who is standing on the extreme left and Tanuj is not standing next to Radhika.
Who are Standing adjacent to Aman?
A. Radhika and Karan B. Karan and Tanuj C. karan and Priyanka D. Radhika and Tanuj
nielit-sta-2020 analytical-aptitude logical-reasoning
Answer key ☟
A. B. C. D.
nielit-2018 general-aptitude analytical-aptitude logical-reasoning sequence-series number-series
Answer key ☟
A. B. C. D.
nielit-2018 general-aptitude analytical-aptitude logical-reasoning sequence-series number-series
Answer key ☟
Find the number which does not fit into the series .
A. B. C. D.
nielit-sta-2020 analytical-aptitude sequence-series odd-one-out
Answer key ☟
Answer key ☟
Answer key ☟
Choose the alternative to decide whether the data given in the statements is/are sufficient to answer the
question based on the following information.
Five persons are sitting in a row. Who is sitting in the middle?
:
I. E is to the left of B.
II. B is in-between C and E.
III. D is in-between E and A.
Choose which of the following will be sufficient to find out who is sitting in the middle?
Answer key ☟
__________
A. B. C. D.
nielit-sta-2020 analytical-aptitude sequence-series
Answer key ☟
A. B. C. D.
nielit-sta-2020 analytical-aptitude sequence-series
Answer key ☟
A. B. C. D.
nielit-sta-2020 analytical-aptitude sequence-series
Answer key ☟
14.11.4 Sequence Series: NIELIT Scientific Assistant A 2020 November: 23
A. B. C. D.
nielit-sta-2020 analytical-aptitude sequence-series
Answer key ☟
Considering as the element in the sequence . What is the element in the sequence?
A. B. C. D.
nielit-sta-2020 analytical-aptitude sequence-series
Answer key ☟
It is when can Hemant get next bus for Ramnagar from Dhanpur ?
nielit2022apr-scientistb statements-follow
Answer key ☟
Two statements followed by four conclusions numbered from (I) to (IV) are given. You have to take the
two statements to be true even if these seem to be at variance from the commonly known facts. Read all the
conclusions and decide which of the given conclusions logically follow from the two given statements
disregarding commonly known facts.
.
.
Answer key ☟
Two statements followed by four conclusions numbered from (I) to (IV) are given. You have to take the
two statements to be true even if these seem to be at variance from the commonly known facts. Read all the
conclusions and decide which of the given conclusions logically follow from the two given statements
disregarding commonly known facts.
I. No Boy is a Man
II. Some Boys are Man
III. All Girls are Boys
IV. Some Man are Boys
Answer key ☟
Two statements followed by four conclusions numbered from (I) to (IV) are given. You have to take the
two statements to be true even if these seem to be at variance from the commonly known facts. Read all the
conclusions and decide which of the given conclusions logically follow from the two given statements
disregarding commonly known facts.
A. Only (I) and (III) follows B. Only (II) , (III) and (IV) follows
C. Only (II) and (IV) follows D. All follows
Answer key ☟
14.12.5 Statements Follow: NIELIT Scientific Assistant A 2020 November: 9
Refer the statement and solve the question according to the conclusions.
Answer key ☟
Answer Keys
14.0.1 Q-Q 14.1.1 B 14.1.2 A 14.2.1 D 14.2.2 C
14.3.1 C 14.3.2 B 14.3.3 A 14.3.4 A 14.4.1 A
14.4.2 A 14.4.3 A 14.5.1 Q-Q 14.5.2 Q-Q 14.5.3 Q-Q
14.5.4 Q-Q 14.5.5 Q-Q 14.6.1 C 14.6.2 A 14.7.1 A
14.7.2 A 14.8.1 D 14.9.1 A 14.9.2 B 14.10.1 D
14.11.1 C 14.11.2 B 14.11.3 A 14.11.4 D 14.11.5 A
14.12.1 D 14.12.2 B 14.12.3 B 14.12.4 C 14.12.5 B
15 General Aptitude: Quantitative Aptitude (39)
The present ages of three persons in proportions . Eight years ago, the sum of their ages was .
Find their present ages (in years).
A. B.
C. D. None of the above options
nielit2017-scientistb-cs general-aptitude
Answer key ☟
The percentage profit earned by selling an article for is equal to the percentage loss incurred by
selling the same article for . At what price should the article be sold to make profit?
A. B. C. D. Data inadequate
nielit2017-scientistb-cs general-aptitude
Answer key ☟
What is the maximum number of distinct handshakes that can happen in the room with people in it?
A. B. C. D.
nielit2017-scientistb-cs general-aptitude
Answer key ☟
A can is filled with paise coins. Another can is filled with paise coins. Another can is filled with
paise coins. All the cans are given wrong labels. If the can labeled paise is not having the paise coins,
what will the can, labeled paise have?
A. paise B. paise
C. paise D. cannot be determined
nielit2017oct-assistanta-cs general-aptitude quantitative-aptitude
Answer key ☟
Study the following graph and the table and answer the question given below. (Data of different states
regarding population of states in the year 2018)
Sex and Literacy wise Population Ratio
States Sex Literacy
M F Educated Non-Educated
A 5 3 2 7
B 3 1 1 4
C 2 3 2 1
D 3 5 3 2
E 3 4 4 1
F 3 2 7 2
G 3 4 9 4
A. B. C. D.
nielit-scb-2020
Answer key ☟
In an examination, and students respectively failed in history and geography while students
failed in both the subjects. If the number of students passing the examination is , find the total number
of students who appeared in the examination.
A. B.
C. D. None of these
nielit2023feb-scientistd quantitative-aptitude
Answer key ☟
A Professor passed one sixth of his life in childhood, one twelfth in youth, and one seventh more as a
bachelor, five years after his marriage a son was born who died four years before his father at half his final
age, then what is the age of Professor?
15.2.1 Alligation Mixture: NIELIT 2023 Feb Scientist D | Section D | Question: 112
The ratio of water and milk in a -litre mixture is . Find the quantity of water to be added to the
mixture in order to make the ratio .
A. B. C. D.
Answer key ☟
The average of numbers is . Numbers are removed What is the new average?
A. B. C. D.
Answer key ☟
When the sum of all possible two digit numbers formed from three different one digit natural numbers are
divided by sum of the original three numbers, the result is
A. B. C. D.
nielit2017dec-scientistb general-aptitude quantitative-aptitude digit-sum
Answer key ☟
The perimeter of a square plot is the same as that of a rectangular plot with sides and . The side
of the square plot is:
A. B.
C. D.
Answer key ☟
Divide into four parts such as first part known as second part third part and fourth part is when
is added to the first part, is subtracted from the second part, is multiplied by the third part and the fourth part
is divided by then all results value are equal. Find the value of and respectively.
A. B. C. D.
nielit-2018 quantitative-aptitude number-system
Answer key ☟
A. B. C. D.
nielit2017dec-scientistb general-aptitude quantitative-aptitude number-system numerical-computation
Answer key ☟
Answer key ☟
A cistern has two taps which fill it in minutes and minutes, respectively. There is also a waste pipe
in the cistern. When all the pipes are opened, the empty cistern is full in minutes. How long will the
waste pipe take to empty a full cistern?
Answer key ☟
Suppose a fraud shopkeeper sells rice to the customer at the cost price, but he uses a false weight of gm
for a kg then his percentage gain is ______
A. B. C. D.
nielit-2018 general-aptitude quantitative-aptitude profit-loss
Answer key ☟
15.10.2 Profit Loss: NIELIT Scientific Assistant A 2020 November: 25
A businessman purchases an item at a certain price and marks its price up by . He sells the item at a
certain discount on markup price and makes a net profit of on the whole transaction. Find the discount
given by businessman on markup price.
A. B. C. D.
nielit-sta-2020 quantitative-aptitude profit-loss
Answer key ☟
A. B. C. D.
nielit-2018 general-aptitude quantitative-aptitude quadratic-equations
Answer key ☟
A. B. C. D.
nielit2016mar-scientistc sequence-series
Answer key ☟
In a class there are 40 students who play at least one game out of Football, Cricket and Badminton.
A. B. C. D.
nielit-scb-2020 set-theory
Answer key ☟
In a class there are 40 students who play at least one game out of Football, Cricket and Badminton.
What percentage of students play all the three games?
A. B. C. D.
nielit-scb-2020 set-theory
Answer key ☟
₹ doubled in years when compounded annually. How many more years will it take to get
another ₹ compound interest?
Answer key ☟
A. B. C. D.
nielit-sta-2020 quantitative-aptitude statistics
Answer key ☟
Read the information given below and on the basis of the information, select the correct alternative for
each question given after the information.
RURAL SEMI-URBAN STATE CAPITAL METROPOLITAN
YEAR
App Pass App Pass App Pass App Pass
2015 1652 208 7894 2513 5054 1468 9538 3214
2016 1839 317 8562 2933 7164 3248 10158 4018
2017 2153 932 8139 2468 8258 3159 9695 3038
2018 5032 1798 9432 3528 8529 3628 11247 5158
2019 4915 1668 9784 4015 9015 4311 12518 6328
2020 5628 2392 9969 4263 10725 4526 13624 6449
[ *App - Appeared *Pass - Passed ]
What approximate value was the percentage drop in the number of semi-urban candidates appeared from to
A. B. C. D.
nielit2021dec-scientistb tabular-data
Answer key ☟
Read the information given below and on the basis of the information, select the correct alternative for
each question given after the information.
A. B. C. D.
nielit2021dec-scientistb tabular-data
The following table shows the number of students enrolled in different streams in a particular college.
SCIENCE HUMANITIES COMMERCE VOCATIONAL
Boys Girls Boys Girls Boys Girls Boys Girls
32 18 28 45 42 42 13 30
The ratio of the number of girls studying Humanities to the number of girls studying in all other streams is :
A. B. C. D.
Answer key ☟
Let us consider the length of the side of a square represented by . The length of the side of an
equilateral triangle is . If the square and the equilateral triangle have equal perimeter, then what is the
value of ?
A. B. C. D.
nielit-2018 general-aptitude quantitative-aptitude geometry triangles
Answer key ☟
If then equals to :
A. B. C. D.
Answer key ☟
A. B. C. D.
nielit-sta-2020 quantitative-aptitude venn-diagram
Answer key ☟
A. B. C. D.
nielit-sta-2020 quantitative-aptitude venn-diagram
Answer key ☟
A. B. C. D.
nielit-sta-2020 quantitative-aptitude venn-diagram
Answer key ☟
Answer key ☟
A. B. C. D.
nielit-sta-2020 quantitative-aptitude venn-diagram
Answer key ☟
A Class has students with roll number from to All the even numbered students study Physics,
whose roll number are divisible by study Chemistry students with roll numbers divisible by study
Biology. How many students do not study any of the given subject Physics, Chemistry or Biology?
A. B. C. D.
nielit-sta-2020 quantitative-aptitude venn-diagram
Answer key ☟
A software engineer has the capability of thinking lines of code in five minutes and can type lines
of code in minutes. He takes a break for five minutes after every minutes. How many lines of code
will he complete typing after an hour?
A. B. C. D.
nielit-2018 general-aptitude quantitative-aptitude work-time
Answer key ☟
A construction company ready to finish a construction work in days, hired workers each working
hours daily. After days, only of the work was completed. How many workers are to be increased to
complete the work on time?
Note: If additionally acquired workers do agree to work for hours daily.
Answer key ☟
men earn as much as women; women earn as much as boys and boys earn as much as girls. If a
girl earns Rs. a day then the earning of a man would be?
A. B. C. D.
Answer key ☟
15.20.4 Work Time: NIELIT 2023 Feb Scientist D | Section D | Question: 103
Subhash can copy pages in , Subhash and Prakash together can copy pages in . In how
much time can Prakash copy pages.
A. B.
C. D.
Answer key ☟
Ram can do a piece of work in days, and Sham can do the same in days. With the help of Karan, they
finished the work in days. How many days would it take Karan to do the work?
Answer key ☟
Answer Keys
15.0.1 B 15.0.2 A 15.0.3 B 15.0.4 A 15.0.5 Q-Q
15.0.6 Q-Q 15.1.1 A 15.2.1 Q-Q 15.3.1 Q-Q 15.4.1 D
15.5.1 Q-Q 15.6.1 A 15.7.1 C 15.8.1 B 15.9.1 Q-Q
15.10.1 B 15.10.2 D 15.11.1 A 15.12.1 Q-Q 15.13.1 B
15.13.2 D 15.14.1 B 15.15.1 A 15.16.1 Q-Q 15.16.2 Q-Q
15.16.3 Q-Q 15.17.1 A 15.18.1 Q-Q 15.19.1 D 15.19.2 C
15.19.3 B 15.19.4 D 15.19.5 D 15.19.6 A 15.20.1 D
15.20.2 B 15.20.3 Q-Q 15.20.4 Q-Q 15.20.5 A
16 General Aptitude: Spatial Aptitude (4)
A.
B.
C.
D.
nielit-scb-2020
Answer key ☟
Find out the alternative figure which contains the given figure as its part.
A.
B.
C.
D.
nielit-scb-2020
Answer key ☟
Three squares are there as shown on the three sides of the triangle; find the area of the triangle from the
respective areas of the squares.
A. B. C. D.
nielit-scb-2020
Answer key ☟
Select a suitable figure from the four alternatives that would complete the figure matrix.
A. B. C. D.
nielit-scb-2020
Answer key ☟
Answer Keys
16.0.1 A 16.0.2 Q-Q 16.0.3 B 16.0.4 C
17 General Aptitude: Verbal Aptitude (5)
Answer key ☟
Answer key ☟
If finch related to bird (i.e.,) FINCH : BIRD. Then, find the pair that has a similar relationship.
Answer key ☟
Answer key ☟
A. B. C. D.
nielit-2018 general-aptitude verbal-aptitude logical-reasoning sequence-series
Answer key ☟
Answer Keys
17.0.1 D 17.1.1 C 17.2.1 C 17.2.2 C 17.3.1 C
18 Non GATE CSE: Computer Graphics (1)
nielit2016mar-scientistc non-gatecse
Answer key ☟
Answer Keys
18.1.1 B
19 Non GATE CSE: Computer Peripherals (2)
Answer key ☟
The shell
A. accepts command from the user B. maintains directories of files
C. translates the keyboard’s character codes D. none of these
nielit2016mar-scientistb non-gatecse
Answer key ☟
Answer Keys
19.1.1 D 19.2.1 A
20 Non GATE CSE: Digital Signal Processing (22)
Answer key ☟
Answer key ☟
Answer key ☟
Answer key ☟
Answer key ☟
20.4.2 Non Gatecse: NIELIT 2016 DEC Scientist B (CS) - Section B: 25
A. Passes the frequencies lower than the specified cut off frequency
B. Used to recover signal from sampled signal
C. Rejects higher frequencies
D. All of the above
nielit2016dec-scientistb-cs non-gatecse
Answer key ☟
Answer key ☟
Answer key ☟
At a room temperature of , calculate the thermal noise generated by two resistors of and
when the bandwidth is .
A. B.
C. D.
nielit2017july-scientistb-cs non-gatecse
Answer key ☟
20.4.8 Non Gatecse: NIELIT 2017 OCT Scientific Assistant A (CS) - Section B: 27
20.4.9 Non Gatecse: NIELIT 2017 OCT Scientific Assistant A (CS) - Section D: 1
Twelve resistances are used as edges to from a cube. The resistance between two diagonally opposite
corners of the cube is
A. B. C. D.
nielit2017oct-assistanta-cs non-gatecse
20.4.10 Non Gatecse: NIELIT 2017 OCT Scientific Assistant A (CS) - Section D: 11
20.4.11 Non Gatecse: NIELIT 2017 OCT Scientific Assistant A (CS) - Section D: 12
A. B. C. D.
nielit2017oct-assistanta-cs non-gatecse
20.4.12 Non Gatecse: NIELIT 2017 OCT Scientific Assistant A (CS) - Section D: 2
Answer key ☟
20.4.13 Non Gatecse: NIELIT 2017 OCT Scientific Assistant A (CS) - Section D: 3
A. Steady state value of the system output B. Initial value of the system output
C. Transient behavior of the system output D. None of these
nielit2017oct-assistanta-cs non-gatecse
20.4.14 Non Gatecse: NIELIT 2017 OCT Scientific Assistant A (CS) - Section D: 4
A. B. C. D.
nielit2017oct-assistanta-cs non-gatecse
20.4.15 Non Gatecse: NIELIT 2017 OCT Scientific Assistant A (CS) - Section D: 5
A. B. C. D. None of these
nielit2017oct-assistanta-cs non-gatecse
20.4.16 Non Gatecse: NIELIT 2017 OCT Scientific Assistant A (CS) - Section D: 7
If the number of bits per sample in a PCM system is increased from a to the improvement in
signal to quantization nose ratio will be
A. B. C. D.
nielit2017oct-assistanta-cs non-gatecse
20.4.17 Non Gatecse: NIELIT 2017 OCT Scientific Assistant A (CS) - Section D: 8
A.
B.
C.
D.
nielit2017oct-assistanta-cs non-gatecse
Answer key ☟
In a baseband communication link, frequencies upto are used for signaling. Using a raised cosine
pulse with excess bandwidth and for no inter symbol interference, the maximum possible signaling
rate is symbols is:
A. B. C. D.
nielit2022apr-scientistb non-gatecse
Answer key ☟
Answer Keys
20.1.1 B 20.2.1 D 20.2.2 D 20.3.1 D 20.4.1 D
20.4.2 D 20.4.3 A 20.4.4 A 20.4.5 B 20.4.6 D
20.4.7 A 20.4.8 D 20.4.9 A 20.4.10 C 20.4.11 C
20.4.12 B 20.4.13 A 20.4.14 C 20.4.15 A 20.4.16 B
20.4.17 A 20.4.18 Q-Q
21 Non GATE CSE: Information Theory (4)
Answer key ☟
A. it can have a number of values between the negative and positive peaks
B. it is negative for one half cycle
C. it is positive for one half cycle
D. it has positive as well as negative values
nielit2016dec-scientistb-cs non-gatecse
Answer key ☟
Answer key ☟
21.1.4 Non Gatecse: NIELIT 2017 OCT Scientific Assistant A (CS) - Section B: 28
Answer key ☟
Answer Keys
21.1.1 C 21.1.2 A 21.1.3 A 21.1.4 A
22 Non GATE CSE: IS&Software Engineering (41)
A particular control flow graph has nodes out of which are decision nodes. The cyclomatic
complexity and number of edges respectively can be given by the following :
A. B. C. D.
Answer key ☟
A. B. C. D.
nielit-sta-2020 is&software-engineering cyclomatic-complexity
Answer key ☟
22.2.1 Function Point Metric: NIELIT 2017 July Scientist B (IT) - Section B: 27
The Function Points(FP) calculated for software projects are often used to obtain an estimate of Lines of
Code(LOC) required for that project. Which of the following statements is FALSE in this context?
A. The relationship between FP and LOC depends on the programming language used to implement the software.
B. LOC requirement for an assembly language implementation will be more for a given FP value, than LOC for
implementation in COBOL.
C. On an average, one LOC of C++ provides approximately 1.6 times the functionality of a single LOC of
FORTRAN.
D. FP and LOC are not related to each other.
Answer key ☟
Which of the following is not defined in a good Software Requirement Specification(SRS) document?
Answer key ☟
Answer key ☟
Answer key ☟
What is the testing to ensure the WebApp properly interfaces with other applications or databases?
Answer key ☟
What is described by means of DFDs as studied earlier and represented in algebraic form?
Answer key ☟
Answer key ☟
According to Brooks, if is the number of programmers in a project team, then the number of
communication path is
A. B. C. D.
nielit2016mar-scientistb non-gatecse is&software-engineering
Answer key ☟
22.3.8 Is&software Engineering: NIELIT 2016 MAR Scientist B - Section C: 47
Answer key ☟
The extent to which the software can control to operate correctly despite the introduction of invalid input
is called as
Answer key ☟
Answer key ☟
A. B. C. D.
nielit2016mar-scientistb non-gatecse is&software-engineering
Answer key ☟
Answer key ☟
Answer key ☟
Answer key ☟
Answer key ☟
The Cyclomatic complexity of each of the modules and shown below is . What is the Cyclomatic
complexity of the sequential integration shown on the right hand side?
A. B. C. D.
nielit2017july-scientistb-cs non-gatecse is&software-engineering
Answer key ☟
What is the appropriate pairing of items in the two columns listing various activities encountered in a
software life cycle?
A.
B.
C.
D.
Answer key ☟
22.3.18 Is&software Engineering: NIELIT 2017 July Scientist B (CS) - Section B: 51
A company needs to develop a strategy for software product development for which it has a choice of two
programming languages and . The number of Lines Of Code (LOC) developed using is estimated
to be twice the LOC developed with . The product will have to be maintained for five years. Various parameters
for the company are given in the table below:
Total cost of the project includes cost of development and maintenance. What is the LOC for for which the cost
of the project using is equal to the cost of the project using ?
A. B. C. D.
nielit2017july-scientistb-cs non-gatecse is&software-engineering
Answer key ☟
A company needs to develop digital signal processing software for one of its newest inventions. The
software is expected to have lines of code. The company needs to determine the effort in person-
months needed to develop this software using the basic COCOMO model. The multiplicative factor for this model
is given as for the software development on embedded systems, while the exponentiation factor is given as
. What is the estimated effort in person-months?
A. B. C. D.
nielit2017july-scientistb-cs non-gatecse is&software-engineering
Answer key ☟
Which one of the following is NOT desired in a good Software Requirement Specifications (SRS)
document?
Answer key ☟
I. Content coupling
II. Common coupling
III. Control coupling
IV. Stamp Coupling
V. Data Coupling
Coupling between modules can be ranked in the order of strongest (least desirable) to weakest(most desirable) as
follows:
Answer key ☟
Answer key ☟
22.3.23 Is&software Engineering: NIELIT 2017 OCT Scientific Assistant A (CS) - Section B: 15
Answer key ☟
22.3.24 Is&software Engineering: NIELIT 2017 OCT Scientific Assistant A (IT) - Section C: 3
nielit2017oct-assistanta-it is&software-engineering
Answer key ☟
Which of the following is not a part of the Test Implementation and Execution Phase?
nielit-sta-2020 is&software-engineering
Answer key ☟
22.3.26 Is&software Engineering: NIELIT Scientific Assistant A 2020 November: 56
Answer key ☟
A software Requirements Specification document should avoid discussing which one of the
following?
Answer key ☟
A. B.
C. D.
nielit-scb-2020 is&software-engineering match-the-following non-gatecse
Answer key ☟
Answer key ☟
Answer key ☟
Answer key ☟
Changes are made to the system to reduce the future system failure chances is called __________.
A. Preventive Maintenance B. Adaptive Maintenance
C. Corrective Maintenance D. Perfective Maintenance
nielit-sta-2020 is&software-engineering software-design
Answer key ☟
In the context of modular software design, which one of the following combinations is desirable?
A. High cohesion and high coupling B. High cohesion and low coupling
C. Low cohesion and high coupling D. Low cohesion and low coupling
nielit-sta-2020 is&software-engineering software-design
Answer key ☟
Answer key ☟
The availability of complex software is its Mean Time Between Failure(MTBF) is days. Because
of the critical nature of the usage, the organization deploying the software further enhanced it to obtain an
availability of . In the process, the Mean Time To Repair(MTTR) increased by days. What is the MTBF of
the enhanced software?(choose the nearest option)
Answer key ☟
22.5.2 Software Testing: NIELIT 2017 OCT Scientific Assistant A (IT) - Section B: 21
A program calls two subprograms and can fail time and can fail times. The
program can fail
A. B. C. D.
nielit2017oct-assistanta-it is&software-engineering software-testing
Answer key ☟
Answer key ☟
Answer key ☟
Answer Keys
22.1.1 Q-Q 22.1.2 C 22.2.1 D 22.3.1 D 22.3.2 D
22.3.3 C 22.3.4 B 22.3.5 A 22.3.6 D 22.3.7 A
22.3.8 C 22.3.9 B 22.3.10 A 22.3.11 X 22.3.12 B
22.3.13 A 22.3.14 D 22.3.15 B 22.3.16 A 22.3.17 B
22.3.18 B 22.3.19 A 22.3.20 D 22.3.21 A 22.3.22 C
22.3.23 C 22.3.24 C 22.3.25 D 22.3.26 B 22.3.27 C
22.3.28 N/A 22.4.1 A 22.4.2 D 22.4.3 B 22.4.4 A
22.4.5 B 22.4.6 A 22.5.1 C 22.5.2 D 22.5.3 Q-Q
22.5.4 C
23 Non GATE CSE: Java (14)
Answer key ☟
Answer key ☟
Answer key ☟
A. If we derive an abstract class and do not implement all the abstract methods, then the derived class should
also be marked as abstract using 'abstract' keyword.
B. Abstract classes can have constructors.
C. A class can be made abstract without any abstract method.
D. A class can inherit from multiple abstract classes.
Answer key ☟
1. An interface can contain following type of members. public, static, final fields(i.e., constants) default
and static methods with bodies.
2. An instance of interface can be created.
3. A class can implement multiple interfaces.
4. Many classes can implement the same interface.
Answer key ☟
Is null an object?
Answer key ☟
To make the Frame visible, which of the following statements are true?
A. f1.setClear(true); B. f1.setVisible(true);
C. f1.setlook(true); D. f1.setclean(true);
nielit-sta-2020 java
Answer key ☟
Answer key ☟
In Java, for ensuring the persistence property, the class must implements:
A. Serializable Interface B. Utilization Interface
C. Threadable Interface D. Recognizable Interface
nielit-sta-2020 java
Answer key ☟
Answer key ☟
A. Directives B. Scriptlets
C. Actions D. Reaction
nielit-sta-2020 java
Answer key ☟
A.
B.
C.
D.
Answer key ☟
23.1.13 Java: NIELIT Scientific Assistant A 2020 November: 84
The static keyword is used in public static void main() declaration in Java:
A. To enable the to make call to the main(), as class has not been instantiated
B. To enable the to make call to the main(), as class has not been inherited
C. To enable the to make call to the main(), as class has not been loaded
D. To enable the to make call to the main(), as class has not been finalized
nielit-sta-2020 java
Answer key ☟
Which of the following Interface is not supported by for connecting to Database in Java
Programming language?
A. Statement Interface B. Prepared Statement Interface
C. Callable Statement Interface D. Database Interface
nielit-sta-2020 java
Answer key ☟
Answer Keys
23.1.1 A 23.1.2 A 23.1.3 A 23.1.4 D 23.1.5 A
23.1.6 B 23.1.7 B 23.1.8 D 23.1.9 A 23.1.10 A
23.1.11 D 23.1.12 A 23.1.13 A 23.1.14 D
24 Non GATE CSE: Numerical Methods (6)
In which of the following methods proper choice of initial value is very important?
Answer key ☟
A. B. C. D.
Using bisection method, one root of lies between and . After second iteration the root may
lie in interval:
A. B.
C. D. None of the options.
nielit2017dec-scientistb non-gatecse numerical-methods
Answer key ☟
24.1.4 Numerical Methods: NIELIT 2017 OCT Scientific Assistant A (CS) - Section C: 7
Answer key ☟
One root of lies in In bisection method, after first iteration the root lies in the interval
___________ .
A. B. C. D.
nielit-2021-it-dec-scientistb numerical-methods
Let and be two vectors in whose Eucledian norms satisfy . What is the value such that
bisects the angle between and ?
A. B. C. D.
nielit2017dec-scientistb non-gatecse vector-space
Answer key ☟
Answer Keys
24.1.1 C 24.1.2 Q-Q 24.1.3 B 24.1.4 C 24.1.5 Q-Q
24.2.1 A
25 Non GATE CSE: Object Oriented Programming (11)
25.1.1 Non Gatecse: NIELIT 2017 OCT Scientific Assistant A (IT) - Section B: 24
Which of the following object types are generally autonomous, meaning that they can exhibit some
behavior without being operated upon by another object.
A. Passive B. Active
C. Both (A) and (B) D. None of the mentioned
nielit2017oct-assistanta-it non-gatecse
Answer key ☟
25.2.1 Object Oriented Programming: NIELIT 2016 DEC Scientist B (CS) - Section B: 30
Answer key ☟
25.2.2 Object Oriented Programming: NIELIT 2016 DEC Scientist B (IT) - Section B: 1
Given a class named student, which of the following is a valid constructor declaration for the class?
Answer key ☟
25.2.3 Object Oriented Programming: NIELIT 2016 DEC Scientist B (IT) - Section B: 24
Answer key ☟
25.2.4 Object Oriented Programming: NIELIT 2016 DEC Scientist B (IT) - Section B: 3
Answer key ☟
25.2.5 Object Oriented Programming: NIELIT 2016 DEC Scientist B (IT) - Section B: 46
Answer key ☟
25.2.6 Object Oriented Programming: NIELIT 2017 July Scientist B (IT) - Section B: 39
Answer key ☟
25.2.7 Object Oriented Programming: NIELIT 2017 July Scientist B (IT) - Section B: 40
Answer key ☟
25.2.8 Object Oriented Programming: NIELIT 2017 OCT Scientific Assistant A (IT) - Section B: 28
Answer key ☟
25.2.9 Object Oriented Programming: NIELIT 2017 OCT Scientific Assistant A (IT) - Section B: 4
If the objects focus on the problem domain, then we are concerned with
A. Object Oriented Analysis B. Object Oriented Design
C. Object Oriented Analysis and Design D. None of the above
nielit2017oct-assistanta-it non-gatecse object-oriented-programming
Answer key ☟
nielit-sta-2020 object-oriented-programming
Answer key ☟
Answer Keys
25.1.1 B 25.2.1 B 25.2.2 C 25.2.3 D 25.2.4 D
25.2.5 A 25.2.6 B 25.2.7 B 25.2.8 D 25.2.9 A
25.2.10 A
26 Non GATE CSE: Optimization (2)
26.1.1 Differential Equation: NIELIT 2017 OCT Scientific Assistant A (CS) - Section D: 6
A. B. C. D.
nielit2017oct-assistanta-cs non-gatecse differential-equation
nielit2016mar-scientistb non-gatecse
Answer key ☟
Answer Keys
26.1.1 C 26.2.1 C
27 Non GATE CSE: Others (49)
Answer key ☟
A. B. C. D.
nielit2021dec-scientistb
Answer key ☟
If then which of following are and respectively for pair of equations and
A. B. C. D.
nielit2021dec-scientistb
Answer key ☟
equals
A. B. C. D. None of these
nielit2021dec-scientistb
Answer key ☟
In a fraction, numerator is increased by and the denominator is diminished by The new fraction
obtained is The original fraction is
Answer key ☟
A. B. C. D.
nielit2021dec-scientistb
Answer key ☟
27.0.7 NIELIT 2021 Dec Scientist B - Section A: 25
Instead of walking along two adjacent sides of a rectangular field, a boy took a short cut along the diagonal
and saved a distance equal to half the longer side. Then, the ratio of the shorter side to the longer side is
A. B. C. D.
nielit2021dec-scientistb
Answer key ☟
In a mixture of the ratio of milk and water is If the ratio of milk and water is to be then
the amount of water to be further added must be
A. B. C. D.
nielit2021dec-scientistb
Answer key ☟
The students in a class are seated according to their marks in the previous examination. Once it so happens
that four of these students get equal marks and therefore the same rank. To decide their seating
arrangement, the teacher wants to write down all possible arrangements, one in each of separate bits of paper, in
order to choose one of these by lots. How many bits of paper are required
A. B. C. D.
nielit2021dec-scientistb
Answer key ☟
A factory employs skilled workers, unskilled workers and clerks in the proportion and the wages
of a skilled worker, an unskilled worker and a clerk are in the ratio When unskilled workers are
employed, the total daily wages of all (skilled workers, unskilled workers and clerks) amount to ₹ The wages
paid to each category of workers are
A. ₹ , ₹ ,₹
B. ₹ , ₹ ,₹
C. ₹ , ₹ ,₹
D. ₹ , ₹ ,₹
nielit2021dec-scientistb
Answer key ☟
Directions – Read the information given below and on the basis of the information, select the
correct alternative for each question given after the information.
i. Six flats on a floor in two rows facing North and South are allotted to and
ii. gets a north facing flat and is not next to
iii. and get diagonally opposite flats.
iv. next to gets a south facing flat and gets a north facing flat.
The flats of which of the other pairs than is diagonally opposite to each other
A. B. C. D.
nielit2021dec-scientistb
Answer key ☟
Directions – Read the information given below and on the basis of the information, select the
correct alternative for each question given after the information.
i. Six flats on a floor in two rows facing North and South are allotted to and
ii. gets a north facing flat and is not next to
iii. and get diagonally opposite flats.
iv. next to gets a south facing flat and gets a north facing flat.
If the flats of and are interchanged, who’s flat will be next to that of
A. B. C. D.
nielit2021dec-scientistb
Answer key ☟
Directions – Read the information given below and on the basis of the information, select the
correct alternative for each question given after the information.
i. Six flats on a floor in two rows facing North and South are allotted to and
ii. gets a north facing flat and is not next to
iii. and get diagonally opposite flats.
iv. next to gets a south facing flat and gets a north facing flat.
1.
2.
3.
4.
nielit2021dec-scientistb
Answer key ☟
Directions Read the information given below and on the basis of the information, select the
correct alternative for each question given after the information.
and are good at hockey and volleyball.
and are good at hockey and baseball.
and are good at cricket and volleyball.
and are good at football and basketball.
Who among the following is good at four games
1.
2.
3.
4.
nielit2021dec-scientistb
Answer key ☟
Directions Read the information given below and on the basis of the information, select the
correct alternative for each question given after the information.
and are good at hockey and volleyball.
and are good at hockey and baseball.
and are good at cricket and volleyball.
and are good at football and basketball.
1.
2.
3.
4.
nielit2021dec-scientistb
Answer key ☟
Directions Read the information given below and on the basis of the information, select the
correct alternative for each question given after the information.
and are good at hockey and volleyball.
and are good at hockey and baseball.
and are good at cricket and volleyball.
and are good at football and basketball.
A. B. C. D.
nielit2021dec-scientistb
Answer key ☟
Directions Read the information given below and on the basis of the information, select the
correct alternative for each question given after the information.
and are good at hockey and volleyball.
and are good at hockey and baseball.
and are good at cricket and volleyball.
and are good at football and basketball.
A. B. C. D.
nielit2021dec-scientistb
Answer key ☟
Directions Read the information given below and on the basis of the information, select the
correct alternative for each question given after the information.
and are good at hockey and volleyball.
and are good at hockey and baseball.
and are good at cricket and volleyball.
and are good at football and basketball.
1.
2.
3.
4.
nielit2021dec-scientistb
Answer key ☟
Directions Read the information given below and on the basis of the information, select the
correct alternative for each question given after the information.
There are five persons and One is football player, one is chess player, one is hockey player. and
are unmarried ladies and do not participate in any game. None of the ladies plays chess or football. There is a
married couple in which is the husband. is the brother of and is neither a chess player nor a hockey player.
A. B. C. D.
nielit2021dec-scientistb
Answer key ☟
Directions Read the information given below and on the basis of the information, select the
correct alternative for each question given after the information.
There are five persons and One is football player, one is chess player, one is hockey player. and
are unmarried ladies and do not participate in any game. None of the ladies plays chess or football. There is a
married couple in which is the husband. is the brother of and is neither a chess player nor a hockey player.
A. B. C. D. None of these
nielit2021dec-scientistb
Answer key ☟
Directions Read the information given below and on the basis of the information, select the
correct alternative for each question given after the information.
There are five persons and One is football player, one is chess player, one is hockey player. and
are unmarried ladies and do not participate in any game. None of the ladies plays chess or football. There is a
married couple in which is the husband. is the brother of and is neither a chess player nor a hockey player.
A. B. C. D.
nielit2021dec-scientistb
Answer key ☟
Directions Read the information given below and on the basis of the information, select the
correct alternative for each question given after the information.
There are five persons and One is football player, one is chess player, one is hockey player. and
are unmarried ladies and do not participate in any game. None of the ladies plays chess or football. There is a
married couple in which is the husband. is the brother of and is neither a chess player nor a hockey player.
A. B. C. D.
nielit2021dec-scientistb
Answer key ☟
Directions Read the information given below and on the basis of the information, select the
correct alternative for each question given after the information.
There are five persons and One is football player, one is chess player, one is hockey player. and
are unmarried ladies and do not participate in any game. None of the ladies plays chess or football. There is a
married couple in which is the husband. is the brother of and is neither a chess player nor a hockey player.
Answer key ☟
Directions − In the given questions below, a statement is given followed by two conclusions
numbered and . You have to take the statement to be true. Read both the conclusions and decide which
of the two or both follow from the given statement. Given answer :
A study of planning commission reveals boom in revenues. However, this has been of little avail owing to soaring
expenditure. In the event, there has been a high dose of deficit financing, leading to marked rise in prices. Large
financial outlays year after year had little impact on level of living.
nielit2021dec-scientistb
Directions In the given questions below, a statement is given followed by two conclusions
numbered and . You have to take the statement to be true. Read both the conclusions and decide which
of the two or both follow from the given statement. Given answer
The top management has asked the four managers either to resign by tomorrow or face the order of service
termination. Three of them have resigned till this very evening.
I. The manager who did not resign yesterday will resign tomorrow.
II. The management will terminate the service of one manager.
nielit2021dec-scientistb
Answer key ☟
Rakesh is standing at a point. He walks towards the East and further towards the South, then he
walks towards the West and further towards the North, then he walks towards the East.
What is the straight distance in metres between his starting point and the point where he reached last
A. B. C. D.
nielit2021dec-scientistb
Answer key ☟
27.0.27 NIELIT 2021 Dec Scientist B - Section A: 5
Directions In each of the following questions, one number is wrong in the series. Find out the
wrong number.
A. B. C. D.
nielit2021dec-scientistb
Answer key ☟
Directions In each of the following questions, one number is wrong in the series. Find out the
wrong number.
A. B. C. D.
nielit2021dec-scientistb
Answer key ☟
Directions In each of the following questions, one number is wrong in the series. Find out the
wrong number.
A. B. C. D.
nielit2021dec-scientistb
Answer key ☟
A. B. C. D.
nielit2021dec-scientistb
A. B. C. D.
nielit2021dec-scientistb
Answer key ☟
A. B. C. D. None of these
nielit-2018 non-gatecse complex-number
Answer key ☟
A. B. C. D.
nielit-2018 non-gatecse differential-equation
Answer key ☟
A. B.
C. D.
nielit-2018 non-gatecse differential-equation
While solving the differential equation by the method of variation of parameters, then
value of Wronskion (W) is:
A. B. C. D.
nielit-2018 non-gatecse differential-equation
Answer key ☟
A. B. C. D.
nielit-2018 non-gatecse differentiation partial-order
A.
B.
C.
D.
A. B. C. D.
nielit-2018 calculus double-integration
Answer key ☟
A. B. C. D.
nielit-2018 non-gatecse integration
A. B. C. D.
nielit-2018 non-gatecse integration
Answer key ☟
In what module multiple instances of execution will yield the same result even if one instance has not
terminated before the next one has begun?
A. Non reusable module B. Serially usable
C. Re-enterable module D. Recursive module
nielit2016mar-scientistb non-gatecse
A. B.
C.
D.
nielit2016mar-scientistc non-gatecse
The equation of the plane through the point and perpendicular to each of the planes
and is
A. B.
C. D.
nielit2016mar-scientistc non-gatecse
Find the volume of the solid obtained by rotating the region bound by the curves , and
about the -axis
A. B. C. D.
nielit2016mar-scientistc non-gatecse
If , in the interval is rotated about the -axis, the Volume of the solid of revolution is
A. B.
C. D.
nielit2016mar-scientistc non-gatecse
A. B. C. D.
nielit2016mar-scientistc non-gatecse
27.6.7 Non Gatecse: NIELIT 2017 July Scientist B (CS) - Section B: 24
How many wires are threaded through the cores in a coincident-current core memory?
A. B. C. D.
nielit2017july-scientistb-cs non-gatecse
Answer key ☟
A. B.
C.
D.
nielit2016mar-scientistc non-gatecse partial-order
Answer key ☟
Answer Keys
27.0.1 A 27.0.2 Q-Q 27.0.3 Q-Q 27.0.4 Q-Q 27.0.5 Q-Q
27.0.6 Q-Q 27.0.7 Q-Q 27.0.8 Q-Q 27.0.9 Q-Q 27.0.10 Q-Q
27.0.11 Q-Q 27.0.12 Q-Q 27.0.13 Q-Q 27.0.14 Q-Q 27.0.15 Q-Q
27.0.16 Q-Q 27.0.17 Q-Q 27.0.18 Q-Q 27.0.19 Q-Q 27.0.20 Q-Q
27.0.21 Q-Q 27.0.22 Q-Q 27.0.23 Q-Q 27.0.24 Q-Q 27.0.25 Q-Q
27.0.26 Q-Q 27.0.27 Q-Q 27.0.28 Q-Q 27.0.29 Q-Q 27.0.30 Q-Q
27.0.31 Q-Q 27.1.1 B 27.2.1 A 27.2.2 C 27.2.3 B
27.2.4 A 27.3.1 C 27.3.2 A 27.4.1 A 27.5.1 A
27.5.2 A 27.6.1 C 27.6.2 Q-Q 27.6.3 A 27.6.4 Q-Q
27.6.5 Q-Q 27.6.6 Q-Q 27.6.7 A 27.7.1 B
28 Non GATE CSE: Web Technologies (14)
If we don’t want to allow a floating div to the left side of an element, _________ property will we
use.
Answer key ☟
Web links are stored within the page itself and when you wish to ‘jump’ to the page that is linked, we
select the hotspot or anchor. This technique is called
Answer key ☟
Web links are stored within the page itself and when you wish to ‘jump’ to the page that is linked, we
select the hotspot or anchor. This technique is called
Answer key ☟
A. B. C. D.
nielit-sta-2020 web-technologies html
Answer key ☟
Answer key ☟
28.3.1 Non Gatecse: NIELIT 2017 OCT Scientific Assistant A (IT) - Section B: 11
Answer key ☟
By which technology do we separate our business logic from the presentation logic?
Answer key ☟
Answer key ☟
A.
B.
C.
D.
Answer key ☟
HTML(Hypertext Markup language) has language elements which permit certain actions other than
describing the structure of the web document. Which of the following actions is NOT supported by pure
HTML(without any server or client side scripting) pages?
A. Embed web objects from different sites into the same page.
B. Refresh the page automatically after a specified interval.
C. Automatically redirect to another page upon download.
D. Display the client time as part of the page.
Answer key ☟
28.4.5 Web Technologies: NIELIT 2017 July Scientist B (IT) - Section B: 30
The number of rows in each column and the number of columns in each row are
A. and B. and
C. and D. and
nielit2017july-scientistb-it non-gatecse web-technologies
Answer key ☟
1. XML overcomes the limitations in HTML to support a structured way of organizing content .
2. XML specification is not case sensitive while HTML specification is case sensitive.
3. XML supports user defined tags while HTML uses pre-defined tags.
4. XML tags need not be closed while HTML tags must be closed.
Answer key ☟
Answer key ☟
Answer key ☟
Answer Keys
28.1.1 B 28.2.1 C 28.2.2 C 28.2.3 C 28.2.4 C
28.3.1 D 28.4.1 B 28.4.2 C 28.4.3 C 28.4.4 D
28.4.5 C 28.4.6 C 28.4.7 B 28.4.8 C
29 Operating System (61)
The process executes the following code and after execution ______ number of child process get created
fork();
fork();
fork();
fork();
A. B. C. D.
nielit-2018 operating-system
Answer key ☟
Answer key ☟
Answer key ☟
The address sequence generated by tracing a particular program executing in a pure demand paging system
with records per page, with free main memory frame is recorded as follows. What is the number of Page
Faults?
A. B. C. D.
nielit2017oct-assistanta-cs operating-system demand-paging page-fault
Answer key ☟
The address sequence generated by tracing a particular program executing in a pure demand paging system
with records per page, with free main memory frame is recorded as follows. What is the number of
Page Faults?
A. B. C. D.
nielit2017oct-assistanta-it operating-system demand-paging page-fault
Answer key ☟
Answer key ☟
Answer key ☟
In a particular system it is observed that, the cache performance gets improved as a result of increasing the
block size of the cache. The primary reason behind this is :
Answer key ☟
The time taken to switch between user and kernel modes of execution be while the time taken to switch
between two processes be . Which of the following is TRUE?
A. B.
C. D. nothing can be said about the relation between and
nielit2017dec-scientistb operating-system context-switch
Answer key ☟
What is the elapsed time of if records of are organized using a blocking factor of (i.e. each block on
contains two records of ) and uses one buffer?
When we move from the outermost track to the innermost track in a magnetic disk, then density(bits per
linear inch)
A. increases. B. decreases.
C. remains the same. D. either remains constant or decreases.
nielit2016mar-scientistb operating-system disk
Answer key ☟
The seek time of a disk is ms. It rotates at the rate of rotations/second. The capacity of each track is
words. The access time is (approximately)
A. ms B. ms C. ms D. ms
nielit2016mar-scientistc operating-system disk
Answer key ☟
Which access method is used for obtaining a record from cassette tape?
Answer key ☟
Answer key ☟
A disk has tracks (numbered through ). At a given time, it was servicing the request of reading
data from track , and at the previous request, service was for track . The pending requests (in order of
their arrival) are for track numbers.
How many times will the head change its direction for the disk scheduling policies SSTF(Shortest Seek Time
First) and FCFS (First Come First Serve)?
Answer key ☟
29.5.2 Disk Scheduling: NIELIT 2017 OCT Scientific Assistant A (CS) - Section B: 35
Disk request come to a disk driver for cylinders in the order and at a time when the
disk drive is reading from cylinder . The seek time is per cylinder. The total seek time, if the disk
arm scheduling algorithm is first-come-first-served is
A. ms B. ms C. ms D. ms
nielit2017oct-assistanta-cs operating-system disk-scheduling
Answer key ☟
The file structure that redefines its first record at a base of zero uses the term
A. relative organization. B. key fielding.
C. dynamic reallocation. D. all of these.
nielit2016mar-scientistb operating-system file-system file-organization
Answer key ☟
The open file table has a/an __________ associated with each file.
Answer key ☟
Answer key ☟
If file size is large and if it is to be accessed randomly then which of the following allocation strategy
should be best to use in a system?
A. Linked allocation B. Indexed allocation
C. Contiguous allocation D. None of the options
nielit2017dec-assistanta operating-system file-system
Answer key ☟
What is Compaction ?
Answer key ☟
Copying a process from memory to disk to allow space for other processes is called:
Answer key ☟
If there are segments, each of size K byte, then the logical address should have
A. B.
C. D.
nielit2016mar-scientistc operating-system memory-management
Answer key ☟
Which of the following is added to the page table in order to track whether a page of cache has been
modified since it was read from the memory?
Answer key ☟
A CPU generates -bit virtual addresses. The page size is KB. The processor has a Translation Look-
aside Buffer (TLB) which can hold a total of page table entries and is -way set associative. The
minimum size of the TLB tag is
A. B. C. D.
nielit2017july-scientistb-cs operating-system memory-management paging translation-lookaside-buffer
Answer key ☟
29.9.5 Memory Management: NIELIT 2017 OCT Scientific Assistant A (CS) - Section B: 4
If a processor has -bit virtual address, -bit physical address, kb pages. How many bits are
required for the virtual, physical page number?
A. B. C. D. None
nielit2017oct-assistanta-cs operating-system memory-management
Answer key ☟
Find the effective access time for the memory for the given data.
Page fault service time ms
Average memory access time ns
One page fault is generated for every memory access
A. ns B. ns C. ns D. ns
nielit-2018 operating-system memory-management
Answer key ☟
A computer has a single cache (off-chip) with a ns hit time and a hit rate. Main memory has a ns
access time. If we add an on-chip cache with a ns hit time and a hit rate, the computer’s effective
access time:
A. B.
C. D. None of the options
nielit-sta-2020 operating-system memory-management
Answer key ☟
A long-term monitor
Answer key ☟
In which one of the following pages replacement policies, Belady's anomaly may occur?
Answer key ☟
Determine the number of page faults when references to pages occur in the following order:
. Assume that the main memory can accommodate pages and the main memory already
has the pages and , with page having been brought earlier than page .(LRU algorithm is used).
A. B. C. D. None of these.
nielit2016mar-scientistb operating-system page-replacement page-fault least-recently-used
Answer key ☟
A. The set of future references that the operating system will make
B. The set of future references that the operating system will make in the next time units
C. The set of references with high frequency
D. The set of pages that have been referenced in the last time units
Answer key ☟
The total number of page faults for the reference string using FIFO page
replacement policy for a process, if frames are allocated to it are
A. B. C. D.
nielit2017dec-scientistb operating-system page-replacement page-fault
Answer key ☟
Answer key ☟
In real-time operating systems, which of the following is the most suitable scheduling scheme?
A. round-robin B. first-come-first-served
C. preemptive D. random scheduling
nielit2016mar-scientistc operating-system process-scheduling
Answer key ☟
Answer key ☟
A. (i) only B. (i) and (ii) only C. (ii) only D. None of the options
nielit2017dec-assistanta operating-system process-scheduling
Answer key ☟
Consider the following four processes with their corresponding arrival time and burst time:
What is the average turn around time (in ms) for these processes using FCFS scheduling algorithm?
Answer key ☟
Consider three processes (process id respectively) with compute time bursts and time units. All
processes arrive at time zero. Consider the Longest Remaining Time First (LRTF) scheduling algorithm. In
LRTF ties are broken by giving priority to the process with the lowest process id. The average turn around time is
Answer key ☟
Consider three processes, all arriving at time zero, with total execution time of and units,
respectively. Each process spends the first of execution time doing I/O, the next of time doing
computation, and the last of time doing I/O again. The operating system uses a shortest remaining compute
time first scheduling algorithm and schedules a new process either when the running process gets blocked on I/O
or when the running process finishes its compute burst. Assume that all I/O operations can be overlapped as much
as possible. For what percentage of time does the CPU remain idle?
A. B. C. D.
nielit2017july-scientistb-it operating-system process-scheduling
Answer key ☟
Consider three CPU-intensive processes, which require and time units and arrive at times and
, respectively. How many context switches are needed if the operating system implements a shortest
remaining time first scheduling algorithm? Do not count the context switches at time zero and at the end.
A. B. C. D.
nielit2017july-scientistb-it operating-system process-scheduling
Answer key ☟
29.12.9 Process Scheduling: NIELIT 2017 July Scientist B (IT) - Section B: 47
Answer key ☟
A scheduling algorithm assigns priority proportional to the waiting time of a process. Every process starts
with priority zero (the lowest priority). The scheduler re-evaluates the process priorities every time units
and decides the next process to schedule. Which one of the following is TRUE if the processes have no I/O
operations and all arrive at time zero?
Answer key ☟
29.12.11 Process Scheduling: NIELIT 2017 OCT Scientific Assistant A (IT) - Section B: 9
Answer key ☟
1. FIFO is non-preemptive
2. Round robin is non-preemptive
3. Multilevel Queue Scheduling is non-preemptive
A. B. and C. , and D.
nielit-2018 operating-system process-scheduling
Answer key ☟
A process that is based on IPC mechanism which executes on different systems and can communicate with
other processes using message based communication is called _______.
Answer key ☟
29.13.2 Process Synchronization: NIELIT 2016 DEC Scientist B (IT) - Section B: 50
Answer key ☟
29.14.1 Process and Threads: NIELIT 2017 OCT Scientific Assistant A (IT) - Section B: 23
Answer key ☟
Consider a system with resources of same type being shared by processes. Resources can be requested
and released by processes only one at a time. The system is deadlock free if and only if
A. The sum of all max needs is B. The sum of all max needs is
C. Both of above D. None
nielit2016dec-scientistb-cs operating-system resource-allocation deadlock-prevention-avoidance-detection
Answer key ☟
A system has processes sharing resources. If each process needs a maximum of units then, deadlock
Answer key ☟
Consider the following snapshot of a system running processes. Process is holding instances of a
resource , . Currently, all instances of are occupied. Further, for all , process has placed a
request for an additional instances while holding the instances it already has. There are exactly two
processes and and such that . Which one of the following can serve as a necessary condition to
guarantee that the system is not approaching a deadlock?
A. B.
C. D.
nielit2017july-scientistb-cs operating-system resource-allocation deadlock-prevention-avoidance-detection
Answer key ☟
A. B. C. D.
nielit2017july-scientistb-cs operating-system resource-allocation deadlock-prevention-avoidance-detection
Answer key ☟
A system contains three programs and each requires three tape units for its operation. The minimum
number of tape units which the system must have such that deadlocks never arise is _________.
A. B. C. D.
nielit2017july-scientistb-cs operating-system resource-allocation deadlock-prevention-avoidance-detection
Answer key ☟
29.15.6 Resource Allocation: NIELIT 2017 OCT Scientific Assistant A (IT) - Section B: 15
Consider a system having resources of the same type. These resources are shared by processes
which have peak time demands of respectively. The minimum value of that ensures
that deadlock will never occur is
A. B. C. D.
nielit2017oct-assistanta-it operating-system resource-allocation deadlock-prevention-avoidance-detection
Answer key ☟
Non-contiguous memory allocation splits program into blocks of memory called ________ that can be
loaded in non-adjacent holes in main memory.
Answer key ☟
In a system, counting semaphore was initialized to , then (wait) operations and (signal)
operations were completed on this semaphore. So _____ is the final value of the semaphore.
A. B. C. D.
nielit-2018 operating-system semaphore
Answer key ☟
How many times the word "PROCESS" will be printed when executing the following program ?
main(){
printf("PROCESS");
fflush();
fork();
fork();
}
A. B. C. D.
nielit2017dec-assistanta operating-system system-call
Answer key ☟
Answer key ☟
A computer uses -bit virtual address, -bit physical address, and a three–level paged page table
organization. The page table base register stores the base address of the first-level table , which
occupies exactly one page. Each entry of stores the base address of a page of the second-level table . Each
entry of stores the base address of a page of the third-level table Each entry of stores a Page Table
Entry ( ). The is bits in size. The processor used in the computer has a MB way set associative
virtually indexed physically tagged cache. The cache block size is bytes.
A. B. C. D.
nielit2017july-scientistb-cs operating-system virtual-memory
Answer key ☟
A computer uses virtual address, physical address, and a three–level paged page table
organization. The page table base register stores the base address of the first-level table ( ), which
occupies exactly one page. Each entry of stores the base address of a page of the second-level table ( ). Each
entry of stores the base address of a page of the third-level table ( ). Each entry of stores a page table entry
( ). The is bits in size. The processor used in the computer has a MB way set associative
virtually indexed physically tagged cache. The cache block size is bytes.
What is the minimum number of page colours needed to guarantee that no two synonyms map to different sets in
the processor cache of this computer?
A. B. C. D.
nielit2017july-scientistb-cs operating-system virtual-memory
Answer key ☟
Answer Keys
29.0.1 C 29.0.2 B 29.0.3 A 29.0.4 C 29.0.5 C
29.1.1 B 29.2.1 B 29.2.2 D 29.3.1 C 29.4.1 Q-Q
29.4.2 A 29.4.3 D 29.4.4 B 29.4.5 B 29.5.1 C
29.5.2 D 29.6.1 A 29.6.2 C 29.7.1 D 29.7.2 B
29.8.1 C 29.9.1 A 29.9.2 C 29.9.3 B 29.9.4 C
29.9.5 B 29.9.6 C 29.9.7 C 29.10.1 B 29.11.1 A
29.11.2 C 29.11.3 D 29.11.4 B 29.12.1 B 29.12.2 C
29.12.3 A 29.12.4 C 29.12.5 B 29.12.6 A 29.12.7 B
29.12.8 B 29.12.9 C 29.12.10 B 29.12.11 A 29.12.12 A
29.13.1 B 29.13.2 D 29.14.1 C 29.15.1 A 29.15.2 A
29.15.3 B 29.15.4 B 29.15.5 A 29.15.6 A 29.16.1 D
29.17.1 B 29.18.1 X 29.19.1 A 29.20.1 C 29.20.2 C
29.20.3 B
30 Others: Others (387)
If the channel is band limited to and signal to noise ratio is what would be the capacity of
channel?
Answer key ☟
The fisherman, ___________ the flood victims owed their lives, were rewarded by the govt.
Which of the following options is the closest in meaning to the word below
Answer key ☟
“Going by the ____________ that many hands make light work, the school ____________ involved all
the students in the task.” The words that best fill the blanks in the above sentence are
Answer key ☟
Answer key ☟
Each of these questions has an idiomatic expression followed by four options. Choose the one
closest to its meaning.
Stick to once guns
Answer key ☟
30.0.7 NIELIT 2021 Dec Scientist B - Section A: 37
Each of these questions has an idiomatic expression followed by four options. Choose the one
closest to its meaning.
Talk shop
Answer key ☟
“The dress ___________ him so well that she immediately _____________ him on his appearance.” The
words that best fill the blanks in the above sentence are
A. complemented, complemented,
B. complimented, complemented,
C. complimented, complimented,
D. complemented, complimented,
nielit2021dec-scientistb
Answer key ☟
A cuboid of dimension is melted and smaller cubes of side are formed. Find
how many such cubes can be formed
A. B. C. D.
nielit2021dec-scientistb
Answer key ☟
Let denote the number of full binary trees with vertices. Then a recurrence relation for is
A. B.
C. D.
nielit2021dec-scientistb
30.0.13 NIELIT 2021 Dec Scientist B - Section B: 119
Answer key ☟
A. is assigned at point
B. is not assigned at point
C. Value of at would be used along some path in the flow graph starting at point
D. Value of at would be used along some path in the flow graph ending at point
nielit2021dec-scientistb
Answer key ☟
If and are two sets. A binary relation from set and set is any subset of the _____________ .
A. Cartesian Product B. Union
C. Intersection D. Addition
nielit2021dec-scientistb
Answer key ☟
A. B. C. D.
nielit2021dec-scientistb
Answer key ☟
When a cache is faster than main memory, and the cache can be used of the time, how much
speed can be gained using cache
A. B.
C. D.
nielit2021dec-scientistb
Answer key ☟
If the value of Register What will be the value of Register after executing the
instruction time
A. B. C. D.
nielit2021dec-scientistb
Answer key ☟
Answer key ☟
nielit2021dec-scientistb
Answer key ☟
30.0.25 NIELIT 2021 Dec Scientist B - Section B: 107
If all transactions obey the _____________ then all possible interleaved schedules (non-serial schedules)
are serializable.
A. Lock based protocol B. Two phase Locking protocal
C. Read-write lock based protocol D. Time stamp based protocol
nielit2021dec-scientistb
One root of lies in In bisection method, after first iteration the root lies in the interval
___________ .
A. B. C. D.
nielit2021dec-scientistb
Answer key ☟
nielit2021dec-scientistb
Answer key ☟
For a hamming code of parity bit what is the total bits and data bits
A. B. C. D.
nielit2021dec-scientistb
Answer key ☟
A.
B.
C.
D.
nielit2021dec-scientistb
Which of the following Boolean expressions is not logically equivalent to all of the rest
A. B.
C. D.
nielit2021dec-scientistb
A. B. User Satisfaction
C. Planning D. design for software
nielit2021dec-scientistb
Answer key ☟
Which is the layer that converts packets to Frames and Frames to packets in the model
Answer key ☟
A. B. C. D.
nielit2021dec-scientistb
Answer key ☟
For which one of the following sequences T be a degree sequence if a graph of order
A. B. C. D.
nielit2021dec-scientistb
A. B. C. D.
nielit2021dec-scientistb
Answer key ☟
A binary tree of depth is called a full binary tree of depth if it has exactly _____________ nodes.
A. B. C. D.
nielit2021dec-scientistb
nielit2021dec-scientistb
Answer key ☟
Each layer of the model receives services or data from a _____________ layer.
A. below layer B. above layer
C. both and D. None of the above
nielit2021dec-scientistb
Answer key ☟
30.0.44 NIELIT 2021 Dec Scientist B - Section B: 87
Convert into
A. B. C. D.
nielit2021dec-scientistb
Answer key ☟
The bit rate of digital communication system is The modulation used is The
minimum bandwidth required for free transmission is
A. B.
C. D.
nielit2021dec-scientistb
The bit transmission rate in a pulse coded modulation system with number of quantization levels and
maximum signal frequency is given by
A. B.
C. D.
nielit2021dec-scientistb
Answer key ☟
model does not have ____________ layer but model have this layer.
A. session layer B. transport layer
C. application layer D. network layer
nielit2021dec-scientistb
Answer key ☟
A. B. C. D.
nielit2021dec-scientistb
The equivalent relational algebra expression for the query “Find the names of suppliers who supplied all
the items to all the customers”.
A. supplier
B. supplier
C. supplier
D.
nielit2021dec-scientistb
30.0.50 NIELIT 2021 Dec Scientist B - Section B: 81
A. B. C. D.
nielit2021dec-scientistb
Answer key ☟
A protected variable which can be accessed and changed by particular set of operation is called
Answer key ☟
Which of the following sorting algorithms has the lowest worst-case complexity
Answer key ☟
A high resolution picture contains picture elements and different brightness levels.
Pictures are repeated at a rate of All levels have equal likelihood of occurrence and all
picture elements are assumed to be independent. What will be the average rate of information carried by this
picture source
A. B.
C. D.
nielit2021dec-scientistb
Answer key ☟
What is
A. wi-fi protected access B. wired protected access
C. wired process access D. wi-fi process access
nielit2021dec-scientistb
Answer key ☟
Answer key ☟
A.
B.
C.
D.
nielit2021dec-scientistb
Answer key ☟
Let the random variable has a mixed distributions with probability and the density
function.
A. B. C. D.
nielit2021dec-scientistb
If the size of the logical address space is and the page size is addressing units, then the high order
of a logical address designate the _____________ .
Answer key ☟
Answer key ☟
A. B. C. D. None of these
nielit2021dec-scientistb
Answer key ☟
Answer key ☟
Answer key ☟
30.0.66 NIELIT 2021 Dec Scientist B - Section B: 64
The operating system stores an ____________ in order to decide to which user to grant which access
rights to which file
A. File allocation table B. Process control block
C. Access control matrix D. File control matrix
nielit2021dec-scientistb
Answer key ☟
The number of numbers which contain not more than two different digits is :
A. B. C. D.
nielit2021dec-scientistb
Answer key ☟
If developer wants to transform model into source code is also known as _____________ .
A. Backward Testing / Engineering B. Forward Engineering
C. Forward Testing D. Reverse Engineering
nielit2021dec-scientistb
Answer key ☟
Answer key ☟
Answer key ☟
Answer key ☟
____________ is the elapsed time between the time a program or job is submitted and the time when it is
completed.
Answer key ☟
The maximum number of times the decrease key operation performed in Dijkstra’s algorithm will be equal
to ______________.
A. Total number of vertices B. Total number of edges
C. Number of vertices D. Number of edges
nielit2021dec-scientistb
Answer key ☟
A. B. C. D.
nielit2021dec-scientistb
Answer key ☟
An analog signal having bandwidth is sampled at times the Nyquist rate. The successive samples
are statistically independent. Each sample is quantized into one of equally likely levels. The
information rate of the source is :
A. B.
C. D.
nielit2021dec-scientistb
The ____________ enables the software engineer to develop models of the information domain and
functional domain at the same time.
A. data flow diagram B. state transition diagram
C. control specification D. activity diagram
nielit2021dec-scientistb
Answer key ☟
Answer key ☟
The ___________ of a relationship is if there is no explicit need for the relationship to occur or the
relationship is optional.
Answer key ☟
A. B. C. D.
nielit2021dec-scientistb
Answer key ☟
Let be “ is perfect”, be “ is your friend” and the domain be all people. The statement, “At least
one of your friends is perfect” is :
A.
B.
C.
D.
nielit2021dec-scientistb
Answer key ☟
Answer key ☟
_________ is the class of decision problems that can be solved by non-deterministic polynomial
algorithms.
A. B. C. Hard D. Complete
nielit2021dec-scientistb
Answer key ☟
A. B.
C. D.
nielit2021dec-scientistb
Answer key ☟
A. B. C. D.
nielit2021dec-scientistb
A. B.
C. D.
nielit2021dec-scientistb
Answer key ☟
The question below consists of a pair of related words followed by four pairs of words. Select the pair that
best expresses the relation in the original pair.
The question below consists of a pair of related words followed by four pairs of words. Select the pair that
best expresses the relation in the original pair.
Answer key ☟
30.0.89 NIELIT 2021 Dec Scientist A - Section A: 40
Given below question has an idiomatic expression followed by four options. Choose the one closest to its
meaning :
The untimely loss of life is a cause of serious global concern as thousands of people get killed
_______________ accidents every year while many other die ______________ diseases like cardio
vascular disease, cancer, etc.
Answer key ☟
The length, breadth and height of a cuboid are in the ratio and its volume is The
smallest side has a length of :
A. B. C. D.
nielit2021dec-scientista
Answer key ☟
How many eight letter words can be formed from the letters of the word beginning with
and ending with ?
A. B. C. D.
nielit2021dec-scientista
Answer key ☟
solve for :
A. B. C. D.
nielit2021dec-scientista
Answer key ☟
First bag contains white and black balls. Second bag contains white and black balls. A ball is
transferred from the first bag to the second bag and then a ball is drawn from the second bag. Find the
probability that the ball drawn is white.
A. B. C. D.
nielit2021dec-scientista
Answer key ☟
If the numerator of a fraction is increased by and the denominator is decreased by then it becomes
If the numerator is increased by and the denominator is increased by then it becomes Find the
fraction.
A. B. C. D.
nielit2021dec-scientista
Answer key ☟
A. B. C. D.
nielit2021dec-scientista
Answer key ☟
“The judge’s standing in the legal community, though shaken by false allegations of wrongdoing,
remained ________________ .” The word that best fills the blank in the above sentence is :
Answer key ☟
A. B. C. D.
nielit2021dec-scientista
Answer key ☟
In a company Ltd. a certain number of engineers can develop a design in If there were
more engineers, it could be finished in less. How many engineers were there in the beginning ?
A. B. C. D.
nielit2021dec-scientista
Answer key ☟
An aeroplane at an altitude of observes the angles of depression of opposite points on the two
banks of a river to be and respectively. Find the width of the river in metre.
A. B. C. D.
nielit2021dec-scientista
Choose the most appropriate word from the options given below to complete the following sentence: He is
_____________ speaker, his discourses are always informative and inspirational.
The of two numbers is their One number is and the sum of their and
is Find the other number.
A. B. C. D.
nielit2021dec-scientista
Answer key ☟
Out of applicants for a job there are women and men. Two persons are to be selected for the job.
Find the probability that at least one of the selected persons will be a women.
A. B. C. D.
nielit2021dec-scientista
Answer key ☟
Abha can do some work in Billu can do it in and Chintu can do it in They start
working in turns with Abha starting to work on the first day followed by Billu on the second day and by
Chintu on the third day and again by Abha on the fourth day and so on, till the work is completed fully. Find the
time taken (approx.) to complete the work fully.
A. B. C. D.
nielit2021dec-scientista
Answer key ☟
The length, breadth and height of a room are in the ratio of If its volume be find its
breadth.
A. B. C. D.
nielit2021dec-scientista
Answer key ☟
A certain sum of money amounts to ₹ in years at a certain rate percent simple interest. If the rate of
interest be increased by its the same sum would amount to ₹ during the same period. Find the
sum.
A. ₹ B. ₹ C. ₹ D. ₹
nielit2021dec-scientista
Read the information given below and on the basis of the information, select the correct alternative for
question given after the information.
i. Eleven students and are sitting in a row of the class facing the teacher.
ii. who is to the immediate left to is second to the right of
iii. is the second to the right of who is at one of the ends.
iv. is the immediate neighbor of and and third to the left of
v. is to the immediate left of and third to the right of
A. B. C. D.
nielit2021dec-scientista
Answer key ☟
Read the information given below and on the basis of the information, select the correct alternative
for question given after the information.
i. Eleven students and are sitting in a row of the class facing the teacher.
ii. who is to the immediate left to is second to the right of
iii. is the second to the right of who is at one of the ends.
iv. is the immediate neighbor of and and third to the left of
v. is to the immediate left of and third to the right of
A. B. C. D.
nielit2021dec-scientista
Answer key ☟
Read the information given below and on the basis of the information, select the correct alternative
for question given after the information.
i. Eleven students and are sitting in a row of the class facing the teacher.
ii. who is to the immediate left to is second to the right of
iii. is the second to the right of who is at one of the ends.
iv. is the immediate neighbor of and and third to the left of
v. is to the immediate left of and third to the right of
Which of the following statements is true in the context of the above sitting arrangement ?
A. There are three students sitting between and B. and are neighbors sitting to immediate right of
C. is sitting between and D. is sitting between and
nielit2021dec-scientista
Answer key ☟
Read the information given below and on the basis of the information, select the correct alternative
for question given after the information.
There are six women, Shalini, Divya, Ritu, Rashmi, Nisha and Renu in a family of members. There are few
married couples in the family and none of the grand children are married. Sunil is married into the family. Rohan,
Mahesh and Jatin have a nephew Dipesh who is the son of Rashmi. Ravi is the paternal grandfather of Nisha. Ritu
is the daughter-in-law of Shalini. Renu is the first cousin of Dipesh. Shalini has only three grand children. Mahesh
has two brothers and only one sister Rashmi and a sister-in-law Divya. Dipesh’s only unmarried maternal uncle
Jatin is the brother-in-law of Sunil. Rohan is the paternal uncle of Nisha. Ritu has two daughters one of Whom is
Nisha.
Which of the following is true?
A. Dipesh is Mahesh’s son. B. Ravi has only two married children.
C. Ravi is the paternal grandfather of Renu. D. None of these.
nielit2021dec-scientista
Answer key ☟
Read the information given below and on the basis of the information, select the correct alternative for
question given after the information.
There are six women, Shalini, Divya, Ritu, Rashmi, Nisha and Renu in a family of members. There are few
married couples in the family and none of the grand children are married. Sunil is married into the family. Rohan,
Mahesh and Jatin have a nephew Dipesh who is the son of Rashmi. Ravi is the paternal grandfather of Nisha. Ritu
is the daughter-in-law of Shalini. Renu is the first cousin of Dipesh. Shalini has only three grand children. Mahesh
has two brothers and only one sister Rashmi and a sister-in-law Divya. Dipesh’s only unmarried maternal uncle
Jatin is the brother-in-law of Sunil. Rohan is the paternal uncle of Nisha. Ritu has two daughters one of Whom is
Nisha.
How many married couples are there in the second generation?
A. B. C. D.
nielit2021dec-scientista
Answer key ☟
Read the information given below and on the basis of the information, select the correct alternative
for question given after the information.
There are six women, Shalini, Divya, Ritu, Rashmi, Nisha and Renu in a family of members. There are few
married couples in the family and none of the grand children are married. Sunil is married into the family. Rohan,
Mahesh and Jatin have a nephew Dipesh who is the son of Rashmi. Ravi is the paternal grandfather of Nisha. Ritu
is the daughter-in-law of Shalini. Renu is the first cousin of Dipesh. Shalini has only three grand children. Mahesh
has two brothers and only one sister Rashmi and a sister-in-law Divya. Dipesh’s only unmarried maternal uncle
Jatin is the brother-in-law of Sunil. Rohan is the paternal uncle of Nisha. Ritu has two daughters one of Whom is
Nisha.
Dipesh is __________________ .
A. Mahesh’s son B. Ravi’s grand son
C. Rohan’s son D. Sunil’s nephew
nielit2021dec-scientista
Answer key ☟
Read the information given below and on the basis of the information, select the correct alternative
for question given after the information.
There are six women, Shalini, Divya, Ritu, Rashmi, Nisha and Renu in a family of members. There are few
married couples in the family and none of the grand children are married. Sunil is married into the family. Rohan,
Mahesh and Jatin have a nephew Dipesh who is the son of Rashmi. Ravi is the paternal grandfather of Nisha. Ritu
is the daughter-in-law of Shalini. Renu is the first cousin of Dipesh. Shalini has only three grand children. Mahesh
has two brothers and only one sister Rashmi and a sister-in-law Divya. Dipesh’s only unmarried maternal uncle
Jatin is the brother-in-law of Sunil. Rohan is the paternal uncle of Nisha. Ritu has two daughters one of Whom is
Nisha.
Which one of the following is a married couple ?
A. Rohan and Ritu B. Shalini and Mahesh C. Renu and Sunil D. Mahesh and Ritu
nielit2021dec-scientista
Answer key ☟
Read the information given below and on the basis of the information, select the correct alternative
for question given after the information.
There are six women, Shalini, Divya, Ritu, Rashmi, Nisha and Renu in a family of members. There are few
married couples in the family and none of the grand children are married. Sunil is married into the family. Rohan,
Mahesh and Jatin have a nephew Dipesh who is the son of Rashmi. Ravi is the paternal grandfather of Nisha. Ritu
is the daughter-in-law of Shalini. Renu is the first cousin of Dipesh. Shalini has only three grand children. Mahesh
has two brothers and only one sister Rashmi and a sister-in-law Divya. Dipesh’s only unmarried maternal uncle
Jatin is the brother-in-law of Sunil. Rohan is the paternal uncle of Nisha. Ritu has two daughters one of Whom is
Nisha.
Rashmi is _____________ .
A. Mahesh’s wife B. Renu’s aunt
C. Nisha’s Mother D. None of these
nielit2021dec-scientista
Answer key ☟
Read the information given below and on the basis of the information, select the correct alternative for
each question (9−13) given after the information.
A training college has to conduct a refresher course for teachers of seven different subjects – Mechanics,
Psychology, Philosophy, Sociology, Economics, Science and Engineering from November to November
Answer key ☟
Read the information given below and on the basis of the information, select the correct alternative for
each question given after the information.
A Training college has to conduct a refresher course for teachers of seven different subjects – Mechanics,
Psychology, Philosophy, Sociology, Economics, Science and Engineering from November to November
Answer key ☟
Read the information given below and on the basis of the information, select the correct alternative for
each question given after the information.
A training college has to conduct a refresher course for teachers of seven different subjects – Mechanics,
Psychology, Philosophy, Sociology, Economics, Science and Engineering from November to November
The refresher course will start with which one of the following subjects?
Answer key ☟
30.0.119 NIELIT 2021 Dec Scientist A - Section A: 10
Read the information given below and on the basis of the information, select the correct alternative for
each question given after the information.
A Training college has to conduct a refresher course for teachers of seven different subjects – Mechanics,
Psychology, Philosophy, Sociology, Economics, Science and Engineering from November to November
A. B. C. D. No gap
nielit2021dec-scientista
Answer key ☟
Read the information given below and on the basis of the information, select the correct alternative for
each question given after the information.
A training college has to conduct a refresher course for teachers of seven different subjects – Mechanics,
Psychology, Philosophy, Sociology, Economics, Science and Engineering from November to November
Answer key ☟
What value should come in place of the question mark in the series given below ?
A. B. C. D.
nielit2021dec-scientista
Answer key ☟
What value should come in place of the question mark in the series given below ?
A. B. C. D.
nielit2021dec-scientista
Answer key ☟
In a certain code language, means ‘Friendship Big Challenge’, means ‘Struggle Big Exam’ and
means ‘Exam Confidential Subject’. What does ‘Confidential’ stand for ?
A. B. C. D.
nielit2021dec-scientista
Answer key ☟
John’s house is North of his uncle’s office. His uncle’s house is located West of his (uncle’s)
office. Kabir is the friend of John and he stays East of John’s house. The office of Kabir is located
South of his house. Then, how far is his uncle’s house from Kabir’s office ?
A. B. C. D.
nielit2021dec-scientista
Answer key ☟
The day before the day before yesterday is three days after Saturday. What day is it today ?
Answer key ☟
Read the following information carefully and answer question given below :
In an engineering college, four students Diksha, Shreya, Tanvi and Akriti exhibit a very strange mix of
hobbies and subject interests. One of them studies Computer Science and plays Golf and Lawn Tennis. Diksha and
Shreya study Mechanical engineering. Diksha plays Billiards. Both the Mechanical Engineering students play
chess. Tanvi is a student of Physics. The physics student play Chess and Badminton. All the friends play two
games each and study one subject each. One of the students also does weight training.
Who does not play chess ?
Answer key ☟
Read the following information carefully and answer question given below :
In an engineering college, four students Diksha, Shreya, Tanvi and Akriti exhibit a very strange mix of
hobbies and subject interests. One of them studies Computer Science and plays Golf and Lawn Tennis. Diksha and
Shreya study Mechanical engineering. Diksha plays Billiards. Both the Mechanical Engineering students play
chess. Tanvi is a student of Physics. The physics student play Chess and Badminton. All the friends play two
games each and study one subject each. One of the students also does weight training.
Who studies Mechanical Engineering and plays Billiards ?
Answer key ☟
Read the following information carefully and answer question given below :
In an engineering college, four students Diksha, Shreya, Tanvi and Akriti exhibit a very strange mix of
hobbies and subject interests. One of them studies Computer Science and plays Golf and Lawn Tennis. Diksha and
Shreya study Mechanical engineering. Diksha plays Billiards. Both the Mechanical Engineering students play
chess. Tanvi is a student of Physics. The physics student play Chess and Badminton. All the friends play two
games each and study one subject each. One of the students also does weight training.
How many games are played and subjects studied by all the four students?
A. B. C. D.
nielit2021dec-scientista
Answer key ☟
Answer key ☟
Answer key ☟
Answer key ☟
A. B. C. D.
nielit2021dec-scientista
If the has Polynomial of degree then what is the probability of detecting errors greater then ?
A. B. C. D.
nielit2021dec-scientista
Which of the following Page Replacement Algorithm suffers from the Belady’s anomaly ?
A. B. Optimal page Replacement
C. D. Both and
nielit2021dec-scientista
Answer key ☟
What happens when a bit string is with itself times as shown below ?
Answer key ☟
A. B. C. D.
nielit2021dec-scientista
Answer key ☟
In the case of, Zero-address instruction method the operands are stored in _____________ .
Answer key ☟
Answer key ☟
Consider a system with three frames in memory and following memory references in the working set
How many page fault will be there if we use second chance page replacement algorithm?
A. B. C. D.
nielit2021dec-scientista
Answer key ☟
Answer key ☟
30.0.145 NIELIT 2021 Dec Scientist A - Section B: 104
Which type of linked list stores the address of the header node in the next field of the last node ?
Answer key ☟
Consider a system with page size and average process size and size of each page table entry is What
is the amount of space required by page table ?
A. B. C. D.
nielit2021dec-scientista
Answer key ☟
The attack, in which the attacker establishes a large number of half-open or fully open
connections at the target host is ________.
Answer key ☟
Then is
A. Not Recursive B. Regular
C. Context free but not regular D. Recursively enumerable but not context free
nielit2021dec-scientista
Answer key ☟
Answer key ☟
A. B. C. D.
nielit2021dec-scientista
The time complexity of solving the Longest Common Subsequence problem using Dynamic Programming
is : ( and are lengths of subsequences)
A. B. C. D.
nielit2021dec-scientista
Answer key ☟
Answer key ☟
Which of the following step is not a part of the requirement engineering process?
A. Feasibility Study
B. Programming Language Requirement Specification
C. Software Requirement Specification
D. Requirement Gathering & Validation
nielit2021dec-scientista
Answer key ☟
Answer key ☟
If and are two Turing machines. The composite can be represented using the expression :
Answer key ☟
A. B. C. D.
nielit2021dec-scientista
Answer key ☟
The real root of the equation lying between and after first iteration by Netwon-Raphson
method is ___________, if initial approximation is taken as :
A. B. C. D.
nielit2021dec-scientista
Answer key ☟
Answer key ☟
Answer key ☟
30.0.163 NIELIT 2021 Dec Scientist A - Section B: 85
Answer key ☟
An instance of relational schema has distinct values of including values. Which one
of the following is true ?
A. is a candidate key B. is not a candidate key
C. is a primary key D. Both and
nielit2021dec-scientista
Answer key ☟
Answer key ☟
A. B. C. D. None of these
nielit2021dec-scientista
Answer key ☟
Answer key ☟
A. B. C. D.
nielit2021dec-scientista
30.0.169 NIELIT 2021 Dec Scientist A - Section B: 79
Let be uniform random variable on and be uniform random variable on If and are
independent, then is equal to :
A. B. C. D.
nielit2021dec-scientista
Answer key ☟
Total number of nodes at the level of a full binary tree can be given as _______________ .
A. B. C. D.
nielit2021dec-scientista
Answer key ☟
A. B. C. D.
nielit2021dec-scientista
When the left sub-tree of the tree is one level higher than that of the right sub-tree, then the balance factor
is _____________ .
A. B. C. D.
nielit2021dec-scientista
Answer key ☟
In a network, If is the only packet being transmitted and there was no earlier transmission, which of the
following delays could be zero ?
A. Propagation delay B. Queuing delay
C. Transmission delay D. Processing delay
nielit2021dec-scientista
Answer key ☟
30.0.174 NIELIT 2021 Dec Scientist A - Section B: 74
Assume that and are different i.e. then for the expression Which
among the following is correct ?
A. B. C. D.
nielit2021dec-scientista
Answer key ☟
In after detecting the collision, station immediately stops transmission by sending the
______________.
A. Stop pattern B. Preamble pattern
C. Jam signal D. Block signal
nielit2021dec-scientista
Answer key ☟
Answer key ☟
The Highest Lower Bound on the number of Comparisons in the worst case for comparison-based sorting
order of :
A. B. C. D.
nielit2021dec-scientista
Answer key ☟
With usual notations, the properties of maxima and minima under various conditions are ____________ .
A.
B.
C.
D.
nielit2021dec-scientista
30.0.179 NIELIT 2021 Dec Scientist A - Section B: 69
i. Optimal substructure
ii. Overlapping subproblems
iii. Memorization
iv. Decrease and conquer
Answer key ☟
Answer key ☟
A. B. C. D.
nielit2021dec-scientista
Answer key ☟
nielit2021dec-scientista
A. B. C. D.
nielit2021dec-scientista
What is the annual change in traffic of software with lines of code with lines added and
lines are deleted ?
A. B. C. D.
nielit2021dec-scientista
A. B. C. D.
nielit2021dec-scientista
Answer key ☟
If and are the radius and diameter of the graph , then the ordered pair is equal to :
A. B. C. D.
nielit2021dec-scientista
A. B. C. D.
nielit2021dec-scientista
Answer key ☟
Answer key ☟
A. B.
C. D. None of the above
nielit2021dec-scientista
Answer key ☟
A demultiplexer is used to :
nielit2021dec-scientista
Answer key ☟
If a hash table is implemented as a search tree, the expected time required to enter names and make
searches is proportional to :
A. B.
C. D.
nielit2021dec-scientista
Answer key ☟
Answer key ☟
The largest number of faces in a simple connected maximal planar graph with vertices is :
A. B. C. D.
nielit2021dec-scientista
Answer key ☟
A. B.
C. D.
nielit2021dec-scientista
Answer key ☟
Answer key ☟
Answer key ☟
Answer key ☟
Suppose a binary search tree has been constructed from the following sequence of numbers in the order in
which they arrive : Consider the following piece of code :
Show(root)
show
show
}
else
return ;
}
The sequence printed will be :
A. B.
C. D.
nielit2021dec-scientista
Answer key ☟
Answer key ☟
nielit2021dec-scientista
Answer key ☟
Answer key ☟
Let the predicates mean “team defeated team ” and mean “team has played team ”.
The quantified formula for the statement that there is a team that has beaten every team it has played is:
A.
B.
C.
D.
nielit2021dec-scientista
Answer key ☟
30.0.205 NIELIT 2022 April Scientist B | Section A | Question: 41
Sum of present age of Suresh and Dinesh is equal to the age of Hema six years back. Five years from now,
the ratio of age of Suresh and Dinesh will be Rajesh is years older than Hema and his present age is
four times the present age of Suresh. What is present age of the Dinesh ?
Answer key ☟
A. B. C. D.
nielit2022apr-scientistb
Answer key ☟
A. B. C. D.
nielit2022apr-scientistb
Answer key ☟
There are five persons sitting on a bench. Blue eyed lady sitting in the middle is my mother. At the
extreme left, the man with grey hair is my maternal uncle. Lady sitting at the extreme right is having a
pimple on her nose and is the wife of person who is sitting between blue eyed lady and grey haired man and has a
pointed nose. A lady having marks on her face is the younger sister of the blue eyed lady and sitting on the
remaining fifth place. The person having a pointed nose is the son of the blue eyed lady. What is the lady having
marks on her face to the man sitting at extreme left ?
Answer key ☟
Which of the following set of letters complete the letter series, when sequentially placed at the gaps ?
A. B. C. D.
nielit2022apr-scientistb
Answer key ☟
A. B. C. D. None of these
nielit2022apr-scientistb
Answer key ☟
Four years ago a man was times as old as his son. After years he will be twice as old as his son. What
is the present age of man and his son?
A. B. C. D.
nielit2022apr-scientistb
Answer key ☟
Answer key ☟
A. B. C. D.
nielit2022apr-scientistb
Answer key ☟
What is the compound interest on for years at rate of interest per annum ?
A. B. C. D.
nielit2022apr-scientistb
Answer key ☟
In a family of six persons and there are two married couples. The family has equal
number of male and female.
Answer key ☟
Answer key ☟
told “Yesterday I met the only brother of the daughter of my grandmother”. Whom did meet ?
Answer key ☟
The tops of two poles are connected by a wire. The heights of the poles are and respectively. If
the wire makes a angle with the horizontal, find the length of the wire ?
A. B. C. D.
nielit2022apr-scientistb
The first republic day of India was celebrated on January What day of the week was it ?
Answer key ☟
A. B. C. D.
nielit2022apr-scientistb
Answer key ☟
A. B. C. D.
nielit2022apr-scientistb
Answer key ☟
means is the brother of means is the mother of and means is the sister of
Which of the following means is the maternal uncle of ?
A. B.
C. D.
nielit2022apr-scientistb
Answer key ☟
nielit2022apr-scientistb
Answer key ☟
A clock is set at It loses minutes in hours. What will be the correct time when the clock
indicates on the day ?
A. B. C. D.
nielit2022apr-scientistb
Answer key ☟
Choose the word which is least like the other words in the group :
Answer key ☟
Answer key ☟
A train moving at crosses a bridge in seconds. The length of train is Find the
length of the bridge.
A. B. C. D.
nielit2022apr-scientistb
Answer key ☟
The first line and last line of the question are fixed. Arrange the other four lines in a logical
sequence.
P. First, take five minutes to meditate for peace.
Q. Allow them to radiate from your stillness out into your body.
R. Bring into your mind anyone against whom you have a grievance and let it go.
S. Close your eyes.
T. Put your attention on your heart and inwardly repeat the words: Peace, harmony, laughter, love.
U. Then introduce the intention of peace in your thoughts. After a few moments of silence, repeat this prayer; let me be
loved, happy and peaceful; let my friends, my perceived enemies, all beings in the world be happy, loved and
peaceful too.
A.
B.
C.
D.
nielit2022apr-scientistb
Answer key ☟
Ten eggs are distributed among in ratio randomly. It is known that gets less eggs
than and gets more eggs than If gets half the number of eggs of then which of the following
is necessarily true ?
A. gets an even number of eggs B. gets an even number of eggs
C. gets an odd number of eggs D. gets an odd number of eggs
nielit2022apr-scientistb
Answer key ☟
The total number of digits used in numbering the pages of a book having pages is :
A. B. C. D.
nielit2022apr-scientistb
Answer key ☟
A. B. C. D.
nielit2022apr-scientistb
Answer key ☟
Arrange the given words in alphabetical order and tick the one that comes at the second place.
Answer key ☟
In the following question, a number series is given with one term missing. Choose the correct alternative
that will continue the same pattern and fill in the blank spaces.
A. B. C. D.
nielit2022apr-scientistb
Who is industrialist ?
A. B. C. D.
nielit2022apr-scientistb
Answer key ☟
Three pipes and can fill a cistern in minutes, minutes and minutes respectively. What is the
time taken by three pipes to fill the cistern when they are opened together?
Answer key ☟
Which of the following will be changed form of the word when the word is written again by
substituting each vowel by the second letter following it in the English alphabet and substituting each
consonant by the third letter following it in the English alphabet?
A. B. C. D.
nielit2022apr-scientistb
Answer key ☟
Gold is times as heavy as water and copper times as heavy as water. In what ratio should these metal
be mixed so that the mixture may be times as heavy as water ?
A. B. C. D.
nielit2022apr-scientistb
Answer key ☟
nielit2022apr-scientistb
Answer key ☟
Following question contains four arguments of three sentences each. Choose the set in which the third
statement is a logical conclusion of the first two.
I. All envelopes are rectangles. All rectangles are rectangular. All envelopes are rectangular.
II. Some things are smart. Some smart things are tiny. All things are tiny.
III. Learneds are well read. Well read know. Learneds know.
IV. Dieting is good for health. Health foods are rare. Dieting is rare.
A. only B. only
C. Both and only D. All of these
nielit2022apr-scientistb
Answer key ☟
A. B. C. D.
nielit2022apr-scientistb
Answer key ☟
A man rows downstream at and rows upstream at At what speed he can row in still
water ?
A. B. C. D.
nielit2022apr-scientistb
Answer key ☟
30.0.242 NIELIT 2022 April Scientist B | Section A | Question: 4
Consider the following relationships among members of a family of six persons and
Which one of the following inferences can be drawn from the above?
A. and are all females B. is the husband of
C. and are children of D. is the daughter of
nielit2022apr-scientistb
Answer key ☟
In the following question, a statement is followed by two assumptions numbered and Consider the
statement and the following assumptions to decide which of the assumptions is implicit in the statement :
All the employees are notified that the organization will provide transport facilities at half the cost
from the nearby railway station to the office except those who have been provided with travelling allowance.
Answer key ☟
Ramesh and Suresh enter into a partnership with capitals in the ratio of At the end of months,
Ramesh withdraws. If they receive profits in the ratio of Find how long Suresh’s capital was used.
Answer key ☟
A water tank is long, wide and deep. It is made of iron sheet which is wide. The tank
is open at the top. If the cost of iron sheet is , what is the total cost of iron sheet required
to build the tank?
A. B. C. D.
nielit2022apr-scientistb
Answer key ☟
Given the function where is a function in three Boolean variables and and ,
consider the following statements.
Which of the following is true?
nielit2022apr-scientistb
nielit2022apr-scientistb
Answer key ☟
An application loads libraries at startup. Loading each library requires exactly one disk access. The
seek time of the disk to a random location is given as Rotational speed of disk is If all
libraries are loaded from random locations on the disk, how long does it take to load all libraries? (The time to
transfer data from the disk block once the head has been positioned at the start of the block may be neglected)
A. B. C. D.
nielit2022apr-scientistb
Consider sinusoidal modulation in an system. Assuming no over modulation, the modulation index (
) when the maximum and minimum values of the envelope, respectively, are and is
___________.
A. B. C. D.
nielit2022apr-scientistb
A. Eth and Eth B. Eth and Eth C. Eth and Eth D. Eth and Eth
nielit2022apr-scientistb
Answer key ☟
Select deptName
From Employee
Where sex = ‘M’
Group by deptName
Having avg(salary) >
(select avg (salary) from Employee)
A. the average salary is more than the average salary in the company
B. the average salary of male employees is more than the average salary of all male employees in the company
C. the average salary of male employees is more than the average salary of employees in same the department
D. the average salary of male employees is more than the average salary in the company
nielit2022apr-scientistb
For the probability density function the value of constant and mean of the
distribution are :
A. B. C. D.
nielit2022apr-scientistb
Answer key ☟
A company needs to develop a strategy for software product development for which it has a choice of two
programming languages and . The number lines of code developed using is estimated to
be twice of the developed with . The product will have to be maintained for five years. Various parameters
for the company are given in the table below.
Parameter Language L1 Language L2
Man years needed for development LOC/10000 LOC/10000
Development Cost per man year र 10, 00, 000 र 7, 50, 000
5 years 5 years
Maintenance Time
Cost of maintenance per year र 1,00,000 र 50, 000
Total cost of the project includes cost of development and maintenance. What is the for for which of the
cost of the project using is equal to the cost of the project using ?
A. B. C. D.
nielit2022apr-scientistb
nielit2022apr-scientistb
The atomic fetch-and-set instruction unconditionally sets the memory location to and fetches the
old value of in without allowing any intervening access to the memory location . Consider the
following implementation of and functions on a binary semaphore .
nielit2022apr-scientistb
A. B. C. D.
nielit2022apr-scientistb
Answer key ☟
Consider a max heap, represented by the array: . Now consider that a value
is inserted into this heap. After insertion, the new heap is
A. B.
C. D.
nielit2022apr-scientistb
A single array is used to implement two stacks. The two stacks grow from opposite
ends of the array. Variables and point to the location of the topmost element in
each of the stacks. If the space is to be used efficiently, the condition for is
A. and B.
C. or D.
nielit2022apr-scientistb
int ComputFun(int n)
{
if(n<=2)
return 1;
else
return (DoSomething(floor(sqrt(n)))+n);
}
A. B.
C. D.
nielit2022apr-scientistb
30.0.262 NIELIT 2022 April Scientist B | Section B | Question: 104
A. B. C. D.
nielit2022apr-scientistb
Answer key ☟
I. A programming language which does not permit global variables of any kind and has no nesting of
procedures/functions, but permits recursion can be implemented with static storage allocation
II. Multi-level access link (or display) arrangement is needed to arrange activation records only if the
programming language being implemented has nesting of procedures/functions
III. Recursion in programming languages cannot be implemented with dynamic storage allocation
IV. Nesting procedures/functions and recursion require a dynamic heap allocation scheme and cannot be
implemented with a stack-based allocation scheme for activation records
V. Programming languages which permit a function to return a function as its result cannot be implemented with
a stack-based storage allocation scheme for activation records
Consider a machine with processor which has run a benchmark program. The executed program
consists of instruction executions, with the following instructions mix and clock cycle count.
What will be the effective rate, and execution time.
A. Execution time
B. Execution time
C. Execution time
D. Execution time
nielit2022apr-scientistb
Answer key ☟
Consider two hosts and , connected by a single direct link of rate . The distance between
the two hosts is and the propagation speed along the link is . Host send a file
of as one large message to host continuously. Let the transmission and propagation delays be
and respectively. Then the value of and are
A. and
B. and
C. and
D. and
nielit2022apr-scientistb
An operating system uses the Banker's algorithm for deadlock avoidance when managing the allocation of
three resource types and to three processes and The table given below presents the
current system state. Here, the Allocation matrix shows the current number of resources of each type allocated to
each process and the Max matrix shows the maximum number of resources of each type required by each process
during its execution.
There are units of type units of type and units of type still available. The system is currently in
a safe state. Consider the following independent requests for additional resources in the current state:
requests units of units of and units of
requests units of units of and units of
Which one of the following is ?
A. B. C. D.
nielit2022apr-scientistb
30.0.268 NIELIT 2022 April Scientist B | Section B | Question: 98
Consider a software project with the following information domain characteristics for calculation of
function point metric.
It is given that the complexity weighting factors for and are and respectively. It is also
given that, out of fourteen value adjustment factors that influence the development effort, four factors are not
applicable, each of the other four factors have value and each of the remaining factors have value The
computed value of function point metric is _________.
A. B. C. D.
nielit2022apr-scientistb
A message is made up entirely of characters from the set . The table of probabilities for
each of the characters is shown below:
If a message of characters over is encoded using Huffman coding, then the expected length of the encoded
message in bits is ______.
A. B. C. D.
nielit2022apr-scientistb
Suppose we are sorting an array of eight integers using heapsort, and we have just finished some heapify
(either maxheapify or minheapify) operations. The array now looks like this:
A. B. C. or D. or
nielit2022apr-scientistb
nielit2022apr-scientistb
Consider a combination of and flip-flops connected as shown below. The output of the flipflop is
connected to the input of the flip-flop and the output of the flip-flop is connected to the input of the
flip-flop.
Initially, both and are set to (before the clock cycle). The outputs ________
A. after the cycle are and after the cycle are respectively
B. after the cycle are and after the cycle are respectively
C. after the cycle are and after the cycle are respectively
D. after the cycle are and after the cycle are respectively
nielit2022apr-scientistb
A bandlimited signal is sampled at the Nyquist rate. The signal can be recovered by passing the samples
through :
A. an filter B. an envelope detector
C. a D. an ideal low-pass filter with the appropriate bandwidth
nielit2022apr-scientistb
Answer key ☟
A queue is implemented using a non-circular singly linked list. The queue has a head pointer and a tail
pointer, as shown in the figure. Let denote the number of nodes in the queue. Let 'enqueue' be
implemented by inserting a new node at the head, and 'dequeue' be implemented by deletion of a node from the
tail.
Which one of the following is the time complexity of the most time-efficient implementation of 'enqueue' and
'dequeue, respectively, for this data structure?
A. B.
C. D.
nielit2022apr-scientistb
A company needs to develop digital signal processing software for one of its newest inventions. The
software is expected to have lines of code. The company needs to determine the effort in person-
months needed to develop this software using the basic model. The multiplicative factor for this
model is given as for the software development on embedded systems, while the exponentiation factor is given
as . What is the estimated effort in person-months?
A. B. C. D.
nielit2022apr-scientistb
The secant method formula for finding the square root of a real number from the equation is:
A. B.
C. D.
nielit2022apr-scientistb calculus
Answer key ☟
Consider the set of strings on in which, every substring of symbols has at most two zeros. For
example, and are in the language, but is not. All strings of length less than are also
in the language. A partially completed that accepts this language is shown below.
The missing arcs in the are:
A.
B.
C.
D.
nielit2022apr-scientistb
A Young tableau is a array of integers increasing from left to right and from top to bottom. Any
unfilled entries are marked with , and hence there cannot be any entry to the right of, or below a . The
following Young tableau consists of unique entries.
When an element is removed from a Young tableau, other elements should be moved into its place so that the
resulting table is still a Young tableau (unfilled entries may be filled with a ). The minimum number of entries
(other than ) to be shifted, to remove from the given Young tableau is _____.
A. B. C. D.
nielit2022apr-scientistb
Answer key ☟
i.
ii.
iii.
iv.
i. A hash function (these are often used for computing digital signatures) is an injective function.
ii. encryption technique such as performs a permutation on the elements of its input alphabet.
Which one of the following options is valid for the above two statements?
A. Both are false B. Statement is true and the other is false
C. Statement is true and the other is false D. Both are true
nielit2022apr-scientistb
The number of distinct minimum spanning trees for the weighted graph below is ________.
A. B. C. D.
nielit2022apr-scientistb
The upper triangular matrix in the decomposition of the matrix given below :
is :
A.
B.
C.
D.
nielit2022apr-scientistb
Answer key ☟
In a data flow diagram, the segment shown below is identified as having transaction flow characteristics,
with identified as the transaction center
A first level architectural design of this segment will result in a set of process modules with an associated
invocation sequence. The most appropriate architecture is
nielit2022apr-scientistb
On a demand paged virtual memory system running on a computer system that main memory size of pages
frames which are initially empty. Let and denote the number of page faults under the
corresponding page replacement policy. Then
A. B.
C. D.
nielit2022apr-scientistb
What is printed by the print statements in the program assuming call by reference parameter passing ?
Program P1()
{
x = 10;
y = 3;
func1(y, x, x);
print x;
print y;
}
func1(x, y, z)
{
y = y+4;
z = x+ y+ z;
}
A. B. C. D.
nielit2022apr-scientistb
Answer key ☟
In an datagram, the bit is , the value of is , the value of total length is and the
fragment offset value is . The position of the datagram, the sequence numbers of the first and the last
bytes of the payload, respectively are:
A. Last fragment, and B. First fragment, and
C. Last fragment, and D. Middle fragment, and
nielit2022apr-scientistb
In context of analog & digital communication, as the length of a long-wire antenna is increased,
____________
A. the number of lobes also increase B. the number of lobes decrease
C. efficiency increase D. the number of nodes decreases
nielit2022apr-scientistb
Answer key ☟
A. B. C. D.
nielit2022apr-scientistb
Answer key ☟
Find out the maximum link speed at which a source can generate payloads with packet
lifetime of upto before the bit sequence numbers wrap around? Take into account
and Ethernet header overheads while doing all calculations.
A. B. C. D.
nielit2022apr-scientistb
30.0.291 NIELIT 2022 April Scientist B | Section B | Question: 70
nielit2022apr-scientistb
Consider the following Syntax Directed Translation Scheme , with non-terminals and
terminals .
Using the above , the output printed by a bottom-up parser, for the input is:
A. B.
C. D. Syntax Error
nielit2022apr-scientistb
Answer key ☟
Consider a disk pack with a seek time of and rotational speed of rotations per minute
It has sectors per track and each sector can store of data. Consider a file stored in the
disk. The file contains sectors. Assume that every sector access necessitates a seek, and the average rotational
latency for accessing each sector is half of the time for one complete rotation. The total time
needed to read the entire file is __________
A. B. C. D.
nielit2022apr-scientistb
A.
B.
C.
D.
nielit2022apr-scientistb
Answer key ☟
nielit2022apr-scientistb
A. only B. only
C. only D. and only
nielit2022apr-scientistb
Answer key ☟
The function satisfies all the conditions of Rolle’s theorem in The value of
is:
A. B. C. D.
nielit2022apr-scientistb
Answer key ☟
Consider three processes, all arriving at time zero, with total execution time of and
respectively. Each process spends the first of execution time doing the next of time doing
computation, and the last of time doing again. The operating system uses a shortest remaining compute
time first scheduling algorithm and schedules a new process either when the running process gets blocked on
or when the running process finishes its compute burst. Assume that all operations can be overlapped as much
as possible. For what percentage of time does the remain idle?
A. B. C. D.
nielit2022apr-scientistb
30.0.300 NIELIT 2022 April Scientist B | Section B | Question: 60
For a bit-rate of the best possible values of the transmitted frequencies in a coherent binary
system are :
A. and B. and
C. and D. and
nielit2022apr-scientistb
Let be a binary search tree with nodes. The minimum and maximum possible heights of are:
The height of a tree with a single node is .
A. and respectively B. and respectively
C. and respectively D. and respectively
nielit2022apr-scientistb
Answer key ☟
Which of the following scenarios may lead to an irrecoverable error in a database system?
nielit2022apr-scientistb
Consider the following two phase locking protocol. Suppose a transaction accesses (for read or write
operations), a certain set of objects . This is done in the following manner:
nielit2022apr-scientistb
Answer key ☟
Consider these two functions and two statements and about them.
int work2(int *a, int i, int
int work1(int *a, int i, int j)
j) {
{ int t1 = i+2;
int x = a[i+2]; int t2 = a[t1];
a[j] = x+1; a[j] = t2+1;
return a[i+2] - 3; return t2 - 3;
} }
The transformation form work to work is valid, i.e., for any program state and input arguments, work will
compute the same output and have the same effect on program state as work
All the transformations applied to work to get work will always improve the performance (i.e reduce
time) of work compared to work
Answer key ☟
A. B. C. D.
nielit2022apr-scientistb
Answer key ☟
What is the appropriate pairing of items in the two columns listing various activities encountered in a
software life cycle?
A.
B.
C.
D.
nielit2022apr-scientistb
i. only load and store instructions can have memory operands and
ii. arithmetic instructions can have only register or immediate operands.
A. B. C. D.
nielit2022apr-scientistb
Consider the directed graph shown in the figure below. There are multiple shortest paths between vertices
and . Which one will be reported by Dijkstra’s shortest path algorithm? Assume that, in any iteration,
the shortest path to a vertex is updated only when a strictly shorter path to is discovered.
A. B. C. D.
nielit2022apr-scientistb
Consider a memory system in which the size of page is .A that generates the bit virtual
address. What will be minimum size of (translation look aside buffer) tag, if has total page
table and is way set associative?
nielit-2021-it-dec-scientistb
Answer key ☟
usually ___________.
A. Contains no valuable content.
B. Contains valuable content.
C. Contains content about website and is an operating system.
D. Is a module of operating system that handles scheduling of a process.
nielit-2021-it-dec-scientistb
A. B. C. D.
nielit-2021-it-dec-scientistb
A.
B.
C.
D.
nielit-2021-it-dec-scientistb
Answer key ☟
Consider a statement
Course (course_id, sec_id, semester)
Answer key ☟
Consider a memory system where a request comes for disk driver for cylinders and
(head start at The seek time is per cylinder. The total seek time if the disk arm scheduling
algorithm is
A. B. C. D.
nielit-2021-it-dec-scientistb
What is the minimum no. of wires required for sending data over a serial communication link?
A. B. C. D.
nielit-2021-it-dec-scientistb
A. variable and are of types and the initial value of and are
B. variable is of type and will always have value
C. variable is of global scope and will have value
D. variable will have value if not specified when calling a function in further program
nielit-2021-it-dec-scientistb
nielit-2021-it-dec-scientistb
A device that allows two or more computers on different networks to communicate with each other is
___________.
nielit-2021-it-dec-scientistb
A. B. C. D.
nielit-2021-it-dec-scientistb
Answer key ☟
Indicate which representation is the logical design of the database, and which is a snapshot of the data in
the database at a given instant in time.
A. Instance, Range B. Relation, Schema
C. Relation, Domain D. Schema, Instance
nielit-2021-it-dec-scientistb
Answer key ☟
A.
B.
C.
D.
nielit-2021-it-dec-scientistb
nielit-2021-it-dec-scientistb
A. B. C. D.
nielit-2021-it-dec-scientistb
Answer key ☟
Answer key ☟
Let the random variable has a mixed distributions with probability and the density
function.
A. B. C. D.
nielit-2021-it-dec-scientistb
A. uses mnemonics or alphabetic codes in place of binary numbers used in machine language
B. is the easiest language to write programs
C. need not be translated into machine language
D. is high level language.
nielit-2021-it-dec-scientistb
Answer key ☟
30.0.335 NIELIT 2021 Dec Scientist B - Section B: 49
The best statement to find out that value of a variable lies in the range to or to in language is
:
nielit-2021-it-dec-scientistb
Answer key ☟
Answer key ☟
Answer key ☟
I. A Hash function, which is used for computing digital signatures, is an injective function
II. An encryption technique such as performs a permutation on the elements of its input alphabet
Answer key ☟
nielit-2021-it-dec-scientistb
Answer key ☟
30.0.340 NIELIT 2021 Dec Scientist B - Section B: 43
Answer key ☟
nielit-2021-it-dec-scientistb
Answer key ☟
A. B. C. D.
nielit-2021-it-dec-scientistb
Choose the correct sequence of items mentioned in List-1 out of items mentioned in List-2 :
List-1 List-2
(a) Threads (i) operating system
(b) Non pre-
(ii) first come first serve
emptive
(c) Pre-
(iii) round robin algorithm
emptive
(d)
(iv) Context switch
Scheduling
(e) Process (v) light weight process with in
switch reduced time
nielit-2021-it-dec-scientistb
Answer key ☟
30.0.344 NIELIT 2021 Dec Scientist B - Section B: 38
The maximum number of binary trees that can be formed with three unlabeled nodes is :
A. B. C. D.
nielit-2021-it-dec-scientistb
Answer key ☟
Linked lists are not suitable data structures for which one of the following problems?
A. Insertion sort B. Binary search
C. Radix sort D. Polynomial manipulation
nielit-2021-it-dec-scientistb
Answer key ☟
nielit-2021-it-dec-scientistb
Answer key ☟
A.
B.
C.
D.
nielit-2021-it-dec-scientistb
A. Error message B.
C. D.
nielit-2021-it-dec-scientistb
Answer key ☟
What is WordPress?
A. It is a software used to press text B. It is a text formatting software
C. It is a (Content Management System) D. It is mail service
nielit-2021-it-dec-scientistb
Answer key ☟
Which of the following is the efficient medium which can be used for higher bandwidth in broadband
network?
nielit-2021-it-dec-scientistb
Cardinality of relationship advisor to each entity sets instructor and student will be:
nielit-2021-it-dec-scientistb
Which of the following tag is used for inserting the largest heading in ?
A. B. C. D.
nielit-2021-it-dec-scientistb
Answer key ☟
Which protocol is used for file transfer with minimal capability and minimal overhead?
A. B. C. D.
nielit-2021-it-dec-scientistb
Answer key ☟
The number of digit numbers which contain not more than two different digits is :
A. B. C. D.
nielit-2021-it-dec-scientistb
nielit-2021-it-dec-scientistb
Answer key ☟
Let be “ is perfect”, be “ is your friend” and the domain be all people. The statement, “At least
one of your friends is perfect” is :
A.
B.
C.
D.
nielit-2021-it-dec-scientistb
Answer key ☟
A. B. C. D.
nielit-2021-it-dec-scientistb
Answer key ☟
Answer key ☟
30.0.359 NIELIT 2021 Dec Scientist B - Section B: 22
Answer key ☟
Build & Fix Model is suitable for programming exercises of how many (Line of Code)?
A. B.
C. D. above
nielit-2021-it-dec-scientistb
Answer key ☟
In which types of following data structure, an element is inserted at one end called Rear and deleted at
other end called Front?
A. Stack B. Queue
C. Height balanced Avl tree D. Binary tree
nielit-2021-it-dec-scientistb
Answer key ☟
A. B.
C. D.
nielit-2021-it-dec-scientistb
Answer key ☟
Answer key ☟
In dynamic programming approach the optimum solution is calculated in the following way:
A. Divide and conquer B. Top up fashion
C. Bottom-up approach D. Mixed approach
nielit-2021-it-dec-scientistb
Answer key ☟
The size of the physical address space of a processor is bytes. The word length is bytes. The
capacity of cache memory is bytes. The size of each cache block words. For a set
associative cache memory, the length (in number of bits) of the tag fields is:
A. B.
C. D.
nielit-2021-it-dec-scientistb
Answer key ☟
Answer key ☟
For which one of the following sequences be a degree sequence of a graph of order
A. B.
C. D.
nielit-2021-it-dec-scientistb
Answer key ☟
Which of the following methods can be used to solve the Knapsack problem?
Answer key ☟
In diagrams roles are indicated by labelling the lines that connect which two shapes:
A. Diamond, Diamond B. Rectangle, Circle
C. Rectangle, Rectangle D. Diamond, Rectangle
nielit-2021-it-dec-scientistb
Answer key ☟
Mention which of the following is a special type of integrity constraint that relates two relations &
maintains consistency across the relations.
A. Entity Integrity Constraints. B. Referential Integrity Constraints
C. Domain Integrity Constraints D. Domain Constraints
nielit-2021-it-dec-scientistb
Answer key ☟
Specify, which of the following is preferred method for enforcing data integrity?
nielit-2021-it-dec-scientistb
Answer key ☟
Answer key ☟
A. B.
C. D.
nielit-2021-it-dec-scientistb
Answer key ☟
A sorting algorithm which passes through a list to exchange the first element with smallest element in the
remaining elements is known as____________.
Answer key ☟
Answer key ☟
30.0.376 NIELIT 2021 Dec Scientist B - Section B: 4
Maximum number of bits required to represent any character from code set is:
A. B. C. D.
nielit-2021-it-dec-scientistb
Answer key ☟
Answer key ☟
A. B. C. D.
nielit-2021-it-dec-scientistb
Answer key ☟
In a binary tree, the number of internal nodes of degree is , and the number of nodes of degree is .
The number of leaf nodes in binary tree is:
A. B. C. D.
Answer key ☟
To carry out white box testing of a program, its flow chart representation is obtained as shown in the
figure below:
For basis path based testing of this program, its cyclomatic complexity is
A. B. C. D.
nielit2022apr-scientistb is&software-engineering cyclomatic-complexity normal
Answer key ☟
Consider a hard disk with recording surfaces having cylinders and each
cylinder contains sectors Data storage capacity in each sector is bytes. Data are organized
cylinder-wise and the addressing format is <cylinder number, surface number, sector number>. A file of size
is stored in the disk and the starting disk location of the file is What is the cylinder
number of the last sector of the file, if it is stored in a contiguous manner?
A. B. C. D.
nielit2022apr-scientistb operating-system disk normal
Let be a multiplicative group and If the order of is then the order of is equal to :
A. B. C. D.
nielit2022apr-scientistb group-theory
Answer key ☟
A.
B.
C.
D.
Answer key ☟
and
The decomposition of into
Answer key ☟
Codes :
A. B. C. D.
nielit2022apr-scientistb is&software-engineering software-testing normal non-gatecse
Answer key ☟
30.9.1 Stop and Wait: NIELIT 2022 April Scientist B | Section B | Question: 46
A. B. C. D.
nielit2022apr-scientistb computer-networks stop-and-wait normal
Answer Keys
30.0.1 D 30.0.2 Q-Q 30.0.3 Q-Q 30.0.4 Q-Q 30.0.5 Q-Q
30.0.6 Q-Q 30.0.7 Q-Q 30.0.8 Q-Q 30.0.9 Q-Q 30.0.10 Q-Q
30.0.11 Q-Q 30.0.12 Q-Q 30.0.13 Q-Q 30.0.14 Q-Q 30.0.15 Q-Q
30.0.16 Q-Q 30.0.17 Q-Q 30.0.18 Q-Q 30.0.19 Q-Q 30.0.20 Q-Q
30.0.21 Q-Q 30.0.22 Q-Q 30.0.23 Q-Q 30.0.24 Q-Q 30.0.25 Q-Q
30.0.26 Q-Q 30.0.27 Q-Q 30.0.28 Q-Q 30.0.29 Q-Q 30.0.30 Q-Q
30.0.31 Q-Q 30.0.32 Q-Q 30.0.33 Q-Q 30.0.34 Q-Q 30.0.35 Q-Q
30.0.36 Q-Q 30.0.37 Q-Q 30.0.38 Q-Q 30.0.39 Q-Q 30.0.40 Q-Q
30.0.41 Q-Q 30.0.42 Q-Q 30.0.43 Q-Q 30.0.44 Q-Q 30.0.45 Q-Q
30.0.46 Q-Q 30.0.47 Q-Q 30.0.48 Q-Q 30.0.49 Q-Q 30.0.50 Q-Q
30.0.51 Q-Q 30.0.52 Q-Q 30.0.53 Q-Q 30.0.54 Q-Q 30.0.55 Q-Q
30.0.56 Q-Q 30.0.57 Q-Q 30.0.58 Q-Q 30.0.59 Q-Q 30.0.60 Q-Q
30.0.61 Q-Q 30.0.62 Q-Q 30.0.63 Q-Q 30.0.64 Q-Q 30.0.65 Q-Q
30.0.66 Q-Q 30.0.67 Q-Q 30.0.68 Q-Q 30.0.69 Q-Q 30.0.70 Q-Q
30.0.71 Q-Q 30.0.72 Q-Q 30.0.73 Q-Q 30.0.74 Q-Q 30.0.75 Q-Q
30.0.76 B 30.0.77 Q-Q 30.0.78 Q-Q 30.0.79 A 30.0.80 Q-Q
30.0.81 Q-Q 30.0.82 Q-Q 30.0.83 Q-Q 30.0.84 Q-Q 30.0.85 Q-Q
30.0.86 Q-Q 30.0.87 Q-Q 30.0.88 Q-Q 30.0.89 Q-Q 30.0.90 Q-Q
30.0.91 Q-Q 30.0.92 Q-Q 30.0.93 Q-Q 30.0.94 Q-Q 30.0.95 Q-Q
30.0.96 Q-Q 30.0.97 Q-Q 30.0.98 Q-Q 30.0.99 Q-Q 30.0.100 Q-Q
30.0.101 Q-Q 30.0.102 Q-Q 30.0.103 Q-Q 30.0.104 Q-Q 30.0.105 Q-Q
30.0.106 Q-Q 30.0.107 Q-Q 30.0.108 Q-Q 30.0.109 Q-Q 30.0.110 Q-Q
30.0.111 Q-Q 30.0.112 Q-Q 30.0.113 Q-Q 30.0.114 Q-Q 30.0.115 Q-Q
30.0.116 Q-Q 30.0.117 Q-Q 30.0.118 Q-Q 30.0.119 Q-Q 30.0.120 Q-Q
30.0.121 Q-Q 30.0.122 Q-Q 30.0.123 Q-Q 30.0.124 Q-Q 30.0.125 Q-Q
30.0.126 Q-Q 30.0.127 Q-Q 30.0.128 Q-Q 30.0.129 Q-Q 30.0.130 Q-Q
30.0.131 Q-Q 30.0.132 Q-Q 30.0.133 Q-Q 30.0.134 Q-Q 30.0.135 Q-Q
30.0.136 Q-Q 30.0.137 Q-Q 30.0.138 Q-Q 30.0.139 Q-Q 30.0.140 Q-Q
30.0.141 Q-Q 30.0.142 Q-Q 30.0.143 Q-Q 30.0.144 Q-Q 30.0.145 Q-Q
30.0.146 Q-Q 30.0.147 Q-Q 30.0.148 Q-Q 30.0.149 Q-Q 30.0.150 Q-Q
30.0.151 Q-Q 30.0.152 Q-Q 30.0.153 Q-Q 30.0.154 Q-Q 30.0.155 Q-Q
30.0.156 Q-Q 30.0.157 Q-Q 30.0.158 Q-Q 30.0.159 Q-Q 30.0.160 Q-Q
30.0.161 Q-Q 30.0.162 Q-Q 30.0.163 Q-Q 30.0.164 Q-Q 30.0.165 Q-Q
30.0.166 Q-Q 30.0.167 Q-Q 30.0.168 Q-Q 30.0.169 Q-Q 30.0.170 Q-Q
30.0.171 Q-Q 30.0.172 Q-Q 30.0.173 Q-Q 30.0.174 Q-Q 30.0.175 Q-Q
30.0.176 Q-Q 30.0.177 Q-Q 30.0.178 Q-Q 30.0.179 Q-Q 30.0.180 Q-Q
30.0.181 Q-Q 30.0.182 Q-Q 30.0.183 Q-Q 30.0.184 Q-Q 30.0.185 Q-Q
30.0.186 Q-Q 30.0.187 Q-Q 30.0.188 Q-Q 30.0.189 Q-Q 30.0.190 Q-Q
30.0.191 Q-Q 30.0.192 Q-Q 30.0.193 Q-Q 30.0.194 Q-Q 30.0.195 Q-Q
30.0.196 Q-Q 30.0.197 Q-Q 30.0.198 Q-Q 30.0.199 Q-Q 30.0.200 Q-Q
30.0.201 Q-Q 30.0.202 Q-Q 30.0.203 Q-Q 30.0.204 Q-Q 30.0.205 Q-Q
30.0.206 A 30.0.207 C 30.0.208 C 30.0.209 Q-Q 30.0.210 Q-Q
30.0.211 Q-Q 30.0.212 Q-Q 30.0.213 Q-Q 30.0.214 Q-Q 30.0.215 Q-Q
30.0.216 Q-Q 30.0.217 Q-Q 30.0.218 Q-Q 30.0.219 Q-Q 30.0.220 Q-Q
30.0.221 Q-Q 30.0.222 Q-Q 30.0.223 Q-Q 30.0.224 Q-Q 30.0.225 Q-Q
30.0.226 Q-Q 30.0.227 Q-Q 30.0.228 Q-Q 30.0.229 Q-Q 30.0.230 Q-Q
30.0.231 Q-Q 30.0.232 Q-Q 30.0.233 Q-Q 30.0.234 Q-Q 30.0.235 Q-Q
30.0.236 Q-Q 30.0.237 Q-Q 30.0.238 Q-Q 30.0.239 Q-Q 30.0.240 Q-Q
30.0.241 Q-Q 30.0.242 Q-Q 30.0.243 Q-Q 30.0.244 Q-Q 30.0.245 A
30.0.246 Q-Q 30.0.247 Q-Q 30.0.248 Q-Q 30.0.249 Q-Q 30.0.250 Q-Q
30.0.251 Q-Q 30.0.252 Q-Q 30.0.253 Q-Q 30.0.254 Q-Q 30.0.255 Q-Q
30.0.256 Q-Q 30.0.257 Q-Q 30.0.258 Q-Q 30.0.259 Q-Q 30.0.260 D
30.0.261 Q-Q 30.0.262 Q-Q 30.0.263 Q-Q 30.0.264 Q-Q 30.0.265 Q-Q
30.0.266 Q-Q 30.0.267 Q-Q 30.0.268 Q-Q 30.0.269 Q-Q 30.0.270 C
30.0.271 Q-Q 30.0.272 Q-Q 30.0.273 Q-Q 30.0.274 Q-Q 30.0.275 Q-Q
30.0.276 Q-Q 30.0.277 Q-Q 30.0.278 Q-Q 30.0.279 Q-Q 30.0.280 Q-Q
30.0.281 Q-Q 30.0.282 Q-Q 30.0.283 Q-Q 30.0.284 Q-Q 30.0.285 Q-Q
30.0.286 B 30.0.287 Q-Q 30.0.288 Q-Q 30.0.289 Q-Q 30.0.290 Q-Q
30.0.291 Q-Q 30.0.292 Q-Q 30.0.293 Q-Q 30.0.294 C 30.0.295 Q-Q
30.0.296 A 30.0.297 Q-Q 30.0.298 B 30.0.299 Q-Q 30.0.300 Q-Q
30.0.301 Q-Q 30.0.302 Q-Q 30.0.303 Q-Q 30.0.304 A 30.0.305 Q-Q
30.0.306 Q-Q 30.0.307 Q-Q 30.0.308 2 30.0.309 Q-Q 30.0.310 Q-Q
30.0.311 Q-Q 30.0.312 Q-Q 30.0.313 Q-Q 30.0.314 Q-Q 30.0.315 Q-Q
30.0.316 Q-Q 30.0.317 Q-Q 30.0.318 Q-Q 30.0.319 Q-Q 30.0.320 Q-Q
30.0.321 Q-Q 30.0.322 Q-Q 30.0.323 Q-Q 30.0.324 Q-Q 30.0.325 Q-Q
30.0.326 Q-Q 30.0.327 Q-Q 30.0.328 Q-Q 30.0.329 Q-Q 30.0.330 Q-Q
30.0.331 Q-Q 30.0.332 Q-Q 30.0.333 Q-Q 30.0.334 Q-Q 30.0.335 Q-Q
30.0.336 Q-Q 30.0.337 Q-Q 30.0.338 Q-Q 30.0.339 Q-Q 30.0.340 Q-Q
30.0.341 Q-Q 30.0.342 Q-Q 30.0.343 Q-Q 30.0.344 Q-Q 30.0.345 Q-Q
30.0.346 Q-Q 30.0.347 Q-Q 30.0.348 Q-Q 30.0.349 Q-Q 30.0.350 Q-Q
30.0.351 Q-Q 30.0.352 Q-Q 30.0.353 Q-Q 30.0.354 Q-Q 30.0.355 Q-Q
30.0.356 Q-Q 30.0.357 Q-Q 30.0.358 Q-Q 30.0.359 Q-Q 30.0.360 Q-Q
30.0.361 Q-Q 30.0.362 Q-Q 30.0.363 Q-Q 30.0.364 Q-Q 30.0.365 Q-Q
30.0.366 Q-Q 30.0.367 Q-Q 30.0.368 Q-Q 30.0.369 Q-Q 30.0.370 Q-Q
30.0.371 Q-Q 30.0.372 Q-Q 30.0.373 Q-Q 30.0.374 Q-Q 30.0.375 Q-Q
30.0.376 Q-Q 30.0.377 Q-Q 30.0.378 Q-Q 30.1.1 Q-Q 30.2.1 Q-Q
30.3.1 D 30.4.1 C 30.5.1 Q-Q 30.6.1 A 30.7.1 C
30.8.1 C 30.9.1 A
31 Programming and DS: DS (54)
Answer key ☟
A. them in an array and sort the array B. pointers to them in an array and sort the array
C. them in a linked list and sort the linked list D. references to them in an array and sort the array
nielit2016mar-scientistc data-structures array
Answer key ☟
Let be a square matrix of size . Consider the following program. What is the expected output?
C=100
for i=1 to n do
for j=1 to n do
{
Temp=A[i][j]+C
A[i][j]=A[j][i]
A[j][i]=Temp-C
}
for i=1 to n do
for j=1 to n do
Output(A[i][j]);
Answer key ☟
Answer key ☟
A program reads in integers in the range representing the scores of students. It then
prints the frequency of each score above What would be the best way for to store the frequencies?
A. An array of numbers B. An array of numbers
C. An array of numbers D. A dynamically allocated array of numbers
nielit-sta-2020 data-structures array easy
Answer key ☟
We have a binary heap on elements and wish to insert more elements (not necessarily one after
another) into this heap. Total time required for this is
A. B.
C. D.
nielit2016mar-scientistc data-structures binary-heap
Answer key ☟
Consider a complete binary tree where the left and the right sub trees of the root are max-heaps. The lower
bound for the number of operations to convert the tree to a heap is:
A. B. C. D.
nielit2017dec-scientistb data-structures binary-tree binary-heap
Answer key ☟
The smallest element that can be found in time ____ in a binary max heap.
A. B. C. D.
nielit-2018 data-structures binary-heap
Answer key ☟
A. B. C. D.
nielit-2018 data-structures binary-heap
Answer key ☟
Answer key ☟
You are given the postorder traversal, , of a binary search tree on the elements You have to
determine the unique binary search tree that has as its postorder traversal. What is the time complexity
of the most efficient algorithm for doing this?
A.
B.
C.
D. None of the above, as the tree cannot be uniquely determined.
Answer key ☟
____ is the worst-case time complexity for all operations (i.e.,) search, update and delete) in a general
Binary Search tree
A. B.
C. for search and insert, and for delete D. None of these
nielit-2018 data-structures binary-search-tree
Answer key ☟
When we perform in order traversal on a binary tree, we get the ascending order array. The tree is:
A. Heap tree B. almost complete binary tree
C. Binary search tree D. Cannot be determined
nielit-sta-2020 data-structures binary-search-tree
Answer key ☟
Answer key ☟
A. B. C. D.
nielit2016dec-scientistb-it data-structures binary-tree
Answer key ☟
31.6.3 Binary Tree: NIELIT 2016 MAR Scientist C - Section C: 31
Answer key ☟
In a full binary tree number of nodes is then the height of the tree is :
A. B. C. D.
nielit2017dec-assistanta data-structures binary-tree
Answer key ☟
31.6.5 Binary Tree: NIELIT 2017 OCT Scientific Assistant A (IT) - Section B: 2
The height of a binary tree is the maximum number of edges in any root to leaf path. The maximum
number number of nodes in a binary tree of height is
A. B. C. D.
nielit2017oct-assistanta-it data-structures binary-tree
Answer key ☟
31.6.6 Binary Tree: NIELIT 2017 OCT Scientific Assistant A (IT) - Section B: 20
A. B. C. D.
nielit2017oct-assistanta-it data-structures binary-tree
Answer key ☟
A. B. C. D.
nielit-2018 data-structures graph-theory
Answer key ☟
31.8.1 Depth First Search: NIELIT 2016 DEC Scientist B (IT) - Section B: 30
Answer key ☟
31.8.2 Depth First Search: NIELIT 2016 DEC Scientist B (IT) - Section B: 42
In the ________ traversal we process all of a vertex's descendants before we move to an adjacent vertex.
Answer key ☟
31.8.3 Depth First Search: NIELIT 2017 July Scientist B (IT) - Section B: 4
What are the appropriate data structures for graph traversal using Breadth First Search(BFS) and Depth
First Search(DFS) algorithms?
A. Stack for BFS and Queue for DFS B. Queue for BFS and Stack for DFS
C. Stack for BFS and Stack for DFS D. Queue for BFS and Queue for DFS
nielit2017july-scientistb-it data-structures graph-algorithms breadth-first-search depth-first-search
Answer key ☟
Answer key ☟
A. B. C. D.
nielit-2018 data-structures expression-evaluation
Answer key ☟
A hash table with buckets with one slot per bucket is depicted. The symbols, to are initially
emerged using a hashing function with linear probing. Maximum number of comparisons needed in
searching an item that is not present is
A. B. C. D.
nielit2016mar-scientistc data-structures hashing
Answer key ☟
The average search time of hashing, with linear probing will be less if the load factor
A. is far less than one B. equals one
C. is far greater than one D. none of these
nielit2016mar-scientistc data-structures hashing
Answer key ☟
For a given hash table with slots that stores elements, the load factor for is
A. B. C. D.
nielit-2018 data-structures hashing
Answer key ☟
Assume that the operators are left associative and is right associative. The order of
precedence(from highest to lowest) is . The postfix expression corresponding to the infix
expression is
A. B.
C. D.
nielit2017july-scientistb-cs data-structures stack infix-prefix
Answer key ☟
Answer key ☟
Answer key ☟
What does the following function do for a given Linked List with first node as head?
void fun1(struct node* head)
{
if(head==NULL)
return;
fun1(head->next);
printf("%d",head->data);
}
Consider the following function that takes reference to head of a Doubly Linked List as parameter. Assume
that a node of doubly linked list has previous pointer as and next pointer as .
void fun(struct node **head_ref)
{
struct node *temp=NULL;
struct node *current=*head_ref;
while(current!=NULL)
{
temp=current->prev;
current->prev=current->next;
current->next=temp;
current=current->prev;
}
if(temp!=NULL)
*head_ref=temp->prev;
}
Assume that reference of head of following doubly linked list is passed to above function
. What should be the modified linked list after the function call?
A.
B.
C.
D.
Which of the following is the correct order of evaluation for the below expression?
A. B. C. D.
nielit2016dec-scientistb-it data-structures operator-precedence stack
Answer key ☟
Answer key ☟
A priority queue is implemented as a Max-Heap. Initially, it has elements. The level-order traversal of
the heap is: . Two new elements and are inserted into the heap in that order. The level-order
traversal of the heap after the insertion of the elements is
A. B.
C. D.
nielit2017july-scientistb-cs data-structures priority-queue binary-heap
Answer key ☟
A ________ is a linear list in which insertions and deletions are made to from either end of the structure.
Answer key ☟
A queue is implemented using an array such that ENQUEUE and DEQUEUE operations are performed
efficiently. Which one of the following statements is CORRECT( refers to the number of items in the
queue)?
Answer key ☟
If queue is implemented using arrays, what would be the worst run time complexity of queue and
dequeue operations?
A. B. C. D.
nielit2017oct-assistanta-it data-structures queue
Answer key ☟
Which of the following is useful in traversing a given graph by breadth first search?
Answer key ☟
A. B. C. D.
nielit-2018 data-structures queue
Answer key ☟
Answer key ☟
A stack can be implemented using queue, but then we need to use atleast :
A. queues B. queues
C. only one queue is sufficient D. none of the options
nielit-sta-2020 data-structures queue
Answer key ☟
The recurrence relation capturing the optimal execution time of the Towers of Hanoi problem with discs
is:
A. B.
C. D.
nielit2016dec-scientistb-it data-structures recurrence-relation
Answer key ☟
A recursive problem like tower of hanoi can be rewritten without recursion using:
Answer key ☟
Answer key ☟
In a complete -ary tree, every internal node has exactly children. The number of leaves in such a tree
with internal nodes is
A. B. C. D.
nielit2017july-scientistb-cs data-structures tree
Answer key ☟
____ number of leaf nodes in a rooted tree of nodes, where each node is having or children
A. B. C. D.
nielit-2018 data-structures tree
Answer key ☟
Traversing a binary tree first root and then left and right subtrees called ______ traversal.
Answer key ☟
In binary search tree which traversal is used for getting ascending order values ?
Answer key ☟
If for a given Binary Search Tree (BST) the pre-order traversal is . Then which of
the following is its post-order traversal?
A. B.
C. D.
nielit2017dec-scientistb data-structures binary-search-tree tree-traversal
Answer key ☟
31.19.4 Tree Traversal: NIELIT 2017 OCT Scientific Assistant A (CS) - Section B: 5
A binary search tree contains the values- and The tree is traversed in preorder and the
values are printed out. Which of the following sequences is a valid output?
A. B.
C. D.
nielit2017oct-assistanta-cs data-structures binary-search-tree tree-traversal
Answer key ☟
Answer key ☟
A. B.
C. D.
nielit-scb-2020 tree-traversal
Answer key ☟
Answer Keys
31.1.1 D 31.2.1 B 31.2.2 A 31.2.3 B 31.2.4 A
31.3.1 B 31.3.2 A 31.3.3 C 31.3.4 A 31.4.1 B
31.5.1 B 31.5.2 A 31.5.3 C 31.6.1 D 31.6.2 D
31.6.3 D 31.6.4 X 31.6.5 C 31.6.6 C 31.7.1 B
31.8.1 B 31.8.2 A 31.8.3 B 31.9.1 B 31.9.2 A
31.10.1 X 31.10.2 A 31.10.3 A 31.11.1 A 31.12.1 C
31.12.2 D 31.12.3 B 31.12.4 C 31.13.1 A 31.13.2 A
31.14.1 A 31.15.1 D 31.15.2 A 31.15.3 D 31.15.4 D
31.15.5 B 31.15.6 C 31.15.7 B 31.16.1 D 31.17.1 A
31.18.1 C 31.18.2 C 31.18.3 B 31.19.1 B 31.19.2 A
31.19.3 A 31.19.4 D 31.19.5 C 31.19.6 A
32 Programming: Programming in C (39)
Bug means
Answer key ☟
Assume that objects of the type short, float and long occupy bytes, bytes and bytes respectively. The memory
requirement for variable ignoring alignment considerations, is
Answer key ☟
The test cases and given below are expressed in terms of the properties satisfied by the values of
variables and . The exact values are not given.
and are all equal
and are all distinct
and
and
Which of the test suites given below ensures coverage of statements and ?
A. B. C. D.
nielit2017july-scientistb-it programming
Answer key ☟
Answer key ☟
A. B. C. D.
nielit2021dec-scientistb
A. B. C. D.
nielit-2021-it-dec-scientistb
Answer key ☟
Answer key ☟
Answer key ☟
Answer key ☟
Assume that float takes bytes, predict the output of following program.
#include<stdio.h>
int main()
{
float arr[5]={12.5,10.0,13.5,90.5,0.5};
float *ptr1=&arr[0];
float *ptr2=ptr1+3;
printf("%f",*ptr2);
printf("%d",ptr2-ptr1);
return 0;
}
A. B.
C. D.
nielit2017july-scientistb-it programming-in-c pointers array-of-pointers
Answer key ☟
Answer key ☟
A. remove(var-name) B. free(var-name)
C. delete(var-name) D. dalloc(var-name)
nielit2016dec-scientistb-it programming-in-c dynamic-scoping
Answer key ☟
The keyboard used to transfer control from a function back to the calling function is:
A. switch B. go to C. go back D. return
nielit2016dec-scientistb-it programming functions
Answer key ☟
What will be output if you will compile and execute the following C code?
void main()
{
printf("%d",sizeof(5.2));
}
A. B. C. D.
nielit2016dec-scientistb-cs programming-in-c output
Answer key ☟
What will be output if you will compile and execute the following C code?
void main(){
char c=125;
c=c+10;
printf("%d",c);
}
A. B. C. D.
nielit2016dec-scientistb-cs programming-in-c output
Answer key ☟
Answer key ☟
A. B. C. D. Compiler Dependent
nielit2017july-scientistb-it programming-in-c output
Answer key ☟
A. B. Compiler Error C. D.
nielit2017july-scientistb-it programming-in-c output
Answer key ☟
Assume that size of an integer is bit. What is the output of following ANSI C program?
#include<stdio.h>
struct st
{
int x;
static int y;
};
int main()
{
printf(%d",sizeof(struct st));
return 0;
}
Answer key ☟
Answer key ☟
32.5.8 Output: NIELIT 2017 OCT Scientific Assistant A (CS) - Section B: 6
int u,j,k;
i=0;j=9;
do{
k=(i+j)/2;
On which of the following contents of ‘Y’ and ‘x’ does the program fail?
A. is and
B. is and
C. is and
D. is and and is even
Answer key ☟
Static int a = 3;
Printf(“%d”,a--);
If(a)
main();
A. B.
C. D. Program will fall in continuous loop and print
nielit2017oct-assistanta-cs programming-in-c output
Answer key ☟
A. i5h4g3f2el B. 14h3g2f1e0
C. An error message D. None of the above
nielit2017oct-assistanta-cs programming-in-c output
Answer key ☟
Static int a = 3;
Printf(“%d”,a--);
If(a)
main();
A. B.
C. D. Program will fall in continuous loop and print
nielit2017oct-assistanta-it programming-in-c output
Answer key ☟
int u,j,k;
i=0;j=9;
do{
k=(i+j)/2;
On which of the following contents of ‘Y’ and ‘x’ does the program fail?
A. is and
B. is and
C. is and
D. is and and is even
Answer key ☟
Answer key ☟
A.
B. garbage value
garbage value
garbage value
C.
garbage value
garbage value
D.
Answer key ☟
a = 4;
**c = 5;
If the statement
b = (int *)**c
Answer key ☟
The maximum combined length of the command-line arguments including the spaces between adjacent
arguments is:
A. characters B. characters
C. characters D. It may very from one Operating System to another
nielit2016dec-scientistb-it programming-in-c
Answer key ☟
A. B.
C. D.
nielit2016mar-scientistb programming-in-c
Answer key ☟
Answer key ☟
If space occupied by two strings and in 'C' are respectively and , then space occupied by string
obtained by concatenating and is always
Answer key ☟
32.7.5 Programming In C: NIELIT 2016 MAR Scientist C - Section C: 29
An external variable
nielit2016mar-scientistc programming-in-c
Answer key ☟
Answer key ☟
A. B. C. D.
nielit2016mar-scientistc programming-in-c
Answer key ☟
In C programming language, if the first and the second operands of operator are of types int and float,
respectively, the result will be of type
Answer key ☟
What will be the value of and after execution of the following statement(C language)
n = 5; x = n++; y = -x;
A. B. C. D.
nielit2016mar-scientistc programming-in-c
Answer key ☟
Following is C like Pseudo code of a function that takes a number as an argument, and uses a stack S to
do processing.
void fun(int n)
{
Stack S;//Say it creates an empty stack S
while(n>0)
{
// This line pushes the value of n%2 to stack S;
Push(&S,n%2);
n=n/2;
}
// Run while Stack S is not empty
while(!is Empty(&S))
printf("%d",pop(&S));//pop an element from S and print it
}
nielit2017july-scientistb-cs programming-in-c
Answer key ☟
A. B.
C. D.
nielit-2021-it-dec-scientistb programming-in-c
Answer key ☟
Answer Keys
32.0.1 A 32.0.2 C 32.0.3 D 32.0.4 D 32.0.5 Q-Q
32.0.6 Q-Q 32.1.1 C 32.1.2 D 32.1.3 A 32.1.4 A
32.2.1 C 32.3.1 B 32.4.1 D 32.5.1 B 32.5.2 C
32.5.3 D 32.5.4 D 32.5.5 A 32.5.6 C 32.5.7 A
32.5.8 C 32.5.9 B 32.5.10 A 32.5.11 B 32.5.12 C
32.6.1 C 32.6.2 A 32.6.3 A 32.7.1 D 32.7.2 A
32.7.3 C 32.7.4 A 32.7.5 D 32.7.6 C 32.7.7 B
32.7.8 B 32.7.9 D 32.7.10 B 32.7.11 Q-Q
33 Theory of Computation (59)
A. B. C. D.
nielit2021dec-scientista
Answer key ☟
A. B. C. D. all of these
nielit2016mar-scientistb theory-of-computation context-free-grammar
Answer key ☟
Let be a grammar in CFG and let such that then which of the following
statements is true?
A. Any derivation of has exactly the same number of steps as any derivation of .
B. Different derivation have different length.
C. Some derivation of may be shorter than the derivation of
D. None of the options
Answer key ☟
33.2.1 Context Free Language: NIELIT 2016 DEC Scientist B (CS) - Section B: 3
Answer key ☟
33.2.2 Context Free Language: NIELIT 2016 MAR Scientist B - Section C: 26
If and are context free language and a regular set, then which one of the languages below is not
necessarily a context free language?
A. B. C. D.
nielit2016mar-scientistb theory-of-computation context-free-language
Answer key ☟
33.2.3 Context Free Language: NIELIT 2017 OCT Scientific Assistant A (CS) - Section B: 31
i.
ii.
iii.
Answer key ☟
33.2.4 Context Free Language: NIELIT 2017 OCT Scientific Assistant A (IT) - Section C: 9
i.
ii.
iii.
Answer key ☟
Let is the length of string to test for membership, then the number of table entry in CYK algorithm is
A. B. C. D.
nielit2017dec-scientistb theory-of-computation cyk-algorithm
Answer key ☟
Answer key ☟
Answer key ☟
Answer key ☟
Answer key ☟
C. and has the same number of final states D. None of the above
nielit2016dec-scientistb-cs theory-of-computation finite-automata
Answer key ☟
represents
A. Strings not starting with B. Strings of odd length
C. Strings starting with D. Strings of even length
nielit2016dec-scientistb-cs theory-of-computation finite-automata
Answer key ☟
Answer key ☟
The automaton which allows transformation to a new state without consuming any input symbols :
Answer key ☟
Answer key ☟
Answer key ☟
Answer key ☟
33.6.9 Finite Automata: NIELIT 2017 DEC Scientific Assistant A - Section B: 60
Answer key ☟
Consider the following Finite State Automaton. The language accepted by the automaton is given by the
regular expression.
A. B. C. D.
nielit-2018 theory-of-computation finite-automata
Answer key ☟
Answer key ☟
If every string of a language can be determined, whether it is legal or illegal in finite time, the language is
called
Answer key ☟
The defining language for developing a formalism in which language definitions can be stated, is called
A. syntactic meta language B. decidable language
C. intermediate language D. high level language
nielit2016mar-scientistc theory-of-computation identify-class-language non-gatecse
Answer key ☟
33.7.4 Identify Class Language: NIELIT 2017 DEC Scientific Assistant A - Section B: 31
Answer key ☟
Answer key ☟
A.
B.
C.
D.
Answer key ☟
How many DFA's exits with two states over input alphabet
A. B. C. D.
nielit2017dec-assistanta theory-of-computation finite-automata number-of-dfa
Answer key ☟
If there is in NP-Complete language L whose complement is in NP, then complement of any language in
NP is in
A. P B. NP C. both (A) and (B) D. None of these
nielit2016mar-scientistb theory-of-computation p-np-npc-nph
Answer key ☟
Answer key ☟
33.10.1 Pumping Lemma: NIELIT 2017 OCT Scientific Assistant A (CS) - Section B: 12
Answer key ☟
Answer key ☟
Answer key ☟
33.13.1 Recursive and Recursively Enumerable Languages: NIELIT 2017 DEC Scientist B - Section B: 19
Answer key ☟
33.13.2 Recursive and Recursively Enumerable Languages: NIELIT 2017 DEC Scientist B - Section B: 27
If any string of a language can be effectively enumerated by an enumerator in a lexicographic order then
language is _______.
A. Regular B. Context free but not necessarily regular
C. Recursive but not necessarily context free D. Recursively enumerable but not necessarily recursive
nielit2017dec-scientistb theory-of-computation recursive-and-recursively-enumerable-languages
Answer key ☟
33.13.3 Recursive and Recursively Enumerable Languages: NIELIT 2017 DEC Scientist B - Section B: 32
i. Union
ii. Intersection
iii. Complement
iv. Concatenation
v. Star Closure
Answer key ☟
33.13.4 Recursive and Recursively Enumerable Languages: NIELIT 2017 July Scientist B (CS) - Section B:
59
Let be a language and be its complement. Which one of the following is NOT a viable possibility?
Answer key ☟
33.13.5 Recursive and Recursively Enumerable Languages: NIELIT 2017 July Scientist B (CS) - Section B:
60
Let be a recursive language, and let be a recursively enumerable but not recursive language. Which
one of the following is TRUE?
Answer key ☟
33.13.6 Recursive and Recursively Enumerable Languages: NIELIT 2017 OCT Scientific Assistant A (CS) -
Section B: 9
A language for which there exists a that accepts every word in and either rejects or loops for
every word that is not in is said to be
Answer key ☟
1. A recursive formal language is a recursive subset in the set of all possible words over the alphabet of
the language.
2. The complement of a recursive languages is recursive
3. The complement of a context-free language is context-free
Answer key ☟
33.13.8 Recursive and Recursively Enumerable Languages: NIELIT 2022 April Scientist B | Section B |
Question: 43
I. is recursively enumerable
II. is recursive
III. is context-free
IV. is context-free
Answer key ☟
Which of the following regular expressions denotes a language comprising all possible strings over the
alphabet ?
A. B. C. D.
nielit2016mar-scientistb theory-of-computation regular-expression
Answer key ☟
33.14.2 Regular Expression: NIELIT 2016 MAR Scientist C - Section C: 17
A. B. C. D.
nielit2016mar-scientistc theory-of-computation regular-expression
Answer key ☟
Let be a regular expression over . If does not contain null string, then has a
unique solution ___________ .
A. B.
C. D.
nielit2017dec-assistanta theory-of-computation regular-expression
Answer key ☟
represents :
A. B.
C. D.
Answer key ☟
Complement of will be :
A. B. Null
C. D.
nielit2017dec-assistanta theory-of-computation regular-expression
Answer key ☟
Answer key ☟
According to the given language, which among the following expressions does it correspond to ?
Language .
A. B.
C. D.
nielit2017dec-scientistb theory-of-computation regular-expression
Answer key ☟
Answer key ☟
A. B.
C. D.
nielit2017dec-scientistb theory-of-computation regular-expression
Answer key ☟
i.
ii.
iii.
iv.
A. (i) and (ii) B. (ii) and (iii) C. (iii) and (iv) D. (iv) and (i)
nielit2017dec-scientistb theory-of-computation regular-expression
Answer key ☟
Answer key ☟
Which of the following languages over the alphabet is described by the given regular expression:
?
Answer key ☟
A. is regular language
B. Set of all strings of equal number of 's and 's defines a regular language
C. gives the set
D. None of these.
Answer key ☟
Answer key ☟
1. baaaba
2. aabaaaa
3. baaabaaaabaa
4. baaabaaa
A. B. C. D.
nielit-2018 theory-of-computation regular-language
Answer key ☟
Answer key ☟
Answer key ☟
Answer Keys
33.0.1 Q-Q 33.1.1 B 33.1.2 C 33.2.1 D 33.2.2 B
33.2.3 A 33.2.4 A 33.3.1 D 33.4.1 D 33.5.1 C
33.5.2 C 33.6.1 D 33.6.2 B 33.6.3 A 33.6.4 D
33.6.5 C 33.6.6 C 33.6.7 C 33.6.8 B 33.6.9 B
33.6.10 D 33.7.1 B 33.7.2 A 33.7.3 A 33.7.4 D
33.7.5 D 33.7.6 A 33.8.1 D 33.9.1 B 33.9.2 B
33.10.1 A 33.11.1 B 33.12.1 A 33.13.1 C 33.13.2 C
33.13.3 C 33.13.4 C 33.13.5 B 33.13.6 B 33.13.7 B
33.13.8 D 33.14.1 B 33.14.2 D 33.14.3 B 33.14.4 A
33.14.5 A 33.14.6 D 33.14.7 D 33.14.8 D 33.14.9 D
33.14.10 A 33.14.11 C 33.14.12 X 33.15.1 A 33.15.2 C
33.15.3 A 33.15.4 B 33.16.1 D 33.16.2 B
34 Unknown Category (108)
Read the following information carefully and then answer the question given below it.
are six members of a family.
There are two married couples among them.
is the mother of and .
is the father of .
is the grandson of .
The total number of female members in the family is three.
How is related to ?
Answer key ☟
Read the following information carefully and then answer the question given below it.
are six members of a family.
There are two married couples among them.
is the mother of and .
is the father of .
is the grandson of .
The total number of female members in the family is three.
How is related to ?
Answer key ☟
Read the following information carefully and then answer the question given below it.
are six members of a family.
There are two married couples among them.
is the mother of and .
is the father of .
A is the grandson of .
The total number of female members in the family is three.
Which of the following pairs is one of the married couples?
A. B. C. D.
nielit-scb-2020
Answer key ☟
34.0.4 NIELIT Scientist B 2020 November: 17
Directions: For the and below, choose the correct alternative from the
following:
A. B. C. D.
nielit-scb-2020
Directions: For the and below, choose the correct alternative from the
following:
A. B. C. D.
nielit-scb-2020
Answer key ☟
Directions: For the and below, choose the correct alternative from the
following:
:
Salt is added to cook food at higher altitudes.
A. B. C. D.
nielit-scb-2020
Answer key ☟
A. B. C. D.
nielit-scb-2020
Answer key ☟
If says that his mother is the only daughter of mother, then how is related to ?
Answer key ☟
Choose which of the following will be sufficient to find: What time did the bus leave today?
nielit-scb-2020
nielit-scb-2020
A university library budget committee must reduce exactly five of eight areas of expenditure -
in accordance with the following conditions:
If both and are reduced, is also reduced.
If is reduced, Neither nor is reduced
If is reduced, is not reduced.
Of the three areas , and exactly two are reduced.
If both and are reduced, which one of the following is a pair of areas neither of which could be reduced?
A. B. C. D.
nielit-scb-2020
Answer key ☟
A solid cube of each side , has been painted red, blue and black on pairs of opposite faces. It is then
cut into cubical blocks of each side . How many cubes have no face painted?
A. B. C. D.
nielit-scb-2020
Answer key ☟
Study the following graph and the table and answer the question given below. (Data of different states
regarding population of states in the year 2018)
___________ is the percentage of total number of males in together to the total population of all the
given states.
A. B. C. D.
nielit-scb-2020
Answer key ☟
34.0.14 NIELIT Scientist B 2020 November: 4
Study the following graph and the table and answer the question given below. (Data of different states
regarding population of states in the year 2018)
A. B. C. D.
nielit-scb-2020
Answer key ☟
Study the following graph and the table and answer the question given below. (Data of different states
regarding population of states in the year 2018)
Sex and Literacy wise Population Ratio
States Sex Literacy
M F Educated Non-Educated
A 5 3 2 7
B 3 1 1 4
C 2 3 2 1
D 3 5 3 2
E 3 4 4 1
F 3 2 7 2
G 3 4 9 4
A. B. C. D.
nielit-scb-2020
Answer key ☟
Study the following graph and the table and answer the question given below. (Data of different states
regarding population of states in the year 2018)
A. B. C. D.
nielit-scb-2020
Answer key ☟
Answer key ☟
Answer key ☟
You are working with a network that is and would like to support hosts per subnet. What
subnet mask should you use?
A. B.
C. D. None of the options
nielit-scb-2020
Answer key ☟
Consider a software program that is artificially seeded with faults. While testing this program,
faults are detected, out of which faults are from those artificially seeded faults. Assuming that both real
and seeded faults are of same nature and have same distribution, the estimated number of undetected real faults is
_____________.
A. B. C. D.
nielit-scb-2020
Answer key ☟
34.0.21 NIELIT Scientist B 2020 November: 115
Answer key ☟
A special system uses channels of data, one whose purpose is an identification (ID) and
synchronization. The sampling rate is kHz. The word length is bits. Find the serial data rate.
A. B. C. D.
nielit-scb-2020
Answer key ☟
If one uses straight two-way merge sort algorithm to sort the following elements in ascending order
then the order of these elements after the second pass of the algorithm is:
A. B.
C. D.
nielit-scb-2020
Answer key ☟
A.
B.
C.
D.
nielit-scb-2020
Answer key ☟
Answer key ☟
Consider a software project with the following information domain characteristic for calculation of
function point metric.
Number of external inputs
Number of external output
Number of external inquiries
Number of files
Number of external interfaces
It is given that the complexity weighting factors for are , respectively. It is also
given that, out of fourteen value adjustment factors that influence the development effort, four factors are not
applicable, each of the other four factors have value , and each of the remaining factors have value . The
computed value of function point metric is __________
A. B. C. D.
nielit-scb-2020
Answer key ☟
___________ tells a firewall about how to reassemble a data stream that has been divided into packets.
A. The source routing feature B. The number in the header’s identification field
C. The destination address D. The header checksum field in the packet header
nielit-scb-2020
Answer key ☟
Most NoSQL databases support automatic ___________ meaning that you get high availability and
disaster recovery.
A. Processing B. Scalability
C. Replication D. All of the options
nielit-scb-2020
Answer key ☟
Suppose we have to insert the following sequence of keys into an empty binary search tree:
A. B. C. D.
nielit-scb-2020
Answer key ☟
Consider the basic model where is the effort applied in person-months, is the
development time in chronological months, is the estimated number of delivered lines of code (in
thousands) and have their usual meanings. The basic equations are of the form.
A.
B.
C.
D.
nielit-scb-2020
Answer key ☟
34.0.31 NIELIT Scientist B 2020 November: 104
Answer key ☟
The physical location of a record is determined by a mathematical formula that transforms a file key into a
record location is:
Answer key ☟
_____________ has a feature of remote access through which a customer can access the data from
anywhere and at any time with the help of internet connection.
Answer key ☟
The program written for binary search, calculates the midpoint of the span as . The
program works well if the number of elements in the list is small (about ) but it behaves abnormally
when the number of elements is large. This can be avoided by performing the calculation as:
A. B.
C. D.
nielit-scb-2020
Answer key ☟
A. It cannot be compared or sorted. This means an data type cannot be used in a statement
B. It cannot be used as a key column in an index
C. The value() method of the data type returns a scalar value, so it can be specified anywhere where scalar
values are allowed
D. All of the options
nielit-scb-2020
Answer key ☟
In the congestion avoidance algorithm, the size of the congestion window increases _________ until
congestion is detected.
A. Exponentially B. Additively C. Multiplicatively D. Suddenly
nielit-scb-2020
Answer key ☟
A. B.
C. D. none of the options
nielit-scb-2020
Answer key ☟
An instance of relational schema has distinct values of including values. Which one
of the following is true?
A. is a candidate key B. is not a candidate key
C. is a primary key D. Both “ is a candidate key” and “ is a primary key”
nielit-scb-2020
Answer key ☟
Which of the following is correct Content-Type header that a server side script should send for in
Answer key ☟
Answer key ☟
gaming software is developed with effort of person-year. What is the productivity of person-
month?
A. B. C. D.
nielit-scb-2020
Answer key ☟
Which type of linked list stores the address of the header node in the next field of the last node?
A. Singly linked list B. Circular linked list
C. Doubly linked list D. Hashed list
nielit-scb-2020
Answer key ☟
Answer key ☟
In which modulation discrete values of carrier frequencies is used to transmit binary data?
A. Phase Shift Keying B. Amplitude Shift Keying
C. Frequency Shift Keying D. Disk Shift Keying
nielit-scb-2020
Answer key ☟
A. Non-Relational databases require that schemas be defined before you can add data
B. No SQL databases are built to allow the insertion of data without a predefined schema
C. New SQL databases are built to allow the insertion of data without a predefined schema
D. All of the options
nielit-scb-2020
Answer key ☟
In an operating system, processes that are terminated but, for some reason must have its task structure in
the process table are referred as __________.
Answer key ☟
If main memory access time is , access time , considering hit , what wil be the
overall access time?
A. B. C. D.
nielit-scb-2020
Answer key ☟
_____________ possible labels are allowed in the first level of generic domain.
Answer key ☟
Which of the following techniques deals with sorting the data stored in the computer’s memory?
A. Distribution sort B. Internal sort
C. External sort D. Radix sort
nielit-scb-2020
Answer key ☟
nielit-scb-2020
Answer key ☟
Consider a Simple Checkpointing Protocol and the following set of operations in the log.
if a crash happens now and the system tries to recover using both undo and redo operations, what are the contents
of the undo list and the redo list?
A. B.
C. D.
nielit-scb-2020
Answer key ☟
Answer key ☟
34.0.54 NIELIT Scientist B 2020 November: 78
Answer key ☟
A. B. C. D.
nielit-scb-2020
Answer key ☟
Answer key ☟
Answer key ☟
Answer key ☟
Answer key ☟
One disk queue with requests for to blocks on cylinders. The Request are in the following manner:
Considering (shortest seek time first) scheduling, the total number of head movements is, if the disk head is
initially at is:
A. B. C. D.
nielit-scb-2020
Answer key ☟
On computers where there are multiple operating system, the decision to load a particular one is done by
________.
Answer key ☟
A direct mapped cache is of size and has block size Bytes. CPU also generates bit address.
Number of bits needed for indexing the cache:
A. B. C. D.
nielit-scb-2020
Answer key ☟
A. B. C. D.
nielit-scb-2020
Answer key ☟
Answer key ☟
Which of the following can be used when creating a pool of global addresses instead of the netmask
command?
Answer key ☟
Answer key ☟
In an header, the traffic class field is similar to the ________ field in the header.
A. field B. Fragmentation field
C. Fast Switching D. Option field
nielit-scb-2020
Answer key ☟
Binary search tree contains the values . The tree is traversed in pre-order and the values
are printed out. Which of the following sequences is a valid output?
A. B. C. D.
nielit-scb-2020
Answer key ☟
Data leakage threats are done by internal agents. Which of them is not an example of an internal data
leakage threat?
A. Data leak from stolen credentials from desk B. Data leak by partners
C. Data leak by 3rd party apps D. All of the options
nielit-scb-2020
Answer key ☟
Answer key ☟
To the detection of up to errors in all cases, the minimum Hamming distance in a block code must be
______________.
A. B. C. D.
nielit-scb-2020
Answer key ☟
A. B. C. D.
nielit-scb-2020
Answer key ☟
A. B. C. D.
nielit-scb-2020
Answer key ☟
Which of the following machine model can be used in a necessary and sufficient sense for lexical analysis
in modern computer language?
A. Deterministic Push down Automata B. Finite Automata
C. Non-Deterministic Finite Automata D. Turing Machine
nielit-scb-2020
Answer key ☟
Which element is used to define discrete unit of content such as a blogpost, comment and so on?
Answer key ☟
In which of the following hash functions, do consecutive keys map to consecutive hash values?
A. Division method B. Multiplication method
C. Folding method D. Mid-square method
nielit-scb-2020
Answer key ☟
Consider a control unit generating the control signals. These control signals are divided into five mutually
exclusive groups as shown below:
How many bits are saved using the Vertical Micro-programmed instead of Horizontal Micro-programmed control
unit?
A. B. C. D. None
nielit-scb-2020
Answer key ☟
nielit-scb-2020
Answer key ☟
A. the least or smallest of all the running times the algorithm takes, on inputs of a particular size
B. an input that requires maximum computations or resources
C. averaging the different running times for all inputs of a particular kind
D. none of the options
nielit-scb-2020
Answer key ☟
A. B. C. D.
nielit-scb-2020
Answer key ☟
In __________, other nodes verify the validity of the block by checking that the hash of the data of the
block is less than a present number.
A. Proof of Burn B. Proof of STAKE
C. Proof of Work D. All of the options
nielit-scb-2020
Answer key ☟
Answer key ☟
The __________ command will show you the translation table containing all the active entries.
A. show ip nat translations B. show ip nat tl
C. show ip nat states D. none of the options
nielit-scb-2020
Answer key ☟
A. B. C. D.
nielit-scb-2020
Answer key ☟
Which of the following Page Replacement Algorithm suffers from the belady’s anomaly?
Answer key ☟
Which sorting algorithm sorts by moving the current data element past the already sorted values and
repeatedly interchanges it with the preceding value until it is in its correct place?
A. Insertion sort B. Internal sort
C. External sort D. Radix sort
nielit-scb-2020
Answer key ☟
Set of key attributes that identify weak entities related to some owner entity is classified as:
Answer key ☟
Consists of a question and two statements, labelled (1) and (2), in which certain data are given. You have
to decide whether the data given in the statements are sufficient for answering the question. Using the data given in
the statements, plus your knowledge of mathematics and everyday facts.
How is related to ?
is brother-in-law’s wife.
nielit-scb-2020
Answer key ☟
Consists of a question and two statements, labelled (1) and (2), in which certain data are given. You have
to decide whether the data given in the statements are sufficient for answering the question. Using the data given in
the statements, plus your knowledge of mathematics and everyday facts.
What is the Standard Deviation (SD) of the four numbers ?
The sum of is .
nielit-scb-2020
Answer key ☟
In an office, of the employees were women and of the employees were above the age of years,
out of which are men. Find the percentage of women employees who are above years out of the total
number of women employees.
A. B. C. D.
nielit-scb-2020
Answer key ☟
A. B. C. D.
nielit-scb-2020
Answer key ☟
In a group of 24 members, each member drinks either tea or coffee or both. If of them drink tea and
drink coffee, find the probability that a person selected from the group drinks both tea and coffee.
A. B. C. D. None of the options
nielit-scb-2020
Answer key ☟
A. B. C. D.
nielit-scb-2020
Answer key ☟
Arjun by car takes double the time taken by bus to travel from Delhi to Agra. What is the Speed of the Bus
if the Speed of the Car is ?
A. B. C. D.
nielit-scb-2020
Answer key ☟
Two taps and can fill a tank in minutes and minutes respectively. The tank can be emptied by a
third tap in minutes. If and are kept open for minutes in the beginning and then is opened along with
and being kept open, the time taken to empty the tank is:
Answer key ☟
Five of India’s leading models are posing for a photograph promoting “World Peace and Understanding”.
But then, Sachin Malhotra the photographer is having a tough time getting them to stand in a straight line,
because Natasha refuses to stand in a straight line, because Natasha refuses to stand next to Jessica since Jessica
had said something about her in a leading gossip magazine. Rachel and Anna want to stand together because they
are good friends. Ria on the other hand cannot get along well with Rachel, because there is some talk about Rachel
scheming to get a contract already awarded to Ria. Anna believes her friendly astrologer who has asked her to
stand at the extreme right for all group photographs. Finally, Sachin managed to pacify the girls and got a beautiful
picture of five beautiful girls smiling beautifully in a straight line, promoting world peace.
If Natasha stands at the extreme left, who is standing second from left?
Answer key ☟
34.0.97 NIELIT Scientist B 2020 November: 30
Five of India’s leading models are posing for a photograph promoting “World Peace and Understanding”.
But then, Sachin Malhotra the photographer is having a tough time getting them to stand in a straight line, because
Natasha refuses to stand in a straight line, because Natasha refuses to stand next to Jessica since Jessica had said
something about her in a leading gossip magazine. Rachel and Anna want to stand together because they are good
friends. Ria on the other hand cannot get along well with Rachel, because there is some talk about Rachel
scheming to get a contract already awarded to Ria. Anna believes her friendly astrologer who has asked her to
stand at the extreme right for all group photographs. Finally, Sachin managed to pacify the girls and got a beautiful
picture of five beautiful girls smiling beautifully in a straight line, promoting world peace.
If Anna’s astrologer tells her to stand second from left and Natasha decides to stand second from right, then who is
the girl standing at the extreme right?
Answer key ☟
A player rolls a die and receives the same number of rupees as the number of dots on the face that turns up.
What should the player pay for each roll if he wants to make a profit of one rupee per throw of the die in the long
run?
A. ₹ B. ₹ C. ₹ D. ₹
nielit-scb-2020
Answer key ☟
Gopal went to a fruit market with certain amount of money. With this money he can buy either oranges
or mangoes. He retains of the money for taxi fare. If he buys mangoes, then the number of oranges he
can buy with balance amount is:
A. B. C. D.
nielit-scb-2020
Answer key ☟
What is the value of for which the following system of equations has no solution:
A. B. C. D.
nielit-scb-2020
Answer key ☟
Answer key ☟
If a cube with length, height and width equal to , is reduced to a smaller cube of height, length and
width of then reduction in volume is :
Answer key ☟
Answer key ☟
Number of letter repeated in the given word are indicated in front of each
alternative. Identify the correct alternative.
A. B.
C. D.
nielit-scb-2020
Answer key ☟
34.0.105 NIELIT Scientist B 2020 November: 21
There are boxes numbered . Each box is to be filled up either with a red or a green ball in
such a way that at least box contains a green ball and the boxes containing green balls are consecutively
numbered. The total number of ways in which this can be done is :
A. B. C. D.
nielit-scb-2020
Answer key ☟
The resistance to be connected across terminal for maximum power transfer to it is:
A. B. C. D.
nielit-scb-2020 electronic-circuit non-gatecse
A. B. C. D.
nielit-scb-2020 normal-distribution
In the following question below are given three statements followed by three conclusions numbered
You have to take the two statements to be true even if they seem to be at variance from the commonly known
facts. Read all the conclusions and then decide which of the given conclusions logically follow from the two given
statements, disregarding commonly known facts.
Answer key ☟
Answer Keys
34.0.1 Q-Q 34.0.2 Q-Q 34.0.3 Q-Q 34.0.4 Q-Q 34.0.5 Q-Q
34.0.6 Q-Q 34.0.7 Q-Q 34.0.8 C 34.0.9 Q-Q 34.0.10 Q-Q
34.0.11 Q-Q 34.0.12 Q-Q 34.0.13 Q-Q 34.0.14 Q-Q 34.0.15 Q-Q
34.0.16 Q-Q 34.0.17 B 34.0.18 B 34.0.19 Q-Q 34.0.20 Q-Q
34.0.21 D 34.0.22 Q-Q 34.0.23 B 34.0.24 D 34.0.25 D
34.0.26 Q-Q 34.0.27 Q-Q 34.0.28 Q-Q 34.0.29 Q-Q 34.0.30 Q-Q
34.0.31 C 34.0.32 Q-Q 34.0.33 Q-Q 34.0.34 A 34.0.35 Q-Q
34.0.36 Q-Q 34.0.37 A 34.0.38 B 34.0.39 Q-Q 34.0.40 Q-Q
34.0.41 Q-Q 34.0.42 Q-Q 34.0.43 B 34.0.44 B 34.0.45 C
34.0.46 Q-Q 34.0.47 A 34.0.48 B 34.0.49 Q-Q 34.0.50 B
34.0.51 B 34.0.52 A 34.0.53 A 34.0.54 Q-Q 34.0.55 C
34.0.56 Q-Q 34.0.57 B 34.0.58 Q-Q 34.0.59 C 34.0.60 A
34.0.61 D 34.0.62 C 34.0.63 C 34.0.64 Q-Q 34.0.65 Q-Q
34.0.66 D 34.0.67 Q-Q 34.0.68 D 34.0.69 Q-Q 34.0.70 D
34.0.71 B 34.0.72 A 34.0.73 A 34.0.74 B 34.0.75 Q-Q
34.0.76 A 34.0.77 Q-Q 34.0.78 Q-Q 34.0.79 Q-Q 34.0.80 B
34.0.81 Q-Q 34.0.82 A 34.0.83 A 34.0.84 D 34.0.85 C