MEGAQUIZ 2

MEGAQUIZ 2

3rd - 12th Grade

60 Qs

quiz-placeholder

Similar activities

Computer Studies

Computer Studies

9th Grade

65 Qs

KT TIN GK

KT TIN GK

11th Grade

56 Qs

IT Specialist HTML5 Application Development - Practice 1

IT Specialist HTML5 Application Development - Practice 1

12th Grade

55 Qs

Unit 3 Final Test Review

Unit 3 Final Test Review

6th - 12th Grade

60 Qs

SmallBasic and flowcharts

SmallBasic and flowcharts

9th - 12th Grade

63 Qs

WEB 115 Final Exam Review

WEB 115 Final Exam Review

12th Grade - University

62 Qs

สรุปบทเรียน การเขียนโปรแกรมเชิงวัตถุเบื้องต้น 1

สรุปบทเรียน การเขียนโปรแกรมเชิงวัตถุเบื้องต้น 1

12th Grade

60 Qs

A9 EOY - Revision

A9 EOY - Revision

9th Grade

56 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?