COMSCI REVIEW 3RDQ

COMSCI REVIEW 3RDQ

2nd Grade

51 Qs

quiz-placeholder

Similar activities

Rana Quiz

Rana Quiz

1st - 5th Grade

53 Qs

Python Intro

Python Intro

1st - 5th Grade

50 Qs

Python Quiz: Lists, Dicts, Sets, and More

Python Quiz: Lists, Dicts, Sets, and More

2nd Grade

50 Qs

Python End of Year Assessment_gf

Python End of Year Assessment_gf

2nd - 5th Grade

48 Qs

BAI ON KHOI 5

BAI ON KHOI 5

1st Grade - University

46 Qs

Databases

Databases

KG - 12th Grade

50 Qs

ÔN TẬP CUỐI KÌ I MÔN TIN HỌC 8

ÔN TẬP CUỐI KÌ I MÔN TIN HỌC 8

2nd Grade

51 Qs

tin giữa kì 1

tin giữa kì 1

2nd Grade

56 Qs

COMSCI REVIEW 3RDQ

COMSCI REVIEW 3RDQ

Assessment

Quiz

Computers

2nd Grade

Hard

Created by

mardion macarilay

Used 2+ times

FREE Resource

51 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT an advantage of JavaScript?

It has less contact with the server

It runs in a single execution thread

It gives immediate feedback to the visitors

It has an expanded interactivity

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is a number method that accepts a number input x and returns a number with given decimal digits.

toFixed()

toPrecision()

parseFloat()

Number()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

TRUE OR FALSE.

Declaring a constant variable should always be in uppercase

TRUE

FALSE

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You can place any number of scripts in an HTML document.

Scripts can be placed in the _____.

<body> only

<head> only

<head> and <body> section

None of the above. It should be in a separate code.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The console.log() method can also be used to quickly output a message or write data to the browser console.

TRUE

FALSE

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A standard version of the core JavaScript language is specified by the ECMA-262 Specification

TRUE

FALSE

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which of the following is the best example of a concat function that will execute the message: "Sana uno ko ComSci" in JavaScript? (2 pts)

var manifest = "Sana ko";

document.write (manifest.concat("uno", "ComSci"));

var manifest;

document.write (manifest.concat("sana" + "uno" + "ko" + "ComSci"));

var manifest = "Sana" + "uno" + "ko" + "ComSci";

document.write (manifest.concat());

var manifest = "Sana uno ko";

document.write (manifest.concat("ComSci"));

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?