A folder for all of the website's images.

a. Central folder
b. Top-level folder
c. Sub-folder
d. Directory

b. Top-level folder

Computer Science & Information Technology

You might also like to view...

Which of the following will not change the file-position pointer to the same position as the others? Assume a 10-byte file size and a current position at byte # 1.

a. fileObject.seekg( 2 ); b. fileObject.seekg( 1, ios::cur ); c. fileObject.seekg( 2, ios::beg ); d. fileObject.seekg( 8, ios::end );

Computer Science & Information Technology

A signal mask is a set of signals a process

A. is ignoring B. is blocking

Computer Science & Information Technology