Each Question Carries One Mark. No Negative Marks For Wrong Answers
Each Question Carries One Mark. No Negative Marks For Wrong Answers
Each Question Carries One Mark. No Negative Marks For Wrong Answers
Page 1 of 5
10 A body is vibrating with simple harmonic motion of amplitude 120 mm and frequency
5cps. Calculate the maximum velocity of the body.
(a) 3.77 (b) 2.77 (c) 1.5 (d) 2.90
11 The address resolution protocol (ARP) is used for
(a) Finding the IP address from the DNS
(b) Finding the IP address of the default gateway
(c) Finding the IP address that corresponds to a MAC address
(d) Finding the MAC address that corresponds to an IP address
12 The postfix form of the expression (A+ B)*(C*D- E)*F / G is?
(a) AB+ CD*E – FG /** (b) AB + CD* E – F **G /
(c) AB + CD* E – *F *G / (d) AB + CDE * – * F *G /
13 Which one is not a Real Time Operating System?
a) Vx Works b) RT Linux c)Windows CE d)Windows 7
14 Which one of the following is a synchronization tool?
(a) Thread (b) Pipe (c) Semaphore (d) Socket
15 The technique where the controller is given complete access to memory bus is
(a) Cycle stealing (b) Memory stealing
(c) Memory Con (d) Burst mode
16 Which of the following is not true of deadlock prevention and deadlock avoidance scheme
(a) In deadlock prevention, the request for resources is always granted, if the
resulting state is safe
(c) Deadlock avoidance is less restrictive than deadlock prevention
(b) In deadlock avoidance, the request for resources is always granted, if
the resulting state is safe
(d) Deadlock avoidance requires knowledge of resource requirements a prior
17 Which of the following memory allocation scheme suffers from external fragmentation?
(a)Pure demand paging (b) Segmentation (c) Swapping (d) Paging
18 A hash function f defined as f(key) =key mod 7 with linear probing, is used to insert the
keys 37, 38, 72, 48, 98, 11, 56 into a table indexed from 0 to 6 . What will be the
location of key 11?
(a) 3 (b) 4 (c) 5 (d) 6
19 Which of the following is NOT true with respect to a transparent bridge and a router?
(a) Both bridge and router selectively forward data packets
(c) A bridge builds up its routing table by inspect-ing incoming packets
(b) A bridge uses IP addresses while a router uses MAC addresses
(d) A router can connect between a LAN and a WAN
37 The width of the physical address on a machine is 40 bits. The width of the tag field in a
512 KB 8-way set associative cache is bits
a)20 b)24 c)30 d)40
38 Suppose the numbers 7, 5, 1, 8, 3, 6, 0, 9, 4, 2 are inserted in that order into an initially
empty binary search tree. The binary search tree uses the usual ordering on natural
numbers. What is the in-order traversal sequence of the resultant tree?
a) 7 5 1 0 3 2 4 6 8 9 b). 0 2 4 3 1 6 5 9 8 7
c). 0 1 2 3 4 5 6 7 8 9 d). 9 8 6 4 2 3 0 1 5 7
39 In the normal form, a composite attribute is converted to individual attributes.
a)Second b)Third c)First d)Fourth
40 Perform Column Matching :
A. Bridge (i) Port No:80
B. Ethernet (ii) CSMA/CD
C. Token ring (iii) Layer 2
D Token bus (iv)IEEE 802.4
E. HTTP (v) IEEE 802.3
a)A- iii, B- i,C-v, D-iv, E-ii b) A-iii, B-ii, C-v,D-iv E-i
c) A-iii, B-ii, C-iv,D-v E-i d) A-i, B-iii, C-iv,D-v E-ii
41 Which of the following statements is TRUE about CSMA/CD
a) IEEE 802.11 wireless LAN runs CSMA/CD protocol
b) Ethernet is not based on CSMA/CD protocol
c) There is no contention in a CSMA/CD network
d) CSMA/CD is not suitable for a high propagation delay network like satellite
network
42 Which addressing mode is most suitable for linear array searching?
a) Indirect b)Immediate c)Auto-increment d)Absolute
43 Which technique speeds up Multiplication operation?
a) Carry save addition of summands b)Booths algorithm
c) Array multiplier d)All of the above.
44 Given the basic ER and relational models, which of the following is INCORRECT?
a) An attributes of an entity can have more than one value
b) An attribute of an entity can be composite
c) In a row of a relational table, an attribute can have more than one value
d) In a row of a relational table, an attribute can have exactly one value or a NULL
value
45 Consider the following statements about the context free grammar
G = {S→SS, S→ab, S→ba, S→ɛ}
I. G is ambiguous
II. G produces all strings with equal number of a’s and b’s
III. G can be accepted by a deterministic PDA
Which combination below expresses all the true statements about G?
a) I only b)I and III onlyc)II and III only d)I, II and III
46 Which of the following statement is false?
a) LBA recognizes Type 0 Grammars b) PDA recognizes Type 1 Grammars
b) LBA recognizes Type 2 Grammars d) PDA recognizes Type 3 Grammars
47 Which is suitable for cache memory implementation?
a) Static CMOS memory cell b) Dynamic memory cell
c) Flip Flops d) None of the above.
48 A BST contains the nodes 1,2,3,4,5,6,7,8. When the tree is traversed in pre-order , the
sequence obtained is 5,3,1,2,4,6,8,7. If the tree is traversed in post order the sequence
would be
a) 8,7,6,5,4,3,2,1 b) 1,2,3,4,8,7,6,5 c) 2,1,4,3,6,7,8,5 d) 2,1,4,3,7,8,6,5
49 Consider a B+-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
50 Which of the following statement is false?
a) LBA recognizes Type 0 Grammars
b) PDA recognizes Type 1 Grammars
c) LBA recognizes Type 2 Grammars
d) PDA recognizes Type 3 Grammars
****