Python Basics: IDLE and Variables Quiz

Python Basics: IDLE and Variables Quiz

7th Grade

20 Qs

quiz-placeholder

Similar activities

Quiz on Variables

Quiz on Variables

7th Grade

25 Qs

Python Data Structures

Python Data Structures

6th - 8th Grade

15 Qs

HTML CSS JS

HTML CSS JS

6th - 8th Grade

20 Qs

Python Lesson 2: Data Types Quiz

Python Lesson 2: Data Types Quiz

7th Grade

25 Qs

Thử thách 7 - đường đua lập trình

Thử thách 7 - đường đua lập trình

7th Grade

20 Qs

Revision Y8

Revision Y8

7th Grade

20 Qs

quiz1B1

quiz1B1

7th Grade - University

20 Qs

G7 STS 2 Informatika

G7 STS 2 Informatika

7th Grade

20 Qs

Python Basics: IDLE and Variables Quiz

Python Basics: IDLE and Variables Quiz

Assessment

Quiz

Information Technology (IT)

7th Grade

Hard

Created by

John Heatley

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the name of the Python program where you can write and run code interactively, line by line?

IDLE

Word

Excel

Paint

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which mode in IDLE lets you type one line at a time and see the result straight away?

Script mode

Interactive mode

Sleep mode

Print mode

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable in Python?

A type of fruit

A place to store information

A kind of computer

A colour

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol is used to assign a value to a variable in Python?

+

=

$

&

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following code print in interactive mode? ```python x = 5 print(x) ```

x

5

print(x)

Nothing

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is a valid variable name in Python?

2cats

cat_2

cat-2

cat 2

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main difference between interactive mode and script mode in IDLE?

Interactive mode runs one line at a time, script mode runs a whole file

Script mode is only for drawing

Interactive mode is for emails

There is no difference

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?