Question : 1
“From where are they bringing their books? ________ bringing _______ books from _____.”
The words that best fill the blanks in the above sentence are
Their, they’re, there
They’re, their, there
There, their, they’re
They’re, there, there
Correct Answer : B
Question Type : MCQ
Max Marks : 1
Negative Marks : 0.33
Question : 2
“A _________ investigation can sometimes yield new facts, but typically organized ones are more successful.”
The word that best fills the blank in the above sentence is
meandering
timely
consistent
systematic
Correct Answer : A
Question Type : MCQ
Max Marks : 1
Negative Marks : 0.33
Question : 3
The area of a square is π. What is the area of the circle which has the diagonal of the square as its diameter?
\(ππ\)
\(ππ^2\)
\(\frac {1} {4} ππ^2\)
\(\frac {1} {2} ππ\)
Correct Answer : D
Question Type : MCQ
Max Marks : 1
Negative Marks : 0.33
Question : 4
What would be the smallest natural number which when divided either by 20 or by 42 or by 76 leaves a remainder of 7 in each case?
3047
6047
7987
63847
Correct Answer : C
Question Type : MCQ
Max Marks : 1
Negative Marks : 0.33
Question : 5
What is the missing number in the following sequence?
\(2, 12, 60, 240, 720, 1440, _____, 0\)
2880
1440
720
0
Correct Answer : B
Question Type : MCQ
Max Marks : 1
Negative Marks : 0.33
Question : 6
In appreciation of the social improvements completed in a town, a wealthy philanthropist decided to gift Rs 750 to each male senior citizen in the town and Rs 1000 to each female senior citizen. Altogether, there were 300 senior citizens eligible for this gift. However, only 8/9th of the eligible men and 2/3rd of the eligible women claimed the gift. How much money (in Rupees) did the philanthropist give away in total?
1,50,000
2,00,000
1,75,000
1,51,000
Correct Answer : B
Question Type : MCQ
Max Marks : 2
Negative Marks : 0.67
Question : 7
If \(πππ β 0\) and \(π^{βπ₯} = \frac {1} {π} , π ^{βπ¦} = \frac {1} {π} , π^{βπ§} = \frac {1} {π }\), what is the value of the product \(π₯π¦π§\) ?
\(β1\)
\(\frac {1} {pqr}\)
\(1\)
\(πππ\)
Correct Answer : C
Question Type : MCQ
Max Marks : 2
Negative Marks : 0.67
Question : 8
In a party, 60% of the invited guests are male and 40% are female. If 80% of the invited guests attended the party and if all the invited female guests attended, what would be the ratio of males to females among the attendees in the party?
2:3
1:1
3:2
2:1
Correct Answer : B
Question Type : MCQ
Max Marks : 2
Negative Marks : 0.67
Question : 9
In the figure below, ∠π·πΈπΆ + ∠π΅πΉπΆ is equal to ____________ .
∠π΅πΆπ· − ∠π΅π΄π·
∠π΅π΄π· + ∠π΅πΆπΉ
∠π΅π΄π· + ∠π΅πΆπ·
∠πΆπ΅π΄ + ∠π΄π·πΆ
Correct Answer : A
Question Type : MCQ
Max Marks : 2
Negative Marks : 0.67
Question : 10
A six sided unbiased die with four green faces and two red faces is rolled seven times. Which of the following combinations is the most likely outcome of the experiment?
Three green faces and four red faces.
Four green faces and three red faces.
Five green faces and two red faces.
Six green faces and one red face.
Correct Answer : C
Question Type : MCQ
Max Marks : 2
Negative Marks : 0.67
Question : 11
Which one of the following is a closed form expression for the generating function of the sequence\(β\{a_n\}\), where \(a_n = 2n + 3\) for all \(n = 0, 1, 2,β¦\) ?
\(\frac{3}{(1-x)^2}\)
\(\frac{3x}{(1-x)^2}\)
\(\frac{2-x}{(1-x)^2}\)
\(\frac{3-x}{(1-x)^2}\)
Correct Answer : D
Question Type : MCQ
Max Marks : 1
Negative Marks : 0.33
Question : 12
Consider the following C program.
#include<stdio.h>
struct Ournode{
char x,y,z;
};
int main(){
struct Ournode p = {'1', '0', 'a'+2};
struct Ournode *q = &p;
printf ("%c, %c", *((char*)q+1), *((char*)q+2));
return 0;
}
The output of this program is:
0, c
0, a+2
'0', 'a+2'
'0', 'c'
Correct Answer : A
Question Type : MCQ
Max Marks : 1
Negative Marks : 0.33
Question : 13
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 \(n\) 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?
\(ΞΈ(1), ΞΈ(1)\)
\(ΞΈ(1), ΞΈ(n)\)
\( ΞΈ(n), ΞΈ(1) \)
\(ΞΈ(n), ΞΈ(n)\)
Correct Answer : B
Question Type : MCQ
Max Marks : 1
Negative Marks : 0.33
Question : 14
Let ⊕ and β denote the Exclusive OR and Exclusive NOR operations, respectively. Which one of the following is NOT CORRECT
\(\overline{P \oplus Q} = P \odot Q\)
\(\overline{P} \oplus Q = P \odot Q\)
\(\overline{P} \oplus \overline{Q} = P \oplus Q\)
\(P \oplus \overline{P} \oplus Q = ( P \odot \overline{P} \odot \overline{Q})\)
Correct Answer : D
Question Type : MCQ
Max Marks : 1
Negative Marks : 0.33
Question : 15
Consider the following processor design characteristics.
I. Register-to-register arithmetic operations only
II. Fixed-length instruction format
III. Hardwired control unit
Which of the characteristics above are used in the design of a RISC processor?
I and II only
II and III only
I and III only
I, II and III
Correct Answer : D
Question Type : MCQ
Max Marks : 1
Negative Marks : 0.33
Question : 16
Let \(N\) be an NFA with n states. Let \(k\) be the number of states of a minimal which is equivalent to \(N\). Which one of the following is necessarily true?
\(k \geq 2^n\)
\(k \geq n\)
\(k \leq n^2\)
\(k \leq 2^n\)
Correct Answer : D
Question Type : MCQ
Max Marks : 1
Negative Marks : 0.33
Question : 17
The set of all recursively enumerable languages is
closed under complementation.
closed under intersection.
a subset of the set of all recursive languages.
an uncountable set.
Correct Answer : B
Question Type : MCQ
Max Marks : 1
Negative Marks : 0.33
Question : 18
Which one of the following statements is FALSE?
Context-free grammar can be used to specify both lexical and syntax rules.
Type checking is done before parsing.
High-level language programs can be translated to different Intermediate Representations.
Arguments to a function can be passed using the program stack.
Correct Answer : B
Question Type : MCQ
Max Marks : 1
Negative Marks : 0.33
Question : 19
The following are some events that occur after a device controller issues an interrupt while process \(L\) is under execution.
(P) The processor pushes the process status of \(L\) onto the control stack.
(Q)The processor finishes the execution of the current instruction.
(R) The processor executes the interrupt service routine.
(S) The processor pops the process status of \(L\) from the control stack.
(T) The processor loads the new PC value based on the interrupt.
Which one of the following is the correct order in which the events above occur?
QPTRS
PTRSQ
TRPQS
QTPRS
Correct Answer : A
Question Type : MCQ
Max Marks : 1
Negative Marks : 0.33
Question : 20
Consider a process executing on an operating system that uses demand paging. The average time for a memory access in the system is \(M\) units if the corresponding memory page is available in memory, and \(D\) units if the memory access causes a page fault. It has been experimentally measured that the average time taken for a memory access in the process is \(X\) units.
Which one of the following is the correct expression for the page fault rate experienced by the process?
\((D β M) / (X β M)\)
\((X β M) / (D β M) \)
\((D β X) / (D β M)\)
\((X β M) / (D β X)\)
Correct Answer : B
Question Type : MCQ
Max Marks : 1
Negative Marks : 0.33
Question : 21
In an Entity-Relationship (ER) model, suppose π is a many-to-one relationship from entity set E1 to entity set E2. Assume that E1 and E2 participate totally in π and that the cardinality of E1 is greater than the cardinality of E2.
Which one of the following is true about π ?
Every entity in E1 is associated with exactly one entity in E2.
Some entity in E1 is associated with more than one entity in E2.
Every entity in E2 is associated with exactly one entity in E1.
Every entity in E2 is associated with at most one entity in E1.
Correct Answer : A
Question Type : MCQ
Max Marks : 1
Negative Marks : 0.33
Question : 22
Consider the following two tables and four queries in SQL.
Book (isbn, bname), Stock (isbn, copies)
Query 1: SELECT B.isbn, S.copies
FROM Book B INNER JOIN Stock S
ON B.isbn = S.isbn;
Query 2: SELECT B.isbn, S.copies
FROM Book B LEFT OUTER JOIN Stock S
ON B.isbn = S.isbn;
Query 3: SELECT B.isbn, S.copies
FROM Book B RIGHT OUTER JOIN Stock S
ON B.isbn = S.isbn;
Query 4: SELECT B.isbn, S.copies
FROM Book B FULL OUTER JOIN Stock S
ON B.isbn = S.isbn;
Which one of the queries above is certain to have an output that is a superset of the outputs of the other three queries?
Query 1
Query 2
Query 3
Query 4
Correct Answer : D
Question Type : MCQ
Max Marks : 1
Negative Marks : 0.33
Question : 23
Match the following:
\(\renewcommand{\arraystretch}{1.5} \begin{array}{ll} \textbf{Field} & \textbf{Length in bits} \\ P. UDP Header's Port Number & I. 48 \\ Q. Ethernet MAC Address & II. 8 \\ R. IPv6 Next Header & III. 32 \\ S. TCP Header's Sequence Number & IV. 16 \\ \end{array} \)
\(P-III, Q-IV, R-II, S-I\)
\(P-II, Q-I, R-IV, S-III\)
\(P-IV, Q-I, R-II, S-III\)
\(P-IV, Q-I, R-III, S-II\)
Correct Answer : C
Question Type : MCQ
Max Marks : 1
Negative Marks : 0.33
Question : 24
Consider the following statements regarding the slow start phase of the TCP congestion control algorithm. Note that cwnd stands for the TCP congestion window and MSS denotes the Maximum Segment Size.
(i) The cwnd increases by 2 MSS on every successful acknowledgment.
(ii) The cwnd approximately doubles on every successful acknowledgement.
(iii) The cwnd increases by 1 MSS every round trip time.
(iv) The cwnd approximately doubles every round trip time.
Which one of the following is correct?
Only (ii) and (iii) are true
Only (i) and (iii) are true
Only (iv) is true
Only (i) and (iv) are true
Correct Answer : C
Question Type : MCQ
Max Marks : 1
Negative Marks : 0.33
Question : 25
Two people, P and Q, decide to independently roll two identical dice, each with 6 faces, numbered 1 to 6. The person with the lower number wins. In case of a tie, they roll the dice repeatedly until there is no tie. Define a trial as a throw of the dice by P and Q. Assume that all 6 numbers on each dice are equi-probable and that all trials are independent. The probability (rounded to 3 decimal places) that one of them wins on the third trial is _____.
Correct Answer : 0.021 to 0.024
Question Type : NAT
Max Marks : 1
Negative Marks : 0
Question : 26
The value of \(\int^{\pi/4} _0 x \cos(x^2) dx\) correct to three decimal places
(assuming that \(π = 3.14\) ) is _____.
Correct Answer : 0.27 to 0.30
Question Type : NAT
Max Marks : 1
Negative Marks : 0
Question : 27
Consider a matrix \(A= uv^T\) where \(u=\begin{pmatrix}1 \\ 2 \end{pmatrix} , v = \begin{pmatrix}1 \\1 \end{pmatrix}\) . Note that \(v^T\) denotes the transpose of \(v\). The largest eigenvalue of \(A\) is _____.
Correct Answer : 3
Question Type : NAT
Max Marks : 1
Negative Marks : 0
Question : 28
The chromatic number of the following graph is _______.
Correct Answer : 3
Question Type : NAT
Max Marks : 1
Negative Marks : 0
Question : 29
Let \(G\) be a finite group on 84 elements. The size of a largest possible proper subgroup of \(G\) is ________.
Correct Answer : 42
Question Type : NAT
Max Marks : 1
Negative Marks : 0
Question : 30
The postorder traversal of a binary tree is 8,9,6,7,4,5,2,3,1. The inorder traversal of the same tree is 8,6,9,4,7,2,5,1,3. The height of a tree is the length of the longest path from the root to any leaf. The height of the binary tree above is ______.
Correct Answer : 4
Question Type : NAT
Max Marks : 1
Negative Marks : 0
Question : 31
Consider the following C program:
#include <stdio.h>
int counter = 0;
int calc (int a, int b) {
int c;
counter++;
if (b==3) return (a*a*a);
else {
c = calc(a, b/3);
return (c*c*c);
}
}
int main (){
calc(4, 81);
printf ("%d", counter);
}
The output of this program is _____.
Correct Answer : 4
Question Type : NAT
Max Marks : 1
Negative Marks : 0
Question : 32
Consider the sequential circuit shown in the figure, where both flip-flops used are positive edge-triggered D flip-flops.
The number of states in the state transition diagram of this circuit that have a transition back to the same state on some value of “in” is _____.
Correct Answer : 2
Question Type : NAT
Max Marks : 1
Negative Marks : 0
Question : 33
A 32-bit wide main memory unit with a capacity of 1 GB is built using 256M × 4-bit DRAM chips. The number of rows of memory cells in the DRAM chip is 214. The time taken to perform one refresh operation is 50 nanoseconds. The refresh period is 2 milliseconds. The percentage (rounded to the closest integer) of the time available for performing the memory read/write operations in the main memory unit is __________.
Correct Answer : 59.0 to 60.0
Question Type : NAT
Max Marks : 1
Negative Marks : 0
Question : 34
Consider a system with 3 processes that share 4 instances of the same resource type. Each process can request a maximum of πΎ instances. Resource instances can be requested and released only one at a time. The largest value of πΎ that will always avoid deadlock is ____.
Correct Answer : 2
Question Type : NAT
Max Marks : 1
Negative Marks : 0
Question : 35
Consider a long-lived TCP session with an end-to-end bandwidth of 1 Gbps (= 109 bits-persecond). The session starts with a sequence number of 1234. The minimum time (in seconds, rounded to the closest integer) before this sequence number can be used again is _______.
Correct Answer : 34 to 35
Question Type : NAT
Max Marks : 1
Negative Marks : 0
Question : 36
Consider a matrix \(P\) whose only eigenvectors are the multiples of \(\begin{bmatrix} 1 \\ 4 \end{bmatrix}\).
Consider the following statements.
(I) \(P\) does not have an inverse
(II) \(P\) has a repeated eigenvalue
(III) \(P\) cannot be diagonalized
Which one of the following options is correct?
Only I and III are necessarily true
Only II is necessarily true
Only I and II are necessarily true
Only II and III are necessarily true
Correct Answer : D
Question Type : MCQ
Max Marks : 2
Negative Marks : 0.67
Question : 37
Let \(N\) be the set of natural numbers. Consider the following sets.
P: Set of Rational numbers (positive and negative)
Q: Set of functions from {0, 1} to \(N\)
R: Set of functions from \(N\) to {0, 1}
S: Set of finite subsets of \(N\).
Which of the sets above are countable?
Q and S only
P and S only
P and R only
P, Q and S only
Correct Answer : D
Question Type : MCQ
Max Marks : 2
Negative Marks : 0.67
Question : 38
Consider the first-order logic sentence
π ≡ ∃π ∃π‘∃π’∀π£∀π€∀π₯∀π¦ π(π ,π‘, π’, π£, π€, π₯, π¦)
where π(π ,π‘, π’, π£, π€, π₯, π¦) is a quantifier-free first-order logic formula using only predicate symbols, and possibly equality, but no function symbols. Suppose π has a model with a universe containing 7 elements.
Which one of the following statements is necessarily true?
There exists at least one model of π with universe of size less than or equal to 3.
There exists no model of π with universe of size less than or equal to 3.
There exists no model of π with universe of size greater than 7.
Every model of π has a universe of size equal to 7.
Correct Answer : A
Question Type : MCQ
Max Marks : 2
Negative Marks : 0.67
Question : 39
Consider the following C program:
#include<stdio.h>
void fun1(char *s1, char *s2){
char *tmp;
tmp = s1;
s1 = s2;
s2 = tmp;
}
void fun2(char **s1, char **s2){
char *tmp;
tmp = *s1;
*s1 = *s2;
*s2 = tmp;
}
int main(){
char *str1 = "Hi", *str2 = "Bye";
fun1(str1, str2); printf("%s %s ", str1, str2);
fun2(&str1, &str2); printf("%s %s", str1, str2);
return 0;
}
The output of the program above is
Hi Bye Bye Hi
Hi Bye Hi Bye
Bye Hi Hi Bye
Bye Hi Bye Hi
Correct Answer : A
Question Type : MCQ
Max Marks : 2
Negative Marks : 0.67
Question : 40
Let \(G\) be a simple undirected graph. Let \(T_D\) be a depth first search tree of \(G\). Let \(T_B\) be a breadth first search tree of \(G\). Consider the following statements.
(I) No edge of \(G\) is a cross edge with respect to \(T_D\). (A cross edge in \(G\) is between two nodes neither of which is an ancestor of the other in \(T_D\).)
(II) For every edge \((u,v)\) of \(G\), if \(u\) is at depth \(i\) and \(v\) is at depth \(j\) in \(T_B\), then \(|π β π| = 1\).
Which of the statements above must necessarily be true?
I only
II only
Both I and II
Neither I nor II
Correct Answer : A
Question Type : MCQ
Max Marks : 2
Negative Marks : 0.67
Question : 41
Assume that multiplying a matrix \(G_1\) of dimension \(π Γ π\) with another matrix \(G_2\) of dimension \(π Γ π\) requires \(πππ\) scalar multiplications. Computing the product of n matrices \(G_1G_2G_3β¦G_n\) can be done by parenthesizing in different ways. Define \(G_i G_{i+1}\) as an explicitly computed pair for a given paranthesization if they are directly multiplied. For example, in the matrix multiplication chain \(G_1G_2G_3G_4G_5G_6\) using parenthesization \((G_1(G_2G_3))(G_4(G_5G_6)), G_2G_3\) and \(G_5G_6\) are the only explicitly computed pairs.
Consider a matrix multiplication chain \(F_1F_2F_3F_4F_5\), where matrices \(F_1, F_2, F_3, F_4\) and \(F_5\) are of dimensions \(2Γ25, 25Γ3, 3Γ16, 16Γ1\) and \(1Γ1000\), respectively. In the parenthesization of \(F_1F_2F_3F_4F_5\) that minimizes the total number of scalar multiplications, the explicitly computed pairs is/are
\(F_1F_2\) and \(F_3F_4\) only
\(F_2F_3\) only
\(F_3F_4\) only
\(F_1F_2\) and \(F_4F_5\) only
Correct Answer : C
Question Type : MCQ
Max Marks : 2
Negative Marks : 0.67
Question : 42
Consider the following C code. Assume that unsigned long int type length is 64 bits.
unsigned long int fun(unsigned long int n){
unsigned long int i, j = 0, sum = 0;
for (i = n; i > 1; i = i/2) j++;
for ( ; j > 1; j = j/2) sum++;
return(sum);
}
The value returned when we call fun with the input 240 is
4
5
6
40
Correct Answer : B
Question Type : MCQ
Max Marks : 2
Negative Marks : 0.67
Question : 43
Consider the unsigned 8-bit fixed point binary number representation below,
b7 b6 b5 b4 b3 . b2 b1 b0
where the position of the binary point is between b3 and b2. Assume b7 is the most significant bit. Some of the decimal numbers listed below cannot be represented exactly in the above representation:
(i) 31.500 (ii) 0.875 (iii) 12.100 (iv) 3.001
Which one of the following statements is true?
None of (i), (ii), (iii), (iv) can be exactly represented
Only (ii) cannot be exactly represented
Only (iii) and (iv) cannot be exactly represented
Only (i) and (ii) cannot be exactly represented
Correct Answer : C
Question Type : MCQ
Max Marks : 2
Negative Marks : 0.67
Question : 44
The size of the physical address space of a processor is 2π bytes. The word length is 2π bytes. The capacity of cache memory is 2π bytes. The size of each cache block is 2π words. For a πΎ-way set-associative cache memory, the length (in number of bits) of the tag field is
π − π − log2 πΎ
π − π + log2 πΎ
π − π − π − π − log2 πΎ
π − π − π − π + log2 πΎ
Correct Answer : B
Question Type : MCQ
Max Marks : 2
Negative Marks : 0.67
Question : 45
Consider the following languages:
I. \(\{a^mb^nc^pd^q \mid m+p=n+q, \text{ where } m, n, p, q \geq 0 \}\)
II. \(\{a^mb^nc^pd^q \mid m=n \text{ and }p=q, \text{ where } m, n, p, q \geq 0 \}\)
III. \(\{a^mb^nc^pd^q \mid m=n =p \text{ and } p \neq q, \text{ where } m, n, p, q \geq 0 \}\)
IV. \(\{a^mb^nc^pd^q \mid mn =p+q, \text{ where } m, n, p, q \geq 0 \}\)
Which of the languages above are context-free?
I and IV only
I and II only
II and III only
II and IV only
Correct Answer : B
Question Type : MCQ
Max Marks : 2
Negative Marks : 0.67
Question : 46
Consider the following problems. πΏ(πΊ) denotes the language generated by a grammar πΊ. πΏ(π) denotes the language accepted by a machine π.
(I) For an unrestricted grammar πΊ and a string π€, whether π€ ∈ πΏ(πΊ)
(II) Given a Turing machine M, whether L(M) is regular
(III) Given two grammars πΊ1 and πΊ2, whether πΏ(πΊ1) = πΏ(πΊ2)
(IV) Given an NFA N, whether there is a deterministic PDA P such that N and P accept the same language.
Which one of the following statements is correct?
Only I and II are undecidable
Only III is undecidable
Only II and IV are undecidable
Only I, II and III are undecidable
Correct Answer : D
Question Type : MCQ
Max Marks : 2
Negative Marks : 0.67
Question : 47
A lexical analyzer uses the following patterns to recognize three tokens T1, T2, and T3 over the alphabet {a,b,c}.
π1: π? (π|π)∗π
π2: π? (π|π)∗π
π3: π? (π|π)∗ π
Note that ‘\(x\)?’ means 0 or 1 occurrence of the symbol \(x\). Note also that the analyzer outputs the token that matches the longest possible prefix.
If the string ππππππππ is processed by the analyzer, which one of the following is the sequence of tokens it outputs?
π1π2π3
π1π1π3
π2π1π3
π3π3
Correct Answer : D
Question Type : MCQ
Max Marks : 2
Negative Marks : 0.67
Question : 48
Consider the following parse tree for the expression a#b$c$d#e#f, involving two binary operators $ and #.
Which one of the following is correct for the given parse tree?
$ has higher precedence and is left associative; # is right associative
# has higher precedence and is left associative; $ is right associative
$ has higher precedence and is left associative; # is left associative
# has higher precedence and is right associative; $ is left associative
Correct Answer : A
Question Type : MCQ
Max Marks : 2
Negative Marks : 0.67
Question : 49
In a system, there are three types of resources: 0 E, F and G. Four processes P0, P1, P2 and P3 execute concurrently. At the outset, the processes have declared their maximum resource requirements using a matrix named Max as given below. For example, Max[P2,F] is the maximum number of instances of F that P2 would require. The number of instances of the resources allocated to the various processes at any given state is given by a matrix named Allocation.
Consider a state of the system with the Allocation matrix as shown below, and in which 3 instances of E and 3 instances of F are the only resources available.
From the perspective of deadlock avoidance, which one of the following is true?
The system is in safe state.
The system is not in safe state, but would be safe if one more instance of E were available.
The system is not in safe state, but would be safe if one more instance of F were available.
The system is not in safe state, but would be safe if one more instance of G were available.
Correct Answer : A
Question Type : MCQ
Max Marks : 2
Negative Marks : 0.67
Question : 50
Consider the following solution to the producer-consumer synchronization problem. The shared buffer size is π. Three semaphores empty, full and mutex are defined with respective initial values of 0, π and 1. Semaphore empty denotes the number of available slots in the buffer, for the consumer to read from. Semaphore full denotes the number of available slots in the buffer, for the producer to write to. The placeholder variables, denoted by P, Q, R, and S, in the code below can be assigned either empty or full. The valid semaphore operations are: wait() and signal().
Which one of the following assignments to P, Q, R and S will yield the correct solution?
P: full, Q: full, R: empty, S: empty
P: empty, Q: empty, R: full, S: full
P: full, Q: empty, R: empty, S: full
P: empty, Q: full, R: full, S: empty
Correct Answer : C
Question Type : MCQ
Max Marks : 2
Negative Marks : 0.67
Question : 51
Consider the relations \(r(A, B)\) and \(s(B, C)\), where \(s.B\) is a primary key and \(r.B\) is a foreign key referencing \(s.B\). Consider the query
\(Q: π β (ππ΅<5(π ))\)
Let \(LOJ\) denote the natural left outer-join operation. Assume that \(r\) and \(s\) contain no null values.
Which one of the following queries is NOT equivalent to Q?
\(π_{π΅<5}(π β π )\)
\(π_{π΅<5}(π \ πΏππ½ \ π )\)
\(π \ πΏππ½ \ (π_{π΅<5} (π ))\)
\(π_{π΅<5} \ (π) \ πΏππ½ \ π \)
Correct Answer : C
Question Type : MCQ
Max Marks : 2
Negative Marks : 0.67
Question : 52
Consider the following four relational schemas. For each schema, all non-trivial functional dependencies are listed. The underlined attributes are the respective primary keys.
Schema I: Registration (rollno, courses)
Field ‘courses’ is a set-valued attribute containing the set of courses a student has
registered for.
Non-trivial functional dependency:
rollno \(\rightarrow\) courses
Schema II: Registration (rollno, courseid, email)
Non-trivial functional dependencies:
rollno, courseid \(\rightarrow\) email
email \(\rightarrow\) rollno
Schema III: Registration (rollno, courseid, marks, grade)
Non-trivial functional dependencies:
rollno, courseid \(\rightarrow\) marks, grade
marks \(\rightarrow\) grade
Schema IV: Registration (rollno, courseid, credit)
Non-trivial functional dependencies:
rollno, courseid \(\rightarrow\) credit
courseid \(\rightarrow\) credit
Which one of the relational schemas above is in 3NF but not in BCNF?
Schema I
Schema II
Schema III
Schema IV
Correct Answer : B
Question Type : MCQ
Max Marks : 2
Negative Marks : 0.67
Question : 53
Let \(G\) be a graph with 100! vertices, with each vertex labelled by a distinct permutation of the numbers 1,2, … , 100. There is an edge between vertices π’ and π£ if and only if the label of π’ can be obtained by swapping two adjacent numbers in the label of π£. Let π¦ denote the degree of a vertex in \(G\), and π§ denote the number of connected components in \(G\). Then, π¦ + 10π§ = _____.
Correct Answer : 109
Question Type : NAT
Max Marks : 2
Negative Marks : 0
Question : 54
Consider Guwahati (G) and Delhi (D) whose temperatures can be classified as high (π»), medium (π) and low (πΏ). Let π(π»πΊ ) denote the probability that Guwahati has high temperature. Similarly, π(ππΊ ) and π(πΏπΊ ) denotes the probability of Guwahati having medium and low temperatures respectively. Similarly, we use π(π»π·), π(ππ·) and π(πΏπ·) for Delhi.
The following table gives the conditional probabilities for Delhi’s temperature given Guwahati’s temperature.
Consider the first row in the table above. The first entry denotes that if Guwahati has high temperature (π»πΊ) then the probability of Delhi also having a high temperature (π»π·) is 0.40; i.e., π(π»π·|π»πΊ ) = 0.40. Similarly, the next two entries are π(ππ·|π»πΊ ) = 0.48 and π(πΏπ·|π»πΊ ) = 0.12. Similarly for the other rows.
If it is known that π(π»πΊ ) = 0.2, π(ππΊ ) = 0.5, and π(πΏπΊ ) = 0.3, then the probability (correct to two decimal places) that Guwahati has high temperature given that Delhi has high temperature is _______.
Correct Answer : 0.60 to 0.62
Question Type : NAT
Max Marks : 2
Negative Marks : 0
Question : 55
Consider the following program written in pseudo-code. Assume that x and y are integers.
Count(x,y) {
if (y != 1){
if (x != 1) {
print("*");
Count(x/2, y);
} else {
y = y-1;
Count(1024, y);
}
}
}
The number of times that the print statement is executed by the call Count(1024,1024) is _____.
Correct Answer : 10230
Question Type : NAT
Max Marks : 2
Negative Marks : 0
Question : 56
The number of possible min-heaps containing each value from {1, 2, 3, 4, 5, 6, 7} exactly once is _____.
Correct Answer : 80
Question Type : NAT
Max Marks : 2
Negative Marks : 0
Question : 57
Consider the following undirected graph G:
Choose a value for x that will maximize the number of minimum weight spanning trees (MWSTs) of G. The number of MWSTs of G for this value of \(x\) is ______.
Correct Answer : 4
Question Type : NAT
Max Marks : 2
Negative Marks : 0
Question : 58
Consider the weights and values of items listed below. Note that there is only one unit of each item.
The task is to pick a subset of these items such that their total weight is no more than 11 Kgs and their total value is maximized. Moreover, no item may be split. The total value of items picked by an optimal algorithm is denoted by πopt. A greedy algorithm sorts the items by their value-to-weight ratios in descending order and packs them greedily, starting from the first item in the ordered list. The total value of items picked by the greedy algorithm is denoted by πgreedy.
The value of πopt − πgreedy is ____________.
Correct Answer : 16
Question Type : NAT
Max Marks : 2
Negative Marks : 0
Question : 59
Consider the minterm list form of a Boolean function πΉ given below.
πΉ(π,π, π , π) = ∑π(0, 2, 5, 7, 9, 11) + π(3, 8, 10, 12, 14)
Here, π denotes a minterm and π denotes a don’t care term. The number of essential prime implicants of the function πΉ is ______.
Correct Answer : 3
Question Type : NAT
Max Marks : 2
Negative Marks : 0
Question : 60
The instruction pipeline of a RISC processor has the following stages: Instruction Fetch (IF), Instruction Decode (ID), Operand Fetch (OF), Perform Operation (PO) and Writeback (WB). The IF, ID, OF and WB stages take 1 clock cycle each for every instruction. Consider a sequence of 100 instructions. In the PO stage, 40 instructions take 3 clock cycles each, 35 instructions take 2 clock cycles each, and the remaining 25 instructions take 1 clock cycle each. Assume that there are no data hazards and no control hazards.
The number of clock cycles required for completion of execution of the sequence of instructions is ______.
Correct Answer : 219
Question Type : NAT
Max Marks : 2
Negative Marks : 0
Question : 61
A processor has 16 integer registers (R0, R1, .. , R15) and 64 floating point registers (F0, F1,… , F63). It uses a 2-byte instruction format. There are four categories of instructions: Type-1, Type-2, Type-3, and Type-4. Type-1 category consists of four instructions, each with 3 integer register operands (3Rs). Type-2 category consists of eight instructions, each with 2 floating point register operands (2Fs). Type-3 category consists of fourteen instructions, each with one integer register operand and one floating point register operand (1R+1F). Type-4 category consists of N instructions, each with a floating point register operand (1F).
The maximum value of N is __________.
Correct Answer : 32
Question Type : NAT
Max Marks : 2
Negative Marks : 0
Question : 62
Given a language πΏ, define πΏπ as follows:
πΏ0 = {π}
πΏπ = πΏπ−1 ⋅ πΏ πππ πππ π > 0
The order of a language πΏ is defined as the smallest \(k\) such that πΏπ = πΏπ+1 .
Consider the language πΏ1 (over alphabet 0) accepted by the following automaton.
The order of πΏ1 is _____.
Correct Answer : 2
Question Type : NAT
Max Marks : 2
Negative Marks : 0
Question : 63
Consider a storage disk with 4 platters (numbered as 0, 1, 2 and 3), 200 cylinders (numbered as 0, 1, … , 199), and 256 sectors per track (numbered as 0, 1, … , 255). The following 6 disk requests of the form [sector number, cylinder number, platter number] are received by the disk controller at the same time:
[120, 72, 2] , [180, 134, 1] , [60, 20, 0] , [212, 86, 3] , [56, 116, 2] , [118, 16, 1]
Currently the head is positioned at sector number 100 of cylinder 80, and is moving towards higher cylinder numbers. The average power dissipation in moving the head over 100 cylinders is 20 milliwatts and for reversing the direction of the head movement once is 15 milliwatts. Power dissipation associated with rotational latency and switching of head between different platters is negligible.
The total power consumption in milliwatts to satisfy all of the above disk requests using the Shortest Seek Time First disk scheduling algorithm is _______.
Correct Answer : 85
Question Type : NAT
Max Marks : 2
Negative Marks : 0
Question : 64
Consider an IP packet with a length of 4,500 bytes that includes a 20-byte IPv4 header and a 40-byte TCP header. The packet is forwarded to an IPv4 router that supports a Maximum Transmission Unit (MTU) of 600 bytes. Assume that the length of the IP header in all the outgoing fragments of this packet is 20 bytes. Assume that the fragmentation offset value stored in the first fragment is 0.
The fragmentation offset value stored in the third fragment is _______.
Correct Answer : 144
Question Type : NAT
Max Marks : 2
Negative Marks : 0
Question : 65
Consider a simple communication system where multiple nodes are connected by a shared broadcast medium (like Ethernet or wireless). The nodes in the system use the following carrier-sense based medium access protocol. A node that receives a packet to transmit will carrier-sense the medium for 5 units of time. If the node does not detect any other transmission in this duration, it starts transmitting its packet in the next time unit. If the node detects another transmission, it waits until this other transmission finishes, and then begins to carrier-sense for 5 time units again. Once they start to transmit, nodes do not perform any collision detection and continue transmission even if a collision occurs. All transmissions last for 20 units of time. Assume that the transmission signal travels at the speed of 10 meters per unit time in the medium.
Assume that the system has two nodes P and Q, located at a distance d meters from each other. P starts transmitting a packet at time t=0 after successfully completing its carrier-sense phase. Node Q has a packet to transmit at time t=0 and begins to carrier-sense the medium.
The maximum distance d (in meters, rounded to the closest integer) that allows Q to successfully avoid a collision between its proposed transmission and P’s ongoing transmission is _____.
Correct Answer : 50
Question Type : NAT
Max Marks : 2
Negative Marks : 0