Design and implement a sequential circuit that counts from 0-3
in a repeating cycle with two inputs: step and reset. If the step
input is 1 the count progresses to the next value, if 0 you stay at
the current value. If the reset input is 1 the count returns to 0,
if 0 it has no effect. If both step and reset are 1, reset takes
precedence.
Use J-K flip flops in your design and follow the design process...
Question 3:
A)Design a BCD counter.
-The circuit counts from 0 to 9, then resets back to 0 to
restart the counting sequence.
-The circuit has one input run/stop. If the input is 1, the
eounter will count. If the input is 0, the counter will freeze in
its current location until the input is set to 1 again.
-The circuit has one output. It becomes 1 when the counter
completes a cycle and starts the next one. Otherwise, that...
You are an engineering consultant hired to verify an elevator
design. The elevator mass is 500kg and has a maximum occupant
capacity of 800kg. Carbon steel cables with total cross sectional
area of 64cm2 support the elevator. The maximum speed of the
elevator is 2 meters per second. At the maximum speed, each cable
extends at least 4 meters and cannot extend more than 22 meters,
unstretched. When the car is not moving and the cables are extended
by 22...
You have been
asked to design an elevator system.
The functions
of an elevator includes moving up and down, open and close doors,
and pick up passengers.
The elevator
is supposed to be used in a building having floors numbered from 1
to MaxFloor, where the first floor is the lobby.
There are car
call buttons in the car corresponding to each floor.
For every
floor except for the top floor and the lobby, there are two hall
call buttons...
Three capacitors are arranged as shown as a portion of a
complete circuit. ?2 and ?3 are wired in parallel, and then the
system of (?2 + ?3) is wired in series to capacitor ?1. The
capacitances of each capacitor are ?1 = 5.1 ??, ?2 = 4.8 ??, and
C3= 6.2 ??. There is an unknown potential difference between points
a and b. a. What is the equivalent capacitance of the system? b. If
the charge on ?2 is...
Q2.Find the equivalent circuit from no - load and short -
circuit test of a 3 - phase. 14.92 kW, 400 V, 6 - pole induction
motor from the following test results (line values): No - load: 400
- V, 11 A, p.f. = 0.2 Short - circuit: 100 - V, 25 A, p.f. = 0.4
Rotor Cu loss at standstill is half the total Cu loss.
Problem 3.73 (1-bit full adder using carry lookahead – gate
level circuit)
3.73 Design a 4-bit full adder using carry
look-ahead rather than ripple carry.
3. Design and draw a circuit using the cascade system to operate
two cylinders (A and B) which, on the operation of a start valve,
produces the sequence A – B + B – A+. The cylinders should park in
the positions B – A + when the start switch is in the ‘off’
position.
4. Modify the circuit designed for question 3 to provide an
emergency stop which will park both cylinders in the extended
position (i.e. A +...
1. Design a combinational circuit that coverts a 4-bit Gray
code to a 4-bit Excess-3
code. Provide detailed solution and explanation.
2. Design a double edge-triggered D flip-flop using
multiplexers only. The output of the flip-flop Q should “sample”
the value of the input D on both rising (+ve) and falling (-ve)
edges of the clock CLK. Provide detailed solution and
explanation.
3. Design an FSM counter that counts the sequence: 00, 11, 01,
10, 00, 11, ... . Provide...