
Veriog Module1
Authored by Mr.G. Ravi Kumar Reddy undefined
Education
University
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Consider the following Verilog code segment:
wire [5:0] A, B;
wire C; assign C = ^A;
If the values of A and B are 5'b10011 and 5'b01110 respectively,
what will be the value of {A[3:1], 2{C}, B[2:0]}
00100110
00111110
01111110
None of these
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which combinational logic is generated by the following code segment?
input I0,I1;
input sel;
output f;
assign f = sel ? I1 : I0;
1X2 Demultiplexer
2x1 multiplexer
4x1 multiplexer
tri state buffer
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What combinational circuit do the following verilog module implement?
module example(a,b,c,f1,f2);
input a,b,c;
output f1,f2;
wire w1,w2,w3;
xor x1(w1,a,b);
xor x2(f1,w1,c);
and a1(w2,a,b);
and a2(w3,w1,c);
or(f2,w2,w3);
endmodule
full adder
Half adder
Multiplexer
3 to 8 decoder
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
How will the number -8'd5 (in Verilog) be internally represented as bits?
1111 1110
1111 1100
1111 0000
1111 1011
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a system task?
always block
initial block
$display
assign statement
6.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Which of the following does not represent a behavioral representation for the function
f = A.B +B.C + C.A?
A truth table of the function f
The Verilog specification: assign f = (A & B) | (B & C) | (C & A);
A netlist consisting of three 2-input AND and one 3-input OR gate
None of these
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
For the following Verilog code segment, if the initial value of IR is 2D00 023A (in hexadecimal), what will be the value of “memaddr” in decimal?
wire [31:0] IR;
wire [7:0] opcode;
wire [23:0] address;
wire [23:0] memaddr;
assign opcode = IR[31:24];
assign address = IR[23:0];
assign memaddr = address + 100;
685
670
723
None of these
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
17 questions
BAHASA MELAYU MODEN
Quiz
•
University
10 questions
Usability & Accessibility
Quiz
•
University
12 questions
Educational Paradigms
Quiz
•
University
12 questions
LESSON 4: MY ROOM
Quiz
•
University
10 questions
ALL ABOUT INCLUSIVE EDUCATION - POP QUIZ
Quiz
•
University
16 questions
Rebrand Crossword
Quiz
•
University
15 questions
Instructional Decision in Assessment
Quiz
•
University
10 questions
Beginning of the term quiz
Quiz
•
University
Popular Resources on Wayground
7 questions
History of Valentine's Day
Interactive video
•
4th Grade
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
15 questions
Valentine's Day Trivia
Quiz
•
3rd Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
Discover more resources for Education
18 questions
Valentines Day Trivia
Quiz
•
3rd Grade - University
12 questions
IREAD Week 4 - Review
Quiz
•
3rd Grade - University
23 questions
Subject Verb Agreement
Quiz
•
9th Grade - University
5 questions
What is Presidents' Day?
Interactive video
•
10th Grade - University
7 questions
Renewable and Nonrenewable Resources
Interactive video
•
4th Grade - University
20 questions
Mardi Gras History
Quiz
•
6th Grade - University
10 questions
The Roaring 20's Crash Course US History
Interactive video
•
11th Grade - University
17 questions
Review9_TEACHER
Quiz
•
University