Code.org Summative

Code.org Summative

9th - 12th Grade

25 Qs

quiz-placeholder

Similar activities

Codehs - Python

Codehs - Python

11th - 12th Grade

25 Qs

AP CSP Unit 6

AP CSP Unit 6

10th - 12th Grade

20 Qs

CODEHS KAREL

CODEHS KAREL

7th - 9th Grade

20 Qs

Intro to Python Turtle Graphics 2.1-2.4 [50 points]

Intro to Python Turtle Graphics 2.1-2.4 [50 points]

9th Grade

20 Qs

Python turtle year 8 assessment

Python turtle year 8 assessment

7th - 9th Grade

20 Qs

Code.org Animation and Games Conditionals

Code.org Animation and Games Conditionals

9th - 12th Grade

25 Qs

Code.org Animation Games Conditionals

Code.org Animation Games Conditionals

9th - 12th Grade

25 Qs

CodeMonkey

CodeMonkey

1st Grade - Professional Development

20 Qs

Code.org Summative

Code.org Summative

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Tania Mourad

Used 21+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

    Choose the definition that best describes a conditional.

The action of doing something over and over again.

A command that tells you to do something only up to the point that something becomes true.

A statement that a program checks to see if it is true or false.

Reusable group of instructions that reduce the complexity of writing and maintaining programs. These group of instructions can be used many time in a program.

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Sequencing is a process in which you must work through the program step by step to find the error.

TRUE

FALSE

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which concept best fits the following definition:

A command that tells you to do something only up to the point that something becomes true.

Nested loop

If / Else statement

While loop

Until loop

4.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

Media Image

Write a code to get Scrat to the acorn, using the 3 blocks in the image.

(NOTE: write the whole block and put a comma or space between each block with no capital.

Example: turn right, move forward, turn right

or turn right move forward turn right)

5.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

........................... and ...........................  are all conditionals.

repeat loops  

while loops   

 get nectar

if / else statements

pick corn

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Choose the definition that best describes a loop.

A statement that a program checks to see if it is true or false.

The action of doing something over and over again.

Reusable group of instructions that reduce the complexity of writing and maintaining programs. These group of instructions can be used many times in a program.

A command that tells you to do something only up to the point that something becomes true.

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

Look at the code.

How many units of nectar will the bee collect at the end?

The bee will collect all of the nectars.

The bee will only collect 2 nectars.

The bee won't collect any nectar because the variable isn't called "gather".

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?