Telebort Program D: Intro to JavaScript

Telebort Program D: Intro to JavaScript

6th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Calculator

Calculator

2nd - 8th Grade

15 Qs

Evaluasi Pembelajaran

Evaluasi Pembelajaran

10th - 12th Grade

15 Qs

Evaluación 1erParcial M3S2.

Evaluación 1erParcial M3S2.

6th Grade

10 Qs

JavaScript

JavaScript

9th Grade

15 Qs

JavaScript ievads

JavaScript ievads

7th - 8th Grade

10 Qs

JavaScript Basics

JavaScript Basics

12th Grade - University

15 Qs

JavaScript Quiz 2

JavaScript Quiz 2

9th Grade

15 Qs

10 -Quiz#3: JavaScript Introduction

10 -Quiz#3: JavaScript Introduction

10th Grade

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