Chapter 2 – Console Input and Output Flashcards

1
Q

console I/O

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

System.out.println

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

print versus println

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

System.out.printf

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

format specifier

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

field width

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

conversion character

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

e and g

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

s and c

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

right justified

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

left justified

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

more arguments

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

format string

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

new lines

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

%n

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

legacy code

17
Q

NumberFormat

18
Q

package

19
Q

java.text

20
Q

import statement

21
Q

java.util

22
Q

java.lang

23
Q

import

24
Q

patterns

25
percentages
.
26
E-notation
.
27
mantissa
.
28
import
.
29
nextInt
.
30
whitespace
.
31
nextDouble
.
32
word
.
33
empty string
.
34
echo input
.