• edited by
24 views
0 0 votes

In a $\text{D}$ flip flop the out-put state $\text{Q}$ is related with $\text{D}$ input in what way?

  1. $\text{Q}$ is dependent of $\text{D}$
  2. $\text{Q}$ is same as $\text{D}$
  3. $\text{Q}$ is independent of $\text{D}$
  4. $\text{Q}$ is complement of $\text{D}$

Please log in or register to answer this question.

Answer:
Position:
Show:

Related questions

0 0 votes
0 0 answers
42
42 views
Shubham Sharma 2 asked Jun 28
42 views
A $\_\_\_\_$ is a pictorial depiction of the schema of a database that shows the relations in the database, their attributes, and primary keys and foreign keys.relational...
0 0 votes
0 0 answers
31
31 views
Shubham Sharma 2 asked Jun 28
31 views
Consider the following table of arrival time and burst time for three processes $\mathbf{P}_{0}, \mathbf{P}_{1}, \mathbf{P}_{2}$\[\begin{array}{|c|c|c|}\hline\text{Proces...
1 1 vote
0 0 answers
64
64 views
Shubham Sharma 2 asked Jun 28
64 views
According to Boolean law: $\mathrm{A}^{=}=$?$0$$\mathrm{A}$$\mathrm{A}^{=}$$1$
0 0 votes
0 0 answers
39
39 views
Shubham Sharma 2 asked Jun 28
39 views
Consider the following recursive function.int function (int x, int y) { if (y<=0) return x; return function $(y, x % y); }The above recursive function computes $...