September 15th

September 15th

3rd - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Занятие 08_12-15_12-IT-Старт-ДжунPro

Занятие 08_12-15_12-IT-Старт-ДжунPro

1st - 3rd Grade

15 Qs

ความรู้เบื้องต้น เกี่ยวกับการเขียนแบบ

ความรู้เบื้องต้น เกี่ยวกับการเขียนแบบ

12th Grade

15 Qs

ÔN TẬP WHILE DO VÀ FOR TO DO

ÔN TẬP WHILE DO VÀ FOR TO DO

8th Grade

20 Qs

2. ÔN THI HKI TIN 7 (2020 - 2021)

2. ÔN THI HKI TIN 7 (2020 - 2021)

7th Grade

20 Qs

Ôn tập KTGK. Bài 17. Biến và lệnh gán

Ôn tập KTGK. Bài 17. Biến và lệnh gán

10th Grade

15 Qs

Year 8 Lists

Year 8 Lists

8th Grade

20 Qs

مراجعة-علوم الحاسب-نهاية ف2

مراجعة-علوم الحاسب-نهاية ف2

11th Grade

20 Qs

phần vận dụng tin 3 bài 5, bàn phím máy tính

phần vận dụng tin 3 bài 5, bàn phím máy tính

3rd Grade

15 Qs

September 15th

September 15th

Assessment

Quiz

Computers

3rd - 12th Grade

Medium

Created by

Brenda McLachlin

Used 5+ times

FREE Resource

AI

Enhance your content

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

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does this symbol do in Javascript?


;

Ends a command

Allows the code to choose between two options

Turns a value into its opposite

Breaks the code

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will appear on the screen?


var x = "Hello";

text("x", 200, 200);

x

Hello

Hello, 200, 200

"Hello"

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many points wide and tall is the canvas?

1000 wide, 1000 tall

400 wide, 400 tall

1600 wide, 900 tall

400 wide, 300 tall

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is NOT a function?

draw

ellipse

fill

mouseX

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function changes the colour of lines and outlines?

stroke

fill

background

color

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will this code display?


for (var i = 0; i < 20; i++) {

}

text(i, 200, 200):

The letter i

The number 20

The number 19

Nothing; there will be an error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is NOT a way to increase the number variable x by 1?

x++;

x + 1;

x = x + 1;

x+= 1;

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?