Recent questions tagged descriptive

1 votes
1 answer
2461
41 votes
4 answers
2462
Consider the following first order formula:$\left ( \matrix{ \forall x \exists y : R(x,y) \\[1em] \Large \land \\[1em] \forall x \forall y : \left ( R(x,y) \impl...
21 votes
5 answers
2463
Show that the Turing machines, which have a read only input tape and constant size work tape, recognize precisely the class of regular languages.
48 votes
3 answers
2464
Show that all vertices in an undirected finite graph cannot have distinct degrees, if the graph has at least two vertices.
20 votes
2 answers
2465
Find the minimum sum of products form of the logic function $ f(A,B,C,D) = \Sigma_{m}(0,2,8,10,15)+ \Sigma _{d}(3,11,12,14)$ where $m$ and $d$ represent minterm and don't...
1 votes
1 answer
2466
I have an equation $X\log(X)=\log N$. Can anybody solve for $X$ from this equation?
3 votes
1 answer
2468
21 votes
2 answers
2472
Following is a state table for time finite state machine.$$\begin{array}{|l|ll|}\hline \textbf{Present State} & \textbf{Next State Output} \\ & \textbf{Input- 0} & \t...
24 votes
4 answers
2473
Design a $3$-bit counter using D-flip flops such that not more than one flip-flop changes state between any two consecutive states.
44 votes
9 answers
2475
Compute the post fix equivalent of the following expression $3^*\log(x+1)-\frac{a}{2}$
0 votes
2 answers
2477
suppose expression is like : ((a+b)+((c+d))), so how to find duplicate parenthesis in the given expression ?
29 votes
5 answers
2479
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...
35 votes
2 answers
2480
18 votes
2 answers
2481
38 votes
2 answers
2482
A file system with a one-level directory structure is implemented on a disk with disk block size of $4K$ bytes. The disk is used as follows:$$\begin{array}{|l|}\hline \te...