MEGAQUIZ 2

MEGAQUIZ 2

3rd - 12th Grade

60 Qs

quiz-placeholder

Similar activities

APCSA Unit 7

APCSA Unit 7

9th - 12th Grade

65 Qs

APCSA Topic 7

APCSA Topic 7

9th - 12th Grade

65 Qs

Y8 Term 3 Python recap

Y8 Term 3 Python recap

8th Grade

60 Qs

CHINH PHỤC LẦN 2 TIN HỌC GIỮA HK2

CHINH PHỤC LẦN 2 TIN HỌC GIỮA HK2

5th Grade

60 Qs

ÔN TẬP TIN HỌC 8

ÔN TẬP TIN HỌC 8

8th Grade

60 Qs

Unit 3: Full Reivew

Unit 3: Full Reivew

6th Grade

59 Qs

CS II--June 4th Assignment

CS II--June 4th Assignment

9th - 12th Grade

63 Qs

HK2 Tin học 12

HK2 Tin học 12

12th Grade

60 Qs

MEGAQUIZ 2

MEGAQUIZ 2

Assessment

Quiz

Computers

3rd - 12th Grade

Medium

Created by

Brenda McLachlin

Used 8+ times

FREE Resource

60 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Select the proper way to create an object prototype:

var obj = function() {

var obj = {

var obj {

var obj = new Object();

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of these colours is light purple?

color(28, 248, 36)

color(215, 175, 250)

color(13, 21, 255)

color(13, 21, 255)

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of these rectangles will appear at the bottom of the screen?

rect(0, 330, 410, 80)

rect(410, 330, 0, 80);

rect(80, 410, 330, 0)

rect(330, 80, 0, 410);

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of these ellipses should be placed first so we can see both of them?


a. ellipse(250, 250 ,140, 120);

b. ellipse(250, 250, 150, 150);

a

b

It doesn't matter

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of these rects should be placed first so we can see both of them?


a. rect(125, 150, 150, 200, 30);

b. rect(135, 160, 130, 20, 150);

a

b

It doesn't matter

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What should I use to make a change to every object in an array?

For loop

Switch case

If statement

Random function

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do I access position i in an array?

array[i]

array.i

array(i)

array === i

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?