S3 SDD Unit 2 - 4. Implementation

Quiz
•
Computers
•
9th Grade
•
Medium

Violet Smyth
Used 1+ times
FREE Resource
8 questions
Show all answers
1.
MATCH QUESTION
30 sec • 1 pt
Match the pseudocode steps to their corresponding Python code for a program that calculates a pupil's grade:
Print(name, "has a grade of", grade)
Set pupil’s grade (next slide)
name = input("Enter pupil name")
Ask user to enter a pupil’s mark
Set pupil’s grade (next slide)
Display pupil’s name and grade
mark = input("Enter pupil mark")
Ask user to enter pupil’s name
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Fill in the blank: The Python code to ask the user to enter the pupil's name is ___________.
name = input("Enter pupil name")
input = name("Enter pupil name")
pupil = ask.input("Enter name")
name = get.input("Enter pupil name")
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the name of the construct that places a value into a variable?
Assignment
Selection
Fixed Loop
Conditional Loop
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the name of the construct decides which lines of code to run, depending on a condition(s)?
Assignment
Selection
Fixed Loop
Conditional Loop
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the name of the construct that repeats code a set number of times?
Assignment
Selection
Fixed Loop
Conditional Loop
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the name of the construct that repeats code depending on a condition(s)?
Assignment
Selection
Fixed Loop
Conditional Loop
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Fill in the blank: The Python code to display the pupil's name and grade is ___________.
Print(name, "has a grade of", grade)
print(name + " has a grade of " + grade)
echo(name, "has a grade of", grade)
display(name, grade)
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following Python statements is used to ask the user to enter a pupil's mark?
mark = input("Enter pupil mark")
mark = int(input("Enter pupil mark")
mark = int(input("Enter pupil mark"))
mark = input("Enter pupil mark"))
Similar Resources on Wayground
10 questions
CONCEPTOS BASICOS

Quiz
•
9th Grade
12 questions
MAC KEYBOARD

Quiz
•
3rd - 9th Grade
10 questions
Python Variables

Quiz
•
7th - 12th Grade
12 questions
Functions With Return Values U1M2 Python

Quiz
•
9th - 12th Grade
8 questions
N5 DBDD Queries

Quiz
•
9th - 10th Grade
12 questions
Spreadsheets Quiz

Quiz
•
9th - 12th Grade
10 questions
Soạn thảo văn bản Microsoft Word

Quiz
•
1st Grade - University
10 questions
Year 9 lower Python

Quiz
•
9th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

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

Interactive video
•
6th - 10th Grade
20 questions
Analog vs Digital

Quiz
•
9th - 12th Grade
10 questions
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
10 questions
Understanding the Internet and Data Transmission

Interactive video
•
7th - 12th Grade