Free Website Design MCQ Question and Answers — Questions and Answers
Question 1: Which end product would the production division be in charge of creating?
- Site diagram
- (X)HTML and CSS documents (Correct answer)
- PHP scripts
- Photoshop page sketch
Correct answer: (X)HTML and CSS documents
The production division in web development is typically responsible for taking the designs and functional specifications and translating them into actual web code. (X)HTML provides the structural markup and content of web pages, while CSS defines their styling and presentation. These documents are the core output of the production phase, bringing the website design to life.
Question 2: What Web technology is employed in the definition of a novel markup language for the exchange of financial data?
- CSS
- JavaScript
- XML (Correct answer)
- HTML and XHTML
Correct answer: XML
XML (Extensible Markup Language) is designed for storing and transporting data, and it allows users to define their own custom tags. This flexibility makes it highly suitable for creating novel markup languages, such as those used for exchanging specific types of data like financial information. XML provides a standardized, self-describing format essential for data interchange.
Question 3: A graphic designer would be in charge of creating which end result?
- Photoshop page sketch (Correct answer)
- Site diagram
- (X)HTML and CSS documents
- PHP scripts
Correct answer: Photoshop page sketch
A graphic designer's primary role in web development is to create the visual elements and overall aesthetic of the website. A Photoshop page sketch, or mock-up, is a common deliverable that illustrates the layout, imagery, typography, and color scheme before any coding begins. It serves as a visual blueprint for the design team and client.
Question 4: A Web programmer would be in charge of creating which end result?
- Site diagram
- Photoshop page sketch
- (X)HTML and CSS documents
- PHP scripts (Correct answer)
Correct answer: PHP scripts
A web programmer, often referred to as a backend developer, is responsible for server-side logic and database interactions. PHP is a popular server-side scripting language used to create dynamic web content, process forms, and interact with databases. Therefore, PHP scripts are a typical end product of a web programmer's work, enabling the website's dynamic functionalities.
Question 5: What web technology is used to validate form field entries?
- CSS
- Ruby on Rails
- HTML and XHTML
- JavaScript (Correct answer)
Correct answer: JavaScript
JavaScript is a client-side scripting language primarily used to add interactivity and dynamic behavior to web pages directly within the user's browser. It is commonly employed for form validation, allowing real-time checks of user input before data is sent to the server. This improves user experience by providing immediate feedback and reduces server load.
Question 6: What kind of finished product would an information designer be in charge of creating?
- PHP scripts
- (X)HTML and CSS documents
- Site diagram (Correct answer)
- Photoshop page sketch
Correct answer: Site diagram
An information designer, or information architect, focuses on organizing and structuring content to make it easily findable and understandable for users. A site diagram, or sitemap, is a key deliverable that visually represents the hierarchy and navigation structure of a website. It ensures a logical flow of information and an intuitive user journey.
Question 7: What Web technology is employed for developing a unique server-side Web application?
- CSS
- HTML and XHTML
- Ruby on Rails (Correct answer)
- JavaScript
Correct answer: Ruby on Rails
Ruby on Rails is a popular open-source web application framework written in Ruby, specifically designed for developing server-side web applications. It provides a structured approach and many built-in tools to streamline the development of robust, database-backed web applications. Its 'convention over configuration' philosophy accelerates the development process for unique server-side functionalities.
Which end product would the production division be in charge of creating?