Week 1 Flashcards

1
Q

printing out to the screen

A

system.out.print

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

line break

A

println

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

Read the next input

A

next ( )

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

What are functions also referred to as

A

Methods

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

Output onto console screen

A

system.out

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

Input from the console

A

system.in

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

Outputting error messages onto console screen

A

system.err

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

What is a strung

A

A sequence of characters

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

What is a double known as in maths

A

A real number

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

Symbol used for multiplication

A

*

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

New line in text

A

/n

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

How to pass info to a function

A

Put it in brackets after the function ()

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

Comments

A

//

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

How do we join stings

A

Addition eg “radius of the circle” + radius

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