

Sorry
as i am unable to give explanation because of less time remaining
mean while i will give some guidance to understand it.
RCO pin should be unconnected it is used to connect to another 74ls163 ic to increase counts.
ENP should be high as it enables the IC.
ENT should be HIGH and it enables the RCO when all the outputs are one.
CLR should be high or else it will clear the outputs and reset to 0000
CLK is applied externally so i left it as your wish.
In truth table G1 column is for load inpput and output of OR gate.
When LOAD is low the data present in ABCD will be directly displayed on the QA QB QC QD
In truth table the initial stage is indicated then only original stages are indicated.
The connections in the design are indicated with a BIG DOT.
Sorry for not giving the clear explanation and THE GATE IN THE DESIGN SHOULD BE NOR PLEASE REPLACE IT i just figured it out. sorry sorry sorry.
thanks for the question
have a nice day.
Design applications--using 74LS163 (1) Design and construct a mod-8 counter to count from 7 to 14...
Part Ii Using positive logic, and an input variable x, design a MOD 4 Synchronous Counter to count in a 2753,2753, etc. sequence vhen -0, and will count in a 3572.3572 etc. sequence vhen 1. Use 74112 Dual JK flip flops with Preset and Clear capabilities
Part Ii Using positive logic, and an input variable x, design a MOD 4 Synchronous Counter to count in a 2753,2753, etc. sequence vhen -0, and will count in a 3572.3572 etc. sequence vhen...
Design C-1 (modulo-10 up-counter): Using the behavioral VHDL coding, create an up-counter to count upward. The up counter has the following control inputs En.reset, CLK. The counting outputs are Q0, O1, Q2. and O3 reset clears the outputs of the counter to 0. En enables the counting when En-1. When En-0, the counter stops. The counter sequentially counts all the possible numbers and loops again, from 0 to 9, back to 0 and 9, etc Design C-2: Ten-second Counter with...
to count from O to 4, and again from the zero count in the counter to start, design the counter.
to count from O to 4, and again from the zero count in the counter to start, design the counter.
Design a MOD 4 Synchronous Counter to count in a 2753,2753, etc. when x=0. Draw Circuit diagram as well.
Up-Down counter with enable using JK flip-flops: Design, construct and test a 2-bit counter that counts up or down. An enable input E determines whether the counter is on or off. If E = 0, the counter is disabled and remains in the present count even though clock pulses are applied to the flip-flops. If E= 1, the counter in enabled and a second input, x, determines the count direction. If x= 1, the circuit counts up with the sequence...
Design a two-bit up/down binary counter using D flip-flops that can count in binary from 0 to 7. When the control input x is 0, the circuit counts down, and when it is 1, the circuit counts up. (a) Obtain the state table of the two-bit counter. (b) Obtain the state diagram (c) Draw the logic diagram of the circuit.
1. Suppose you want to design a 2-bit binary up-counter. Construct the state table using A1 and AO as the previous state of bits and A1+, A0+ as the next bit states, ie, to count from 00 to 01, A1 stays at 0, but AO changes from 0 to 1. Let the counter wrap-around, such that 11 -> 00. Draw the state diagram. 2. Next, add in a third input, En, for enable. The counter can only count up when...
(a) Design an asynchronous Binary Coded Decimal (BCD) count-up counter using JK flip-flops. Draw the counter circuit clearly showing the configuration of the JK flip-flops and the necessary logic gate(s). Sketch the input and output waveforms of this counter (7 Marks) (b) The binary up/down counter for a cargo lift controller in a 7-storey building has an up-down (UID) control input and a buzzer output (B). The buzzer will sound B 1) when the lift is at level 1 or...
1,A MOD 12 and a MOD 10 counter are cascaded. The input clock frequency is 60 MHz. Determine the counter output frequency. 2.What is the output state of a MOD-64 counter after 92 input pulses if the starting state is 000000? 3.What is the frequency factor of a mod 16 counter? 4. How many flip flops are required to design a mod 16 counter? 5. In a mod 10 counter we can distinguish _ different states.
Design serial (asynchronous) counter modulo 7 using synchronous flip-flops (T, D or JK). The counter should count up.