DataStorm Quiz

DataStorm Quiz

University

20 Qs

quiz-placeholder

Similar activities

Early Video Games

Early Video Games

5th Grade - University

15 Qs

Web Page

Web Page

7th Grade - University

15 Qs

PTS B INGGRIS SEMESTER GENAP KELAS 6 part 1

PTS B INGGRIS SEMESTER GENAP KELAS 6 part 1

5th Grade - University

25 Qs

Diagnostic Quiz Grade X

Diagnostic Quiz Grade X

10th Grade - University

15 Qs

Youth to Business Basics

Youth to Business Basics

University

17 Qs

Week 11 - Business Informations Systems - Emerging Technologies

Week 11 - Business Informations Systems - Emerging Technologies

University

15 Qs

NARRATIVE & PASSIVE VOICE KELAS 9

NARRATIVE & PASSIVE VOICE KELAS 9

9th Grade - University

20 Qs

Olimpiade Bahasa Inggris SMA

Olimpiade Bahasa Inggris SMA

10th Grade - University

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