Pseudocode - Iteration

Pseudocode - Iteration

7th - 11th Grade

10 Qs

quiz-placeholder

Similar activities

Introduction to Networks

Introduction to Networks

6th - 8th Grade

14 Qs

Ethical and Social Issues in ICT

Ethical and Social Issues in ICT

10th Grade

15 Qs

G8_Ch2_Windows Movie Maker

G8_Ch2_Windows Movie Maker

8th Grade

15 Qs

Kuis Dadakan ;)

Kuis Dadakan ;)

10th Grade - University

15 Qs

Паскаль. Основные команды

Паскаль. Основные команды

8th - 11th Grade

10 Qs

J808 LO1 and LO2 planning project keywords / terms

J808 LO1 and LO2 planning project keywords / terms

9th - 11th Grade

15 Qs

Key Concepts 1

Key Concepts 1

5th - 7th Grade

11 Qs

Cyber Security Homework 1

Cyber Security Homework 1

7th - 9th Grade

15 Qs

Pseudocode - Iteration

Pseudocode - Iteration

Assessment

Quiz

Computers

7th - 11th Grade

Practice Problem

Hard

Created by

Sam Knott

Used 75+ times

FREE Resource

AI

Enhance your content in a minute

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

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which type of iteration should be used when you know how many times you want to loop?

Count Controlled

Condition Controlled

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which type of iteration should you use if you don't know how many times you need to loop?

Condition Controlled

Count Controlled

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is missing?


____ i = 1 To 10

OUTPUT: "String"

ENDFOR

FOR

FOUR

WHILE

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Fill in the missing blank:


_______ variable <> "Hi"

OUTPUT: "Hi to you!"

ENDWHILE

WHILST

WHILE

FOR

IF

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Pick the correct answer to match the following:


A loop that will check the condition before the code inside is executed.

FOR

WHILE

REPEAT...UNTIL

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Pick the correct answer to match the following:


A loop that will check the condition after the code inside is executed.

WHILE

REPEAT...UNTIL

FOR

7.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Which of the following will run 10 times? (Choose all that apply.)

FOR i = 1 TO 10

OUTPUT: "Number " + i

ENDFOR

FOR i = 0 To 10

OUTPUT: "Number: " + i

ENDFOR

input = 10

count = 1

WHILE count <= input

OUTPUT: count

count = count + 1

ENDWHILE

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?