CS J277 Unit 7 Programming

CS J277 Unit 7 Programming

11th Grade

20 Qs

quiz-placeholder

Similar activities

Program Design Techniques

Program Design Techniques

KG - 12th Grade

20 Qs

Y10_02_CT8- IF-IFELSE - RELATIONAL_OPERATORS

Y10_02_CT8- IF-IFELSE - RELATIONAL_OPERATORS

9th Grade - University

19 Qs

Python Test

Python Test

11th Grade

20 Qs

Python - lists,loops,basics

Python - lists,loops,basics

9th - 11th Grade

20 Qs

Computer Science Quiz 02

Computer Science Quiz 02

10th Grade - University

19 Qs

CS Principles Unit 6 Assessment Review

CS Principles Unit 6 Assessment Review

9th - 12th Grade

24 Qs

1 - Python Recap and Recall Topic 6

1 - Python Recap and Recall Topic 6

11th Grade

20 Qs

Iteration

Iteration

9th - 12th Grade

15 Qs

CS J277 Unit 7 Programming

CS J277 Unit 7 Programming

Assessment

Quiz

Computers

11th Grade

Medium

Created by

James Barron

Used 33+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the three basic programming constructs?

Sequence, selection and iteration

Sequence, selection and looping

Sequence, iteration and looping

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements implement a count-controlled iteration?

for next

repeat until

while endwhile

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a sequence?

A programming construct that determines the order in which data is stored

A programming construct that determines the order in which instructions are carried out

A programming construct that determines the order in which files are accessed

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which form of condition-controlled iteration tests the condition at the end of the loop?

repeat until

for next

while endwhile

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which form of condition-controlled iteration tests the condition at the start of the loop?

repeat until

while endwhile

for next

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is another name for iteration?

Selecting

Repeating

Looping

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following allows a programmer to implement selection?

for next

if then else

if while else

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?