(Spring 2022) Final Exam
(Spring 2022) Final Exam
FACULTY OF ENGINEERING
Department of Electrical Engineering
4th Year, Computer & Systems Engineering
2nd Semester, 2021/2022 Course Code: CSE 412 Time allowed: 2 Hrs.
Selected Topics in Computer Engineering
The Exam Consists of Four Questions in Three Pages. Maximum Marks: 90 Marks 1/3
تعليمات هامة
.حيازة التيلفون املحمول مفتوحا داخل لجنة المتحان يعتبر حالة غش تستوجب العقاب وإذا كان من الضرورى الدخول باملحمول فيوضع مغلقا فى الحقائب •
.ل يسمح بدخول سماعة األذن أو البلوتوث •
.ليسمح بدخول أي كتب أو مالزم أو أوراق داخل اللجنة واملخالفة تعتبر حالة غش •
4. modport is used to
a. declare input and output skew
b. declare direction of signals
c. synchronize signals
d. make interface complex
C. How many bins are created in following example for coverpoint cp_x ?
B. Two signal lines r1 and r2 are mutually exclusive (i,e both of them cannot be high at
the same time). The following assertion is used to take care of that. State whether this
assertion is right or wrong with justification.
C. A finite state machine is described by the following state diagram. It has one input pi, a
clock signal clk, and one signal called initialize, which puts the machine in the state L0
whenever it is active. Write a coverage group to check whether all the transitions have
been exercised.
initialize 0
L0 L1
1
0
1
0 1
L2
D. What is the maximum coverage you can get from the following coverage group? How
to increase the maximum coverage in this case?