ELECTROSPARK QUIZ 2023

ELECTROSPARK QUIZ 2023

University

50 Qs

quiz-placeholder

Similar activities

Ujian Penilaian Administrasi infrastruktur Jaringan (AIJ)

Ujian Penilaian Administrasi infrastruktur Jaringan (AIJ)

12th Grade - University

50 Qs

Solid State Devices Final Review

Solid State Devices Final Review

University

55 Qs

REMOVAL FOR BASIC ELECS

REMOVAL FOR BASIC ELECS

University

50 Qs

MCTCC0113

MCTCC0113

University

50 Qs

CONTROL SYSTEMS UNIT I

CONTROL SYSTEMS UNIT I

University

45 Qs

AQA GCSE Computer Systems

AQA GCSE Computer Systems

7th Grade - University

50 Qs

Computer Hardware and Software Review

Computer Hardware and Software Review

KG - University

45 Qs

Unit 2

Unit 2

University

50 Qs

ELECTROSPARK QUIZ 2023

ELECTROSPARK QUIZ 2023

Assessment

Quiz

Computers

University

Hard

Created by

Anuradha Joshi

Used 9+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Among the VHDL features, which language statements are executed at the same time in parallel flow?

   a. Concurrent

b. Sequential

c. Net-list

d. Test-bench

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you insert COMMENTS in Python code?

/*This is a comment*/

#This is a comment

//This is a comment

**This is a comment

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is NOT a legal variable name?

my-vit   

Myvit

_myvit

my_vit

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which method can be used to remove any whitespace from both the beginning and the end of a string? (in Python)
len()
strip()
ptrim()
trim()

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which method can be used to return a string in upper case letters? (in Python)
toUpperCase()
upperCase()
upper()
uppercase()

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of these collections defines a TUPLE?
["apple", "banana", "cherry"]
{"apple", "banana", "cherry"}
("apple", "banana", "cherry")
{"name": "apple", "color": "green"}

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which collection is ordered, changeable, and allows duplicate members? (in Python)
LIST
DICTIONARY
TUPLE
SET

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?