Python Installation and Basics

Python Installation and Basics

9th Grade

9 Qs

quiz-placeholder

Similar activities

Year 9 November

Year 9 November

9th Grade

6 Qs

9. Python (Модули, файлы)

9. Python (Модули, файлы)

5th - 11th Grade

13 Qs

Y9 Homework 1: Python Revisited 1

Y9 Homework 1: Python Revisited 1

9th Grade

13 Qs

CodeHS Python

CodeHS Python

7th - 12th Grade

10 Qs

Yr 9 & Yr 10 recap

Yr 9 & Yr 10 recap

9th - 11th Grade

10 Qs

Мова програмування Python

Мова програмування Python

1st - 12th Grade

9 Qs

Variables & Conditional Statements

Variables & Conditional Statements

9th Grade

10 Qs

AR3_Starter

AR3_Starter

9th Grade

9 Qs

Python Installation and Basics

Python Installation and Basics

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Sandra Kilson

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the file path?

To describe the location of a file

To rename a file

To delete a file

To copy a file

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol is used as a prompt in IDLE?

$

>>>

#

%

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To execute code in IDLE, you press ______.

Space

Enter

Shift

Tab

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main use of IDLE?

To browse the internet

To develop and learn Python

To play games

To edit photos

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What tool can you use if you get stuck on Python syntax?

Calculator

IDLE

Notepad

Paint

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a correct syntax to output "Hello World" in Python?

echo("Hello World");

p("Hello World")

echo "Hello World"

print("Hello World")

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used to multiply numbers?

*

#

x

%

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an output?

A piece of data that is shown on the screen.

Data that the user enters

An output

An orange

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a data type than can have one of two values: True or False
boolean
variable
modulo
interpreter