19 votes
242
54 votes
245
Give a regular expression for the set of binary strings where every $0$ is immediately followed by exactly $k$ $1$'s and preceded by at least $k$ $1$’s ($k$ is a fixed...
11 votes
248
18 votes
249
Consider the $3$ processes, $P1, P2$ and $P3$ shown in the table. $$\small \begin{array}{|c|c|c|} \hline \textbf{Process} & \textbf{Arrival Time} & \textbf{Time Units Req...
36 votes
254
Formatting for a floppy disk refers toarranging the data on the disk in contiguous fashionwriting the directoryerasing the system datawriting identification information o...
30 votes
255
State True or False with reasonLogical data independence is easier to achieve than physical data independence.
15 votes
256
A variable that takes thirteen possible values can be communicated using?Thirteen bits.Three bits.$\log_{2}13$ bits.Four bits.None of the above.
91 votes
257
7 votes
262
How many different trees are there with four nodes $\text{A, B, C}$ and $\text{D}?$$30$$60$$90$$120$
4 votes
263
Choose the correct one -A) a FSM with 1 stack is more powerful than a FSM without stackB) a FSM with 3 stack is more powerful than a FSM with 2 stackC) a FSM with 2 stack...