Programmers usually refer to the process of saving data to a file as __________ to a file.
a. saving
b. copying
c. writing
d. putting data in
c. writing
You might also like to view...
You can change the default text displayed in the Open dialog box's title bar by changing the control's ____________.
a. Caption property b. Text property c. Title property d. Heading property
A(n) ____ is a diagram of geometric shapes connected by lines that shows steps in sequence.
A. outline B. diagram C. flow diagram D. flowchart
int x = 27;int y = 10;do x = x / 3;while (x >= y);What is the final value of x in the code above?
A. 0 B. 3 C. 9 D. 27
Martha works as a network administrator for uCertify Inc. The company's database is heavily read oriented. She is trying to select the best method for handling the situation of a hard drive crashing, which should also be a cost effective option that can provide both performance and redundancy. Which of the following RAID levels should Martha use?
A) RAID 10 B) RAID 0 C) RAID 5 D) RAID 3