Semester 2 Exam Year 11 Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is Primary Storage?

A

Stores data and programs that need to be instantly accessible to the CPU. It is located on the motherboard.

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

What are the three types of Primary Storage?

A

RAM, ROM, Cache

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

What is RAM?

A

Random Access Memory (also known as main memory) is the memory in a computer that is used to store data and instructions temporarily. RAM is emptied every time the computer is turned off. It is also known as volatile memory.

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

What is ROM?

A

Read Only Memory is a form of non-volatile memory. This means that its data content persists even when the power to the device is turned off. ROM is used to store permanent data such as booting the computer and checking for input and output devices.

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

What is Cache?

A

Cache is temporary storage area used to store program instructions that are frequently re-referenced by software during operation.

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

What are the three types of Cache?

A

L1 – Small capacity, located on CPU
L2 – Slower than L1, larger capacity
L3 – Located on motherboard, slowest

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

What is Secondary Storage?

A

Secondary storage is the use of a storage device not located on the computer’s motherboard. It is a form of non-volatile memory, meaning the data is retained even when the power is switched off. Data and programs that are not running on a CPU are stored in secondary storage.

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

What are three types of Secondary Storage?

A

Magnetic Disk
SSD
Optical Disk

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

What is an input device?

A

Any piece of hardware which is used to enter data or content into a computer system.

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

What is an output device?

A

A piece of hardware that sends data or information to the user.

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

What is a processing device?

A

Parts of the computer that run programs, read input, and supply output. They include the CPU and the GPU.

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

What is the CPU?

A

The CPU is a microchip that is installed on a motherboard and acts as the computer’s brain - performing calculations and coordinating the hardware components. The CPU is made up of the main memory, the control unit, and the arithmetic logic unit.

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

What is the control unit?

A

A component of a computer’s CPU that directs the operation of the processor. There are two registers in the control unit. The instruction registers and the program counter.

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

What is a register?

A

Small amounts of high-speed memory contained within the CPU. They are used by the processor to store small amounts of data that are needed during processing.

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

What is the program counter?

A

A register that manages the memory address of the instruction to be executed next.

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

What is the arithmetic logic unit?

A

A circuit in a computer’s central processing unit that performs basic mathematical calculations

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

What is the GPU?

A

Graphics processing unit, a specialized processor originally designed to accelerate graphics rendering.

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

What is the concept of boot process?

A

The process of starting the computer. First, the power supply sends signal to components in the system unit. Then, the processor finds the ROM chip that contain BIOS for the first instruction in the start-up program. The BIOS then performs POST to check if all the hardware is working. The results are then compared with the data on the CMOS chip. The BIOS then checks for system files on a USB or CD or DVD and then on the hard disk. The system files are then loaded into the RAM. The OS is then loaded and shown on the screen.

19
Q

What is a bit?

A

A bit is a binary digit, the smallest increment of data on a computer. A bit can hold only one of two values: 0 or 1.

20
Q

What is a byte?

A

A byte consists of 8 bits. The basic unit of information in computer storage.

21
Q

Kilobyte?

A

Consists of 1000 bytes.

22
Q

Megabyte?

A

Consists of 1000 kilobytes.

23
Q

Gigabyte?

A

Consists of 1000 megabytes.

24
Q

Terabyte?

A

Consists of 1000 gigabytes.

25
Q

What is standard operating environment?

A

A specific computer operating system and collection of software. Used to manage lots of computers to reduce complexity.

26
Q

What is the fetch execute cycle?

A

Fetches the instruction, decodes the instruction, executes the instruction, and then stores the data.

27
Q

What is diagnosis of fault?

A

An action of identifying a malfunctioning system based on observing its behaviour.

28
Q

What are preventative maintenance measures?

A

The regular and systematic inspection, cleaning, and replacement of worn parts, materials, and systems.

29
Q

What is purpose of an ICT code of conduct?

A

Ensures the behaviour and actions of each person using a computer is up to a certain standard.

30
Q

What is the privacy act of 1988?

A

a law which regulates the collection, use, storage and disclosure of personal information

31
Q

What is piracy in terms of ICT?

A

illegally copying, distributing and use of software.

32
Q

What is a way that you can prevent piracy?

A

Licensing your work.

33
Q

What are the 6 steps in SDLC?

A
  1. Preliminary analysis
  2. Analysis
  3. Design
  4. Development
  5. Implementation
  6. Evaluation & Maintenance
34
Q

What is preliminary analysis?

A

Define the problem of the system. Once completed allocate resources and prioritize tasks. Create a feasibility report to test if the project can be done.

35
Q

What is analysis?

A

define the project goals based off the client or end-user’s needs

36
Q

What is design?

A

design both the physical and logical parts of the system

37
Q

What is development?

A

gather the resources and build and test the system

38
Q

What is implementation?

A

Implement the new system.

39
Q

What is evaluate and maintenance?

A

Evaluate the performance of the system to make sure the new system is working and fits the requirements from the pre-analysis and analysis stages.
Then conduct fault findings and make corrections.

40
Q

What is a context diagram?

A

a diagram used to show the high-level processes of a system

41
Q

What is a process represented by?

A

A circle

42
Q

What is an external entity represented by?

A

A rectangle

43
Q

What is a data store represented by?

A

Two parallel straight lines

44
Q

What is a data flow represented by?

A

A straight line with an arrow head in the direction of the flow.