CSP:  Code.org - Unit 3 Review

CSP: Code.org - Unit 3 Review

12th Grade

34 Qs

quiz-placeholder

Similar activities

Code.org Computer Science Discovery

Code.org Computer Science Discovery

12th Grade

34 Qs

AP Computer Science Midterm Review

AP Computer Science Midterm Review

9th - 12th Grade

30 Qs

FOC Semester 2 Exam

FOC Semester 2 Exam

9th - 12th Grade

33 Qs

Unit 5 Quiz  AP CSP

Unit 5 Quiz AP CSP

9th - 12th Grade

30 Qs

Selection Statement (If Then Endif)

Selection Statement (If Then Endif)

6th - 12th Grade

30 Qs

Fundamental of computer systems

Fundamental of computer systems

9th - 12th Grade

39 Qs

Computer Architecture

Computer Architecture

12th Grade

29 Qs

ECS Unit 4: Programming

ECS Unit 4: Programming

9th - 12th Grade

31 Qs

CSP:  Code.org - Unit 3 Review

CSP: Code.org - Unit 3 Review

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Wendy Beuglas

Used 359+ times

FREE Resource

34 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In programming, what is iteration?

The repetition of steps within a program

The order in which instructions are carried out

A decision point in a program

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is iteration important?

It determines the order in which instructions are carried out

It allows code to be simplified by removing duplicated steps

It allows multiple paths through a program

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Look at the following code and identify the variables.


x=0

while x<4:

x=x+1

print ('x is ',+ x)

2 variables

1 variable

4 variables

3 variables

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This holds a string of alphanumeric characters such as a person's name, a password, or the day of the week

boolean variable

number variable

string variable

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Grades would be an example of a...

constant

variable

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This holds the value of information that may change in a computer program

conditional

iteration

variable

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This has only two values: true or false

boolean variable

string variable

sprite

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?

Discover more resources for Computers