Thinking Logically Flashcards
1
Q
Describe the elements of Thinking Logically
A
- Where is a decision taken
- Logical conditions of a decision
- How decisions affect flow through a program
2
Q
What is a Decision
A
A result reached after some consideration
3
Q
What are some of the decisions that need to be made before coding
A
- Which programming paradigm
- Which programming language
- What input devices
- What output devices
- How can I interact with the devices
4
Q
How can you measure the flow of logic in a program
A
Draw a flow chart
5
Q
What conditions affect the outcome of a decision
A
- What is most effective
- What is most convenient
- Is this option reasonable