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:
name = input("Enter pupil name")
Ask user to enter pupil’s name
Print(name, "has a grade of", grade)
Ask user to enter a pupil’s mark
Set pupil’s grade (next slide)
Set pupil’s grade (next slide)
mark = input("Enter pupil mark")
Display pupil’s name and grade
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
12 questions
Project-Stem Unit 1 python coding

Quiz
•
9th - 12th Grade
12 questions
Unit 1 Module 2 Test

Quiz
•
9th - 12th Grade
12 questions
CS Python Fundamentals Quiz 2 Review & Practice

Quiz
•
9th - 12th Grade
13 questions
3D productions test

Quiz
•
9th - 10th Grade
10 questions
Операторы ввода и вывода

Quiz
•
8th - 11th Grade
10 questions
Checkup Exercise: OS Installation

Quiz
•
9th Grade
11 questions
Ôn tập Lớp 3

Quiz
•
4th - 12th Grade
10 questions
Textverarbeitung OnlyOffice

Quiz
•
8th - 10th 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