Python Lesson 2: Data Types Quiz

Python Lesson 2: Data Types Quiz

7th Grade

25 Qs

quiz-placeholder

Similar activities

Osnove programskih jezika

Osnove programskih jezika

6th - 8th Grade

20 Qs

Code Camp Quiz 2025 V1

Code Camp Quiz 2025 V1

6th Grade - University

20 Qs

Uji Pemahaman Materi Data

Uji Pemahaman Materi Data

7th Grade

20 Qs

Analisi Data (Dasar)

Analisi Data (Dasar)

7th Grade

20 Qs

Quiz on Variables

Quiz on Variables

7th Grade

25 Qs

Informatika Algoritma, Struktur Data, Representasi Data

Informatika Algoritma, Struktur Data, Representasi Data

7th Grade

20 Qs

Bab 2 Berpikir Komputasional

Bab 2 Berpikir Komputasional

7th Grade

20 Qs

Informatika

Informatika

7th Grade

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