Your score will be displayed while taking the exam itself. After finishing the ONLINE EXAM press index or => to go to the other etests. ALL THE BEST!
There are 10 items in a box, out of which 3 are defective. 2 balls are taken one after the other. what is the probability that both of them are defective?
1/15
2/35
4/90
None of the Given Answers
which is not a memory management scheme?
buddy system
swapping
monitors
paging
CSMA/CD is used in
Token ring
FDDI
Ethernet
None of the Given Answers
In TCP/IP header , checksum contains
Sum of all the words
Ones complement of the data
Ones complement of the sum of all the words
Ones complement of the sum in ones complement
which is a good way of representing varaibles in recursion
Static varaibles
Local variables
Global variables
None of the Given Answers
func() { static int i = 10; printf("%d",i); i++; }
what is the value of i if the function is called twice ?
12
11
13
14
In a memory chip 4k size and 16bit words to be stored. No of address and data lines reqd.
16 data and 12 address
12 data and 12 address
16 data and 16 address
None of the Given Answers
ARP
MAC to IP
IP to MAC
IP to ARP
None of the Given Answers
parse tree s -> s + s ; s -> s * s ; s -> a find the no of parse trees for a+a*a+a
4
5
6
None of the Given Answers
A choclate of size nXn is given and is to be made into pices of size 1x1. At a time both horizontal and a vertical cut is done. Find the order of complexity