Answer the following statements true (T) or false (F)

1) Java uses the ASCII character set to represent character data.
2) After the execution of the code below:
```
int counter = 9;
int result = counter++;
```
variable result contains the value 9.
3) The type of result produced by a mathematical expression depends on the types of the operands.
4) Promotion is a widening data conversion that is explicitly requested by the programmer.
5) The Scanner class must be imported using the import statement before it can be used in a program.


1) F
2) T
3) T
4) F
5) T

Computer Science & Information Technology

You might also like to view...

The international standard database language is ___________.

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

Computer Science & Information Technology

Excel column heads in Row 1 will map to ____ in Project 2010.

A. fields B. tasks C. resources D. All of the above

Computer Science & Information Technology

What is the grouping and storing of data inside a single object?

A. Encapsulation B. Encryption C. Code hiding D. Code diversity

Computer Science & Information Technology

You do not have to select a property in order to change it.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology