Search Header Logo

Tournament 2 - B

Authored by Brenda McLachlin

Computers

3rd - 12th Grade

Used 7+ times

Tournament 2 - B
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

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?