
SystemVerilog Quiz

Quiz
•
Engineering
•
University
•
Easy
Eleena Mohapatra
Used 1+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a correct way to declare an enum in SystemVerilog?
enum {IDLE, RUN, STOP} mode;
enum int {IDLE, RUN, STOP};
typedef enum {IDLE, RUN, STOP} mode_t; mode_t mode;
enum = {IDLE, RUN, STOP} mode;
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the default integer value assigned to the first member of an enum if not explicitly defined?
-1
0
1
Undefined
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Consider the following enum: typedef enum int {RED = 2, GREEN, BLUE} color_t; What is the value of BLUE?
2
3
4
It will cause an error
4.
OPEN ENDED QUESTION
3 mins • 1 pt
Coefficient of autonomous LFSR is c[4:1] = 1001. What is the output after 3rd clock cycle if initial data is 0001?
Evaluate responses using AI:
OFF
5.
OPEN ENDED QUESTION
3 mins • 1 pt
For the following code segment, What is the final value of variable "c" integer a, b, c; initial begin a = 55; b = 10; c = 5; a = b * c; b = a - 25; c = a + b; end
Evaluate responses using AI:
OFF
6.
OPEN ENDED QUESTION
3 mins • 1 pt
For the following code segment indicate, Raising edges of the clock will appear at times ____,_____, ____,______.
Evaluate responses using AI:
OFF
7.
OPEN ENDED QUESTION
3 mins • 1 pt
If the 8-bit variable "data" declared as "reg [7:0] data" is initialized to 8'b10011001, what will be its value after execution of the following code segment? always @(posedge clock) begin data =data >>>1; data[0] = data[7]; end
Evaluate responses using AI:
OFF
8.
OPEN ENDED QUESTION
3 mins • 1 pt
In the given code, statement 2 will executed at
initial begin
#5 x = 1'b0; // statement 1
#15 y = 1'b1; // statement 2
end
Evaluate responses using AI:
OFF
Similar Resources on Wayground
9 questions
ICT Programming Lesson 5

Quiz
•
6th Grade - University
10 questions
Understanding MOSFETs

Quiz
•
University
10 questions
Power Management in IoT Devices

Quiz
•
University
11 questions
SOS#13 - DAY 3 pop quiz

Quiz
•
University
13 questions
Electric vehicle Tech 2

Quiz
•
University
10 questions
Pre Test-12

Quiz
•
University
10 questions
Pre Test-11

Quiz
•
University
10 questions
Mastering Java Arithmetic Operators

Quiz
•
10th Grade - University
Popular Resources on Wayground
15 questions
Hersheys' Travels Quiz (AM)

Quiz
•
6th - 8th Grade
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
30 questions
Lufkin Road Middle School Student Handbook & Policies Assessment

Quiz
•
7th Grade
20 questions
Multiplication Facts

Quiz
•
3rd Grade
17 questions
MIXED Factoring Review

Quiz
•
KG - University
10 questions
Laws of Exponents

Quiz
•
9th Grade
10 questions
Characterization

Quiz
•
3rd - 7th Grade
10 questions
Multiply Fractions

Quiz
•
6th Grade