Basic JScript and HTML

Basic JScript and HTML

7th - 11th Grade

14 Qs

quiz-placeholder

Similar activities

Cascading Style Sheets

Cascading Style Sheets

8th - 12th Grade

11 Qs

Codecademy Intro to JavaScript

Codecademy Intro to JavaScript

9th - 12th Grade

16 Qs

Programming with JavaScript: Mastery Test

Programming with JavaScript: Mastery Test

9th - 12th Grade

16 Qs

HojasEstilos

HojasEstilos

11th Grade

15 Qs

Asesmen Diagnostik CSS Layout Web

Asesmen Diagnostik CSS Layout Web

11th Grade

10 Qs

MTA HTML CSS Session 1

MTA HTML CSS Session 1

7th - 9th Grade

18 Qs

CSS Selectors

CSS Selectors

10th Grade

19 Qs

Basics of JavaScript

Basics of JavaScript

11th Grade - Professional Development

15 Qs

Basic JScript and HTML

Basic JScript and HTML

Assessment

Quiz

Computers

7th - 11th Grade

Hard

Created by

Samanga N

Used 7+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. Which of the following functions is a valid type of function that javascript supports?

named function

anonymous function

Both A and B are true.

None of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these contains an executable statement?

// var x = 0; // var y = 0;

/* var x = 0; // var y = 0; */

/* var x = 0; */ var y = 0;

// var x = 0; /* var y = 0; */

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

HTML is considered as ______ ?

Programming language

OOP language

High level language

Markup language

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

HTML uses ______?

User-defined tags

Predefined tags

Fixed tags defined by the language

Tags for links only

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a browser?

Mozilla Firefox

Netscape

Microsoft Bing

Opera

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If we want to set the style for just one element, which css selector will we use?

id

text

class

name

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true about variable naming conventions in JavaScript?

JavaScript variable names must begin with a letter or the underscore character.

JavaScript variable names are case sensitive.

Both of the above.

None of the above

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?