Python Lesson 2: Data Types Quiz

Python Lesson 2: Data Types Quiz

7th Grade

25 Qs

quiz-placeholder

Similar activities

informatika 7 tes

informatika 7 tes

7th Grade

20 Qs

Informatika Kelas 7 Quiz

Informatika Kelas 7 Quiz

7th Grade

20 Qs

Internet and App script

Internet and App script

5th Grade - University

22 Qs

Modul Ajar Koding untuk Kelas Pemula

Modul Ajar Koding untuk Kelas Pemula

7th Grade

20 Qs

Year 8 Python End of topic assessment

Year 8 Python End of topic assessment

7th Grade

30 Qs

Analisi Data (Dasar)

Analisi Data (Dasar)

7th Grade

20 Qs

VBA Fundamentals for Beginners

VBA Fundamentals for Beginners

7th Grade

20 Qs

Quiz Grade 7

Quiz Grade 7

7th Grade

30 Qs

Python Lesson 2: Data Types Quiz

Python Lesson 2: Data Types Quiz

Assessment

Quiz

Information Technology (IT)

7th Grade

Medium

Created by

John Heatley

Used 5+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main difference between Interactive mode and Script mode in Python?

Script mode gives faster results

Interactive mode is only used for games

Interactive mode runs one line at a time; Script mode runs a whole program

Script mode can only be used online

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will happen when this code is run? print('Hello World')

It will print: Hello World

It will give a syntax error

It will ignore the line

It will crash the computer

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will happen when this code is run? print ("Hello World'

It will print: Hello World

It will give a syntax error

It will ignore the line

It will crash the computer

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a syntax error in Python? (Fill in the blank) A syntax error is where the program cannot run as the rules of the programming language _________.

have been broken.

are always followed.

are not required.

are ignored.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following Python programs involves input, type casting, and output?

num = input('Enter a number: ') num = int(num) print('You entered:', num)

print('Hello, World!')

for i in range(5): print(i)

x = 5 + 3 print(x)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type in Python holds whole numbers?

Integer

String

Float

Boolean

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type in Python holds numbers with a decimal point?

Float

Integer

String

Boolean

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?