Match the following terms to their meanings:

I. File
II. Folder
III. Window
IV. Desktop

A. a rectangular area on the computer screen
B. a collection of information stored under a single name
C. opening screen in Windows that simulates a work area
D. a container where files can be stored


B, D, A, C

Computer Science & Information Technology

You might also like to view...

What type of value does a void function return? ____________

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

Computer Science & Information Technology

The definitions for the functional areas are listed in ____ of the EBK.

A. Section 4.0 B. Section 4.1 C. Section 4.2 D. Section 4.3

Computer Science & Information Technology

Use telnet to connect to a system on which you have an SMTP email account, then send yourself an email.

Log onto the system and check that the email indeed arrived. Consider the Simple Mail Transfer Protocol (SMTP)4.An excerpt from the RFC for this protocol provides the following sample session. ``` R: 220 USC-ISI.ARPA Simple Mail Transfer Service Ready S: HELO LBL-UNIX.ARPA R: 250 USC-ISI.ARPA S: MAIL FROM: R: 250 OK S: RCPT TO: R: OK S: DATA R: 354 Start mail input; end with . S: Blah blah blah... S: ...etc. etc. etc. S: . R: 250 OK S: QUIT R: 221 USC-ISI.ARPA Service closing transmission channel ```

Computer Science & Information Technology

Given the startx command syntax, startx -- -option, what do the two hyphens after the startx command represent?

A. They represent the end of client arguments and the beginning of server arguments. B. They represent the end of server arguments and the beginning of client arguments. C. They represent placeholders for the default options. D. They indicate that the command should be delayed two seconds before running.

Computer Science & Information Technology