C779 Exam Questions and Correct Answers
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">
attribute is good for non-secure data, like query strings in Google. Useful for form
submissions where a user wants to bookmark the result - ANS GET attribute
Attribute that appends the form data inside the body of the HTTP request (the submitted
form data is not shown in the URL)
has no size limitations, and can be used to send large amounts of data.
Form submissions cannot be bookmarked - ANS POST attribute
its standards promote common data formats and exchange protocols - ANS the semantic web
a cross-platform and language-independent API - ANS the Document Object Model (DOM)
high-level encryption protocol - ANS Secure Socket Layer (SSL)
XML protocol used by credit card companies (security) - ANS 3D Secure
, open standard for security, successor of the now-deprecated Secure Sockets Layer (SSL), aims
primarily to provide privacy and data integrity between two or more communicating computer
applications - ANS TLS (Transport Layer Security)
is a system of processes, technologies, and policies that allows you to encrypt and sign data.
You can issue digital certificates that authenticate the identity of users, devices, or services
- ANS PKI (Public Key Infrastructure)
Difference between internet and World Wide Web? - ANS Web is the content
Internet is the delivery infrastructure
a set of technologies used in developing and delivering web content. - ANS AJAX
Best describes the function of a protocol? - ANS is a set of rules or procedures for transmitting
data between electronic devices
What is Responsive Design - ANS a method of web design that encompasses multiple platforms
GUI HTML editors offer that text editors do NOT? - ANS Live preview of pages
What is FTP and its purpose? - ANS File Transport Protocol, used for web page publishing
W3C Markup Validation Service provides? - ANS HTML and CSS syntax checking
successor to dHTML? - ANS AJAX
software tools used in web development? - ANS Web Framework
an interface that defines interactions between multiple software applications - ANS
API (Application Programming Interface)
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">
attribute is good for non-secure data, like query strings in Google. Useful for form
submissions where a user wants to bookmark the result - ANS GET attribute
Attribute that appends the form data inside the body of the HTTP request (the submitted
form data is not shown in the URL)
has no size limitations, and can be used to send large amounts of data.
Form submissions cannot be bookmarked - ANS POST attribute
its standards promote common data formats and exchange protocols - ANS the semantic web
a cross-platform and language-independent API - ANS the Document Object Model (DOM)
high-level encryption protocol - ANS Secure Socket Layer (SSL)
XML protocol used by credit card companies (security) - ANS 3D Secure
, open standard for security, successor of the now-deprecated Secure Sockets Layer (SSL), aims
primarily to provide privacy and data integrity between two or more communicating computer
applications - ANS TLS (Transport Layer Security)
is a system of processes, technologies, and policies that allows you to encrypt and sign data.
You can issue digital certificates that authenticate the identity of users, devices, or services
- ANS PKI (Public Key Infrastructure)
Difference between internet and World Wide Web? - ANS Web is the content
Internet is the delivery infrastructure
a set of technologies used in developing and delivering web content. - ANS AJAX
Best describes the function of a protocol? - ANS is a set of rules or procedures for transmitting
data between electronic devices
What is Responsive Design - ANS a method of web design that encompasses multiple platforms
GUI HTML editors offer that text editors do NOT? - ANS Live preview of pages
What is FTP and its purpose? - ANS File Transport Protocol, used for web page publishing
W3C Markup Validation Service provides? - ANS HTML and CSS syntax checking
successor to dHTML? - ANS AJAX
software tools used in web development? - ANS Web Framework
an interface that defines interactions between multiple software applications - ANS
API (Application Programming Interface)