A ____ statement is one or more statements contained between braces.

A. conditional
B. nested
C. flow
D. compound


Answer: D

Computer Science & Information Technology

You might also like to view...

You can use the ____________ to take out an item at a specific index in a List.

a. Delete method b. Remove At method c. Delete At method d. Erase At method

Computer Science & Information Technology

After using a public computer, make sure you _____.

A. sign out B. log off C. delete temporary Internet files D. all of the above

Computer Science & Information Technology

Repeat Exercise 12 in Chapter 7, but use an instance of ArrayList instead of an array. Make the following slight changes to the methods to reflect that an ArrayList object can grow in size:

• Change the constructor’s parameter from the maximum degree to the desired degree. • The method setConstant might need to add zero-valued coefficients before ai. For example, if a0 = 3, a1 = 5, a2 = 0, a3 = 2, a4 = 0, and a5 = 0, the polynomial would be of degree 3, since the last nonzero constant is a3. The invocation setConstant(8, 15) would need to set a6 and a7 to 0 and a8 to 15.

Computer Science & Information Technology

______ represents a single user interface screen

1. Content Provider 2. Service 3. Activity 4. Broadcast Receiver

Computer Science & Information Technology