C# Loops (All)

C# Loops (All)

9th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

Sequencing, Selection and Iteration

Sequencing, Selection and Iteration

8th - 10th Grade

12 Qs

looping and branching statements in C

looping and branching statements in C

9th Grade

20 Qs

Fun with Loops

Fun with Loops

9th Grade

20 Qs

Python -Iteration (loops)

Python -Iteration (loops)

7th - 12th Grade

20 Qs

Programming Basics

Programming Basics

9th - 10th Grade

10 Qs

Python while loops

Python while loops

8th - 9th Grade

20 Qs

GCSE Computer Science - Python Programming Concepts

GCSE Computer Science - Python Programming Concepts

9th - 11th Grade

17 Qs

Struktur Kontrol Perulangan

Struktur Kontrol Perulangan

10th - 11th Grade

10 Qs

C# Loops (All)

C# Loops (All)

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Jill Thompson

Used 104+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

With while loops if the conditional expression evaluates to true, the body of the loop is not preformed; control transfers to the statements following the loop.
True
False

2.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Using the break or continue statements with a loop violates the single entry and single exit guidelines for developing a loop.
True
False

3.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Scope refers to the region in the program in which you can use the variable. 
True
False

4.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

With nested loops, the outermost loop is always totally completed before the innermost loop is executed.
True
False

5.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

With the while loop, the body of the loop is 
always performed at least one time
performed as long as the conditional expression evaluates to true
must produce a boolean result
must be enclosed in praenthesis

6.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Media Image
The first value printed will be
0
1
99
100

7.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Media Image
The last value printed will be?
0
1
99
100

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?