DSQ ONLINE EXAM ETEST 1
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!
Truth table of a logic function
- Displays all its input output possibilities
- Displays all its output possibilities
- Displays all its output possibilities
- None of the Given Answers
The process of varying one signal according to the pattern
provided by another signal is
- Modulation
- De Modulation
- Encapulation
- Decapulation
The octal equivalant of hexa number 123 is
- 443
- 445
- 223
- 224
Determine how many times the given loop is executed
m=1;a=30;while (e*m-5<a) do {m=m+1;a=a-2}
- 9
- 10
- 12
- None of the Given Answers
in questions find the values of a and b at the end of the execution of the program segment
.a=2;b=1;x=1;while(x<=4)do {a=a+b;x=x+1}
- ans:(5,1)
- ans:(4,1)
- ans:(5,2)
- None of the Given Answers
in questions find the values of a and b at the end of the execution of the program segment
a=1;b=2;x=1 while (x<=5)do {b=a+b;x=x+1;}
- ans:(1,6)
- ans:(1,7)
- ans:(3,2)
- None of the Given Answers
in questions find the values of a and b at the end of the execution of the program segment
a=0;b=0;x=1;while (x<=4){a=a+x;b=b-x;x=x+1;}
- ans:(10,-10)
- ans:(-10,-10)
- ans:(10,10)
- None of the Given Answers
The complexity of bubble sort is 0(a),then k equals
- 2
- 3
- 4
- 5
In BCD,the decimal number 516 is
- 10101110
- 10101111
- 10101100
- None of the Given Answers
RS 232 is standards for
- Physical layer
- Data Link layer
- Network layer
- None of the Given Answers