1.1.5 CSE Iteration and Loops

1.1.5 CSE Iteration and Loops

9th - 12th Grade

14 Qs

quiz-placeholder

Similar activities

Python Control structures

Python Control structures

12th Grade

10 Qs

For Loops in Python

For Loops in Python

10th - 11th Grade

18 Qs

Algorithm Implementation in Computer Science Quiz

Algorithm Implementation in Computer Science Quiz

12th Grade

19 Qs

PHP SQL 10

PHP SQL 10

10th Grade

15 Qs

Computer Science class 11

Computer Science class 11

11th Grade

10 Qs

Iteration

Iteration

9th - 12th Grade

10 Qs

Sequence Selection Iteration and others

Sequence Selection Iteration and others

10th Grade

14 Qs

Test 4 Edhesive Review

Test 4 Edhesive Review

9th - 12th Grade

18 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 27+ 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?