General JS Questions

General JS Questions

10th Grade

10 Qs

quiz-placeholder

Similar activities

Image File Types

Image File Types

10th - 12th Grade

10 Qs

Data Representation - Keywords

Data Representation - Keywords

9th - 11th Grade

12 Qs

Data Representation - Images

Data Representation - Images

4th - 12th Grade

10 Qs

Resolution and File Type

Resolution and File Type

9th - 10th Grade

12 Qs

HSCA-2 Quiz 1

HSCA-2 Quiz 1

9th - 12th Grade

10 Qs

1.2.4. Data Storage - representing images

1.2.4. Data Storage - representing images

9th - 11th Grade

14 Qs

Representing Images

Representing Images

8th - 10th Grade

15 Qs

Topic 2.1 and 2.2 Keywords

Topic 2.1 and 2.2 Keywords

10th - 11th Grade

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