CP Final Exam Review 1

CP Final Exam Review 1

6th Grade

35 Qs

quiz-placeholder

Similar activities

WA2 Revision-Scratch

WA2 Revision-Scratch

6th - 7th Grade

40 Qs

scratch (2) G6

scratch (2) G6

6th Grade

30 Qs

Scratch Programming Quiz

Scratch Programming Quiz

6th Grade

40 Qs

Quizizz: Lesson 3.4 Dance Battle - Student Activity Guide

Quizizz: Lesson 3.4 Dance Battle - Student Activity Guide

6th - 8th Grade

35 Qs

CS First: Scratch Review

CS First: Scratch Review

6th - 8th Grade

30 Qs

Multiple Choice Questions on Scratch Programming

Multiple Choice Questions on Scratch Programming

6th - 7th Grade

30 Qs

Multichoice Questions on Scratch Programming

Multichoice Questions on Scratch Programming

6th - 7th Grade

30 Qs

CP Final Exam Review 1

CP Final Exam Review 1

Assessment

Quiz

Computers

6th Grade

Medium

Created by

Jacob Bradford

Used 9+ times

FREE Resource

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is a sprite in computer programming?
A type of loop
An animated object or character
A comment in code
A background image

Answer explanation

A sprite is a character or object that performs actions on the stage.

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which statement describes a variable?
A command that draws shapes
A fixed value in a program
A container used to store data
A way to display output

Answer explanation

Variables hold data that can be updated or used throughout a program.

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the purpose of a loop in a program?
To run a block of code once
To stop a program from running
To repeat a block of code multiple times
To define variables

Answer explanation

Loops let the program repeat actions without writing code multiple times.

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which Python symbol is used to make a comment?
@
//
#
!

Answer explanation

Comments are notes in code that help explain what the code does.

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which coordinate represents the center of the stage in Codesters?
(0, 0)
(100, 100)
(-240, -240)
(240, 240)

Answer explanation

Coordinates set the exact position of a sprite using x and y values.

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the purpose of a background in a program like Codesters?
To control sprite behavior
To store user input
To set the scene or environment
To hold a variable

Answer explanation

The background sets the visual environment or scene for the program.

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following best describes a sprite?
A piece of text
A line of code
An object that can move or interact on stage
A math operator

Answer explanation

A sprite is a character or object that performs actions on the stage.

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?