Login
Register
Dark Mode
Brightness
Ambient Glow – Questions list
Register
Profile
Edit Profile
Messages
My favorites
My Updates
Logout
ISRO 2017 Computer Science Questions with Solution
Recent questions tagged isro2017
1
1 vote
2
2 answers
1.8k
1.8k views
isro exam december 2017
The number of elements in the power set of {{1,2},{2,1,1},{2,1,1,2}} is:
snehareddy
1.8k
views
asked
Feb 16, 2018
Set Theory & Algebra
isro2017
+
–
12
12 votes
8
answers
8 answers
15.8k
15.8k views
ISRO CSE 2017 | Question: 17
Which of the following data structure is useful in traversing a given graph by breadth first search?StackQueueListNone of the above
Arjun
15.8k
views
asked
May 9, 2017
Algorithms
isro2017
data-structures
graph-algorithms
breadth-first-search
easy
+
–
9
9 votes
4
answers
4 answers
11.4k
11.4k views
ISRO CSE 2017 | Question: 23
What is the minimum number of two-input $\text{NAND}$ gates used to perform the function of two-input $\text{OR}$ gate?OneTwoThreeFour
Arjun
11.4k
views
asked
May 9, 2017
Digital Logic
isro2017
digital-logic
min-no-gates
+
–
16
16 votes
3
answers
3 answers
5.3k
5.3k views
ISRO CSE 2017 | Question: 80
The time complexity of computing the transitive closure of a binary relation on a set of $n$ elements is known to bea. $O(n\log n)$b. $O\left( n^{3/2}\right)$c. $O( n^3 )...
sh!va
5.3k
views
asked
May 7, 2017
Algorithms
isro2017
relations
algorithms
time-complexity
+
–
5
5 votes
2
answers
2 answers
8.1k
8.1k views
ISRO CSE 2017 | Question: 77
If $L$ and $P$ are two recursively enumerable languages then they are not closed underKleene star $L^*$ of $L$Intersection $L \cap P$Union $L \cup P$Set difference
sh!va
8.1k
views
asked
May 7, 2017
Theory of Computation
isro2017
set-theory
theory-of-computation
recursive-and-recursively-enumerable-languages
closure-property
+
–
3
3 votes
3
answers
3 answers
8.1k
8.1k views
ISRO CSE 2017 | Question: 74
Which of these is a super class of all errors and exceptions in the Java language?Runtime ExceptionsThrowableCatchableNone of the above
sh!va
8.1k
views
asked
May 7, 2017
Java
isro2017
java
+
–
8
8 votes
2
answers
2 answers
7.5k
7.5k views
ISRO CSE 2017 | Question: 73
Which of the following statement is true?Hard real time OS has less jitter than soft real time OSHard real time OS has more jitter than soft real time OSHard real time OS...
sh!va
7.5k
views
asked
May 7, 2017
Operating System
isro2017
operating-system
realtime-systems
+
–
5
5 votes
2
answers
2 answers
8.9k
8.9k views
ISRO CSE 2017 | Question: 72
The Linux command mknod myfifo b 4 16will create a character device if user is rootwill create a named pipe FIFO if user is rootwill create a block device if user is root...
sh!va
8.9k
views
asked
May 7, 2017
Operating System
isro2017
operating-system
unix
non-gatecse
+
–
5
5 votes
3
answers
3 answers
8.2k
8.2k views
ISRO CSE 2017 | Question: 70
We use malloc and calloc for:Dynamic memory allocationStatic memory allocationBoth dynamic memory allocation and static memory allocationNone of these
sh!va
8.2k
views
asked
May 7, 2017
Programming in C
isro2017
programming-in-c
runtime-environment
+
–
10
10 votes
3
answers
3 answers
15.0k
15.0k views
ISRO CSE 2017 | Question: 69
Choose the equivalent prefix form of the following expression(a+(b-c))*((d-e)/(f+g-h))*+a-bc/-de-+fgh*+a-bc-/de-+fgh*+a-bc/-ed-+fgh*+ab-c/-de-+fgh
sh!va
15.0k
views
asked
May 7, 2017
Data Structures
isro2017
data-structures
infix-prefix
stack
+
–
6
6 votes
4
answers
4 answers
7.3k
7.3k views
ISRO CSE 2017 | Question: 68
A critical regionis a piece of code which only one process executes at a timeis a region prone to deadlockis a piece of code which only a finite number of processes execu...
sh!va
7.3k
views
asked
May 7, 2017
Operating System
isro2017
operating-system
critical-section
process-synchronization
+
–
5
5 votes
2
answers
2 answers
10.7k
10.7k views
ISRO CSE 2017 | Question: 66
Consider the disk system with 100 cylinders. The request to access the cylinders occur in the following sequence.4, 37, 10,7,19,73,2,15,6,20Assuming the head is currently...
sh!va
10.7k
views
asked
May 7, 2017
Operating System
isro2017
operating-system
disk-scheduling
+
–
7
7 votes
1
answers
1 answer
6.5k
6.5k views
ISRO CSE 2017 | Question: 65
Which product metric gives the measure of the average length of words and sentence in documents?SCI numberCyclomatic complexityLOCFog index
sh!va
6.5k
views
asked
May 7, 2017
IS&Software Engineering
isro2017
is&software-engineering
non-gatecse
+
–
9
9 votes
5
answers
5 answers
7.0k
7.0k views
ISRO CSE 2017 | Question: 64
What is the output of the following program?#include<stdio.h int tmp=20; main() { printf("%d", tmp); func(); printf("%d", tmp); } func() { static int tmp=10; printf("%d",...
sh!va
7.0k
views
asked
May 7, 2017
Programming in C
isro2017
programming-in-c
functions
output
+
–
18
18 votes
2
answers
2 answers
13.7k
13.7k views
ISRO CSE 2017 | Question: 63
What does the following program do when the input is unsigned 16 bit integer?#include<stdio.h main(){ unsigned int num; int i; scanf("%u", &num); for(i=0;i<16;i++){ print...
sh!va
13.7k
views
asked
May 7, 2017
Programming in C
isro2017
programming-in-c
loop
+
–
11
11 votes
7
answers
7 answers
13.2k
13.2k views
ISRO CSE 2017 | Question: 62
What will be the output of the following C code?#include <stdio.h main() { int i; for(i=0;i<5;i++) { int i=10; printf("%d" , i); i++; } return 0; }10 11 12 13 1410 10 10 ...
sh!va
13.2k
views
asked
May 7, 2017
Programming in C
isro2017
programming-in-c
loop
output
+
–
5
5 votes
1
answers
1 answer
6.1k
6.1k views
ISRO CSE 2017 | Question: 61
In software maintenance tackling the changes in the hardware or software environment where the software works, isCorrective maintenancePerfective maintenanceAdaptive main...
sh!va
6.1k
views
asked
May 7, 2017
IS&Software Engineering
isro2017
is&software-engineering
non-gatecse
+
–
7
7 votes
1
answers
1 answer
19.8k
19.8k views
ISRO CSE 2017 | Question: 59
The best data structure to check whether an arithmetic expression has balanced parenthesis is a:QueueStackTreeList
sh!va
19.8k
views
asked
May 7, 2017
Data Structures
isro2017
data-structures
stack
easy
+
–
6
6 votes
3
answers
3 answers
8.4k
8.4k views
ISRO CSE 2017 | Question: 58
Which of the following is not a life cycle model?Spiral modelPrototyping modelWaterfall modelCapability maturity model
sh!va
8.4k
views
asked
May 7, 2017
IS&Software Engineering
isro2017
is&software-engineering
non-gatecse
+
–
6
6 votes
3
answers
3 answers
8.0k
8.0k views
ISRO CSE 2017 | Question: 56
Mutual exclusion problem occursbetween two disjoint processes that do not interactamong processes that share resourcesamong processes that do not use the same resourcebet...
sh!va
8.0k
views
asked
May 7, 2017
Operating System
isro2017
operating-system
process-synchronization
mutual-exclusion
+
–
3
3 votes
2
answers
2 answers
7.1k
7.1k views
ISRO CSE 2017 | Question: 52
Given reference to the following pages by a program0,9,0,1,8,1,8,7,8,7,1,2,8,2,7,8,2,3,8,3How many page faults will occur if the program has three page frames available t...
sh!va
7.1k
views
asked
May 7, 2017
Operating System
isro2017
operating-system
paging
+
–
21
21 votes
5
answers
5 answers
14.4k
14.4k views
ISRO CSE 2017 | Question: 51
Wha is the output of the following program?main() { int a = 10; if(fork()) == 0)) a++; printf("%d\n",a); }10 and 11101111 and 11
sh!va
14.4k
views
asked
May 7, 2017
Operating System
isro2017
operating-system
fork-system-call
+
–
9
9 votes
3
answers
3 answers
9.3k
9.3k views
ISRO CSE 2017 | Question: 50
If the post order traversal gives ab -cd * + then the label of the nodes 1,2,3.. will be+ , -, *, a,b,c,da, -,b,+,c,*,da,b,c,d,-,*,+-,a,b,+,*,c,d
sh!va
9.3k
views
asked
May 7, 2017
Data Structures
isro2017
data-structures
binary-tree
tree-traversal
+
–
10
10 votes
7
answers
7 answers
13.3k
13.3k views
ISRO CSE 2017 | Question: 49
The number of swappings needed to sort the numbers $8 , 22, 7, 9, 31, 5, 13$ in ascending order using bubble sort is$11$$12$$13$$10$
sh!va
13.3k
views
asked
May 7, 2017
Algorithms
isro2017
algorithms
sorting
+
–
8
8 votes
2
answers
2 answers
7.0k
7.0k views
ISRO CSE 2017 | Question: 48
What problem is solved by Dijikstra banker' algorithm?Mutual exclusionDeadlock recoveryDeadlock avoidanceCache coherence
sh!va
7.0k
views
asked
May 7, 2017
Operating System
isro2017
operating-system
bankers-algorithm
deadlock-prevention-avoidance-detection
easy
+
–
12
12 votes
9
answers
9 answers
10.5k
10.5k views
ISRO CSE 2017 | Question: 22
Which one of the following Boolean expressions is NOT a tautology?$((a \rightarrow b) \wedge (b \rightarrow c)) \rightarrow (a \rightarrow c)$$(a \leftrightarrow c) \rig...
sh!va
10.5k
views
asked
May 7, 2017
Mathematical Logic
isro2017
mathematical-logic
propositional-logic
+
–
7
7 votes
2
answers
2 answers
5.5k
5.5k views
ISRO CSE 2017 | Question: 47
Capability maturity Model (CMM) is the methodology todevelop and refine an organization's software development processdevelop the softwaretest the softwareAll of the abov...
sh!va
5.5k
views
asked
May 7, 2017
IS&Software Engineering
isro2017
is&software-engineering
non-gatecse
cmm-model
+
–
5
5 votes
2
answers
2 answers
3.6k
3.6k views
ISRO CSE 2017 | Question: 46
SATA is the abbreviation ofSerial Advanced Technology AttachmentSerial Advanced Technology ArchitectureSerial Advanced Technology AdapterSerial Advanced Technology Array
sh!va
3.6k
views
asked
May 7, 2017
Computer Peripherals
isro2017
computer-peripherals
non-gatecse
+
–
8
8 votes
2
answers
2 answers
5.7k
5.7k views
ISRO CSE 2017 | Question: 45
Which of these is characteristic of $\textsf{RAID 5}?$Dedicated parityDouble parityHamming code parityDistributed parity
sh!va
5.7k
views
asked
May 7, 2017
Databases
isro2017
databases
file-system
non-gatecse
+
–
5
5 votes
4
answers
4 answers
5.5k
5.5k views
ISRO CSE 2017 | Question: 44
Which of the following is associated with objects?StateBehaviorIdentityAll of the above
sh!va
5.5k
views
asked
May 7, 2017
Object Oriented Programming
isro2017
object-oriented-programming
non-gatecse
+
–
Page:
1
2
3
next »