Computer Discoveries I -  Games & Animations Test Review

Computer Discoveries I - Games & Animations Test Review

6th - 8th Grade

25 Qs

quiz-placeholder

Similar activities

Scratch level 1

Scratch level 1

7th Grade

21 Qs

Code.org lesson 3 and 4 quiz

Code.org lesson 3 and 4 quiz

7th Grade - University

25 Qs

Poast Test Scratch Kelas 7

Poast Test Scratch Kelas 7

7th Grade

20 Qs

Year 5 ICT Revision Quiz

Year 5 ICT Revision Quiz

5th Grade - University

30 Qs

SOAL ASESMEN HARIAN KELAS 7 MATERI SCRATCH DAN DSI

SOAL ASESMEN HARIAN KELAS 7 MATERI SCRATCH DAN DSI

7th Grade

25 Qs

Latihan Soal Bab 1 dan 2

Latihan Soal Bab 1 dan 2

8th Grade

20 Qs

Quiz sobre p5.js e JavaScript

Quiz sobre p5.js e JavaScript

8th Grade

20 Qs

Ujian Algoritma dan Pemrograman Kelas 8

Ujian Algoritma dan Pemrograman Kelas 8

8th Grade

21 Qs

Computer Discoveries I -  Games & Animations Test Review

Computer Discoveries I - Games & Animations Test Review

Assessment

Quiz

Information Technology (IT)

6th - 8th Grade

Medium

Created by

Marques RiverBendMS

Used 3+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command creates a rectangle on the screen?

ellipse()

rect()

circle()

triangle()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What parameters are needed to create a rectangle?

X, Y

X, Y, Radius

X, Y, Width, Height

Width, Height

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command changes the color inside a shape?

fill()

background()

fill()

stroke()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the ellipse() command create?

rectangle

square

line

circle or oval

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following commands will change the background color?

rect()

fill()

draw()

background()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax for drawing a rectangle at (100, 100) with a width of 50 and a height of 75?

rect(100, 100, 50, 75);

rect(50, 75, 100, 100);

shape(100, 100, 50, 75);

rectangle(100, 100, 50, 75);

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you wanted to move a shape to the right on the screen, which parameter would you change?

Width

Y

Height

X

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?