Software Flashcards
What is ‘off-the-shelf’ software?
‘Off-the-shelf’ software has been ready-made by someone else. It is ready to install and use on the computer.
What best describes the computer’s BIOS (basic input-output system)?
The BIOS is firmware - it is stored on a chip and gets executed when the computer is switched on.
Name a benefit of using computer models.
A computer model can be used without risking real lives. If something goes wrong, nobody gets hurt.
What kind of software programs are free to sue and also allow you to modify them to make them do exactly what you want?
Open-source software is free to use and allows editing of the source-code.
What kind of software is an operating system?
System software
What is bespoke software?
Bespoke software is designed and developed specially to solve a particle problem.
What type of software tool is used to write code?
A programming environment is a part of a programming software application that is used to write code and create programs.
What is open-source software?
Open-source software is provided under licence but is free of charge to anyone. The source code is made available and can be modified.
What does the operating system do?
The operating system allocates memory to programs and makes the hardware easier to work with.
What is a buffer?
A buffer is an area of memory that is used for temporary storage space. It is usually sued when transferring data between the computer and a device, such as a printer or a keyboard.
What does device driver software do?
Driver software handles requests and data transfers between the computer and a device.
How would we define a hierarchal file system as used by an operating system?
A hierarchical file system as used by an operating system would be defined as a tree structure with a root and branches, or directories that lead to other files. All storage devices that are connected to the computer and the folders and files stored on them are organised in this way.
How would you describe an operating system that is able to execute many program simultaneously?
Multi-tasking operating system
What kind of interface requires the user to type in commands from a keyboard to give the computer instructions?
Command line interface
Why might an operating system include a disk defragmentation utility?
A disk defragmentation utility to reorganise small amounts of unused disk space, making it more efficient to save large files.