凹凸雅思

operating systems and utility software

使用闪卡高效复习COMPUTER-SCIENCE科目知识点

共计闪卡

24

闪卡自测

进度: 1 / 24已掌握: 0 | 需要复习: 0
问题

Define operating system (OS).

点击查看答案
请先阅读问题,然后点击卡片查看答案

所有闪卡

闪卡 1

问题

Define operating system (OS).

查看答案

答案

An operating system (OS) is software that provides an interface between the user and the hardware in a computer system

闪卡 2

问题

What are the five main functions of an operating system?

查看答案

答案

The five main functions of an operating system are:

闪卡 3

问题

What is a user interface?

查看答案

答案

A user interface is how the user interacts with the operating system, such as a command line interface (CLI), graphical user interface (GUI), menu, or natural language interface (NLI).

闪卡 4

问题

Define command line interface (CLI).

查看答案

答案

A command line interface (CLI) requires users to interact with the operating system using text-based commands.

闪卡 5

问题

True or False? Graphical user interfaces (GUIs) are optimised for mouse and touch gesture input.

查看答案

答案

True. Graphical user interfaces (GUIs) are optimised for mouse and touch gesture input.

闪卡 6

问题

What is memory management?

查看答案

答案

Memory management is a process carried out by the operating system allocating main memory (RAM) between different programs that are open at the same time.

闪卡 7

问题

Define multitasking.

查看答案

答案

Multitasking is a process made possible by the OS simultaneously managing system resources (memory, CPU, etc.) to give a user the perception of being able to use multiple programs at the same time.

闪卡 8

问题

What is peripheral management?

查看答案

答案

Peripheral management is a process carried out by the operating system managing the way peripherals (hardware) interact with software.

闪卡 9

问题

Define device driver.

查看答案

答案

A device driver is a piece of software used to control a piece of hardware, enabling the operating system to interact with and utilise the hardware.

闪卡 10

问题

True or False? Device drivers are regularly updated and are operating system-specific.

查看答案

答案

True. Device drivers are regularly updated and are operating system-specific.

闪卡 11

问题

What is user management?

查看答案

答案

User management is a process carried out by the operating system enabling different users to log onto a computer, with the ability to maintain individual settings and access rights for each user.

闪卡 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 abilities does file management give the user?

查看答案

答案

File management gives the user the ability to: files and folders, as well as control access permissions.

闪卡 14

问题

True or False? The operating system manages where data is stored in both primary and secondary storage.

查看答案

答案

True. The operating system manages where data is stored in both primary and secondary storage.

闪卡 15

问题

Define utility software.

查看答案

答案

Utility software is software designed to help maintain, enhance, and troubleshoot/repair a computer system.

闪卡 16

问题

What is the purpose of defragmentation software?

查看答案

答案

Defragmentation software groups fragmented files back together in order to improve access speed.

闪卡 17

问题

True or False? Defragmentation can be used on solid-state drives (SSDs).

查看答案

答案

False. Defragmentation can only be used on magnetic storage media like hard disk drives.

闪卡 18

问题

What is compression software used for?

查看答案

答案

Compression software reduces the amount of secondary storage required by performing an algorithm on the original data.

闪卡 19

问题

Define lossy compression.

查看答案

答案

Lossy compression physically removes data from the original file to reduce its size, but the original file cannot be re-created.

闪卡 20

问题

What is encryption software?

查看答案

答案

Encryption software scrambles data using an algorithm from plain-text into cipher-text to make it unreadable without the master key, enhancing the security of the computer system.

闪卡 21

问题

Define task manager.

查看答案

答案

Task manager is utility software built into the operating system that allows users to monitor system resources in order to troubleshoot potential problems.

闪卡 22

问题

What information can be viewed in the task manager?

查看答案

答案

Task manager provides information such as:

闪卡 23

问题

True or False? Utility software interacts with the computer's hardware, such as secondary storage devices.

查看答案

答案

True. Utility software interacts with the computer's hardware, such as secondary storage devices.

闪卡 24

问题

What is lossless compression?

查看答案

答案

Lossless compression uses mathematics to order data more efficiently, reducing its size, but allowing the original files to be re-created as no data is lost.