
Telebort Program D: Intro to JavaScript
Authored by Academy Telebort
Computers
6th - 12th Grade
Used 3+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
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();
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Microsoft
or continue with
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?