Matters of Style Study Guide Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Why do we have style requirements?

A

Increases readability, reusability, modifiability and easier to debug

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

If you need to describe a section of executable code where should you put the comments?

A

before the block of code

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

T/T It is okay to initialize variables in the declaration section.

A

False.

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

What is the documentation next to the declaration section called?

A

data table

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

What should the data table tell the reader?

A
  1. what value it represents

2. how the values are obtained

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