MEGAQUIZ 2

MEGAQUIZ 2

3rd - 12th Grade

60 Qs

quiz-placeholder

Similar activities

Network

Network

8th Grade

60 Qs

Computer Hardware and Software - Term Test

Computer Hardware and Software - Term Test

9th Grade

63 Qs

DC2 Year 7 Computing Assessment

DC2 Year 7 Computing Assessment

8th Grade

63 Qs

H446 Compilers and Translators

H446 Compilers and Translators

12th Grade

62 Qs

IT for life

IT for life

KG - University

55 Qs

Computer Safety and Security - 2

Computer Safety and Security - 2

7th - 8th Grade

65 Qs

GCSE J277 - Computational Thinking Mega Quiz

GCSE J277 - Computational Thinking Mega Quiz

7th Grade

60 Qs

Test A

Test A

9th - 12th Grade

55 Qs

MEGAQUIZ 2

MEGAQUIZ 2

Assessment

Quiz

Computers

3rd - 12th Grade

Medium

Created by

Brenda McLachlin

Used 8+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?