CP M.6 Assessment Review

CP M.6 Assessment Review

9th - 12th Grade

17 Qs

quiz-placeholder

Similar activities

PC - 1ºAno - Rec Projeto Corrida

PC - 1ºAno - Rec Projeto Corrida

10th Grade

15 Qs

QUIZIZZ Modul 3 Kelas 11

QUIZIZZ Modul 3 Kelas 11

11th Grade

15 Qs

JavaScript and Graphics

JavaScript and Graphics

9th - 12th Grade

15 Qs

HTML Graphics

HTML Graphics

9th - 12th Grade

16 Qs

Illustrator Recap

Illustrator Recap

9th - 12th Grade

21 Qs

แบบทดสอบ Adobe Photoshop ม.5

แบบทดสอบ Adobe Photoshop ม.5

9th Grade

20 Qs

quizz tkinter

quizz tkinter

11th Grade - University

20 Qs

IST CodeHS Unit 8 JavaScript Review

IST CodeHS Unit 8 JavaScript Review

9th - 12th Grade

22 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

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?