A file ____________________ is a set of characters added to the end of a file name to indicate the file's contents and origin.

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


extension

Computer Science & Information Technology

You might also like to view...

Fill in the blanks with the following terms: constructor functions, object literals, prototypes, variables, methods

JavaScript does not have classes. However, you can use something called ______ and ______ to implement the class concept. This chapter introduces ______ only.

Computer Science & Information Technology

What is the difference between letter spacing and word spacing?

What will be an ideal response?

Computer Science & Information Technology

The command to delete all the files that have filenames that starts with letter C or c and ends with a letter Z or z is

a: rm all Cc Zz b rm [Aa]*[Zz] c: rm [A-a]*[Z-z] d: rm [Aa][Zz]* e: rm [Aa]?[Zz]

Computer Science & Information Technology

In one style of entity-relationship (E-R) diagrams, the letter n is used to represent the ____________________ side of a relationship.

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

Computer Science & Information Technology