Sail E0 Webinar

MCQs

Total Questions : 97 | Page 2 of 10 pages
Question 11. Let A be the 2 * 2 matrix with elements a11 = a12 = a21 = +1 and a22 = -1. Then the eigenvalues of the matrix A19 are
  1.    1024 and −1024
  2.    1024√2 and −1024√2
  3.    4√2 and −4√2
  4.    512√2 and −512√2
 Discuss Question
Answer: Option D. -> 512√2 and −512√2


-NA-


Question 12. Let W(n) and A(n) denote respectively, the worst case and average case running time of an algorithm executed on an input of size n. Which of the following is ALWAYS TRUE?
  1.    A(n) = Ω (W(n))
  2.    A(n) = Θ (W(n))
  3.    A(n) = O (W(n))
  4.    A(n) = o (W(n))
 Discuss Question
Answer: Option C. -> A(n) = O (W(n))


-NA-


Question 13. The amount of ROM needed to implement a 4 bit multiplier is
  1.    64 bits
  2.    128 bits
  3.    1 Kbits
  4.    2 Kbits
 Discuss Question
Answer: Option D. -> 2 Kbits


-NA-


Question 14. Let G be a simple undirected planar graph on 10 vertices with 15 edges. If G is a connected graph, then the number of bounded faces in any embedding of G on the plane is equal to
  1.    3
  2.    4
  3.    5
  4.    6
 Discuss Question
Answer: Option D. -> 6


-NA-


Question 15. Register renaming is done in pipelined processors
  1.    as an alternative to register allocation at compile time
  2.    for efficient access to function parameters and local variables
  3.    to handle certain kinds of hazards
  4.    as part of address translation
 Discuss Question
Answer: Option C. -> to handle certain kinds of hazards


-NA-


Question 16. Consider a random variable X that takes values +1 and −1 with probability 0.5 each. The values of the cumulative distribution function F(x) at x = −1 and +1 are
  1.    0 and 0.5
  2.    0 and 1
  3.    0.5 and 1
  4.    0.25 and 0.75
 Discuss Question
Answer: Option C. -> 0.5 and 1


-NA-


Question 17. Suppose a circular queue of capacity (n −1) elements is implemented with an array of n elements. Assume that the insertion and deletion operations are carried out using REAR and FRONT as array index variables, respectively. Initially, REAR = FRONT = 0. The conditions to detect queue full and queue empty are
  1.    full: (REAR+1) mod n == FRONT empty: REAR == FRONT
  2.    full: (REAR+1) mod n == FRONT empty: (FRONT+1) mod n == REAR
  3.    full: REAR == FRONT empty: (REAR+1) mod n == FRONT
  4.    full: (FRONT+1) mod n == REAR empty: REAR == FRONT
 Discuss Question
Answer: Option A. -> full: (REAR+1) mod n == FRONT empty: REAR == FRONT


-NA-


Question 18. An Internet Service Provider (ISP) has the following chunk of CIDR-based IP addresses available with it: 245.248.128.0/20. The ISP wants to give half of this chunk of addresses to Organization A, and a quarter to Organization B, while retaining the remaining with itself. Which of the following is a valid allocation of addresses to A and B?
  1.    245.248.136.0/21 and 245.248.128.0/22
  2.    245.248.128.0/21 and 245.248.128.0/22
  3.    245.248.132.0/22 and 245.248.132.0/21
  4.    245.248.136.0/24 and 245.248.132.0/21
 Discuss Question
Answer: Option A. -> 245.248.136.0/21 and 245.248.128.0/22


-NA-


Question 19. Suppose a fair six-sided die is rolled once. If the value on the die is 1, 2, or 3, the die is rolled a second time. What is the probability that the sum total of values that turn up is at least 6?
  1.    10/21
  2.    5/12
  3.    2/3
  4.    1/6
 Discuss Question
Answer: Option B. -> 5/12


-NA-


Question 20. How many onto (or surjective) functions are there from an n-element (n ≥ 2) set to a 2-element set?
  1.    2n
  2.    2n - 1
  3.    2n - 2
  4.    2(2n - 2)
 Discuss Question
Answer: Option C. -> 2n - 2


-NA-


Latest Videos

Latest Test Papers