Despite his initial hesitation, Rehman's _______________ to contribute to the success of the project never wavered. Select the most appropriate option to complete the above sentence.
Bird: Nest :: Bee : _______________. Select the correct option to complete the analogy.
If for all real values of , which one of the following statements is true?
The paper as shown in the figure is folded to make a cube. Which option correctly represents the cube? [Note: The figures shown are representative.]

Let and denote two arbitrary prime numbers. Which statement is correct for all and ?
Based only on the conversation below, identify the logically correct inference: \“Even if I had known that you were in the hospital, I would not have gone there to see you\”, Ramya told Josephine.
If IMAGE and FIELD are coded as FHBNJ and EMFJG respectively then, which one among the given options is the most appropriate code for BEACH ?
Which one of the following options is correct for the given data in the table?

In the given figure, PQRS is a square of side 2 cm and PLMN is a rectangle. The corner L of the rectangle is on the side QR. Side MN of the rectangle passes through the corner S of the square. What is the area (in cm2) of the rectangle PLMN? Note: The figure shown is representative.

The diagram below shows a river system consisting of 7 segments, marked P, Q, R, S, T, U, and V. It splits the land into 5 zones, marked Z1, Z2, Z3, Z4, and Z5. We need to connect these zones using the least number of bridges. Out of the following options, which one is correct? Note: The figure shown is representative.

If , then which ONE of the following is ?
The value of 𝑥 such that satisfying the equation
Consider a binary tree 𝑇 in which every node has either zero or two children.Let 𝑛>0 be the number of nodes in 𝑇.Which ONE of the following is the number of nodes in 𝑇 that have exactly two children?
Let 𝐿,𝑀, and 𝑁 be non-singular matrices of order 3 satisfying the equations , , . Which ONE of the following is the value of the determinant of (𝑀−𝑁)?
Let P(x) be an arbitrary predicate over the domain of natural numbers. Which ONE of the following statements is TRUE?
Consider the following statements:
(i) Address Resolution Protocol (ARP) provides a mapping from an IP address to the corresponding hardware (link-layer) address.
(ii) A single TCP segment from a sender S to a receiver R cannot carry both data from S to R and acknowledgement for a segment from R to S.
Which ONE of the following is CORRECT?
Consider the routing protocols given in List I and the names given in List II: For matching of items in List I with those in List II, which ONE of the following options is CORRECT?

A machine receives an IPv4 datagram. The protocol field of the IPv4 header has the protocol number of a protocol X. Which ONE of the following is NOT a possible candidate for X?
Consider the following C program: Which ONE of the following will be the output of the program?

Consider an unordered list of N distinct integers. What is the minimum number of element comparisons required to find an integer in the list that is NOT the largest in the list?
Consider the following statements about the use of backpatching in a compiler for intermediate code generation:
(I) Backpatching can be used to generate code for Boolean expression in one pass.
(II) Backpatching can be used to generate code for flow-of-control statements in one pass.
Which ONE of the following options is CORRECT?
Given the following syntax directed translation rules:
Rule 1: {B.i = R.i − 1; A.i = B.i; R.i = A.i + 1;}
Rule 2: {P.i = C.i + D.i; D.i = C.i + 2;}
Rule 3: {Q.i = E.i + F.i;}
Which ONE is the CORRECT option among the following?
Consider a network that uses Ethernet and IPv4. Assume that IPv4 headers do not use any options field. Each Ethernet frame can carry a maximum of 1500 bytes in its data field. A UDP segment is transmitted. The payload (data) in the UDP segment is 7488 bytes. Which ONE of the following choices has the CORRECT total number of fragments transmitted and the size of the last fragment including IPv4 header?
Which ONE of the following languages is accepted by a deterministic pushdown automaton?
Let be Context Free Grammars (CFGs) and R be a regular expression. For a grammar G, let denote the language generated by G. Which ONE among the following questions is decidable?
Processes P1, P2, P3, P4 arrive in that order at times 0, 1, 2, and 8 milliseconds respectively, and have execution times of 10, 13, 6, and 9 milliseconds respectively. Shortest Remaining Time First (SRTF) algorithm is used as the CPU scheduling policy. Ignore context switching times. Which ONE of the following correctly gives the average turnaround time of the four processes in milliseconds?
An audit of a banking transactions system has found that on an earlier occasion, two joint holders of account A attempted simultaneous transfers of Rs. 10000 each from account A to account B. Both transactions read the same value, Rs. 11000, as the initial balance in A and were allowed to go through. B was credited Rs. 10000 twice. A was debited only once and ended up with a balance of Rs. 1000. Which of the following properties is/are certain to have been violated by the system?
Which of the following is/are part of an Instruction Set Architecture of a processor?
Which of the following statements regarding Breadth First Search (BFS) and Depth First Search (DFS) on an undirected simple graph G is/are TRUE?
Consider the two lists List I and List II given below: List I: For matching of items in List I with those in List II, which of the following option(s) is/are CORRECT?

Consider the following logic circuit diagram. Which is/are the CORRECT option(s) for the output function F?

The following two signed 2's complement numbers (multiplicand M and multiplier Q) are being multiplied using Booth's algorithm: M: 1100 1101 1110 1101 and Q: 1010 0100 1010 1010. The total number of addition and subtraction operations to be performed is (Answer in integer)
The output of the given C code segment is ____________. (Answer in integer)

In a 4-bit ripple counter, if the period of the waveform at the last flip-flop is 64 microseconds, then the frequency of the ripple counter in kHz is ____________. (Answer in integer)
Suppose the values 10, -4, 15, 30, 20, 5, 60, 19 are inserted in that order into an initially empty binary search tree. Let T be the resulting binary search tree. The number of edges in the path from the node containing 19 to the root node of T is ____________. (Answer in integer)
Suppose we are transmitting frames between two nodes using Stop-and-Wait protocol. The frame size is 3000 bits. The transmission rate of the channel is 2000 bps (bits/second) and the propagation delay between the two nodes is 100 milliseconds. Assume that the processing times at the source and destination are negligible. Also, assume that the size of the acknowledgement packet is negligible. Which ONE of the following most accurately gives the channel utilization for the above scenario in percentage?
Let G be an edge-weighted undirected graph with positive edge weights. Suppose a positive constant is added to the weight of every edge. Which ONE of the following statements is TRUE about the minimum spanning trees (MSTs) and shortest paths (SPs) in G before and after the edge weight update?
A meld operation on two instances of a data structure combines them into one single instance of the same data structure. Consider the following data structures:
P: Unsorted doubly linked list with pointers to the head node and tail node of the list.
Q: Min-heap implemented using an array.
R: Binary Search Tree.
Which ONE of the following options gives the worst-case time complexities for meld operation on instances of size n of these data structures?
For a direct-mapped cache, 4 bits are used for the tag field and 12 bits are used to index into a cache block. The size of each cache block is one byte. Assume that there is no other information stored for each cache block. Which ONE of the following is the CORRECT option for the sizes of the main memory and the cache memory in this system (byte addressable), respectively?
Given a Context-Free Grammar G as follows:
,
.
Which ONE of the following statements is TRUE?
An array A of length n with distinct elements is said to be bitonic if there is an index such that is sorted in the non-decreasing order and is sorted in the non-increasing order. Which ONE of the following represents the best possible asymptotic bound for the worst-case number of comparisons by an algorithm that searches for an element in a bitonic array A?
Let F be the set of all functions from to . Define the binary relation on F as follows:
if and only if , where .
Which of the following statement(s) is/are TRUE?
Given the following Karnaugh Map for a Boolean function . Which one or more of the following Boolean expression(s) represent(s) F?

Consider a system of linear equations where and . Suppose P has an LU decomposition, . Which of the following statement(s) is/are TRUE?

Consider a stack data structure into which we can PUSH and POP records. Assume that each record pushed in the stack has a positive integer key and that all keys are distinct.
We wish to augment the stack data structure with an time MIN operation that returns a pointer to the record with smallest key present in the stack
(1) without deleting the corresponding record, and
(2) without increasing the complexities of the standard stack operations.
Which one or more of the following approach(es) can achieve it?
Consider the following relational schema along with all the functional dependencies that hold on them.
.
.
Which of the following statement(s) is/are TRUE?
Consider a demand paging system with three frames, and the following page reference string: 1 2 3 4 5 4 1 6 4 5 1 3 2.The contents of the frames are as follows initially and after each reference (from left to right): The *-marked references cause page replacements. Which one or more of the following could be the page replacement policy/policies in use?

consists of all active processes in an operating system. consists of single instances of distinct types of resources in the system.
The resource allocation graph has the following assignment and claim edges.
Assignment edges: .(the assignment edge means resource is assigned to process , and so on for others)
Claim edges: .(the claim edge means process is waiting for resource , and so on for others).
Which of the following statement(s) is/are CORRECT?
Three floating point numbers X, Y, and Z are stored in three registers Rx, Ry, and Rz, respectively in IEEE 754 single precision format as given below in hexadecimal: Rx = 0xC1100000, Ry = 0x40C00000, and Rz = 0x41400000. Which of the following option(s) is/are CORRECT?
Which of the following Boolean algebraic equation(s) is/are CORRECT?
Consider two grammars and with the production rules given below: . Which of the following option(s) is/are CORRECT?

Let . For , and , let denote the number of occurrences of in x. Which one or more of the following option(s) define(s) regular language(s)?
Consider the database transactions T1 and T2, and data items X and Y. Which of the schedule(s) is/are conflict serializable?

Consider the following relational schema:
Students (, name: string, age: integer, cgpa: real),
Courses (, cname: string, credits: integer),
Enrolled (, grade: string).
Which of the following options is/are correct SQL query/queries to retrieve the names of the students enrolled in course number 1470?
Given a computing system with two levels of cache (L1 and L2) and a main memory. The first level (L1) cache access time is 1 nanosecond (ns) and the “hit rate” for L1 cache is 90% while the processor is accessing the data from L1 cache. Whereas, for the second level (L2) cache, the “hit rate” is 80% and the “miss penalty” for transferring data from L2 cache to L1 cache is 10 ns. The “miss penalty” for the data to be transferred from main memory to L2 cache is 100 ns. Then the average memory access time in this system in nanoseconds is ___________ . (rounded off to one decimal place)
A 5-stage instruction pipeline has stage delays of 180, 250, 150, 170, and 250, respectively, in nanoseconds. The delay of an inter-stage latch is 10 nanoseconds. Assume that there are no pipeline stalls due to branches and other hazards. The time taken to process 1000 instructions in microseconds is ___________ . (rounded off to two decimal places)
In a B+- tree where each node can hold at most four key values, a root to leaf path consists of the following nodes:
A = (49, 77, 83, -), B = (7, 19, 33, 44), C = (20*, 22*, 25*, 26*)
The *-marked keys signify that these are data entries in a leaf.
Assume that a pointer between keys 𝑘1 and 𝑘2 points to a subtree containing keys in [𝑘1,𝑘2), and that when a leaf is created, the smallest key in it is copied up into its parent.
A record with key value 23 is inserted into the B+- tree.
The smallest key value in the parent of the leaf that contains 25* is __________. (Answer in integer)
A computer system supports a logical address space of bytes. It uses two-level hierarchical paging with a page size of 4096 bytes. A logical address is divided into a b-bit index to the outer page table, an offset within the page of the inner page table, and an offset within the desired page. Each entry of the inner page table uses eight bytes. All the pages in the system have the same size. The value of b is ______________ . (Answer in integer)
Consider the following algorithm someAlgo that takes an undirected graph G as input.

Let . For , let be the product of symbols in x modulo 7. We take , where is the null string.
For example, .
Define .
The number of states in a minimum state DFA for L is _________(Answer in integer)
An application executes number of instructions in 6.3 seconds. There are four types of instructions, the details of which are given in the table:The duration of a clock cycle in nanoseconds is _________. (rounded off to one decimal place)

Consider the following C program:

Consider the following C program:

A quadratic polynomial over complex numbers is said to be square invariant if . Suppose from the set of all square invariant quadratic polynomials we choose one at random. The probability that the roots of the chosen polynomial are equal is _______ (rounded off to one decimal place)
The unit interval (0,1) is divided at a point chosen uniformly distributed over (0,1) in into two disjoint subintervals. The expected length of the subinterval that contains 0.4 is _______ (rounded off to two decimal places)