A file extension __________. (Choose all that apply.)

a. is required in both the Windows 10 and CentOS 7 operating systems
b. typically suggests the type of data in the file
c. is usually three letters and comes after the comma
d. is usually three letters and comes after the period
e. is always used by the OS to determine which program could be used to process the file


b. typically suggests the type of data in the file
c. is usually three letters and comes after the comma

Computer Science & Information Technology

You might also like to view...

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

When adding records in a form, the data is stored in ________

A) a table B) a query C) a report D) the form

Computer Science & Information Technology

The combining of data and behavior into a single software package is called ____.

A. instantiation B. modification C. encapsulation D. identification

Computer Science & Information Technology

An undefined string value is set to a(n) ____________ value, which is represented by empty quotes. 

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

Computer Science & Information Technology