Telebort Program D: Intro to JavaScript

Telebort Program D: Intro to JavaScript

6th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

HTML & CSS

HTML & CSS

10th - 12th Grade

12 Qs

Использование DOM

Использование DOM

4th - 7th Grade

15 Qs

JavaScript quiz for beginners

JavaScript quiz for beginners

7th Grade

10 Qs

HTML & Java

HTML & Java

9th Grade

12 Qs

Javascript Pretest

Javascript Pretest

10th Grade

15 Qs

2025 - PFE/PMO - 2º Técnico - 2º Trimestre

2025 - PFE/PMO - 2º Técnico - 2º Trimestre

11th Grade

15 Qs

HTML

HTML

9th Grade

15 Qs

Comandos essenciais JavaScript

Comandos essenciais JavaScript

1st Grade - University

10 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?