Recent activity by sukesh_reddy

9 answers
1
How many bit strings of length eight contain either three consecutive 0s or four consecutive 1s?
6 answers
2
The most relevant addressing mode to write position-independent codes is:Direct modeIndirect modeRelative modeIndexed mode
4 answers
7
6 answers
11
Consider the following $\text{ER}$ diagramThe minimum number of tables needed to represent $M$, $N$, $P$, $R1$, $R2$ is$2$$3$$4$$5$
1 answer
13
a context-free grammar is ambiguous is undecidableBut for a given context-free language if we can make more than one parse tree then it means that it is ambiguous..So how...
5 answers
16
Consider a file of $16384$ records. Each record is $32\;\text{bytes}$ long and its key field is of size $6\;\text{bytes}$. The file is ordered on a non-key field, and the...
8 answers
17
4 answers
19
1 answer
21
The above circuit produces the output sequence:$1111\quad 1111\quad0000\quad0000$$1111 \quad 0000\quad1111\quad0000$$1111 \quad 0001\quad0011\quad0101$$1010\quad1010\quad...