CP M.6 Assessment Review

CP M.6 Assessment Review

9th - 12th Grade

17 Qs

quiz-placeholder

Similar activities

Pre-test in Basic Photoshop Skills

Pre-test in Basic Photoshop Skills

12th Grade

20 Qs

HTML (Tables &  Frames)

HTML (Tables & Frames)

9th Grade

20 Qs

LocoRobo LEDs

LocoRobo LEDs

5th - 12th Grade

14 Qs

PC - 1ºAno - Projeto Corrida - Diversos Tipos de Questões

PC - 1ºAno - Projeto Corrida - Diversos Tipos de Questões

10th Grade - University

12 Qs

Practice Makes Perfect - Gr.12

Practice Makes Perfect - Gr.12

12th Grade

14 Qs

PHOTOPEA W3

PHOTOPEA W3

11th Grade

20 Qs

Chapter 1 Getting Acquainted

Chapter 1 Getting Acquainted

9th - 12th Grade

20 Qs

Worksheet Komputer Moses

Worksheet Komputer Moses

9th Grade

20 Qs

CP M.6 Assessment Review

CP M.6 Assessment Review

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Created by

Marcia Bernas

Used 15+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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 BLANK QUESTION

1 min • 1 pt

What does RGB stand for? _________, ________, __________

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?