types of software and interrupts
使用闪卡高效复习COMPUTER-SCIENCE科目知识点
共计闪卡
39张
闪卡自测
What is system software?
所有闪卡
闪卡 1
问题
What is system software?
查看答案
答案
System software is software essential for the operation of the computer system.
闪卡 2
问题
Define utility software.
查看答案
答案
Utility software is software designed to help maintain, enhance and troubleshoot/repair a computer system.
闪卡 3
问题
What is defragmentation?
查看答案
答案
Defragmentation is the process of grouping fragmented files back together in order to improve access speed.
闪卡 4
问题
True or False? Lossy compression allows the original file to be recreated.
查看答案
答案
False. Lossy compression physically removes data from the original file, so it cannot be recreated.
闪卡 5
问题
What is encryption?
查看答案
答案
Encryption is the process of scrambling data using an algorithm from plain-text into cipher-text to make it unreadable to users without the master key.
闪卡 6
问题
What is the purpose of task manager?
查看答案
答案
The purpose of task manager is to allow users to monitor system resources in order to help troubleshoot potential problems.
闪卡 7
问题
Define application software.
查看答案
答案
Application software is software chosen by a user to help them carry out a specific task.
闪卡 8
问题
True or False? System software gives users a platform to run applications and carry out tasks.
查看答案
答案
True. System software gives users a platform to run applications and carry out tasks.
闪卡 9
问题
What are the three common categories of application software?
查看答案
答案
The three common categories of application software are productivity, communication, and entertainment.
闪卡 10
问题
What is the difference between system software and application software?
查看答案
答案
System software is essential for the operation of the computer system, while application software is chosen by users to carry out specific tasks.
闪卡 11
问题
What is an operating system?
查看答案
答案
An operating system is software that provides an interface between the user and the hardware in a computer system.
闪卡 12
问题
Define file management.
查看答案
答案
File management is a process carried out by the operating system creating, organising, manipulating and accessing files and folders on a computer system.
闪卡 13
问题
What is interrupt handling?
查看答案
答案
Interrupt handling is the process of managing events that require the immediate attention of the central processing unit.
闪卡 14
问题
True or False? A GUI is more commonly used by advanced users than a CLI.
查看答案
答案
False. A Command Line Interface (CLI) is more commonly used by advanced users.
闪卡 15
问题
What is peripheral management?
查看答案
答案
Peripheral management is a process carried out by the operating system managing the way peripherals (hardware) interact with software.
闪卡 16
问题
Define device driver.
查看答案
答案
A device driver is a piece of software used to control a piece of hardware.
闪卡 17
问题
What is multitasking?
查看答案
答案
Multitasking is a process made possible by the OS simultaneously managing system resources to give a user the perception of being able to use multiple programs at the same time.
闪卡 18
问题
True or False? The operating system provides a platform on which application software can run.
查看答案
答案
True. The operating system provides a platform on which application software can run.
闪卡 19
问题
What is user management?
查看答案
答案
User management is a process carried out by the operating system enabling different users to log onto a computer and maintain individual settings.
闪卡 20
问题
What are the four types of user interfaces?
查看答案
答案
The four types of user interfaces are:
闪卡 21
问题
What is firmware?
查看答案
答案
Firmware is software embedded directly into the hardware of a device to make it function.
闪卡 22
问题
Define BIOS.
查看答案
答案
BIOS (Basic Input/Output System) is firmware that handles the initial process of booting up a computer.
闪卡 23
问题
What is the purpose of firmware?
查看答案
答案
The purpose of firmware is to translate between the hardware and the software.
闪卡 24
问题
True or False? Application software communicates directly with hardware.
查看答案
答案
False. Application software communicates with the operating system, which then interacts with the hardware.
闪卡 25
问题
What is a bootstrap loader?
查看答案
答案
A bootstrap loader contains the initial boot-up instructions that a computer explores in ROM when turned on.
闪卡 26
问题
Define a stack.
查看答案
答案
A stack is a reserved area in RAM where the contents of CPU registers are copied during an interrupt.
闪卡 27
问题
True or False? Firmware is stored in RAM.
查看答案
答案
False. Firmware is embedded in the hardware, typically stored in ROM or flash memory.
闪卡 28
问题
What happens after the start-up process is complete?
查看答案
答案
After the start-up process is complete, instructions are sent to RAM to be processed by the operating system.
闪卡 29
问题
What is the relationship between firmware and the operating system?
查看答案
答案
Firmware provides the initial instructions for booting up the computer and communicating with hardware, while the operating system takes over once the start-up process is complete.
闪卡 30
问题
What is an interrupt?
查看答案
答案
An interrupt is a signal for the CPU to stop what it is currently doing and do something else as a higher priority.
闪卡 31
问题
Define interrupt service routine.
查看答案
答案
An interrupt service routine is an area that holds instructions that will need to be fetched, decoded and executed to complete the commands of the interrupt.
闪卡 32
问题
What are the two types of interrupts?
查看答案
答案
The two types of interrupts are hardware interrupts and software interrupts.
闪卡 33
问题
True or False? The contents of CPU registers are lost during an interrupt.
查看答案
答案
False. The contents of CPU registers are copied to a reserved area in RAM called a stack during an interrupt.
闪卡 34
问题
What is a hardware interrupt?
查看答案
答案
A hardware interrupt is an interrupt caused by a hardware device, such as a hardware failure or user input.
闪卡 35
问题
Define software interrupt.
查看答案
答案
A software interrupt is an interrupt that occurs when an application stops or requests services from the operating system.
闪卡 36
问题
What is the purpose of the stack in interrupt handling?
查看答案
答案
The purpose of the stack in interrupt handling is to save the contents of CPU registers for later retrieval when the interrupt is complete.
闪卡 37
问题
True or False? Interrupts allow for multitasking in a computer system.
查看答案
答案
True. Interrupts allow for multitasking in a computer system.
闪卡 38
问题
Give an example of a hardware interrupt.
查看答案
答案
An example of a hardware interrupt is moving the mouse or pressing a key on the keyboard.
闪卡 39
问题
Give an example of a software interrupt.
查看答案
答案
An example of a software interrupt is a program not responding or a division by zero error.