CIW Site Development Associate Latest Update 2024-2025 Exam Questions and 100% Verified Correct Answers Guaranteed A+
Q: An end user has just clicked the OK button on a Web document to send information to the Web server. Which of the following contains a reference to the CGI script that allows this Web page to send information to a Web server?
- A database
B. ASP
- A Web form
D. A Web server application - CORRECT ANSWER: C. A Web form
A user-input Web form must contain code that references a Web server. The code is called an application, or a Web server application. This application helps convey the information provided by the end user to the Web server, or to a database server that can store and/or process the information. Such applications are called Common Gateway Interface (CGI) applications because they enable information to pass in and out of a server. Various CGI implementations exist. CGI implementations use various computer languages and technologies, such as Active Server Pages (ASP).
Q: Consider the following code for a text box in a Web form:
Which modified tag should you use if you want the text box to appear with default text that reads "Enter Name Here"?
- - CORRECT ANSWER: B.
To add default text that will appear in a Web form text box, you would add the value="DefaultText" attribute and value, with whatever default text you want to appear.The end user will see the default text in the text box, and this existing text will disappear when the user enters information in the field.
Q: Consider the following HTML code:
Which statement about this code is accurate?
- It is part of a table with three captions.
- It is part of a table with three rows.
- It is part of a table with three columns.
- It is part of a table with three data cells. - CORRECT ANSWER: C. It is part of a table
with three columns.
Based on the code given, this table has three columns. The
Q: Extensible Markup Language (XML) can be used for which purpose?
- To determine how to display HTML elements in your Web pages
- To allow data to be interchanged with all types of applications
- To style a Web page's appearance in the browser
- To define the structure, syntax and vocabulary as it relates to tags and attributes for
a corresponding document - CORRECT ANSWER: B. To allow data to be interchanged
with all types of applications
Extensible Markup Language (XML) is a language used to describe data elements on a Web page. XML enhances the structure and navigation of data. It is not used to format the page's appearance. Businesses use XML because it allows data to be interchanged with all types of applications. XML is never used to format (i.e., style) pages. The Document Type Definition (DTD) is a set of rules contained in a simple text file that defines the structure, syntax and vocabulary as it relates to tags and attributes for a corresponding document. Cascading Style Sheets (CSS) are rules in an external text file that determine how to display HTML elements in your Web pages .
Q: GUI editors whose functionality is usually limited to creating individual Web pages are known as what?
- HTML5 editors
- Page editors
- Site management editors
D. WYSIWYG editors - CORRECT ANSWER: B. Page editors
- / 2