Each time the _____ key is pressed, the paragraph formatting in the previous paragraph is carried forward to the next paragraph.
A. ENTER
B. SHIFT
C. CTRL
D. ALT
Answer: A
Computer Science & Information Technology
You might also like to view...
A(n) ________ chart is displayed vertically and is useful for comparing categorized data sets
Fill in the blank(s) with correct word
Computer Science & Information Technology
An alternative to e-mail filtering is to purchase which of the following kinds of program that attempts to remove a message before it reaches a user's inbox?
A. email B. sieve C. filtering D. anti-spam
Computer Science & Information Technology
Windows Media Player organizes your media in ____.
A. albums B. media lists C. collections D. libraries
Computer Science & Information Technology
Given the following function: int strange(int x, int y){if (x > y)return x + y;elsereturn x - y; }what is the output of the following statement?cout << strange(4, 5) << endl;
A. -1 B. 1 C. 9 D. 20
Computer Science & Information Technology