MEGAQUIZ 2

MEGAQUIZ 2

3rd - 12th Grade

60 Qs

quiz-placeholder

Similar activities

python concepts class 11

python concepts class 11

11th - 12th Grade

60 Qs

Unit 3: Full Reivew

Unit 3: Full Reivew

6th Grade

59 Qs

tin 11 ôn giữa kì 2

tin 11 ôn giữa kì 2

11th Grade

55 Qs

Tin HKII (2)

Tin HKII (2)

11th Grade

64 Qs

Python basic

Python basic

8th - 9th Grade

59 Qs

Python Pandas 1 by RK

Python Pandas 1 by RK

12th Grade

62 Qs

TỔNG HỢP QUIZ TIN 11_KTCKII

TỔNG HỢP QUIZ TIN 11_KTCKII

11th Grade

63 Qs

6th and 7th Post-assessment

6th and 7th Post-assessment

6th - 7th 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?