Telebort Program D: Intro to JavaScript

Telebort Program D: Intro to JavaScript

6th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

JavaScript #4: DOM

JavaScript #4: DOM

12th Grade

10 Qs

JavaScript Cert Prep

JavaScript Cert Prep

9th - 12th Grade

10 Qs

N2T2 - NEM - Pensamento Computacional

N2T2 - NEM - Pensamento Computacional

10th Grade

10 Qs

javascript BASIC

javascript BASIC

11th Grade

13 Qs

Snake Game

Snake Game

3rd - 8th Grade

15 Qs

Gmetrix Intro to Programming Using JavaScript Session 1 Test

Gmetrix Intro to Programming Using JavaScript Session 1 Test

9th - 12th Grade

15 Qs

SRM IST - 2 Weeks Certification Program - 5-2-2022

SRM IST - 2 Weeks Certification Program - 5-2-2022

11th - 12th Grade

15 Qs

Javascript Quiz 1

Javascript Quiz 1

9th Grade

9 Qs

Telebort Program D: Intro to JavaScript

Telebort Program D: Intro to JavaScript

Assessment

Quiz

Computers

6th - 12th Grade

Medium

Created by

Academy Telebort

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following can help to do the interactivity of the website?

HTML

CSS

JavaScript

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

A JavaScript file has an extension name of

.jscp

.js

.jp

.css

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the tag that you need to have in the HTML document to call up on the JavaScript external file?

<title src=" "></title>

<html src=" "></html>

<script src=" "></script>

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

You can write JavaScript code inside an HTML document or in an external file.

True

False

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is the correct script that results a pop up message "Hello there!" when you open a web page in your Google Chrome

alert ("Hello there!");

prompt ("Hello there!");

alert (Hello there!);

prompt (Hello there!);

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is the correct script that displays a pop up message that can ask the user "What is your name?"?

alert('What is your name?');

prompt('What is your name?');

console.log('What is your name?');

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following method in JavaScript that can help to display a text/number in the Console of the browser?

console.log();

prompt();

alert();

confirm();

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?