Y9 Homework 1: Python Revisited 1

Y9 Homework 1: Python Revisited 1

9th Grade

13 Qs

quiz-placeholder

Similar activities

python basics

python basics

9th - 12th Grade

11 Qs

Avaliação Pensamento Computacional - Prático

Avaliação Pensamento Computacional - Prático

1st Grade - Professional Development

10 Qs

Foundations of Programming

Foundations of Programming

9th - 10th Grade

18 Qs

Python Revision

Python Revision

7th - 9th Grade

14 Qs

Python Basics - Year 8

Python Basics - Year 8

7th - 9th Grade

14 Qs

Mastering Python String Techniques

Mastering Python String Techniques

9th - 12th Grade

10 Qs

Python_Loop(for) _high level

Python_Loop(for) _high level

9th Grade

15 Qs

ความรู้เบื้องต้นภาษา Python-2

ความรู้เบื้องต้นภาษา Python-2

9th Grade

10 Qs

Y9 Homework 1: Python Revisited 1

Y9 Homework 1: Python Revisited 1

Assessment

Quiz

Computers

9th Grade

Medium

Created by

DS Siriwardena

Used 30+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

print("Hello World")


What will this piece of Python Code do?

Prints the phrase "Hello World" on to paper

Print or shows the phrase "Hello World" on the screen

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Input: Values which get sent from the user into the computer

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Variables must be named. What is a Variable in Python?

Allows change to happen.

Allows you to store a value temporarily

Allows you to ask what has changed.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a "String" in Python?

This describes the length of a Python program.

It is something which holds a Python program together.

This refers to any keyboard character including numbers, letters and symbols.

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

In order to do calculations in Python numbers must be converted from string to integers using int()

True

False

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Selection uses If – Else statements allow a program to make a decision.

True

False

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following are comparison operators in Python?

===

=

==

>

<

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?