What is an algorithm
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
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 Quizizz
14 questions
Representing Instructions

Quiz
•
8th - 11th Grade
12 questions
Python Programming Basics

Quiz
•
7th - 11th Grade
12 questions
9.1.6 - Starter Quiz

Quiz
•
8th - 9th Grade
8 questions
9.2 Physical computing Lesson 2 starter

Quiz
•
9th Grade
15 questions
Python Casting and Input

Quiz
•
8th - 11th Grade
12 questions
Project-Stem Unit 1 python coding

Quiz
•
9th - 12th Grade
14 questions
Computing Revision JCG

Quiz
•
KG - University
12 questions
N5 SDD - Python input and output

Quiz
•
7th - 11th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University