Singular names should be used when naming ______.

a. Tables
b. Records
c. Views
d. Fields


d. Fields

Computer Science & Information Technology

You might also like to view...

After the ith iteration of the insertion sort:

a. The ith element of the array is in its final position. b. The ith element of the array is currently empty. c. The first i elements of the array are sorted. d. The last i elements of the array are sorted.

Computer Science & Information Technology

Which of the following refer to the same topic?

a. Early binding. b. Late binding c. Virtual functions d. Polymorphism e. Static binding

Computer Science & Information Technology

When creating a comment in a program, a space is required to separate the apostrophe from the comment itself.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

You have decided that you will design a title so that it looks good in any screen resolution from 640x480 to 1024x768. You want the heading to be dramatic, which you have decided means as big as possible without it breaking into two lines on a small screen. The title is “Typography is Fun!” Create a Web page with several versions of the title, each using a different typeface. Use at least different three different typefaces. For each version, specify the typeface and size for the font. Note: there is no unique “correct” answer. Restrict yourself to the typefaces described in this chapter.

The design specifications said that the title shouldn’t break into two lines when seen on a 640x480 monitor, so the first thing to do is to determine the minimum width. For the following example, the width is 540 pixels, but it’s okay if the width is a little wider. The main thrust is to create titles that all have the same width, and the point of the exercise is that fonts having different typefaces but identical point size will take up varying horizontal space due to the face that a point size specifies a vertical measure, not a horizontal one.

Computer Science & Information Technology