DataStorm Quiz

DataStorm Quiz

University

20 Qs

quiz-placeholder

Similar activities

Neo's Nexus Round1

Neo's Nexus Round1

University

17 Qs

Medha Round-2

Medha Round-2

University

20 Qs

Paul-ish Your Spoken English in Telugu-Live Quiz No. 56

Paul-ish Your Spoken English in Telugu-Live Quiz No. 56

KG - Professional Development

20 Qs

Quiz Time

Quiz Time

University

22 Qs

Summit 1, Unit 7. Vocabulary

Summit 1, Unit 7. Vocabulary

University

16 Qs

HANDICRAFT

HANDICRAFT

12th Grade - Professional Development

15 Qs

Paul-ish Your Spoken English in Telugu-Live Quiz No 44

Paul-ish Your Spoken English in Telugu-Live Quiz No 44

KG - Professional Development

20 Qs

Google Classroom

Google Classroom

7th Grade - University

15 Qs

DataStorm Quiz

DataStorm Quiz

Assessment

Quiz

English

University

Hard

Created by

A Lakshmi Bhargav

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is used to define a block of code in Python?

Brackets

Indentation

Key

None of the above

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the output of: 3 * '7'?

21

'21'

777

Error

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will be the output of: print({1, 2, 3} & {2, 3, 4})?

{2, 3}

{1, 2, 3, 4}

{1, 4}

Error

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How are Python dictionaries defined?

{}

[]

()

<>

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

university = "Malla Reddy" department = "Data Science" print(university + " " + department) What will be the output of the above program?

MallaReddy Data Science

Malla Reddy DataScience

Malla Reddy Data Science

Malla Reddy Department of Data Science

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the size of an int variable in Java?

8 bits

16 bits

32 bits

64 bits

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which loop is guaranteed to execute at least once?

for

while

do-while

foreach

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?