Python

Python

KG - 9th Grade

8 Qs

quiz-placeholder

Similar activities

Empowerment Technologies Quiz 2

Empowerment Technologies Quiz 2

11th Grade

10 Qs

Chapter 3 Exploring Linux Filesystems

Chapter 3 Exploring Linux Filesystems

11th Grade - University

10 Qs

Animation 1

Animation 1

6th Grade

10 Qs

PAGE LAYOUT IN MS WORD

PAGE LAYOUT IN MS WORD

3rd Grade

7 Qs

Adobe Photoshop

Adobe Photoshop

University

10 Qs

Spreadsheets

Spreadsheets

6th - 8th Grade

13 Qs

OOP 1 Undiksha

OOP 1 Undiksha

12th Grade - University

13 Qs

Technology in Teaching and Learning

Technology in Teaching and Learning

1st Grade

10 Qs

Python

Python

Assessment

Quiz

Computers

KG - 9th Grade

Practice Problem

Medium

Created by

M Nicholls

Used 2K+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is python named after

The snake
Television show called Monty Python

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the name of the environment in Python that write your programs and then test them out?

Shell
Window
IDLE
CLI

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What extension must you add to the end of a file when saving?

.xlsx
.pptx
.docx
.py

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What button do you press to compile (run) your program so that it runs in the shell?

F3
F5
F7
F9

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does the term 'debug' mean?

Identify errors and fix them.
Making a calculation
A set of instructions
Looking at code

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the print function do in python?

It's a variable.
It can input data.
It displays something like a string or integer
It loops the code.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol do you use to make a comment in Python?

@
¬
;
#

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What syntax can you use to insert a line break between strings so that they appear over multiple lines?

/
\n
\l
n