GIF, PNG, and JPEG are ____ formats.
a. layered
b. lossless
c. lossy
d. flat
D. flat
You might also like to view...
An assignment of the value of a conditional expression to a variable (x =y?z:w;) can always be replaced by
a) a switch statement with assignment statements for its case statements. b) one or more ifs with else clauses and assignment statements for its true and false clauses. c) one or more nested while loops with assignments for the bodies of the loops. d) one or more ifs without any else clauses and assignment statements for its yes_statement(s). e) none of these is correct.
____ is a nickname for an integrated circuit.
A. RAM B. ROM C. Circuit D. Chip
To add a node to the the first row and second column in a GridPane pane, use ________.
a. pane.getChildren().add(node, 1, 2); b. pane.add(node, 1, 2); c. pane.getChildren().add(node, 0, 1); d. pane.add(node, 0, 1); e. pane.add(node, 1, 0);
The box that lists all of the fields in a table or query is called the field ________
A) list B) type C) window D) pane