S4 Python Standard Algorithms

S4 Python Standard Algorithms

11th - 12th Grade

6 Qs

quiz-placeholder

Similar activities

S2 Sphero Knowledge Check 2

S2 Sphero Knowledge Check 2

11th Grade

10 Qs

7. PYTHON FUNCTIONS - 3

7. PYTHON FUNCTIONS - 3

12th Grade

10 Qs

HTML Forms

HTML Forms

9th - 12th Grade

10 Qs

Code.org Discoveries

Code.org Discoveries

9th - 11th Grade

10 Qs

Software Design and Development Quick Quiz 3

Software Design and Development Quick Quiz 3

11th - 12th Grade

10 Qs

Python - Flow control

Python - Flow control

11th Grade

10 Qs

Python L1 Quiz 8: Designing Programs

Python L1 Quiz 8: Designing Programs

1st - 12th Grade

10 Qs

Quiz 12 - Totaling and Counting

Quiz 12 - Totaling and Counting

11th Grade

10 Qs

S4 Python Standard Algorithms

S4 Python Standard Algorithms

Assessment

Quiz

Computers

11th - 12th Grade

Medium

Created by

Martin McCormack

Used 2+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select the correct code for a running total in a loop

Media Image
Media Image
Media Image
Media Image

2.

REORDER QUESTION

1 min • 1 pt

Reorder the following pseudocode for a running total in a loop

start loop

add number from user to running total

set initial total to 0

get number from user

3.

REORDER QUESTION

1 min • 1 pt

Reorder the following pseudocode for input validation

Display error message

Ask user for initial input

Ask user for input again

Loop while input does not match criteria

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select the correct code for input validation

Media Image
Media Image
Media Image
Media Image

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select the correct code to choose a random number between 1 and 10

Media Image
Media Image
Media Image
Media Image

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select the correct code to round to 2 decimal places

Media Image
Media Image
Media Image