Search Header Logo

CP M.6 Assessment Review

Authored by Marcia Bernas

Computers

9th - 12th Grade

Used 15+ times

CP M.6 Assessment Review
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Color codes are stored as:

int

dec

Strings

float

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT an acceptable way to create a color?

blue

"#ff2341"

"RGB (0, 15, 234)"

"cyan"

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Examine the code below. When this program runs, how many times will the word

"Goodbye" be printed?

import simplegui

def draw(canvas):

for i in range (5):

   

canvas.draw_text("Goodbye", (10, 25 + 20*i), 20, "red")

frame = simplegui.create_frame("Testing", 400, 400)

frame.set_draw_handler(draw)

frame.start()

1

5

10

20

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Examine the code below. When this program runs, what value of x will be output?

x = 3

for i in range(3):

x = x * 2

print(x)

3

6

12

24

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

The coordinate (6, 4) on this coordinate plane is located at point:

a

b

c

d

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

The coordinate (2, 8) on this coordinate plane is located at point:

a

b

c

d

7.

FILL IN THE BLANKS QUESTION

1 min • 1 pt

What does RGB stand for? _________, ________, __________

(a)  

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?