Tournament 2 - B

Tournament 2 - B

3rd - 12th Grade

16 Qs

quiz-placeholder

Similar activities

Unit 3 code.org

Unit 3 code.org

6th - 8th Grade

15 Qs

Code  quiz

Code quiz

5th - 12th Grade

16 Qs

RGB Values

RGB Values

8th - 9th Grade

13 Qs

G6-Mid term practice-Animation-2023/04

G6-Mid term practice-Animation-2023/04

6th Grade

20 Qs

Define Variables

Define Variables

9th - 12th Grade

12 Qs

Ulangan Subnetting

Ulangan Subnetting

10th Grade

20 Qs

Processing Basics

Processing Basics

7th - 12th Grade

20 Qs

Primeiros passos com JavaScript

Primeiros passos com JavaScript

9th Grade

20 Qs

Tournament 2 - B

Tournament 2 - B

Assessment

Quiz

Computers

3rd - 12th Grade

Medium

Created by

Brenda McLachlin

Used 7+ times

FREE Resource

16 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What will x be at the end of this for loop?


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

x ++;

}

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What position is the word "a" in?


var words = ["Once", "upon", "a", "time"];

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these rectangles is the biggest?

rect(10, 20, 100, 200);

rect(300, 400, 40, 30);

rect(200, 100, 40, 100);

rect(20, 20, 200, 200);

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False: Shapes can appear on the screen without the draw function.

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between the way the computer reads "word" and word?

One is a string, the other is a variable

There is no difference

One is an array, the other is just a string

One is a character, the other is a string

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False: Functions are a special type of variable

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where on the screen will the circle appear?


ellipse(384, 29, 50, 50);

Bottom Left

Bottom Right

Top Left

Top Right

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?