The filename __________ usually indicates the type of data stored in the file.

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


extension

Computer Science & Information Technology

You might also like to view...

Which of the following is a special variable containing a string that identifies the type of operating system on which a script is executed?

A. RUBY_SYSTEM B. RUBY_PLATFORM C. RUBY_OSTYPE D. RUBY_TYPE

Computer Science & Information Technology

____ can be defined on a per-user basis, such as specifying the path where application files are stored.

A. System environment variables B. User environment variables C. System environment entries D. User environment entries

Computer Science & Information Technology

Software ____________ is the process of modifying a commercial application to reflect an organization's needs.

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

Computer Science & Information Technology

The score of students in a subject is inserted in B2 cell and the passing score for the subject is 60. Which of these functions will you insert in C2 cell to check if the student has passed or failed?

a. =IF(B2>=60, "Pass", "Fail") b. =OR(B2>=60, "Pass", "Fail" c. =AND(B2>=60, "Pass", "Fail") d. =NOT(OR((B2>=60, "Pass", "Fail"))

Computer Science & Information Technology