CP M.6 Assessment Review

CP M.6 Assessment Review

9th - 12th Grade

17 Qs

quiz-placeholder

Similar activities

Design your website

Design your website

7th - 12th Grade

20 Qs

Artificial Intelligence and SketchUp

Artificial Intelligence and SketchUp

8th - 10th Grade

20 Qs

ITGS - IT Systems (Hardware)

ITGS - IT Systems (Hardware)

10th - 12th Grade

14 Qs

Diagnostico recursos digitales

Diagnostico recursos digitales

9th Grade

20 Qs

Excel - Funciones de Estadística

Excel - Funciones de Estadística

10th - 12th Grade

20 Qs

2.3.1 Graph Traversal & Path Finding Algorithms

2.3.1 Graph Traversal & Path Finding Algorithms

12th Grade - University

20 Qs

FQCTEST

FQCTEST

10th Grade

15 Qs

Networks & Topologies (OCR GCSE)

Networks & Topologies (OCR GCSE)

8th - 10th Grade

21 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 in a minute

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?

Discover more resources for Computers