Sail E0 Webinar

MCQs

Total Questions : 97 | Page 3 of 10 pages
Question 21. A tourist covers half of his journey by train at 60 km/h, half of the remainder by bus at 30 km/h and the rest by cycle at 10 km/h. The average speed of the tourist in km/h during his entire journey is
  1.    36
  2.    30
  3.    24
  4.    18
 Discuss Question
Answer: Option C. -> 24


-NA-


Question 22. The current erection cost of a structure is Rs. 13,200. If the labour wages per day increase by 1/5 of the current wages and the working hours decrease by 1/24 of the current period, then the new cost of erection in Rs. is
  1.    16,500
  2.    15,180
  3.    11,000
  4.    10,120
 Discuss Question
Answer: Option B. -> 15,180


-NA-


Question 23. The transport layer protocols used for real time multimedia, file transfer, DNS and email, respectively are
  1.    TCP, UDP, UDP and TCP
  2.    UDP, TCP, TCP and UDP
  3.    UDP, TCP, UDP and TCP
  4.    TCP, UDP, TCP and UDP
 Discuss Question
Answer: Option C. -> UDP, TCP, UDP and TCP


-NA-


Question 24. Using public key cryptography, X adds a digital signature σ to message M, encrypts , and sends it to Y, where it is decrypted. Which one of the following sequences of keys is used for the operations?
  1.    Encryption: X's private key followed by Y's private key; Decryption: X's public key followed by Y's public key
  2.    Encryption: X's private key followed by Y's public key; Decryption: X's public key followed by Y's private key
  3.    Encryption: X's public key followed by Y's private key; Decryption: Y's public key followed by X's private key
  4.    Encryption: X's private key followed by Y's public key; Decryption: Y's private key followed by X's public key
 Discuss Question
Answer: Option D. -> Encryption: X's private key followed by Y's public key; Decryption: Y's private key followed by X's public key


-NA-


Question 25. An index is clustered, if
  1.    it is on a set of fields that form a candidate key.
  2.    it is on a set of fields that include the primary key.
  3.    the data records of the file are organized in the same order as the data entries of the index.
  4.    the data records of the file are organized not in the same order as the data entries of the index.
 Discuss Question
Answer: Option C. -> the data records of the file are organized in the same order as the data entries of the index.


-NA-


Question 26. Three concurrent processes X, Y, and Z execute three different code segments that access and update certain shared variables. Process X executes the P operation (i.e., wait) on semaphores a, b and c; process Y executes the P operation on semaphores b, c and d; process Z executes the P operation on semaphores c, d, and a before entering the respective code segments. After completing the execution of its code segment, each process invokes the V operation (i.e., signal) on its three semaphores. All semaphores are binary semaphores initialized to one. Which one of the following represents a deadlock-free order of invoking the P operations by the processes?
  1.    X: P(a)P(b)P(c) Y: P(b)P(c)P(d) Z: P(c)P(d)P(a)
  2.    X: P(b)P(a)P(c) Y: P(b)P(c)P(d) Z: P(a)P(c)P(d)
  3.    X: P(b)P(a)P(c) Y: P(c)P(b)P(d) Z: P(a)P(c)P(d)
  4.    X: P(a)P(b)P(c) Y: P(c)P(b)P(d) Z: P(c)P(d)P(a)
 Discuss Question
Answer: Option B. -> X: P(b)P(a)P(c) Y: P(b)P(c)P(d) Z: P(a)P(c)P(d)


-NA-


Question 27. Consider an undirected random graph of eight vertices. The probability that there is an edge between a pair of vertices is 1/2. What is the expected number of unordered cycles of length three?
  1.    1/8
  2.    1
  3.    7
  4.    8
 Discuss Question
Answer: Option C. -> 7


-NA-


Question 28. Which one of the following functions is continuous at x = 3?
  1.    .
  2.    .
  3.    .
  4.    .
 Discuss Question
Answer: Option A. -> .


-NA-


Question 29. The line graph L(G) of a simple graph G is defined as follows: · There is exactly one vertex v(e) in L(G) for each edge e in G.· For any two edges e and e' in G, L(G) has an edge between v(e) and v(e'), if and only if e and e' are incident with the same vertex in G.Which of the following statements is/are TRUE?(P) The line graph of a cycle is a cycle.(Q) The line graph of a clique is a clique.(R) The line graph of a planar graph is planar.(S) The line graph of a tree is a tree.
  1.    P only
  2.    P and R only
  3.    R only
  4.    P, Q and S only
 Discuss Question
Answer: Option A. -> P only


-NA-


Question 30. Which of the following statements is/are TRUE for undirected graphs? P: Number of odd degree vertices is even. Q: Sum of degrees of all vertices is even.
  1.    P only
  2.    Q only
  3.    Both P and Q
  4.    Neither P nor Q
 Discuss Question
Answer: Option C. -> Both P and Q


-NA-


Latest Videos

Latest Test Papers