Recent questions tagged drdocse-2022-paper1

1 votes
0 answers
31
Given a truth table of the full adder for three inputs. Draw a full adder circuit with a decoder and two $\text{OR}$ gates.$$\begin{array}{|c|c|c|c|c|}\hline \mathrm{X} &...
1 votes
1 answer
32
Simplify the Boolean function $F=W^{\prime} X^{\prime} Y^{\prime}+W X^{\prime} Y^{\prime}+W^{\prime} X Y Z^{\prime}+X^{\prime} Y Z^{\prime}$
1 votes
0 answers
33
Provide the correct data structures for the following:________ is used for delimiter checking and recursion.
1 votes
1 answer
34
Find the number of binary tree(s) with $3$ nodes (i.e., $\text{A, B,}$ and $\text{C})$ which when traversed by pre-order gives the sequence $\textbf{C B A}$. You also nee...
1 votes
2 answers
35
If the maximum height of a binary tree is $\mathrm{N},$ then how many number of nodes will there be?
1 votes
0 answers
37
If the prefix traversal order of a tree is $*+\mathbf{a} \mathbf{b}-\mathbf{c} \mathbf{d}$. Then, find the equivalent postfix order of the that tree.
2 votes
0 answers
38
1 votes
0 answers
40
Consider the following graph.How many nodes (apart from $s$) does the Breadth First Search algorithm discover before discovering $t$ when starting from $s$.