S3 SDD Unit 2 - 4. Implementation

S3 SDD Unit 2 - 4. Implementation

9th Grade

8 Qs

quiz-placeholder

Similar activities

PC1.8 Evaluate computer program

PC1.8 Evaluate computer program

9th Grade

10 Qs

Code.org (Introdução à programação)

Code.org (Introdução à programação)

5th - 9th Grade

12 Qs

S3 Programming with Visual Basic

S3 Programming with Visual Basic

9th Grade

12 Qs

IT - TYPING TUTOR

IT - TYPING TUTOR

9th Grade

10 Qs

Python with DataScience

Python with DataScience

7th Grade - University

10 Qs

operators(part-2_26/07)

operators(part-2_26/07)

9th Grade

10 Qs

IX A Viva

IX A Viva

9th Grade

10 Qs

Computer Lab Rules

Computer Lab Rules

9th - 12th Grade

13 Qs

S3 SDD Unit 2 - 4. Implementation

S3 SDD Unit 2 - 4. Implementation

Assessment

Quiz

Computers

9th Grade

Practice Problem

Medium

Created by

Violet Smyth

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

mark = input("Enter pupil mark")

Set pupil’s grade (next slide)

Set pupil’s grade (next slide)

Display pupil’s name and grade

Print(name, "has a grade of", grade)

Ask user to enter a pupil’s mark

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)

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?