End Test Now
Directions for next twenty five questions: Carry One Mark EachLet G=(V, E) be a graph. Define is the number of vertices of degree d in G. If S and T are two different trees with then
A. |S| = 2|T|
B. |S| = |T| – 1
C. |S| = |T|
D. |S| = |T| + 1
Newton-Raphson method is used to compute a root of the equation with 3.5 as the initial value. The approximation after one iteration is
A. 3.575
B. 3.676
C. 3.676
D. 3.607
What is the possible number of reflexive relations on a set of 5 elements?
A.
B.
C.
D.
Consider the set are cube roots of unity. If * denotes the multiplication operation, the structure (S, *) forms
A. A group
B. A ring
C. An integral domain
D. A field
What is the value of
A. 0
D. 1
The minterm expansion of f is
A main memory unit with a capacity of 4 megabytes is built using 1M×1-bit DRAM chips. Each DRAM chip has 1K rows of cells with 1K cells in each row. The time taken for a single refresh operation is 100 nanoseconds. The time required to perform one refresh operation on all the cells in the memory unit is
A. 100 nanoseconds
B. nanoseconds
C. nanoseconds
D. nanoseconds
P is a 16-bit signed integer. The 2’s complement representation of P is The 2’s complement representation of 8*P is
The Boolean expression for the output f of the multiplexer shown below is
C. P + Q + R
In a binary tree with n nodes, every node has an odd number of descendants. Every node is considered to be its own descendant. What is the number of nodes in the tree that have exactly one child?
B. 1
C. (n−1)/2
D. n-1
What does the following program print?#include < stdio.h>void f (int * p, int * g) {p = q;*p = 2;}int i = 0, j = 1;int main ( ){f(&i, & j);pr int f (“%d%d \ n”, i, j);return 0;}
A. 2 2
B. 2 1
C. 0 1
D. 0 2
Two alternative packages A and B are available for processing a database having records. Package A requires time units and package B requires time units to process n records. What is the smallest value of k for which package B will be preferred over A?
A. 12
B. 10
C. 6
D. 5
Which data structure in a compiler is used for managing information about variables and their attributes?
A. Abstract syntax tree
B. Symbol table
C. Semantic stack
D. Parse table
Which languages necessarily need heap allocation in the runtime environment?
A. Those that support recursion
B. Those that use dynamic scoping
C. Those that allow dynamic data structures
D. Those that use global variables
One of the header fields in an IP datagram is the Time to Live (TTL) field. Which of the following statements best explains the need for this field?
A. It can be used to prioritize packets
B. It can be used to reduce delays
C. It can be used to optimize throughput
D. It can be used to prevent packet looping
Which one of the following is not a client server application?
A. Internet chat
B. Web browsing
C. E-mail
D. Ping
Let L1 be a recursive language. Let L2 and L3 be languages that are recursively enumerable but not recursive. Which of the following statements is not necessarily true?
A. L2 – L1 is recursively enumerable
B. L1 – L3 is recursively enumerable
C. L2 L1 is recursively enumerable
D. L2 L1 is recursively enumerable
Consider a -tree in which the maximum number of keys in a node is 5. What is the minimum number of keys in any non-root node?
A. 1
B. 2
C. 3
D. 4
A relational schema for a train reservation database is given belowPassenger (pid, pname, age)Re servation (pid, cass, tid)What pids are returned by the following SQL query for the above instance of the tables?SELECT pidFROM ReservationWHERE class = ‘AC’ ANDEXISTS (SELECT *FROM PassengerWHERE age > 65 ANDPassenger.pid = Reservation.pid)
A. 1, 0
B. 1, 2
C. 1, 3
D. 1, 5
Which of the following concurrency control protocols ensure both conflict serializability and freedom from deadlock?I. 2-phase lockingII. Time-stamp ordering
A. I only
B. II only
C. Both I and II
D. Neither I nor II
The cyclomatic complexity of each of the modules A and B shown below is 10. What is the cyclomatic complexity of the sequential integration shown on the right hand side?
A. 19
B. 21
C. 20
D. 10
A. P-3, Q-2,R-4,S-1
B. P-2, Q-3,R-1,S-4
C. P-3, Q-2,R-1,S-4
D. P-2, Q-3,R-4,S-1
Consider the methods used by processes P1 and P2 for accessing their critical sections whenever needed, as given below. The initial values of shared boolean variables S1 and S2 are randomly assigned.Which one of the following statements describes the properties achieved?
A. Mutual exclusion but not progress
B. Progress but not mutual exclusion
C. Neither mutual exclusion nor progress
D. Both mutual exclusion and progress
A system uses FIFO policy for page replacement. It has 4 page frames with no pages loaded to begin with. The system first accesses 100 distinct pages in some order and then accesses the same 100 pages but now in the reverse order. How many page faults will occur?
A. 196
B. 192
C. 197
D. 195
Which of the following statements are true?I. Shortest remaining time first scheduling may cause starvationII. Preemptive scheduling may cause starvationIII. Round robin is better than FCFS in terms of response time
B. I and III only
C. II and III only
D. I, II and III
Directions for next twenty six questions: Consider a company that assembles computers. The probability of a faulty assembly of any computer is p. The company therefore subjects each computer to a testing process. This testing process gives the correct result for any computer with a probability of q. What is the probability of a computer being declared faulty?
A. pq + (1−p)(1− q)
B. (1−q) p
C. (1−p) q
D. pq
What is the probability that divisor of is a multiple of
A. 1/625
B. 4/625
C. 12/625
D. 16/625
The degree sequence of a simple graph is the sequence of the degrees of the nodes in the graph in decreasing order. Which of the following sequences can not be the degree sequence of any graph? I. 7, 6, 5, 4, 4, 3, 2, 1II. 6, 6, 6, 6, 3, 3, 2, 2III. 7, 6, 6, 4, 4, 3, 2, 2IV. 8, 7, 7, 6, 4, 2, 1, 1|
A. I and II
B. III and IV
C. IV only
D. II and IV
Consider the following matrixIf the eigenvalues of A are 4 and 8, then
A. X = 4, Y = 10
B. X = 5, Y = 8
C. X = -3, Y = 9
D. X = -4, Y = 10
Suppose the predicate F(x, y, t) is used to represent the statement that person x can fool person y at time t. which one of the statements below expresses best the meaning of the formula
A. Everyone can fool some person at some time
B. No one can fool everyone all the time
C. Everyone cannot fool some person all the time
D. No one can fool some person at some time
What is the Boolean expression for the output f of the combinational logic circuit of NOR gates given below?
In the sequential circuit shown below, if the initial value of the output is 00, what are the next four values of
A. 11, 10, 01, 00
B. 10, 11, 01, 00
C. 10, 00, 01, 11
D. 11, 10, 00, 01
A 5-stage pipelined processor has Instruction Fetch (IF), Instruction Decode (ID), Operand Fetch (OF), Perform Operation (PO) and Write Operand (WO) stages. The IF, ID, OF and WO stages take 1 clock cycle each for any instruction. The PO stage takes 1 clock cycle for ADD and SUB instructions, 3 clock cycles for MUL instruction, and 6 clock cycles for DIV instruction respectively. Operand forwarding is used in the pipeline. What is the number of clock cycles needed to execute the following sequence of instructions?
A. 13
B. 15
C. 17
D. 19
The weight of a sequence of real numbers is defined as A subsequence of a sequence is obtained by deleting some elements from the sequence, keeping the order of the remaining elements the same. Let X denote the maximum possible weight of a subsequence of Then X is equal to
What is the value printed by the following C program?#include < stdio.h >int f(int * a, int n){if else if(*a% 2 = = 0) return * a f(a + 1, n – 1);else return * a – f(a + 1, n – 1);}int main ( ){int a[ ] = {12, 7, 13, 4, 11, 6};print f (“%d”, f(a,6));return 0;}
A. -9
B. 5
C. 15
return head;}Choose the correct alternative to replace the blank line.
A. q = NULL; p->next = head; head = p;
B. q->next = NULL; head = p; p->next = head;
C. head = p; p->next = q; q->next = NULL;
D. q->next = NULL; p->next = head; head = p;
The program below uses six temporary variables a, b, c, d, e, f.a = 1b = 10c = 20d = a + be = c + df = c + eb = c + ee = b + fd = 5 + ereturn d + f Assuming that all operations take their operands from registers, what is theminimum number of registers needed to execute this program without spilling?
A. 2
B. 3
C. 4
D. 6
The grammar S aSa|bS|c is
A. LL(1) but not LR(1)
B. LR(1) but not LR(1)
C. Both LL(1) and LR(1)
D. Neither LL(1) nor LR(1)
Let L = {w (0 + 1)* |w has even number of 1s}, i.e. L is the set of all bit strings with even number of 1s. Which one of the regular expressions below represents L?
A. (0 * 10 * 1) *
B. 0 * (10 * 10 *) *
C. 0 * (10 * 1 *) * 0 *
D. 0 * 1(10 * 1) * 10 *
Consider the languagesWhich one of the following statements is true?
A. Only L2 is context free
B. Only L2 and L3 are context free
C. Only L1 and L2 are context free
D. All are context free
Let w be any string of length n in {0, 1}*. Let L be the set of all substrings of w. What is the minimum number of states in a non-deterministic finite automaton that accepts L?
A. n-1
B. n
C. n+1
Which one of the schedules below is the correct serialization of the above?
The following functional dependencies hold for relations R(A, B, C) and S(B, D, E)The relation R contains 200tuples and the relation S contains 100tuples. What is the maximum number of tuples possible in the natural join
A. 100
B. 200
C. 300
D. 2000
The following program is to be tested for statement coverage:beginif (a = = b) {S1; exit;} else if (c = = d) {S2;}else{S3;exit;}S4;endThe test cases T1, T2, T3 and T4 given below are expressed in terms of the properties satisfied by the values of variables a, b, c and d. The exact values are not given.T1 : a, b, c and d are all equalT2 : a, b, c and d are all distinct T3 : a = b and c ! = dT4 : a ! = b and c = dWhich of the test suites given below ensures coverage of statements S1, S2, S3 and S4?
A. T1, T2, T3
B. T2, T4
C. T3, T4
D. T1, T2, T4
The following program consists of 3 concurrent processes and 3 binary semaphores. The semaphores are initialized as S0=1, S1=0, S2=0.How many times will process P0 print ‘0’?
A. At least twice
B. Exactly twice
C. Exactly thrice
D. Exactly once
A system has n resources and k processes The implementation of the resource request logic of each process Pi. is as follows:if (i% 2 = = 0) { if (i< n) request if (i + 2 < n)request }else{ if (i < n) request if (i + 2 < n)request } In which one of the following situations is a deadlock possible?
A. n = 40, k = 26
B. n = 21, k = 12
C. n = 20, k = 10
D. n = 41, k = 19
Suppose computers A and B have IP addresses 10.105.1.113 and 10.105.1.91 respectively and they both use the same net mask N. Which of the values of N given below should not be used if A and B should belong to the same network?
A. 255.255.255.0
B. 255.255.255.128
C. 255.255.255.192
D. 255.255.255.224
Directions for next two questions: A computer system has an L1 cache, an L2 cache, and a main memory unit connected as shown below. The block size in L1 cache is 4 words. The block size in L2 cache is 16 words. The memory access times are 2 nanoseconds. 20 nanoseconds and 200 nanoseconds for L1 cache, L2 cache and main memory unit respectively.When there is a miss in L1 cache and a hit in L2 cache, a block is transferred from L2 cache to L1 cache. What is the time taken for this transfer?
A. 2 nanoseconds
B. 20 nanoseconds
C. 22 nanoseconds
D. 88 nanoseconds
When there is a miss in both L1 cache and L2 cache, first a block is transferred from main memory to L2 cache, and then a block is transferred from L2 cache to L1 cache. What is the total time taken for these transfers?
A. 222 nanoseconds
B. 888 nanoseconds
C. 902 nanoseconds
D. 968 nanoseconds
Directions for next two questions: Consider a complete undirected graph with vertex set {0, 1, 2, 3, 4}. Entry in the matrix W below is the weight of the edge {i, j}. What is the minimum possible weight of a spanning tree T in this graph such that vertex 0 is a leaf node in the tree T?
A. 7
B. 8
C. 9
What is the minimum possible weight of a path P from vertex 1 to vertex 2 in this graph such that P contains at most 3 edges?
Directions for next two questions: A hash table of length 10 uses open addressing with hash function h(k)=k mod 10, and linear probing. After inserting 6 values into an empty hash table, the table is as shown belowWhich one of the following choices gives a possible order in which the key values could have been inserted in the table?
A. 46, 42, 34, 52, 23, 33
B. 34, 42, 23, 52, 33, 46
C. 46, 34, 42, 23, 52, 33
D. 42, 46, 33, 23, 34, 52
How many different insertion sequences of the key values using the same hash function and linear probing will result in the hash table shown above?
A. 10
B. 20
C. 30
D. 40
Directions for next two questions: Consider a network with 6 routers R1 to R6 connected with links having weights as shown in the following diagramAll the routers use the distance vector based routing algorithm to update their routing tables. Each router starts with its routing table initialized to contain an entry for each neighbour with the weight of the respective connecting link. After all the routing tables stabilize, how many links in the network will never be used for carrying any data?
A. 4
C. 2
Suppose the weights of all unused links in the previous question are changed to 2 and the distance vector algorithm is used again until all routing tables stabilize. How many links will now remain unused?
D. 3
Directions for next five questions: Carry One Mark EachChoose the most appropriate word from the options given below to the complete the following sentence:His rather casual remarks on politics …............ his lack of seriousness about the subject.
A. masked
B. belied
C. betrayed
D. suppressed
Which of the following options is closest in meaning to the word Circuitous.
A. cyclic
B. indirect
C. confusing
D. crooked
Choose the most appropriate word from the options given below to complete the following sentence:If we manage to …................... our natural resources, we would leave a better planet for our children.
A. uphold
B. restrain
C. cherish
D. conserve
25 persons are in a room. 15 of them play hockey, 17 of them play football and 10 of them play both hockey and football. Then the number of persons playing neither hockey nor football is:
B. 17
C. 13
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.Unemployed: Worker
A. fallow : land
B. unaware : sleeper
C. wit : jester
D. renovated : house
Directions for next five questions: Carry Two Mark EachIf 137 + 276 = 435 how much is 731 + 672?
A. 534
B. 1403
C. 1623
D. 1513
Hari (H), Gita (G), Irfan (I) and Saira (S) are siblings (i.e. brothers and sisters). All were born on 1st january. The age difference between any two successive siblings (that is born one after another) is less than 3 years. Given the following facts:i. Hari’s age + Gita’s age > Irfan’s age + Saira’s ageii. The age difference between Gita and Saira is 1 year. However Gita is not the oldest and Saira is not the youngest.iii. There are no twins.In what order were they born (oldest first)?
A. HSIG
B. SGHI
C. IGSH
D. IHSG
5 skilled workers can build a wall in 20days: 8 semi-skilled workers can build a wall in 25 days; 10 unskilled workers can build a wall in 30days. If a team has 2 skilled, 6 semi-skilled and 5 unskilled workers, how long will it take to build the wall?
A. 20
B. 18
C. 16
D. 15
Modern warfare has changed from large scale clashes of armies to suppression of civilian populations. Chemical agents that do their work silently appear to be suited to such warfare; and regretfully, there exist people in military establishments who think that chemical agents are useful tools for their cause.Which of the following statements best sums up the meaning of the above passage:
A. Modern warfare has resulted in civil strife.
B. Chemical agents are useful in modern warfare.
C. Use of chemical agents in warfare would be undesirable
D. People in military establishments like to use chemical agents in war.
Given digits 2, 2, 3, 3, 4, 4, 4, 4 how many distinct 4 digit numbers greater than 3000 can be formed?
A. 50
B. 51
C. 52
D. 54
When you are sure that you have answered as many questions as possible, click the ‘Done’ button below and view your results.