Tournament 2

Tournament 2

3rd - 12th Grade

20 Qs

quiz-placeholder

Similar activities

CPA Practice 9-29-2021

CPA Practice 9-29-2021

9th - 12th Grade

19 Qs

CSD Unit 3 - Week 1 (L1-L5)

CSD Unit 3 - Week 1 (L1-L5)

7th - 8th Grade

20 Qs

Plotting Shapes on Code.Org

Plotting Shapes on Code.Org

5th - 8th Grade

17 Qs

Kiểm Tra Cuối HK2

Kiểm Tra Cuối HK2

8th Grade

20 Qs

Javascript in Khan 1116

Javascript in Khan 1116

10th Grade

21 Qs

Javascript in Khan 1116

Javascript in Khan 1116

10th Grade

20 Qs

CSD Unit Lessons 1-8 Review

CSD Unit Lessons 1-8 Review

6th - 9th Grade

23 Qs

Unit 3 - Interactive Animations and Games

Unit 3 - Interactive Animations and Games

7th - 8th Grade

17 Qs

Tournament 2

Tournament 2

Assessment

Quiz

Computers

3rd - 12th Grade

Easy

Created by

Brenda McLachlin

Used 7+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False: you can use use passed parameters in an object prototype.

True

False

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of these are defined recursively?

n = m * 2

n = (n - 1)!

n = (n - 1) + (n - 2)

n = 5

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where on the screen will the image "pic" show up?


imageMode(CENTER);

scale(0.5);

image(pic, 400, 200);

It will be off the canvas

Far right

In the middle towards the top

On the left halfway down the screen

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What colour will the ellipse be?


colorMode(HSB, 360, 100, 100);

fill(147, 100, 0);

ellipse(200, 200, 50, 50);

Bright green

Grey

Black

White

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

How many dimensions does this array have?


var nums = [[1, 2, 3], [4, 5, 6], [7, 8, 9]];

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Evaluate this expression:


((True && False) || True)

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What text will be printed to the screen?


var name = "Brenda";

name = prompt("Enter your own name here:", "");

fill(0);

text(name, 200, 200);

Brenda

Nothing - name is an empty string

Whatever the user types

The word "name"

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?