JS SQL Reviewer

JS SQL Reviewer

10th Grade

15 Qs

quiz-placeholder

Similar activities

Python List

Python List

4th Grade - University

15 Qs

# REVIEW 1 DATA TYPES

# REVIEW 1 DATA TYPES

10th Grade

15 Qs

Quiz Informatika Kelas X

Quiz Informatika Kelas X

10th Grade

20 Qs

Threats to Data

Threats to Data

9th - 12th Grade

11 Qs

Basic Parts of Speech EPS

Basic Parts of Speech EPS

9th - 10th Grade

10 Qs

Network topologies

Network topologies

8th Grade - University

20 Qs

PUNCTUATION SPACING RULES

PUNCTUATION SPACING RULES

9th - 12th Grade

10 Qs

Arduino Loop

Arduino Loop

2nd Grade - University

20 Qs

JS SQL Reviewer

JS SQL Reviewer

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Joseph Almonte

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where is the appropriate location to insert JavaScript code in an HTML file?
Both the section and the section are correct
The section only
Outside the section
The section only

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can "Hello World" be displayed in an alert box using JavaScript?
msgBox("Hello World");
alert("Hello World");
alertBox("Hello World");
Box("Hello World");

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the proper way to create a function in JavaScript?
function myFunction()
function = myFunction()
functions create()
myFunction() function

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can comments be added in a JavaScript code?
//This is a comment
'This is a comment
\\This is a comment

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which JavaScript event is triggered when a user clicks on an HTML element?
onchange
onclick
onmouseover
ondbclick

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can the value of the "src" attribute of an image be changed using the HTML DOM and JavaScript?
document.getElementById("image").href = "pic_mountain.jpg";
document.getElementById("image").link = "pic_mountain.jpg";
document.getElementById("image").src = "pic_mountain.jpg";
document.getElementById("image").name = "pic_mountain.jpg";

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct syntax for selecting only distinct values from the "Country" column in the "Employees" table?
SELECT UNIQUE Country FROM Employees;
SELECT DIFFERENT Country FROM Employees;
SELECT DISTINCT Country FROM Employees;
SELECT UNIQUE VALUES Country FROM Employees;

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?