0 votes
41
Which of the following is the valid host range for the subnet on which the IP address 192.168.168.188 255.255.255.192 resides?A.192.168.168.129-190B.192.168.168.129-191C....
1 votes
42
1- simply the following logic exp F=AB'+ABC'+ABCD+ABCD' and realize it using NADND GATE only ..
3 votes
43
The number of _________ NAND gate required to realize the following function f given below: f= AB+BC+CD+DE+................+YZ
6 votes
45
If a binary tree contains 1056 nodes the what is the height of binary tree??
2 votes
46
the head of a movin disk with 100 tracks numbered 0 to 99 is serving a request at track 'x' if the requests of track 25, 76, 43,10,67 are served using fifo algo. then hea...
2 votes
48
What will be the CFG when $w \in \{a,b\}^*$ where w contains at least 3 a's?
0 votes
50
A toggling can be done using a single logic circuit is:a) AND gateb)X-OR gatec)X NOR gated)NOR gate
1 votes
51
Is this statement true:-If Grammar is unambiguous must be LL(1) if not LL(1) it does not mean ambiguous.
1 votes
53
Complement of (0+1)*1 ?? my answer is (0+11*0)*given answer is (1*0)* please give detail explanation!
1 votes
55
Design a NFA and DFA for the following ::1) Accepting all substrings of the string abab.2) Accepting all prefixes of the string abab.3) Accepting all suffixes of the stri...
3 votes
56
How to get address for this ? As i understood till now that we have 90 (2 d array of 30*40) pls explain the concept of calcultaing address for this ?
0 votes
57
The Decimal equivalent of 2’s complement representation of 8 bit integer is most positive whenexcept _________(A) MSB are zeros(B) LSB are zeros(C) MSB are ones(D) LSB ...
1 votes
58
A number system with base 99 will have X different digits and range from 0 to Y. then appropriate value of X and Y is;a) 100 and 9b) 99 and 98c) 98 and 99d) 99 and 100
3 votes
60
Sorry my BAD, it's an infinite language!The given set {1, 101, 11011,1110111,......} is a Regular Language or CFL?
1 votes
61
0 votes
63
The minimum number of keys in a B+ tree is 3. The maximum number of keys in any non rootnode is ____.
2 votes
64
No of State for minimal DFA for empty language ?If your answer is 1 or 2 then please explain to support your answer
2 votes
65
A stack is implemented with two queues then what are the minimum enqueue and dequeue operations needed to perform for pop operation where n is the number of elements alre...
1 votes
67
To interconnect two IP classes, Class A and Class C networks.(A) a class B network is needed.(B) a bridge is needed.(C) a router is needed.(D) a firewall is needed
3 votes
68
Write the set$\left \{ \phi ,\left \{ \phi \right \} \right \}-\phi$
0 votes
69
Whether a given grammar is context-free.It is decidable or not ?