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
- Integer
- Floating
- Boolean
- Character
- String
- Variable
- Lists, Stacks and Arrays.
2
Q
Describe the core constructs used when writing software code.
A
- Classes.
- Object.
- Methods, Functions.
- Variables.
- Control Structures.
- Sequence.
- Selection.
- Iteration.
3
Q
Describe how software code should be written in order to solve problems.
A
- Pseudocode.
- Sub-Routines.
- Data Definitions.
- Comments.
4
Q
Describe the main business concepts and artefacts that must be considered when implementing a software solution.
A
- Processes and procedures.
- Business Process Management.
- Release management.
- Documentation.
- Training.
- Support.
- Service levels
5
Q
Explain the purpose and use of data sources when implementing software solutions.
A
- Create a connection to data.
- To perform CRUD operations.
- Query data.
- Update data.
- Delete data.
- Insert data.