Chapter 3 Flashcards

How to write code

1
Q

The structure of a language and the rules about that structure

A

Syntax

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

Text within a program intended only for a human reader

A

Comment
// on a single line
/* */ over multiple lines

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

A window where the user can type commands or view input

A

Console

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

A new line created after code is entered

A

Newline
\n

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

Adding a tab in between each word

A

Tab line
\t

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