CODING TEST 1

CODING TEST 1

6th - 8th Grade

40 Qs

quiz-placeholder

Similar activities

IST & CSP Syllabus & ER Codes

IST & CSP Syllabus & ER Codes

6th Grade

40 Qs

Computer Components

Computer Components

6th - 8th Grade

38 Qs

IC3_GS6_L2_Bai8_9_HuongDan

IC3_GS6_L2_Bai8_9_HuongDan

7th Grade

38 Qs

Year 8 Cybercrime Assessment

Year 8 Cybercrime Assessment

6th Grade

40 Qs

TIN 7 - ÔN TẬP KT CUỐI KỲ I 23-24

TIN 7 - ÔN TẬP KT CUỐI KỲ I 23-24

7th Grade

40 Qs

7.2 Computer Hardware Revision Quiz

7.2 Computer Hardware Revision Quiz

8th Grade

36 Qs

ÔN TẬP LỚP 7

ÔN TẬP LỚP 7

1st - 12th Grade

44 Qs

Movies

Movies

2nd Grade - Professional Development

44 Qs

CODING TEST 1

CODING TEST 1

Assessment

Quiz

Computers

6th - 8th Grade

Practice Problem

Easy

Created by

Stephanie Scott

Used 3+ times

FREE Resource

AI

Enhance your content in a minute

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

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

If you want to create a sprite, which of the following coding blocks do you need first?

var sprite = createSprite( 200, 200 );

sprite.setanimation = ("label");

drawSprites;

function draw() {}

2.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

If you want a sprite to appear like it is JUMPING UP AND DOWN, which of the following coding blocks will you use?

function draw() {

sprite.y = randomNumber( 200, 225 );

drawSprites; }

function draw() {

sprite.x = randomNumber( 200, 225 );

drawSprites; }

function draw() { sprite.setAnimation ("label");

drawSprites; }

function draw() {

sprite.y = (200, 200);

drawSprites; }

3.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Which of the following coding blocks changes the size of the sprite?

sprite.scale = (size);

sprite.width = (number);

sprite.height = (number);

All of the answer choices listed here can change the size of the sprite.

4.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

True or False? You can use the randomNumber code to make the color change.

True! Random Number can be used in the rgb code command to change the color randomly.

False! Random Number cannot be used in a fill command.

It depends.

I don't know because I have just been copying off of my friend all year.

5.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

The rgb color chart goes up to what number?

255

100

300

500

6.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

If you want a sprite to appear like it is going LEFT AND RIGHT (or across the screen), which of the following codes will you use?

function draw() {

sprite.x = randomNumber ( 200, 210 );

drawSprites; }

function draw() {

sprite.y = randomNumber ( 200, 210 );

drawSprites; }

function draw() {

sprite.y = ( 200, 200);

drawSprites; }

function draw() { sprite.setAnimation ("label");

drawSprites; }

7.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Which of the following RGB codes will make the background blue?

background (rgb ( 0, 0, 255));

background (rgb ( 255, 0, 0));

background (rgb ( 0. 255, 0));

background (rgb (255, 255, 255));

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

Already have an account?

Discover more resources for Computers