Recent activity by Meenakshi Sharma

1 answer
3
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
0 answers
4
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.
0 answers
5
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
2 answers
6
A master slave JK flip flop isa)Level Triggeredb)Edge Triggered at +ve edgec)Edge Triggered at -ve edged)All of the above
1 answer
7
2-input NAND gate consists of ______ transistorsa)2 b) 3 c) 4 d) 5
1 answer
8
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...
1 answer
9
1 answer
10
1 answer
11
0 answers
12
what is the difference between latch and flip flop in terms of enable and clock ?someone pls explain with circuit diagram .
1 answer
13
main() { float a=.5, b=.7; if(b<.7) if(a<.5) printf("TELO"); else printf("LTTE"); else printf("JKLF"); }
0 answers
14
what will be the output of codemain(){int c=5;printf("%d %d ",++c, c++);}
0 answers
15
1 answer
17
4 answers
18
Which of the following is not valid Boolean algebra rule?$\text{X.X = X}$$\text{(X+Y).X = X}$$\overline{X}+\text{XY = Y}$$\text{(X+Y).(X+Z) = X + YZ}$
0 answers
19
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...
1 answer
20
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 answers
21
0 answers
22
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)
3 answers
23
Let P and Q be two propositions , ~(P<->Q) is equivalent to :a)P<->~Q b)~P<->Q c)~P<->~Q d)Q->P
3 answers
24
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
1 answer
25
0 answers
26
conversion of excess 3 code to bcd code is implemented by which circuita) 4x16 decoderb) 4x16 muxc)4 bit full adderd) 4 bit half adder
1 answer
27
0 answers
29
5 answers
30
Consider the quadratic equation $x^2-13x+36=0$ with coefficients in a base $b$. The solutions of this equation in the same base $b$ are $x=5$ and $x=6$. Then $b=$ _____