Tag: web-design

Questions Related to web-design

  1. What You Saw Is What You Got

  2. What You See is What You Get

  3. What You Seen is What You Gotten

  4. What You Sew is What You Get


Correct Option: B

When you are hyperlinking to a page WITHIN your website, it is better to use which linking style?

  1. Absolute URL (http://www.site.com/directory/page.htm)

  2. Relative URL (../directory/page.htm)


Correct Option: B
  1. Have another window open making it easier for the user to surf the linked website

  2. Keep my website in the original window so the user will come back to it

  3. Be sure that the user has JavaScript enabled in their browser


Correct Option: B

Navigation within a website is important. Which best defines how a navigation system be setup?

  1. There is no standard. Navigation is dependent upon the web designer.

  2. It should be consistent throughout the site as far as appearance and functionality. It should also be compatible with all browsers.

  3. Make it complex so the visitor will try to figure out what to do.


Correct Option: B

AI Explanation

To answer this question, let's go through each option to understand why it is correct or incorrect:

Option A) There is no standard. Navigation is dependent upon the web designer. This option is incorrect because while there may not be a fixed standard for navigation, there are established best practices and principles that web designers follow to create effective navigation systems.

Option B) It should be consistent throughout the site as far as appearance and functionality. It should also be compatible with all browsers. This option is correct because a well-designed navigation system should maintain consistency in terms of appearance and functionality across all pages of the website. This helps users quickly understand how to navigate and find the information they need. Additionally, it should be compatible with all browsers to ensure a seamless experience for all users.

Option C) Make it complex so the visitor will try to figure out what to do. This option is incorrect because a complex navigation system can confuse and frustrate visitors. The goal of a navigation system is to make it easy for users to find the content they are looking for, not to intentionally make it difficult for them.

The correct answer is Option B. This option is correct because it emphasizes the importance of consistency in appearance and functionality throughout the site, as well as compatibility with all browsers. Following these guidelines helps create a user-friendly and accessible navigation system.

  1. The most experienced technical personnel employed by the company.

  2. The general public.

  3. Users already familiar with the application.

  4. Users unfamiliar with the application.


Correct Option: D
Explanation:

To choose the correct option, the user needs to understand the purpose and importance of user testing during the development cycle of any software application. User testing is necessary to ensure that the application meets the user's requirements and expectations and identifies any bugs that need to be fixed before release.

Option A is incorrect since selecting the most experienced technical personnel may not provide the necessary feedback for the application's usability and accessibility to non-technical users.

Option B is also incorrect because while the general public may provide a wide range of feedback, they may not be the ideal target audience for the application.

Option C may provide valuable feedback, but it may not be sufficient in identifying issues that may arise with new users.

Option D is the correct answer since users unfamiliar with the application can provide valuable feedback on the application's usability, accessibility, and overall user experience.

Therefore, the correct answer is:

The Answer is: D. Users unfamiliar with the application.

  1. A good navigation plan should include shortcuts.

  2. Common navigational schemes include the items: FAQ, Search, About, and Site Map.

  3. The visitor should not have to click more than 3 times to reach a desired page.

  4. Icons and logos should be avoided in navigational structures because graphic files increase download times.


Correct Option: D
  1. Sent by the server to all clients.

  2. Sent by the server in response to a client request.

  3. Sent by the client and stored on the server after the client user has signed a digital certificate.

  4. Received by a client immediately after an e-commerce transaction is completed.


Correct Option: B
Explanation:

To answer this question, the user needs to have knowledge about cookies.

A cookie is a small file that a server sends to a client in response to a client's request. The cookie is stored on the client's device and is sent back to the server with subsequent requests. Therefore, the correct option is:

The Answer is: B. Sent by the server in response to a client request.

FTP and SSL are protocols which operate on port numbers:

  1. 21 and 443 respectively.

  2. 21 and 444 respectively.

  3. 23 and 443 respectively.

  4. 443 and 21 respectively.


Correct Option: A

AI Explanation

To answer this question, we need to understand the protocols FTP and SSL, as well as the port numbers they operate on.

FTP (File Transfer Protocol) is a standard network protocol used for transferring files between a client and a server on a computer network. It operates on port number 21.

SSL (Secure Sockets Layer) is a protocol for establishing encrypted links between web servers and browsers. It is commonly used to secure online transactions and data transfer. SSL operates on port number 443.

Now let's go through each option to determine the correct answer:

Option A) 21 and 443 respectively - This option is correct. FTP operates on port number 21, and SSL operates on port number 443.

Option B) 21 and 444 respectively - This option is incorrect. FTP operates on port number 21, but SSL operates on port number 443, not 444.

Option C) 23 and 443 respectively - This option is incorrect. FTP operates on port number 21, not 23. SSL operates on port number 443, not 23.

Option D) 443 and 21 respectively - This option is incorrect. FTP operates on port number 21, not 443. SSL operates on port number 443, not 21.

The correct answer is option A. FTP operates on port number 21, and SSL operates on port number 443.