Font size
WorksheetsWeb One uCertify Chapter 8 Test
Total questions: 20
Worksheet time: 10mins
Which of the following is a characteristic of server-side languages?
Code is executed neither by the Web server nor the Web browser.
Code is executed by the Web server, not by the Web browser.
Code is executed by the Web browser, not by the Web server.
Code is executed by both the Web server and the Web browser.
What is the advantage to selecting "Go" as your server-side language?
It has strong runtime safety.
It is one of the largest and most well-established programming languages and is thus well supported.
It is fully outfitted with all the common features programmers have come to expect from a modern language.
It shortens the production to distribution pipeline.
What is Dynamic HTML (DHTML)?
Cascading Style Sheets (CSS)
A markup language that describes document content instead of adding structure or formatting to document content
A markup language that defines page layouts, hyperlinks, fonts, graphics and more to enable pages to render in Web browsers
A combination of HTML, script, styles and the Document Object Model (DOM) that provides Webpage interactivity
Why might you code your server-side scripts in Python?
It is the best choice for building high quality, 3-D graphics.
It is faster and more responsive than other languages.
It is well structured for mobile Web development.
It is well documented, flexible, and requires less code than traditional languages.
The HTML5 canvas API has only two attributes. Which are they?
Height and width
Border and margin
Border and background
Background and shape
A user can use JavaScript to:
access anything outside of the web page itself.
repair the hard drive.
detect browser type and version.
access databases.
Which of the following is true of the Document Object Model (DOM)?
The DOM is a proprietary Microsoft product.
The DOM is designed to work on UNIX platforms.
The DOM enables objects to be manipulated but does not specify how.
The DOM is a vendor-neutral standard.
Which of the following statements is true of Website development?
Only client-side scripting can be used to develop Webpages.
Only HTML can be used to develop Webpages.
Webpages can be developed using both client-side scripting and server-side scripting technologies.
Webpages can be developed using both client-side scripting and server-side scripting technologies.
What is the term for a logical construct in programming that allows you to control the way information flows in the application?
Echo
Function
Interpreter
Statement
Java can be used to create which of the following technologies?
JSP and servlets.
Active Server Pages (ASP).
Practical Extraction and Report Language (PERL).
Server-side includes (SSIs).
In programming, what is the term for an application that processes code in standard text files into executable applications?
Variable
Include
Interpreter
Compiler
The HTML5 geolocation API can be used to:
reprogram a user's GPS hardware device.
interact with Websites and Web documents when a network connection is unavailable.
display graphics, animation, video and games "on the fly" without the need for a plug-in.
determine a user's current position, monitor the user's location, and update any changes to that location.
What is the term for an instruction within an HTML page that directs the Web server to perform an action?
Object
Emulator
Inheritance
Server-side include
In programming, which term describes a line of code that allows a language to respond to a specific event or user input?
ActiveX control
Animator
Responder
Event handler
Which programming statement executes a group of additional commands when a given condition is false?
do while
if / then
do until
if / then / else
Which of the following describes single-tier computing?
The client is responsible for business logic and presentation, and the server houses only the data.
Data, business logic and presentation are all combined into one application or database.
The client is responsible for presentation, and the server manages the data and the business logic.
Data, business logic and presentation are completely separated.
Visual Basic (VB) is best used for what purpose?
Stand-alone applications and server-side Web applications.
Tasks that require a full suite of object-oriented capabilities.
Any task that a language like C++ or Java could perform.
Client-side applications in Web browsers.
Which of the following describes the programming concept of an array?
A place in memory used to store information for later use
A collection of variables stored in a series
Software used to read and process code in standard text files
A line of code that allows you to refer to an entire series of steps or commands
Which of the following statements is true of Dynamic HTML (DHTML)?
DHTML increases the burden on the server.
DHTML reacts to user actions by contacting the server.
DHTML decreases the burden on the server.
The popularity of DHTML is diminishing.
What is the W3C standard that describes the elements, or objects, within a document rendered by a Web browser?
Document Object Model (DOM)
Object-oriented program
Cascading Style Sheets (CSS)
Application programming interface (API)
