Pseudo-Code and Flow Charts Flashcards

1
Q

What are the tools used by programmers to plan the logic of their programs/solutions?

A

Pseudo-code and Flow charts

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

What is a flow chart?

A

A flow chart is a pictorial representation of the logical steps required to solve a problem

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

What is pseudo-code?

A

Pseudo-code is a set of logical steps required to solve a problem, that looks like they have been written in a programming language but does not use the syntax of any programming language

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

What are the symbols used in a flow chart and what are their roles?

A
  1. Ovals: to start or stop the program
  2. arrows: to show the flow of the program
  3. rectangles: to indicate a process
  4. Diamonds: to make decisions(if statements)
  5. Pallalelograms: to collect input or display output
How well did you know this?
1
Not at all
2
3
4
5
Perfectly