Tournament 2 - B

Tournament 2 - B

3rd - 12th Grade

16 Qs

quiz-placeholder

Similar activities

CMU Academy 1.2

CMU Academy 1.2

9th - 12th Grade

14 Qs

Hour of Code - Drawing with Code

Hour of Code - Drawing with Code

6th - 12th Grade

15 Qs

Code.org Unit 3 Lesson 3 and 4

Code.org Unit 3 Lesson 3 and 4

6th - 8th Grade

15 Qs

G6-L11& L12

G6-L11& L12

6th Grade

15 Qs

Programming Essentials Review 1

Programming Essentials Review 1

9th - 10th Grade

20 Qs

Discoveries U3 CH1

Discoveries U3 CH1

KG - 5th Grade

17 Qs

Khan Academy

Khan Academy

5th Grade

11 Qs

Intro to JavaScript

Intro to JavaScript

9th - 12th 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?