Answered step by step
Verified Expert Solution
Question
1 Approved Answer
[ 3 0 pts . ] Your task is to design a circuit that can grade a multiple - choice exam. Here, assume that: a
pts Your task is to design a circuit that can grade a multiplechoice exam. Here, assume that:
a There are students who are taking the exam.
b The exam has questions, each worth point.
c Each question has choices A B C or it can be left blank possibilities
d There is no negative scoring for selecting the wrong choice and hence, the total score is an integer between leaving all questions blank to answering all questions correctly
Your task is to compute the total score for each student based on their exam. Draw the HLSM the datapath and the controller FSM not including the circuit for this.
Hint: You may assume that you have access to three register files RF:
An RF of size that stores the students' answers registers corresponding to students, each register has bits, storing the bit encoded response corresponding to which of the possibilities was selected by the student for each of the questions.
An RF of size which has the correct solutions stored in it for the questions.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started