Python Installation and Basics

Python Installation and Basics

9th Grade

9 Qs

quiz-placeholder

Similar activities

Program Development - Python: Errors

Program Development - Python: Errors

8th - 10th Grade

13 Qs

year 8 lesson 2 quiz - python

year 8 lesson 2 quiz - python

8th - 10th Grade

14 Qs

Python_R

Python_R

2nd Grade - Professional Development

8 Qs

Python  beginners quiz

Python beginners quiz

9th - 10th Grade

10 Qs

Python1_1

Python1_1

9th Grade

14 Qs

GRADE 9 PART B UNIT 5 INTRODUCTION TO PYTHON

GRADE 9 PART B UNIT 5 INTRODUCTION TO PYTHON

9th Grade

10 Qs

Y9 - Module 2 - KT1 Python Basics

Y9 - Module 2 - KT1 Python Basics

9th Grade

14 Qs

Python Basics

Python Basics

8th - 10th Grade

10 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