Which of the following is not available on the Ruler of MS Word Screen?
1. top stop box
2. center indent
3. left indent
4. Bight indent
Ans: 2. center indent
Computer Science & Information Technology
You might also like to view...
A well-designed method ________.
a. performs multiple unrelated tasks b. repeats code found in other methods c. contains thousands of lines of code d. performs a single, well-defined task
Computer Science & Information Technology
To be able to send and receive messages in parallel over a network connection, a program must use __________ of execution.
a. one thread. b. two threads. c. three threads. d. four threads.
Computer Science & Information Technology
To perform forensic analysis of the data, it must be loaded onto a clean target drive or folder and
Computer Science & Information Technology
Which of the following statements passes a pointer to a variable to a function?
A. fun (&x); B. fun (*x); C. fun (int &x); D. fun (int* x); E. fun (int *x);
Computer Science & Information Technology