JS SQL Reviewer

JS SQL Reviewer

10th Grade

15 Qs

quiz-placeholder

Similar activities

Newsletters

Newsletters

9th - 12th Grade

16 Qs

Deputy NH Review Questions

Deputy NH Review Questions

9th - 12th Grade

10 Qs

HTML Forms

HTML Forms

9th - 12th Grade

20 Qs

Units of Data

Units of Data

10th Grade

14 Qs

IBA Chapter 10B

IBA Chapter 10B

8th - 12th Grade

17 Qs

SQL Bronze Award Revision

SQL Bronze Award Revision

9th - 10th Grade

11 Qs

024_Watering Hole Attacks – CompTIA Security+ SY0-701 – 2.2

024_Watering Hole Attacks – CompTIA Security+ SY0-701 – 2.2

9th Grade - University

20 Qs

The Effects of Using ICT (health, work, microP's in home)

The Effects of Using ICT (health, work, microP's in home)

10th Grade

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?