General JS Questions

General JS Questions

10th Grade

10 Qs

quiz-placeholder

Similar activities

Data Representation: Sound, Text & Images

Data Representation: Sound, Text & Images

10th Grade

15 Qs

J277 - 1.2 - Images

J277 - 1.2 - Images

10th Grade - University

15 Qs

Code.org CSP Unit 1 Review

Code.org CSP Unit 1 Review

9th - 12th Grade

15 Qs

Manage Media Library

Manage Media Library

9th - 12th Grade

11 Qs

Photopea 1.1

Photopea 1.1

2nd - 11th Grade

10 Qs

Graphic Design Quiz

Graphic Design Quiz

10th Grade

8 Qs

ICT 10 - REVIEWER

ICT 10 - REVIEWER

10th Grade

15 Qs

Y12 Data Rep Images

Y12 Data Rep Images

9th - 12th Grade

11 Qs

General JS Questions

General JS Questions

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Arif Ali

Used 8+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does this instruction do?

var pixel = [127, 200, 19];

Sets the color of a pixel

Creates a variable called pixel and assigns an array of 3 values to that variable

Reads the value of a pixel from an image

Nothing, there's an error in it

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does this code do?

pixel = image.getPixel(120,33);

Gets the pixel at coordinates x=120 y=33, from the image and stores it in a variable

Modifies a pixel to have the values Red = 120 and Green = 33

Generates an error since the word "pixel" does not have the word "var" before it.

Prints the value of a pixel on the screen

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does this command do?

z = z - 12;

Adds 12 to the value of z and stores the new value in z

Subtracts 12 from the value of z and stores the new value in z

Checks if the value of z is greater than 12

Generates an error because z cannot be a variable name

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the result of running this code:

Print all the numbers from 0 to 370 each on a separate line

Print all the odd numbers from 0 to 370 each on a separate line

Print all the even numbers from 0 to 370 each on a separate line

Print all the numbers from 0 to 370 each on the same line

5.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image

What will be the result of running the code on the left be?

Print the numbers 0 to 99 on separate lines

Print the numbers 0 to 99, each on a separate line

Print the numbers from 0 to 99 backwards, on separate lines.

Print the numbers 0 to 99, ten at a time, moving to the next line after each 10 numbers

Answer explanation

Media Image

Can you think of a way to make the numbers in the first row line up with the numbers below them?

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What's wrong with this code?

(assume that the url is correct)

Nothing, it'll display the image

The coordinates are wrong, they need to be 0, 0

the word "WebImage" is incorrect. Should be Image

There's a different error.

Answer explanation

Be prepared to discuss this one!

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

This code is part of a students effort to modify an image. What does it look like the student is trying to do?

Brighten the image

Darken the image

Hide an image in another image

Something else

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?