Code.org Express

Code.org Express

Assessment

Flashcard

Computers

6th Grade

Hard

Created by

Roger Ramsey

Used 1+ times

FREE Resource

Student preview

quiz-placeholder

7 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Finding and fixing problems in a program

Back

Debugging

Answer explanation

Media Image

Finding and fixing problems in an algorithm or program.

2.

FLASHCARD QUESTION

Front

Part of a program that does not work correctly

Back

Bug

Answer explanation

Part of a program that does not work correctly.

3.

FLASHCARD QUESTION

Front

Putting commands in order

Back

Sequencing

Answer explanation

Putting commands in correct order so computers can read the commands.

4.

FLASHCARD QUESTION

Front

Fix code for bird to reach pig

Back

Change second turn block to left

Answer explanation

Changing the second turn block to left allows the bird to navigate correctly towards the pig. The current direction may lead it away, so adjusting this turn is essential for reaching the target.

5.

FLASHCARD QUESTION

Front

Code action

Back

Moves forward 5 times

Answer explanation

The code likely contains a loop that instructs a movement function to execute 5 times, resulting in moving forward 5 times. This matches the correct answer choice.

6.

FLASHCARD QUESTION

Front

Action of doing something repeatedly

Back

loop

Answer explanation

The action of doing something over and over again.

7.

FLASHCARD QUESTION

Front

A person who writes programs

Back

Programmer

Answer explanation

A person who writes programs is called a 'Programmer'. The other options, 'Programming' and 'Program', do not refer to a person but rather to the process and the software itself.