ELECTROSPARK QUIZ 2023

ELECTROSPARK QUIZ 2023

University

50 Qs

quiz-placeholder

Similar activities

Cache Memory

Cache Memory

University

46 Qs

Semi Final Exam

Semi Final Exam

University

50 Qs

Networking Final

Networking Final

University

50 Qs

ELC Test 10 & 11

ELC Test 10 & 11

University

49 Qs

Q3 ICT Periodical Test

Q3 ICT Periodical Test

9th Grade - University

52 Qs

ITE3 Prelim Exams RSST- IT

ITE3 Prelim Exams RSST- IT

University

50 Qs

Solid State Devices Final Review

Solid State Devices Final Review

University

55 Qs

MidTerm Exam - CS122 - 12024

MidTerm Exam - CS122 - 12024

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?