375-668a9eab27167b2a5505796c

375-668a9eab27167b2a5505796c

38 Qs

quiz-placeholder

Similar activities

Aptitude Test 4 (20 Jun 2021)

Aptitude Test 4 (20 Jun 2021)

University

41 Qs

Senior Software Developers Assessment

Senior Software Developers Assessment

University

40 Qs

HTML and CSS Mastery

HTML and CSS Mastery

9th - 12th Grade

40 Qs

382-668b19a2486c0d718bcbd1e1

382-668b19a2486c0d718bcbd1e1

Professional Development

37 Qs

TEMPUZ'23 - Quiz

TEMPUZ'23 - Quiz

11th Grade

40 Qs

383-668a4c7e21be318812b42539

383-668a4c7e21be318812b42539

KG - University

37 Qs

Coding terms

Coding terms

7th Grade

35 Qs

Summative Assesment Second Trimester

Summative Assesment Second Trimester

11th Grade

40 Qs

375-668a9eab27167b2a5505796c

375-668a9eab27167b2a5505796c

Assessment

Quiz

Other

Easy

Created by

Abang Gembot

Used 3+ times

FREE Resource

38 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

As part of the debugging process, a programmer will usually use a validator to test their code. What does this accomplish?

A validator is a testing environment used to validate the page visually. This allows the developer to catch any errors in the markup that will cause the page to render incorrectly.

A validator checks over the page for any spelling or grammar errors in the content of the page, ignoring any markup.

A validator is used to debug any scripting on the page. The advantage of the validator is allowing the code to stop at preset break points, and the manual inspection of variable values.

A validator checks the markup used on the page for any errors or problems in your code. It does not, however, provide an environment to test the code itself.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following properties can be used to change the content of a div tag, obtained earlier in the code through the use of document.getElementById()?

.nodeValue

.content

.HTML

.innerHTML

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which three of the following are included in the HTML5 family?

Silverlight, HTML Markup, and JavaScript

HTML Markup, JavaScript, and CSS

JavaScript, CSS, and SVG

Java, CSS, and SVG

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following items is not a valid input type?

Email

URL

Button

All of these are valid

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When should you use the new HTML5 <canvas> tag?

To draw graphics when you don't want to use scripting

To draw graphics via scripting

To create a white background

To paint using your mouse

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which two of the following are methods used for drawing/animation?

moveTo(); AND fillStyle();

fillStyle(); AND slideElement();

slideElement(); AND moveTo();

tweenElement(); AND motionTween();

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is JQuery?

A language specifically written to access databases

Lightweight, "write less, do more" JavaScript library

Java-based query language

A vector-graphic language

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?