untitled

untitled

10th - 12th Grade

24 Qs

quiz-placeholder

Similar activities

UNIT 3- DATA COMMUNICATION

UNIT 3- DATA COMMUNICATION

12th Grade

20 Qs

2nd Monthlly Summative Test Computer 10

2nd Monthlly Summative Test Computer 10

10th Grade

20 Qs

Bài 11. Tệp và quản lý tệp

Bài 11. Tệp và quản lý tệp

10th Grade

20 Qs

Teknik Pengolahan Audio dan Video

Teknik Pengolahan Audio dan Video

12th Grade

20 Qs

From Binary To Denary Conversion - IGCSE

From Binary To Denary Conversion - IGCSE

7th Grade - Professional Development

20 Qs

CSS - Computer Systems Services

CSS - Computer Systems Services

12th Grade

20 Qs

Yr7- Understanding computers Lessons 1-3

Yr7- Understanding computers Lessons 1-3

7th - 11th Grade

20 Qs

Hardware and Components

Hardware and Components

5th - 11th Grade

19 Qs

untitled

untitled

Assessment

Quiz

Computers

10th - 12th Grade

Hard

Created by

Shriram Raghunathan

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

24 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a valid starting character for JS variable names?

Uppercase Letter

Lowercase Letter

Dollar Sign

Underscore

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is a loop?

if(x<10)

while(x<10)

var x=10;

text(x,10;10)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

His name is Fred and he is less than 16 years old

if (name = "fred" && age < 16 )

if (name === "fred" && age < 16 )

if (name = "fred" || age < 16 )

if (name === "fred" || age < 16 )

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Repeat something 10 times

repeat 10

for (var i=0; i<10; i++)

repeat { } until 10;

while (i = 10)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the symbol used for the INCREMENT operator in JS?

+

++

=

==

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Generally speaking, what functionality does JavaScript provide when used as part of the "Web development trifecta"?
Page manipulation capabilities and advanced interactivity
Content and page structure, but minimum interactivity
Formatting and page design, plus some simple interactivity
Content, page structure, and advanced interactivity

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

JavaScript is a scripting language. Scripting languages:
interpret and automate a list of tasks that would otherwise be executed one-at-a-time by a person.
interpret and execute a list of tasks once the list is compiled.
need the server to interpret a script and to return the appropriate responses.
perform their functionality on the server side, which reduces processing time dramatically.

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?

Discover more resources for Computers