Exam Revision Terms Flashcards

1
Q

Describe the function of the Router?

A

To connect two or more networks together for example connecting a LAN to a WAN. - Connecting a home network to Tesltra to retireve internet connection. (LAN to WAN)

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

What layer of the OSI Model does a Router operate at?

A

Network Layer (Layer 3)

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

What is the OSI Model?

A

The open systems interconnection model depicts 7 Layers that data is transferred between nodes on a network.

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

Describe how a stack Works?

A

First-in, Last-out (FILO)

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

Describe how a Queue Works?

A

First-in, First-out (FIFO)

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

What is a differential backup?

A

A backup of all the files that have been modified or added since the last full backup.- Only need to restore two backups - full and differential- Therefore efficient restore

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

What is an incremental backup?

A

A backup of all the files that have been modified or added since the last backup of any kind, not just the ful backup- Less efficient to restore- Can be setup daily - more efficient to perform

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

Define constraints and provide examples

A
Constraints are factors that limit the efficiency or effectiveness of a solution
For example: 
- Cost
- Security / Privacy
- Speed of processing
- Legal forces / considerations
- User expertise
- Age of users
- Time
- Hardware / Software
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Identify the scope of a solution

A

The scope of the solution outlines what the solution is expected to do, as well as what t’s expected not to do (by stating the solution boundaries)

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

List some design tools

A

Did you have these?- Data Dictionary- Data Structure Diagram- Flowchart- Algorithm- Object descriptions- Layout Diagrams- Mock-upsREMEMBER: Data Flow Diagrams and Use Case Diagrams aren’t design tools, but tools used in analysis

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

Define the term evaluation criteria and at what stage of the

A

A measure that is used to judge wether or not the solution requirements have been met.- Evaluation criteria are created at the design stage

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

Define Validation

A

Validation is the process of ensuring of ensuring the reasonableness of the user input

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

Define Testing

A

Testing is the process of ensuring that the solution functions as intended through the use of test data.PROCESS- Determine test data- Conduct the test - Correct any identified errors

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

Define Documentation

A

Documentation are written and/or electronic guides that support the efficiency and effectiveness of the solutions use, to both end-users and programmers.

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

Define Strategy (Evaluation)

A

Determining a strategy to find out what extend the solution meets the required needs of it’s users.- Timeline (when to implement strategy)- Methods or techniques of acquiring evaluative data- Answer evaluation criteria

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

Define Report (Evaluation)

A

Reporting on the extent to which the solution meets the requirements of the users.- Focuses on answering predetermined evaluation criteria with the data retrieved from the evaluation strategy

17
Q

Describe the key tasks associated with planning

A
  • Identifying tasks, resources, people and time
    • Lists the tasks and subtasks that need to be done from start to finish.
    • WBS: Work Breakdown Structure
  • Scheduling tasks, resources, people and time
    • Gantt charts are typically used to display the schedule of identified tasks
    • Allows the easy monitoring of identified tasks
  • Monitoring tasks, resources, people and time
    • Milestones in a Gantt Chart are major progress landmarks and are used to evaluate wether a project is being completed in a timely manner.
  • Evaluate the current solution
    • Allows the developer to easily look for inefficiencies and improve the planned solution
18
Q

State all of the layers of the OSI Model in order

A

Physical, Data Link, Network, Transport, Session, Presentation, Application

19
Q

Describe what is created when the physical layer is combined with the TCP/IP Protocol

A

When the physical layer of the OSI model is utilized with the TCP/IP Protocol the Network Interface layer is created. (Layer 1 of the TCP/IP Protocol Stack)

The network interface layer combines the OSI model’s physical and data link layer to route data between devices on the network.

20
Q

Discuss the types of data collection methods

A

-Interviews
Advantages:
- Accurate data is collected (effective when prepared)
Disadvantages:
- Can take a lot of time to prepare, organise and conduct the interview therefore it can be very inefficient in terms of time

  • Surveys
    Advantages:
    - Provides reliable opinions from end-users therefore allows function and non-functional requirements to be identified.
    - Efficient in terms of time and effort when conducted online
    Disadvantages:
    - The accuracy and reliability of information is subject to bias / is not as effective as an interview
  • Manual Observations
    Advantages:
    - Allows inefficiencies in the current system to be easily identified
    - First hand experience in the use of the current system - generate ideas to better yours
    Disadvantages:
    - Commonly subject to bias and can therefore provide inaccurate information.
21
Q

Define Functional Requirements

A

What the solution MUST do in order to function as intended. E.g: Generate a Report of Calculated Wages, Process Customer Orders Online.

22
Q

Define Non-Functional Requirements

A

Attributes or qualities that the solution may (should) have in order to increase efficiency and / or effectiveness.

  • User-friendliness
  • Reliability
  • Portability
  • Maintainability
  • Security
23
Q

Outline 2 diagrams that are used in the Analysis Stage (commonly in the SRS)

A

Use Case Diagram:

Outlines each actors role or aim in the information system by linking them o jobs / actions known as use cases.