Extending HTML Flashcards

1
Q

Which of the following is an interpreted server-side scripting language for creating dynamic webpages?

A

PHP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which of the following is a cross-platform programming language that enables users to write custom CGI programs and system management programs?

A

Perl

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which of the following is Microsoft’s original server-side scripting solution?

A

ASP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which of the following is a procedural compiled programming language used to develop stand-alone applications, rather than Web applications?

A

C

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which of the following is a compiled programming language developed by Microsoft and used for stand-alone applications and server-side Web applications?

A

Visual Basic

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which of the following is an object-oriented compiled programming language whose programs must be compiled to a specific computer type?

A

C++

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which of the following is an object-oriented compiled programming language whose applications are platform-independent?

A

Java

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which of the following is a compiled object-oriented programming language that is the proprietary competitor to Java?

A

C#

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

True or False? JavaScript cannot be used to detect browser type and version.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

True or False? JavaScript offers programmers several advantages, including platform-independence.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

True or False? JavaScript code needs to reside inside HTML documents to run.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

True or False? Client-side scripts can be disabled from browsers.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

True or False? JavaScript is considered an object-oriented language because it supports inheritance.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

True or False? JavaScript is embedded into XHTML or HTML using the script tag.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

True or False? You can use JavaScript to deposit cookies on the system hard drive of users who visit your site.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

True or False? JavaScript cannot be used for copyright protection.

A

False

17
Q

Which of the following is a standard developed by the W3C?

A

Document Object Model (DOM)

18
Q

Which of the following specifies how objects in a document can be referred to and manipulated through scripting languages?

A

Document Object Model (DOM)

19
Q

Which of the following allows you to animate text when a user passes a mouse pointer over certain parts of the page?

A

Dynamic HTML

20
Q

Which of the following allows content to be exchanged, without the need to refresh the browser window?

A

Dynamic HTML

21
Q

Which of the following is a vendor-neutral, cross-platform application programming interface (API)?

A

Document Object Model (DOM)

22
Q

Which of the following allows you to create webpages that react to user actions?

A

Dynamic HTML

23
Q

Which of the following HTML5 APIs permits a user to continue working with websites and web documents even when a network connection is unavailable?

A

Offline Web Application

24
Q

Which of the following HTML5 APIs provides the ability to determine a user’s location?

A

Geolocation

25
Q

Which of the following HTML5 APIs provides a place on a webpage where developers can display visual images on the fly without the need for a plug-in?

A

Canvas

26
Q

Which of the following HTML5 APIs allow a user to grab an object and move it to a different location on a computer screen?

A

Drag-and-Drop functionality

27
Q

When working with offline web applications, what instructs the browser to store certain files locally to allow the user to continue working without the connection?

A

manifest