Search Header Logo

Python Basics: IDLE and Variables Quiz

Authored by John Heatley

Information Technology (IT)

7th Grade

Used 2+ times

Python Basics: IDLE and Variables Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?