VLSI unit-1

VLSI unit-1

University

40 Qs

quiz-placeholder

Similar activities

2.1_diagrams

2.1_diagrams

University

45 Qs

Advanced IoT Situational-Based MCQs

Advanced IoT Situational-Based MCQs

University

37 Qs

Test 1_VLSI

Test 1_VLSI

University

40 Qs

FT1_VLSI_SEE-E

FT1_VLSI_SEE-E

University

40 Qs

21ECC303T-FT1

21ECC303T-FT1

University

40 Qs

Test-41

Test-41

University

40 Qs

Wireless Communication MCQs

Wireless Communication MCQs

University

41 Qs

Networking Quiz - Basic 03 to Basic 04

Networking Quiz - Basic 03 to Basic 04

University

40 Qs

VLSI unit-1

VLSI unit-1

Assessment

Quiz

Engineering

University

Easy

Created by

Veer Chandra

Used 2+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What will be the output of the following code? module test; reg [3:0] a = 4'b1010; initial $display("%d", a); endmodule
10
1010
4
Error

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the value of out after this always block executes? always @(a or b) begin out = a &b; end
Bitwise AND of a and b
Logical AND of a and b
Sum of a and b
Bitwise OR of a and b

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What does the always block below describe? always @(posedge clk) q <= d;
Combinational logic
Asynchronous latch
D Flip-Flop
Counter

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What will be the output y if a=1 and b=1 in the following? assign y = ~(a & b);
1
0
X
Z

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following data types is NOT supported in Verilog?
reg
wire
int
bit_vector

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is used to simulate delay in Verilog?
@
#
$
%

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following describes a blocking assignment in Verilog?
<=
->
=
<<=

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?