1.1.5 CSE Iteration and Loops

1.1.5 CSE Iteration and Loops

9th - 12th Grade

14 Qs

quiz-placeholder

Similar activities

Algorithms & Pseudocode

Algorithms & Pseudocode

8th - 12th Grade

10 Qs

Loops

Loops

5th - 12th Grade

16 Qs

Python Basics - yr 9

Python Basics - yr 9

9th - 12th Grade

18 Qs

while loop

while loop

9th Grade

10 Qs

Loops and trace tables

Loops and trace tables

11th Grade

13 Qs

Loops

Loops

10th - 12th Grade

17 Qs

Scratch Lesson 1

Scratch Lesson 1

6th - 10th Grade

11 Qs

CODE.ORG VOCAB

CODE.ORG VOCAB

5th - 9th Grade

10 Qs

1.1.5 CSE Iteration and Loops

1.1.5 CSE Iteration and Loops

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Robin Robertson

Used 26+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Having someone to work with to speed up and streamline the programming process and someone to help work through challenges.

advantages of pair programming

advantages of scrum

advantages of app inventor

disadvantages of pair programming

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Not communicating well, not sharing code at the end of class, not agreeing on what should be done to the app to make it work.

advantages of working together

advantages of pair programming

disadvantages of pair programming

disadvantages of app inventor

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A game looping while the timer has not run out or looping while the player still has lives left.

examples of abstraction in a game or app

examples of iteration in a game or app

examples of random numbers

examples of pair programming

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Saving your code at checkpoints after it is working correctly is an example of

saving

pair programming

looping

iterative design

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Using loops in algorithms can drastically _______ the amount of time a programmer spend programming.

reduce

increase

loop

iterate

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does looping decrease the amount of time spent updating a program?

It doesn't. Looping is more complicated than hard coding events.

Looping allows you to create random numbers

Looping is more complicated

You only have the change the code on one place instead of many

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

count = 0 while count < userInput count = count + 1 print count


Using the pseudocode above, how many times does the loop execute if userInput = 3?

0

1

2

3

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?