VERILOG DATA TYPES

VERILOG DATA TYPES

University

10 Qs

quiz-placeholder

Similar activities

PYTHON BASICS

PYTHON BASICS

University

7 Qs

Java Recap

Java Recap

12th Grade - University

15 Qs

ILT-ML-05-BK Quiz

ILT-ML-05-BK Quiz

University

10 Qs

CC 04 - Quiz 1

CC 04 - Quiz 1

University

10 Qs

SQE Unit 1

SQE Unit 1

University

10 Qs

Web Development Workshop

Web Development Workshop

University - Professional Development

10 Qs

LEFT_RIGHT_MID Excel Functions Quiz

LEFT_RIGHT_MID Excel Functions Quiz

9th Grade - University

10 Qs

Coding Fundamentals

Coding Fundamentals

University

15 Qs

VERILOG DATA TYPES

VERILOG DATA TYPES

Assessment

Quiz

Computers

University

Hard

Created by

Princess Vinarao

Used 16+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Verilog HDL is a case-sensitive language. All keywords are in _________.

lowercase

uppercase

either lower or uppercase

bold letters

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Whitespace is ignored by Verilog except when it separates _________.

tokens

streams

comments

ASCII

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which is illegal in writing comments in verilog?

Embedding one-line comments in multiple-line comments

Embedding multiple-line comments in multiple-line comments

Embedding one-line comments after ;

all of the given

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which is a unary operator?

a = b && c;

a = ~b;

a = b & c;

a = b ? c : d;

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Numbers that are specified without a <base format> specification are __________ numbers by default.

binary

decimal

octal

hexadecimal

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

For a 32-bit Windows, the specified number: 8'd255 has how many bits?

32

16

8

4

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

For a 32-bit Windows, the specified number: 255 has how many bits?

32

16

8

4

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?