TLE 10 MABINI SHANE

TLE 10 MABINI SHANE

10th Grade

10 Qs

quiz-placeholder

Similar activities

Sphero Block Coding

Sphero Block Coding

KG - 12th Grade

11 Qs

Computer Viruses

Computer Viruses

6th - 10th Grade

10 Qs

IGCSE ICT - Safety and Security

IGCSE ICT - Safety and Security

10th - 12th Grade

7 Qs

Fire Extinguishers

Fire Extinguishers

9th - 12th Grade

10 Qs

AutoCad Quiz #1

AutoCad Quiz #1

9th - 12th Grade

10 Qs

Photoshop Tools and Procedures

Photoshop Tools and Procedures

9th - 12th Grade

14 Qs

SNT : Images Numériques (bases)

SNT : Images Numériques (bases)

8th - 12th Grade

5 Qs

Quiz sobre Aprendizado de Programação

Quiz sobre Aprendizado de Programação

10th Grade

15 Qs

TLE 10 MABINI SHANE

TLE 10 MABINI SHANE

Assessment

Quiz

Instructional Technology

10th Grade

Hard

Created by

SHANE PARUMOG

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

My doge image is way too big! How can I make it smaller?

my_graphic1.height = 0.5;

my_graphic1.width = 0.5;

MY_GRAPHIC1.scale = 2;

my_graphic1.scale = 0.2;

scale(my_graphic1, "smaller");

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the correct code for line 4 to invert the colors of the video?

invert_color;

var color_invert;

color_invert();

"Computer, invert the colors!"

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

JavaScript is can be written -

directly into JS file and included into HTML

directly on the Server Script

directly into HTML pages

None of these

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Javascript used for?

Behaviour

Presentation

Structure

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is a loop?

if(x<10)

while(x<10)

var x=10;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is *rn* in this line of code?

A value

A method

An object

A variable

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The command: ellipse( 200,100, 20, 20) will draw:
an ellipse that is 100 pixels wide and 100 pixels high
a circle whose center is 200 pixels across and 100 pixels down
a rectangle that is 200 pixels by 100 pixels wide
a circle that is 200 pixels in diameter

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?