Programming Intro Python

Quiz
•
Computers
•
9th Grade
•
Hard
Used 73+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is an algorithm
a graphical representation of a computer program in relation to its sequence of functions.
A step by step set of instructions to solve a specific problem
a notation resembling a simplified programming language, used in program design.
a high-level general-purpose programming language.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What symbol would represent a decision/selection with in a flowchart
Oval
Square
Rectangle
Diamond
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What would we call number 1, number 2 and sum in Python
number1=input("Input first number: ")
# variable to store 1st number
number2=input("Input second number: ")
# variable to store 2nd number
sum=number1 + number2
Process
Selection
Pesudocode
Variable
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What data type would True and False be
Integer
String
Boolean
Float/Real
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What data type would 1.43 be in python?
Float/Real
Integer
Boolean
String
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a variable in Python
A reserved memory location in computer used to store data.
A statement that allows a program to follow a different path
A choice in an if statement
A smaller program with in a bigger programme
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
age= (input(“Input age: “))
What is missing in the variable assignment above
Missing a bracket/parenthesis
Haven't assigned it a data type
There is no Colon :
You need a double == sign
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Module 2 - Lesson 5

Quiz
•
6th - 12th Grade
10 questions
Fundamental of computer Quiz

Quiz
•
5th - 10th Grade
10 questions
Computers Check for Understanding

Quiz
•
8th - 12th Grade
13 questions
Y9 Homework 1: Python Revisited 1

Quiz
•
9th Grade
10 questions
CodeHS 2.8 Functions to 2.12 User Input Review

Quiz
•
9th - 12th Grade
10 questions
SST 3 COUNT Randbetween Mode.SNGL

Quiz
•
9th Grade
15 questions
DAR Intro to Computers

Quiz
•
9th - 12th Grade
10 questions
Storage Devices and Input or Output

Quiz
•
7th - 9th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade