now, i want you to help me with the second part
2. Modify your design in question 1.a so that the circuit works according to the following function table
X Y F
0 0 Clear
0 1 No Change
1 0 Parallel Loading
1 1 Count
because i don't have any ideas of the way it done by it
I have attached the data sheet for the 4027 Dual JK Flip Flop IC.
Motorola call it the MC14027, other manufacturers use other prefixes such as CD4027, etc.
Note that the 4027 has Set (S) and Reset (R) inputs. These are called asynschonous inputs since they are independent of the clock. Some manufacturers call them Preset & Clear.
The J & K are called synchronous inputs as they are dependent upon the clock.
Look at the general description, Truth Table & the Block Diagram on page 1.
The Truth Table defines how the FF behaves under the various input stimuli.
You will need gating to control the functions. The inputs will be X & Y.
The outputs of the gating will go to the S & R inputs. You may also have to design some way of preventing synchronous changes when you want to make asynchronous ones.
The first step is to draw Karnaugh maps for the S & R inputs. I suggest you forget about the issue in red above initially until you have seen my next post. It is a side issue at this stage.
I will post another attachment later that will help you understand what you're trying to do.
Since you are running out of time, I have drawn the Karnaugh maps for the Set & Reset inputs to the Flip Flops and have given you a clue as to how to do the "No change" case.