ELECTROSPARK QUIZ 2023

ELECTROSPARK QUIZ 2023

University

50 Qs

quiz-placeholder

Similar activities

MCTCC0113

MCTCC0113

University

50 Qs

Computer

Computer

University

50 Qs

CHAPTER 1: INTRODUCTION TO COMPUTERS

CHAPTER 1: INTRODUCTION TO COMPUTERS

University

45 Qs

Data Communication & Networks_A

Data Communication & Networks_A

University

50 Qs

Computer Architecture

Computer Architecture

University

51 Qs

Network & Telecommunication (101-150)

Network & Telecommunication (101-150)

University

47 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

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?