placeholder image to represent content

Year 9 Python Quiz 1

Quiz by Chris Eccles

Our brand new solo games combine with your quiz, on the same screen

Correct quiz answers unlock more play!

New Quizalize solo game modes
7 questions
Show answers
  • Q1
    Python is a ...
    Operating System
    Text Editor
    Website
    Programming Language
    20s
  • Q2
    A computer program is a sequence of ??????????, written to perform a task on a computer
    Instructions
    Numbers
    Files
    Ideas
    20s
  • Q3
    In Python, the print statement outputs text to ...
    The printer
    The screen
    A file
    The internet
    20s
  • Q4
    What does this python code output to the screen? a = 35 b = 7 c = a+b print c
    35
    7
    42
    c
    30s
  • Q5
    What type of variable are those called players_name and players_team in the code below? players_name = “Wayne Rooney” players_age = 29 players_ team = “Manchester United”
    String
    Name
    Words
    Integer
    20s
  • Q6
    What does this python code output to the screen? a = "Ashton" o = "on" m = "Mersey" print m,o,a
    "Ashton on Mersey"
    Mersey on Ashton
    Ashton on Mersey
    moa
    45s
  • Q7
    What does the python statement raw_input allow us to do?
    Open a file
    Ask the user a question and then store their answer
    Tell the user what day it is
    Print to the screen
    30s

Teachers give this quiz to your class