Parameters

Parameters

6th - 8th Grade

9 Qs

quiz-placeholder

Similar activities

Code.org Quiz

Code.org Quiz

7th Grade

10 Qs

Notes on Blender: Section 16B

Notes on Blender: Section 16B

6th Grade - University

10 Qs

PE2 Module 3

PE2 Module 3

KG - Professional Development

11 Qs

Minecraft in Scratch Quiz

Minecraft in Scratch Quiz

6th - 8th Grade

10 Qs

Robots and sensors G6

Robots and sensors G6

5th - 7th Grade

14 Qs

3D Design and Printing

3D Design and Printing

7th - 8th Grade

10 Qs

Computer Science Fundamentals with VEXcode VR Course Unit 3

Computer Science Fundamentals with VEXcode VR Course Unit 3

6th Grade

8 Qs

Scratch Quiz - 5

Scratch Quiz - 5

1st - 9th Grade

10 Qs

Parameters

Parameters

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Marques RiverBendMS

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is at the end of a line of code?
#
;
)
>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command draws a rectangle?
rec (10, 20, 100, 200);
rect (10, 20, 100, 200)
rect (10, 20, 100, 200);
ellipse (10, 20, 40, 40)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The x and y parameters for ellipses and rectangles control the shape's

position

size

radius

color

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The x and y parameters of a rectangle control the position of the shape's

centerpoint

top left corner

top right corner

radius

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The (x, y, w, h) in a command are called "parameters".

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The 'X' parameter

moves the object left and right

moves the objectup and down

changes with width

changes the height

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The 'Y' parameter

moves the object left and right

moves the object up and down

makes the object wider or thinner

makes the object taller or smaller

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The 'W' parameter

moves the object left and right

moves the object up and down

makes the object thicker or thinner

makes the object taller or shorter

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The 'H' parameter

moves the object left and right

moves the object up and down

makes the object wider or thinner

makes the object taller or shorter