Case-Based Critical Thinking Questions
?
Case 1-2
Ted is asked to create a page containing his family photos for a family reunion website. He will has about 20 pictures to post, with a caption that he wants to display before each one. Each picture is a group photo of a particular family.
?
What character entity reference could Ted use to add a notice at the bottom of the page to remind viewers that the photos are copyrighted?

A. ?©
B. ?
C. ?copy:
D. ?&#copy


Answer: A

Computer Science & Information Technology

You might also like to view...

The command to insert (after using the yank command) the previously killed section of the text is:

a: [Alt-y] b: [Alt-x][Ctrl-y] c: [Ctrl-yank] d: [Ctrl-y] e: [Ctrl-x] y

Computer Science & Information Technology

Write a program that tests the class RoomOccupancy described in the previous exercise.

What will be an ideal response?

Computer Science & Information Technology

Case-Based Critical Thinking QuestionsCase 5-1Part of your new job on the Web development team is to review the page download sizes of new pages added to the site to make sure that everything added is well-considered. If you know that a new page added to a particular site is 100 kb and is mainly viewed by users on dial-up connections, approximately how long should you be budgeting for your users to wait to view the page?

A. 2 seconds B. 10 seconds C. 20 seconds D. 40 seconds

Computer Science & Information Technology

During the design phase of the software life cycle, the program is divided into ______.

a) invariants b) loops c) modules d) prototypes

Computer Science & Information Technology