1 votes
0 answers
21
In a 4-stage ripple counter, the propagation delay of a flip flop is 30 ns. If the pulse width of the strobe is 30 ns, the maximum frequency at which the counter operates...
1 votes
0 answers
23
An ADC has a total conversion time of 200 μs. What is the highest frequency that its analog input should be allowed to contain?a ) 2.5 KHzb ) 25 KHzc) 250 KHzd) 0.25 KHz...
2 votes
0 answers
25
In this circuit, the race around(A) does not occur(B) occur when CLK = 0(C) occur when CLK =1 A= 1 and B =1(D) occur when CLK =1 A= 0 and B =0
0 votes
2 answers
26
The Gray code for ($A5$) $16$ is equivalent to$10010101$$11010101$$11011111$$11011011$
1 votes
0 answers
27
Consider following 8085 microprocessor programMVIA, DATA1ORA AJM DISPLAYOUT PORT1CMADISPLAY :ADI 01HOT PORT1HLTIf DATA1 = A7H, the output at PORT1 is(a) A7H(b) 58H(c) 00H...
0 votes
1 answer
28
Which of the following statement is true for Programmable Logic array (PLA)?(a) Fixed AND array and Fused programmable OR array(b) Fused programmable AND array and Fixed ...
0 votes
1 answer
29
Simplify the below function represented in sum of minterms
0 votes
1 answer
30
If input to T flip flop is 200 Hz signal, then what will be the output signal frequency if four T flip flops are connected in cascade(a) 200 Hz(b) 50 Hz(c) 800 Hz(d) None...
0 votes
1 answer
31
The circuit shown in the figure converts(a) BCD to binary code(b) Binary to Excess-3 code(c) Excess-3 to Gray code(d) Gray to Binary code
0 votes
0 answers
32
In C++, size of float and double data types are 4 bytes and 8 bytes respectively. Calculate range ( minimum and maximum values) of float and double:
0 votes
1 answer
33
Pick the correct statement A. Bit rate can never be less than Baud rateB. Baud rate can never be less than Bit rateC. Bit rate and Baud rate are always samr.D. None of th...
0 votes
1 answer
34
CISC is related to:1. Hardware2. Software3. Firmware4. None of the above
14 votes
3 answers
35
The time complexity of computing the transitive closure of a binary relation on a set of $n$ elements is known to bea. $O(n\log n)$b. $O\left( n^{3/2}\right)$c. $O( n^3 )...
5 votes
2 answers
36
If $L$ and $P$ are two recursively enumerable languages then they are not closed underKleene star $L^*$ of $L$Intersection $L \cap P$Union $L \cup P$Set difference
3 votes
3 answers
37
Which of these is a super class of all errors and exceptions in the Java language?Runtime ExceptionsThrowableCatchableNone of the above
7 votes
2 answers
38
Which of the following statement is true?Hard real time OS has less jitter than soft real time OSHard real time OS has more jitter than soft real time OSHard real time OS...
5 votes
1 answer
39
The Linux command mknod myfifo b 4 16will create a character device if user is rootwill create a named pipe FIFO if user is rootwill create a block device if user is root...
5 votes
3 answers
40
We use malloc and calloc for:Dynamic memory allocationStatic memory allocationBoth dynamic memory allocation and static memory allocationNone of these