Each file has a unique file name referred to as the file's ____.
A. external name
B. name
C. label
D. mnemonic
Answer: A
Computer Science & Information Technology
You might also like to view...
To set a red color for the text in the label lbl, use _________.
a. lbl.setFill(Color.red); b. lbl.setTextFill(Color.red); c. lbl.setFill(Color.RED); d. lbl.setTextFill(Color.RED);
Computer Science & Information Technology
Define a function named average that returns as its value the average of its two type float input arguments.
What will be an ideal response?
Computer Science & Information Technology
Conditional statements use ________________, such as = =, which is used to test for equality.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
To ensure that programs run quickly, operating systems use the computer's RAM as a(n) ________.
a. command enhancer b. buffer c. accelerator d. quick access system
Computer Science & Information Technology