5 Implementing Software Solutions Flashcards

1
Q

Describe and explain how data structures are used and how data is represented in software code. (Data Types Include)

A
  1. Integer
  2. Floating
  3. Boolean
  4. Character
  5. String
  6. Variable
  7. Lists, Stacks and Arrays.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Describe the core constructs used when writing software code.

A
  1. Classes.
  2. Object.
  3. Methods, Functions.
  4. Variables.
  5. Control Structures.
    - Sequence.
    - Selection.
    - Iteration.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Describe how software code should be written in order to solve problems.

A
  1. Pseudocode.
  2. Sub-Routines.
  3. Data Definitions.
  4. Comments.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Describe the main business concepts and artefacts that must be considered when implementing a software solution.

A
  1. Processes and procedures.
  2. Business Process Management.
  3. Release management.
  4. Documentation.
  5. Training.
  6. Support.
  7. Service levels
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Explain the purpose and use of data sources when implementing software solutions.

A
  1. Create a connection to data.
  2. To perform CRUD operations.
    • Query data.
    • Update data.
    • Delete data.
    • Insert data.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly