edited by
11,634 views
11 votes
11 votes

The dynamic hazard problem occurs in

  1. combinational circuit alone
  2. sequential circuit only
  3. Both (a) and (b)
  4. None of the above
edited by

4 Answers

Best answer
25 votes
25 votes

Answer : C

Dynamic hazard 

Definition: for a single input output changes more than once.

Reason: For larger circuits there may be different routes to output. if each route has different delay, output may change more than once.

In combinational circuits, delays in logic gates (eg: NAND, NOR) may cause this hazard

In sequential circuits, delays by flipflops may cause this hazard

Hence answer is c

http://www.doe.carleton.ca/~shams/ELEC3500/hazards.pdf

selected by
4 votes
4 votes

Answer : Combinational Logic

Definition:- "A dynamic hazard is the possibility of an output changing more than once as a result of a single input change"

Dynamic hazards often occur in larger logic circuits where there are different routes to the output (from the input)

Reference : Dynamic hazard

2 votes
2 votes

     a) Combinational circuit Alone

     b)  sequential circuit only

     C) Both a and b

if C is correct answer , how can you say option a and b will be true together because in both option they have mentioned ONLY

so Answer should be D.

1 votes
1 votes

In computer science syllabus, the term hazards is used in two different topics, which shouldn't be confused with one another.

In Pipelining, hazards are:-

  1. Structural hazards
  2. Data hazards
  3. Branch hazards

These hazards are NOT what this question is about.

In Logic Circuits, hazards are:-

  1. Static hazards
  2. Dynamic hazards
  3. Functional hazards

The question pertains to this topic.


A static hazard is the situation where, when one input variable changes, the output changes momentarily before stabilizing to the correct value. There are two types of static hazards:

  • Static-1 Hazard: the output is currently 1 and after the inputs change, the output momentarily changes to 0,1 before settling on 1
  • Static-0 Hazard: the output is currently 0 and after the inputs change, the output momentarily changes to 1,0 before settling on 0

In properly formed two-level AND-OR logic based on a Sum Of Products expression, there will be no static-0 hazards.

Conversely, there will be no static-1 hazards in an OR-AND implementation of a Product Of Sums expression.

The most commonly used method to eliminate static hazards is to add redundant logic.


A dynamic hazard is the possibility of an output changing more than once as a result of a single input change.

Dynamic hazards often occur in larger logic circuits where there are different routes to the output and routes have different delays.

Note that if all static hazards have been eliminated from a circuit, then dynamic hazards cannot occur.

 

// So if a circuit is long enough with different delays, dynamic hazard can occur regardless of whether the constituents of the circuit are Logic Gates or Flip Flops. Option C


Functional hazards are ones occurred by a change applied to more than one input.

There is no specific logical solution to eliminate them. One really reliable method is preventing inputs from changing simultaneously, which is not applicable in some cases.


 

Answer:

Related questions

8 votes
8 votes
2 answers
2
Arjun asked Jul 6, 2016
3,772 views
If $12A7C_{16} = X_8$ then the value of $X$ is$224174$$425174$$6173$$225174$