C779 Exam Questions and Correct Answers
quality image format using standard compression to reduce image size, popular, does NOT
support transparency, ideal for faster load times (usually seen for photos) - ANS .jpg or .jpeg
format similar to .jpg but INCLUDES transparency and low color counts (usually used for icons
or background patterns) - ANS .png
format similar to .png but includes sequence of images, inefficient for web pages - ANS .gif
format that is uncompressed (images) and inefficient for web pages - ANS .bmp
format for audio that is very efficiently compressed, equating to 10% of an uncompressed file -
ANS .mp3
format for audio similar to .mp3 but integrates digital rights w/ Apple standards - ANS .aac
format for audio similar to .mp3 but integrates digital rights w/ Microsoft standards - ANS .wma
video format that is an extension of .jpeg intended to compress sequenced images - ANS .mp4
or .mpeg4
video format providing different compression levels according to individual standards use for
audio and video - ANS .avi
video compression format following Apple standards - ANS .mov
video compression format following Microsoft standards - ANS .wmv
, type specified on web server to identify type of file being sent to browser, done based on file
extension. ex. .html, .jpg - ANS MIME (Multipurpose Internet Mail Extension)
an interface specification that enables web servers to execute an external program, typically to
process user requests. Usually written in scripting languages (PhP, Perl, ASP) - ANS CGI
(Common Gateway Interface)
software framework that is designed to support the development of web applications, aims to
automate the overhead associated with common activities performed in web development. -
ANS Web Application Framework
application programming interface for the programming language Java, which defines how a
client may access a database - ANS JDBC (Java Database Connectivity)
third-party company that offers a cloud-based platform, infrastructure, application, or storage
services, usually for a fee - ANS Cloud Service Provider (CSP)
shared web hosting - ANS server runs your site the same places as many other sites and
services, sharing a fixed amount of resources, processing power, memory, and hard drive space
with other users.
form code that gives mutually exclusive list of items - ANS <input type="radio".....
When creating forms what is true of client-server communication? - ANS common server
scripting languages include PhP, ASP, Perl
Form validation is typically used for what purposes - ANS to validate the correct data type for
an input field
Line of code that creates a multi-option select list in a web form? - ANS <select name="work"
multiple="multiple" size="4">
quality image format using standard compression to reduce image size, popular, does NOT
support transparency, ideal for faster load times (usually seen for photos) - ANS .jpg or .jpeg
format similar to .jpg but INCLUDES transparency and low color counts (usually used for icons
or background patterns) - ANS .png
format similar to .png but includes sequence of images, inefficient for web pages - ANS .gif
format that is uncompressed (images) and inefficient for web pages - ANS .bmp
format for audio that is very efficiently compressed, equating to 10% of an uncompressed file -
ANS .mp3
format for audio similar to .mp3 but integrates digital rights w/ Apple standards - ANS .aac
format for audio similar to .mp3 but integrates digital rights w/ Microsoft standards - ANS .wma
video format that is an extension of .jpeg intended to compress sequenced images - ANS .mp4
or .mpeg4
video format providing different compression levels according to individual standards use for
audio and video - ANS .avi
video compression format following Apple standards - ANS .mov
video compression format following Microsoft standards - ANS .wmv
, type specified on web server to identify type of file being sent to browser, done based on file
extension. ex. .html, .jpg - ANS MIME (Multipurpose Internet Mail Extension)
an interface specification that enables web servers to execute an external program, typically to
process user requests. Usually written in scripting languages (PhP, Perl, ASP) - ANS CGI
(Common Gateway Interface)
software framework that is designed to support the development of web applications, aims to
automate the overhead associated with common activities performed in web development. -
ANS Web Application Framework
application programming interface for the programming language Java, which defines how a
client may access a database - ANS JDBC (Java Database Connectivity)
third-party company that offers a cloud-based platform, infrastructure, application, or storage
services, usually for a fee - ANS Cloud Service Provider (CSP)
shared web hosting - ANS server runs your site the same places as many other sites and
services, sharing a fixed amount of resources, processing power, memory, and hard drive space
with other users.
form code that gives mutually exclusive list of items - ANS <input type="radio".....
When creating forms what is true of client-server communication? - ANS common server
scripting languages include PhP, ASP, Perl
Form validation is typically used for what purposes - ANS to validate the correct data type for
an input field
Line of code that creates a multi-option select list in a web form? - ANS <select name="work"
multiple="multiple" size="4">