Python Basics: IDLE and Variables Quiz

Python Basics: IDLE and Variables Quiz

7th Grade

20 Qs

quiz-placeholder

Similar activities

HTML CSS JS

HTML CSS JS

6th - 8th Grade

20 Qs

ÔN TẬP CRV1

ÔN TẬP CRV1

6th Grade - University

22 Qs

Programming Basics Quiz

Programming Basics Quiz

7th Grade

20 Qs

Пайтон 7 класс

Пайтон 7 класс

7th Grade

15 Qs

[PTB] Quiz Lession 1 + 2

[PTB] Quiz Lession 1 + 2

6th - 8th Grade

19 Qs

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

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

7th Grade

20 Qs

List | Set | String - Nâng cao (1)

List | Set | String - Nâng cao (1)

6th - 8th Grade

23 Qs

Python Data Structures

Python Data Structures

6th - 8th Grade

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