For each symbol you create, you specify its ____ and its type.

A. location
B. name
C. creation date
D. size


Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following traversals requires more than linear time in the worst case?

a. inorder b. level order c. postorder d. preorder e. all of these traversals are linear time

Computer Science & Information Technology

A slide __________ is an effect that specifies how a slide replaces the previous slide during a presentation.

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

Computer Science & Information Technology

Assume StringBuilder strBuf is "ABCCEFC", after invoking _________, strBuf contains "ABTTEFT".

a. strBuf.replace('C', 'T') b. strBuf.replace("C", "T") c. strBuf.replace("CC", "TT") d. strBuf.replace('C', "TT") e. strBuf.replace(2, 7, "TTEFT")

Computer Science & Information Technology

Match the following terms to their meanings:

I. Software that sends information about your Web surfing habits A. screen saver II. List of choices that provides access to computer's programs B. spyware III. A pattern that displays on the screen after a period of inactivity C. wallpaper IV. Your work area in Windows Vista D. Start menu V. A desktop background that personalizes your E. Desktop computer environment

Computer Science & Information Technology