0 votes
1 answer
1
while solving question of work and time when should I use : 1day concept or lcm concept or man work time formulaplease answer
2 votes
0 answers
2
The maximum number of edges possible in a graph G with 9 vertices which is 3 colourable is equal toA 24B 27C 36D None of the above
0 votes
0 answers
3
Which of these boolean functions is/are functionally complete?A f(x, y, z) = x' + yz'B f(x, y) = x' + xyC f(x, y, z) = xy' + x' + x'zD None of th...
0 votes
0 answers
4
where can I find all barc’s PYQ
0 votes
1 answer
5
is there any output difference between active high decoder and active low decoder
0 votes
1 answer
7
If A = {1, 2, 3, . . . . . . 10} then the number of 4 element subsets of A containing ‘2’?
0 votes
1 answer
8
0 votes
1 answer
9
true/ falsecpu generate logical address(which is for Rom/secondary memory) and MAR stores physical address which is (data/instruction ready for execution in ram)
0 votes
0 answers
10
In a 4-bit binary ripple counter, for every input clock pulse(a) All the flip-flops get clocked simultaneously.(b) Only one flip-flop get clocked at a time.(c) Two of the...
0 votes
0 answers
11
if i have given 2 flip flop clock simultaneously and 2 flip flop clock non simultaneously what is it synchronous counter or asynchronous counter ? why?
0 votes
0 answers
12
is it a regular language? why?
0 votes
0 answers
13
Consider the partition of a set having 3 block of 5 elements each, 4 block of 2 elements each and 2 block of 3 elements in each block.Find the cardinality of equivalence ...
0 votes
0 answers
14
consider following relation How many number of records resulted by following SQL query?Select $T_{1}.A$From RWhere Exists (Select Count (*) From S Where R .C<S.F and S....
0 votes
2 answers
15
the value of $lim_{x- 0}(1-sinx.cosx)^{cosec2x}$ is:A $e^{2}$B $e^{-2}$C$e^{1/2}$D $e^{-1/2}$
1 votes
2 answers
17
Does bandwidth gets divided in tdma?How does bandwidth gets affected in fdma, tdma, cdma
0 votes
1 answer
18
The decimal equivalent value of given 2's complement number 101001.10 is A -20.5B -23.5C -22.5
1 votes
2 answers
19
find the output of following programmain(){ extern int a; a=5; printf("%d",a);}
0 votes
1 answer
20
In Quick sort of the following numbers, if the pivot is chosen as the first element, what will be the order of the numbers after the use of partition function ? Assume we...