Hardware and Software Flashcards

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

What is a software?

A

Software refers to the programs or coded instructions that make the computer run.

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

What is a Hardware?

A

Hardware refers to the physical parts that make up a computer system

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

What is a system software?

A

Systems software is needed to carry out the tasks to operate the hardware.

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

What is an Application Software?

A
  • Applications software is needed to help carry out user-related tasks, such as: Word processing (GP), Payroll (SA) or Air Traffic Control (BA).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the main features of an operating system?

A
  • resource management
  • creation of user interfaces.
  • Other competing processes that need to be managed are processor allocation, peripheral hardware devices, memory management and multi-tasking
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is an operating system?

A

The operating system (OS) is the software that controls the hardware and hides the complexity of the hardware by creating a platform to run application software

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

OPERATING SYSTEM - Why is it important to hide the complexity of a hardware?

A

Hiding the complexity of the hardware with a Windows-based operating system helps to create a virtual machine that has a user-friendly interface and operates in the same manner irrespective of the manufacturer of the computer system

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

What are library programs?

A
  • Library programs are pre-written software that is stored in compiled format and can be included by the programmer within one or more programs.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Why are library programs used?

A

Library functions are widely used to assist the programmer in interacting with peripherals such as printers.

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

What is an example of a library function?

A

A typical example of a library function from the mathematics library <cmath> in C++ is sqrt (which is used to calculate a square root.</cmath>

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

What are utility programs?

A

Utility programs are a range of systems software that is designed to help the user to manage, maintain and optimise the system

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

What are the main functions of utility programs?

A

Main functions include: disk formatting, file compression, data synchronisation, firewall, memory testing and anti-virus protection

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

What are programming language translators used for?

A

Programming language translators are used to translate a program in one programming language into a different programming language and to maintain the functionality of the original code

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

What are examples of programming language translators?

A
  1. Assembler – used for assembly language programs
    2.Compiler – used for program languages such as: C++, Visual Basic and Pascal
    3.Interpreter – used for program languages such as: some versions of Basic and Python
How well did you know this?
1
Not at all
2
3
4
5
Perfectly