DataStorm Quiz

DataStorm Quiz

University

20 Qs

quiz-placeholder

Similar activities

Quiz No. 70 Paul-ish Your Spoken English in Telugu

Quiz No. 70 Paul-ish Your Spoken English in Telugu

KG - Professional Development

20 Qs

Johnny Chuck

Johnny Chuck

4th Grade - University

25 Qs

Spring data JPA

Spring data JPA

University

20 Qs

EARTH´S CRUST

EARTH´S CRUST

KG - Professional Development

19 Qs

Famous foods around the world #ICTUSD2020

Famous foods around the world #ICTUSD2020

University - Professional Development

20 Qs

PAT BIG WAJIB XI

PAT BIG WAJIB XI

University

20 Qs

Literary Analysis Essential Vocabulary

Literary Analysis Essential Vocabulary

8th Grade - University

15 Qs

 ALL PRESIDENTS OF INDIA  QUIZ

ALL PRESIDENTS OF INDIA QUIZ

1st Grade - Professional Development

16 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?