凹凸雅思
首页闪卡复习O-LEVELCOMPUTER-SCIENCE7 algorithm design and problem solving

computer sub systems

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

共计闪卡

20

闪卡自测

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

Define "sub-system"

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

所有闪卡

闪卡 1

问题

Define "sub-system"

查看答案

答案

A sub-system is a smaller part of a computer system that works together with other sub-systems to create a fully functional computer system.

闪卡 2

问题

What are the five main sub-systems in computers?

查看答案

答案

The five main sub-systems in computers are: Central Processing Unit (CPU), Memory, Storage, Input devices, and Output devices.

闪卡 3

问题

What is the function of the CPU sub-system?

查看答案

答案

The CPU sub-system executes instructions.

闪卡 4

问题

Define "RAM"

查看答案

答案

RAM is memory that stores data and instructions temporarily for the CPU.

闪卡 5

问题

True or False? Storage sub-systems store data and software permanently.

查看答案

答案

True. Storage sub-systems store data and software permanently.

闪卡 6

问题

What is the purpose of input devices?

查看答案

答案

Input devices allow a user to enter information into the computer.

闪卡 7

问题

Define "ALU"

查看答案

答案

ALU stands for Arithmetic Logic Unit, which is a component of the CPU sub-system.

闪卡 8

问题

What are two examples of output devices?

查看答案

答案

Two examples of output devices are monitors and printers.

闪卡 9

问题

What is one advantage of using sub-systems in computer design?

查看答案

答案

One advantage of using sub-systems is that it allows for troubleshooting problems by isolating the sub-system that could be causing the issue.

闪卡 10

问题

Define "HDD"

查看答案

答案

HDD stands for Hard Disk Drive, which is a type of storage sub-system that stores data and software permanently.

闪卡 11

问题

Define "decomposition"

查看答案

答案

Decomposition is the process of breaking down a large problem into a set of smaller problems.

闪卡 12

问题

What are the four key areas to consider when decomposing a problem?

查看答案

答案

The four key areas to consider when decomposing a problem are: inputs, processes, outputs, and storage.

闪卡 13

问题

True or False? Smaller problems resulting from decomposition can be tested independently.

查看答案

答案

True. Smaller problems resulting from decomposition can be tested independently.

闪卡 14

问题

What does the term "inputs" refer to in problem decomposition?

查看答案

答案

In problem decomposition, inputs refer to data entered into the system.

闪卡 15

问题

How does decomposition benefit game development?

查看答案

答案

Decomposition benefits game development by breaking down the complexity of the problem into more manageable 'chunks', such as levels, characters, and landscape.

闪卡 16

问题

Define "processes" in the context of problem decomposition.

查看答案

答案

Processes are subroutines and algorithms that turn inputs and stored data into outputs.

闪卡 17

问题

What is an example of "storage" in a simple area calculation program?

查看答案

答案

In a simple area calculation program, storage refers to width, height, and area stored temporarily in memory.

闪卡 18

问题

True or False? Decomposition makes solving large problems more challenging and inefficient.

查看答案

答案

False. ** Decomposition makes solving large problems easier and more efficient** by breaking them down into smaller, more manageable problems.

闪卡 19

问题

What are "outputs" in problem decomposition?

查看答案

答案

Outputs are data that is produced by the system, such as information on a screen or printed information.

闪卡 20

问题

How does decomposition help with testing in software development?

查看答案

答案

Decomposition helps with testing in software development by allowing smaller problems to be tested independently before being combined into the full solution.