Y9 Intro to Python

Y9 Intro to Python

8th Grade

10 Qs

quiz-placeholder

Similar activities

Python

Python

KG - 9th Grade

8 Qs

Python

Python

7th - 8th Grade

10 Qs

Python Print Statement

Python Print Statement

6th - 10th Grade

12 Qs

Python_R

Python_R

2nd Grade - Professional Development

8 Qs

Python Introduction Quiz

Python Introduction Quiz

8th - 9th Grade

12 Qs

Introduction to Python, variables and data types

Introduction to Python, variables and data types

8th Grade

8 Qs

Python Basics

Python Basics

8th - 10th Grade

10 Qs

Python basics

Python basics

6th - 8th Grade

15 Qs

Y9 Intro to Python

Y9 Intro to Python

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Jennifer Coote

Used 11+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The structure of statements in a computer language is known as...

Python

Output

Variable

Syntax

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The correct syntax to display Fred on screen would be...

Print("Fred")

print("Fred")

print"Fred"

print("fred)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the relational operator that means 'Equal To' in Python?

=

!=

==

=!

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are writing a Python program for a hotel and you need to assign the room numbers to the variable 'room'. What would be the most appropriate line of code to do this?

room = input()

room = int(input())

roomNumber=input()

room=float(input())

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the arithmetic expression is correct, to be able to find the answer for 6 multiplied by 3?

answer = 6 * 3

answer = 6 x 3

answer = 6 / 3

answer = 18

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which the correct definition for Selection in Computer Science?

The act of choosing a pathway through an algorithm

The act of choosing an option of a chocolate bar in a selection box

The act of selecting a key on the keyboard

The act of choosing what to have for tea

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the correct symbol for a decision in a flowchart

Media Image
Media Image
Media Image
Media Image

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?