The ____ attributes define the dimensions of a text area.

A. height and width
B. rows and cols
C. top and bottom
D. high and wide


Answer: B

Computer Science & Information Technology

You might also like to view...

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

1. DVD is the standard UNIX block device. 2. A UNIX disk’s surface is divided into the boot block, a super block, the i-list, and space to hold data and/or directories. 3. To the UNIX user’s process, an open file is identified by a file descriptor, a small, nonnegative integer number. 4. When a file is created or an existing file grows, UNIX scans the FAT list and allocates space to the file. 5. Under UNIX, all character I/O takes place through a buffer pool located in the operating system.

Computer Science & Information Technology

The subdirectory newdir does not currently exist in the current directory that you are in. Which of the following commands will create a new directory named newdir and then change into that directory? (Choose two.)

A. mkdir newdir || cd newdir B. mkdir newdir; cd newdir C. mkdir newdir && cd newdir D. mkdir newdir >> cd newdir

Computer Science & Information Technology

A bridge can selectively forward data packets.

a. true b. false

Computer Science & Information Technology

The _________________________ is the software that prepares a packet of data so that it can move from one network to another on the Internet or within a set of corporate networks.?

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology