Given the filename resume.doc, the ____ is doc.
A. extension
B. path
C. attribute
D. type
Answer: A
Computer Science & Information Technology
You might also like to view...
Answer the following questions true (T) or false (F)
1. Reusing function subprograms is a bad idea. 2. The symbol = is the C equality operator. 3. A compound statement is a sequence of statements enclosed in {} braces.
Computer Science & Information Technology
Which type of join returns all columns from both tables and only returns rows where the join column values are equal?
A. inner B. left outer C. right outer D. full outer
Computer Science & Information Technology
Describe the process of network address translation. What are the two primary types of NAT?
What will be an ideal response?
Computer Science & Information Technology
Many programmers prefer starting their counted loops with a variable containing a(n) ____ value.
A. 0 B. 1 C. arbitrary D. constant
Computer Science & Information Technology