COMSCI REVIEW 3RDQ

COMSCI REVIEW 3RDQ

2nd Grade

51 Qs

quiz-placeholder

Similar activities

LATIHAN TKJ 3

LATIHAN TKJ 3

1st Grade - University

51 Qs

NEW 1.1.3 Input, output and storage

NEW 1.1.3 Input, output and storage

2nd Grade

53 Qs

 Keyboard Shortcut

Keyboard Shortcut

2nd - 6th Grade

54 Qs

Komputer Akuntansi XII AK1

Komputer Akuntansi XII AK1

KG - 12th Grade

50 Qs

Examen General

Examen General

2nd Grade

54 Qs

Ôn tập Tin - CN 4 - CD - HK II

Ôn tập Tin - CN 4 - CD - HK II

1st - 5th Grade

47 Qs

Excel Cơ bản 1.5 (7)

Excel Cơ bản 1.5 (7)

KG - University

47 Qs

NEW 1.4.3 Boolean Algebra

NEW 1.4.3 Boolean Algebra

2nd Grade

54 Qs

COMSCI REVIEW 3RDQ

COMSCI REVIEW 3RDQ

Assessment

Quiz

Computers

2nd Grade

Hard

Created by

mardion macarilay

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

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

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

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?