0 votes
1 answer
1
what is the best algorithm to sort a list of more than 1 million items in an arraya)quicksort b) merge sort c)heap sort d) bubble sort
1 votes
0 answers
2
An organization is granted the block 130.56.0.0/16. The administrator wants to create 1024 subnets. Find the first and last addresses in subnet 3.
2 votes
0 answers
3
can someone explain diff between REC , Rec enumerable and context sensitive language with clear examplelike language is RE but not not REC and REC but not CSL
0 votes
1 answer
4
2-input NAND gate consists of ______ transistorsa)2 b) 3 c) 4 d) 5
0 votes
2 answers
5
A master slave JK flip flop isa)Level Triggeredb)Edge Triggered at +ve edgec)Edge Triggered at -ve edged)All of the above
1 votes
1 answer
6
The number of distinct bracelets of five beads made up of red, blue, and green beads (two bracelets are indistinguishable if the rotation of one yield another) is,a. 243b...
0 votes
1 answer
7
2 votes
1 answer
8
what is the meaning of $HOP , HOST , NODE, END$ in networking are they same or differentI mean $\text{host to host , hop to hop, end to end , node to node}$ how they d...
3 votes
1 answer
9
main() { float a=.5, b=.7; if(b<.7) if(a<.5) printf("TELO"); else printf("LTTE"); else printf("JKLF"); }
0 votes
0 answers
10
what will be the output of codemain(){int c=5;printf("%d %d ",++c, c++);}
1 votes
0 answers
11
0 votes
1 answer
13
1 votes
0 answers
14
ripple counter using negative edge triggered D flip-flops is shown below. The flip-flops are cleared to ‘0’ at the R input. The feedback logic is to be designed to ob...
0 votes
1 answer
15
If the cpu scheduling policy is SJF with preemption , the avg waiting time will be a)8ms b)14ms c)5.6 ms d)none
0 votes
0 answers
16
0 votes
0 answers
17
Draw a NAND logic diagram that implements the complement of the following function:F(A, B, C, D) = Σ(0, 1, 2, 3, 6, 10, 11, 14)
0 votes
3 answers
18
ptrdata is a pointer to a data type . The expression *ptrdata++ is evaluated as ( in C++) a) *(ptrdata++) b) (*ptrdata)++c) *(ptrdata)++ d) depends on compiler
0 votes
3 answers
19
Let P and Q be two propositions , ~(P<->Q) is equivalent to :a)P<->~Q b)~P<->Q c)~P<->~Q d)Q->P
0 votes
1 answer
20