Chapter 3: Software Flashcards
Define the term ‘Software’.
Software is the term given to the programs we run on our Computer.
Name four secondary storage mediums.
A hard disk
A memory stick
An SD card
An optical disk (DVD or CD)
What do System, Application and software control?
System Software: Controls the Software
Application Software: Handles the real-world jobs that users want to do.
Utility Software: Has limited functionality and is used to maintain computer systems.
Why does System Software act as an intermediary between the application and the hardware?
It hides the complexities of the hardware from the user and the application programmer.
It allows the user to operate the computer without having to write programs.
Define the term ‘User Interface’
The user interface is the boundary between the human user and the machine.
What does the command-line interface require?
The user to type commands.
What does ‘GUI’ stand for?
Graphical User Interface.
What are some of the difficulties that some interfaces face?
Accent
Speed of Talking
Dialect Used.
Name three types of files.
Data Files: Such as a word processed document or a database.
Program Files: Such as operating system components or applications.
Configuration Data: Such as the parts of the Windows registry.
What can ‘Defragmentation’ be used for ?
Can be used to tidy up the disk or other medium so that the parts of the files are moved to be stored next to each other.
What is a ‘Device Driver’ and what does it do?
Creates an interface so that programmers do not need to be concerned about the peculiarities of the device.
Allows an operating system to communicate with he device.
Allows devices to operate independently of each other.
What must a ‘Multiprogramming operating system’ do?
Make sure that the CPU is in use as much of the time as possible.
Try to speed up the operations of all tasks.
Share resources fairly between tasks.
What are ‘File Extensions’?
These are parts if the file name that indicate what type of file it is.
What do viruses do?
They replicate themselves and attach themselves to legitimate programs.
State 3 things Viruses can do
Damage files.
Take control of a computer.
Retrieve confidential data.