FT1_21ECC3037_Test1

FT1_21ECC3037_Test1

University

40 Qs

quiz-placeholder

Similar activities

Systems Administration -2

Systems Administration -2

9th Grade - University

35 Qs

Revision Quiz

Revision Quiz

University

40 Qs

Evaluating Business Performance Quiz

Evaluating Business Performance Quiz

University

35 Qs

Chapter 3 Mastering Significant Figures and Estimation

Chapter 3 Mastering Significant Figures and Estimation

7th Grade - University

35 Qs

TIK-9

TIK-9

8th Grade - University

40 Qs

OWASP Noida Quiz

OWASP Noida Quiz

University

35 Qs

CPT EP Quiz 2 (C1 Computer Architecture, C10 Network Addresses)

CPT EP Quiz 2 (C1 Computer Architecture, C10 Network Addresses)

9th Grade - University

40 Qs

BTUI'24 - Inter-school ICT Quiz - Quarter Finals

BTUI'24 - Inter-school ICT Quiz - Quarter Finals

12th Grade - University

40 Qs

FT1_21ECC3037_Test1

FT1_21ECC3037_Test1

Assessment

Quiz

Information Technology (IT)

University

Practice Problem

Medium

Created by

Selvakumar J

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 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

20 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

20 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

20 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

10 sec • 1 pt

Which of the following data types is NOT supported in Verilog?

reg
wire
int
bit_vector

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following is used to simulate delay in Verilog?

@
#
$
%

7.

MULTIPLE CHOICE QUESTION

10 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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?