WEB DEVELOPMENT
FOUNDATIONS - C779 EXAM
BRAND NEW ACTUAL EXAM WITH
ANSWERS.
Which choice correctly describes polygon hot spots on image
maps? - correct answer -You can use up to 100 pairs of x,y
coordinates to define a polygon.
How many colors are specified in the browser-safe color palette?
- correct answer -216
Pay per click (PPC) - correct answer -Internet marketing
technique that enables you to list your site high in search engine
rankings by advertising on keywords that describe your product or
service.
Canvas is an HTML API that provides - correct answer -a place
on a Web page (a "________") where developers can display
graphics, animation, video and games "on the fly" without the
need for a plug-in. _________is described by the W3C as an
, Page | 2
HTML5 element that "provides scripts with a resolution-dependent
bitmap ________, which can be used for rendering graphs, game
graphics, or other visual images on the fly." By itself, _______is a
simple pixel-based drawing API that produces a bitmap image.
Single-tier Model - correct answer -A Microsoft Access database
available only on a local system. A user simply opens Access,
then manipulates the database.
Two-tier Model - correct answer -The client is responsible for
presentation and business logic, and a server houses only the
data. Called a client-server relationship. Any change to the
database requires client upgrade.
N-tier model - correct answer -The business logic, data and
presentation are completely separated. An upgrade in one of the
layers does not necessarily mean the others are affected.
What is the default administrative password for Windows systems
for permissions typically assigned by an ISP? - correct answer -
Administrator
, Page | 3
When discussing databases, three elements are generally
involved: - correct answer -Data - the database file or multiple
database files.
Business logic - the SQL coding necessary to create relationships
with the data stored in the database.
event handler
Presentation - the way that data and business logic are presented
on the user screen. Presentation includes Web forms created with
HTML, and application-specific interfaces such as Microsoft
Access or a Web browser.
event handler - correct answer -a line of code that allows a
language to respond to a specific event or user input.
Which term describes a style of programming that uses
subprograms to accomplish tasks? - correct answer -Procedural
What is the term for a logical construct in programming that allows
you to control the way information flows in the application? -
correct answer -Statement
, Page | 4
HTML5 APIs are used to create apps for: - correct answer -mobile
devices.
PHP Hypertext Preprocessor (PHP) - correct answer -is an
interpreted server-side scripting language used for creating
dynamic Web pages. It is embedded in HTML pages but is
usually executed on a Web server.
In the HTML5 standard, what is the recommended way to center
a paragraph of text? - correct answer -Use an inline CSS style
attribute in the paragraph tag.
Animated GIF programs allow the user to: - correct answer -set
the interval of appearance between multiple GIF 89a images.
To which of the following do raster graphics refer? - correct
answer -Bitmap graphics