COMPUTER SCIENCE CHAPTER 8

COMPUTER SCIENCE CHAPTER 8

9th Grade

30 Qs

quiz-placeholder

Similar activities

Python Basics 3

Python Basics 3

9th - 12th Grade

25 Qs

Unit 4 Assessment Review

Unit 4 Assessment Review

9th - 12th Grade

25 Qs

GCSE Computer Science- 2.2 Programming Techniques

GCSE Computer Science- 2.2 Programming Techniques

9th - 11th Grade

25 Qs

Program Development - Python: Loops

Program Development - Python: Loops

9th - 10th Grade

26 Qs

Python Flow Control

Python Flow Control

9th - 12th Grade

26 Qs

Python (I/O to Lists) Formative Quiz

Python (I/O to Lists) Formative Quiz

9th Grade

25 Qs

Intro to Microbit

Intro to Microbit

9th - 12th Grade

27 Qs

Final Review - Unit 5

Final Review - Unit 5

9th - 12th Grade

28 Qs

COMPUTER SCIENCE CHAPTER 8

COMPUTER SCIENCE CHAPTER 8

Assessment

Quiz

9th Grade

Medium

Created by

Anvi Pande

Used 11+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Loop structures repeatedly execute the same block of code.

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Each pass a program makes through a loop is called a cycle.

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The first parameter in a for loop definition initializes the loop’s counter variable.

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The counter variable in a for loop can only be incremented or decremented by one each pass through the loop.

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A while loop executes as long as the counter variable is greater than zero.

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a while loop, the control expression is tested at the beginning of the loop.

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A loop that continues to execute continuously due to an error in programming logic is called a circular loop.

True

False

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?