返回卡包市场

Hardware and Communication

暂无描述。系统推荐的高质量记忆内容,适合每天坚持背诵学习。

卡片总数: 18内容版本: v4公开卡包更新时间: 8/1/2026

卡片预览 (18 张)

#1
正面 (问题)

Hardware

背面 (解答)

The electronical/ physical components of a computer system

#2
正面 (问题)

Software

背面 (解答)

The programs, routines and procedures that run on a computer system

#3
正面 (问题)

Stored Program Concept

背面 (解答)

Programs need to be resident in memory to be executed. It processes by fetching the machine code instructions in sequence from main memory and executing them one at a time in the processor.

#4
正面 (问题)

Von Neumann Architecture

背面 (解答)

Programs, data and instructions are stored in on single store.

#5
正面 (问题)

CPU

背面 (解答)

The main chip on the motherboard. It consists of registers, ALU and control unit. CPU fetches instructions from memory in sequence, decodes and executes it.

#6
正面 (问题)

RAM

背面 (解答)

Holds the programs currently being run, data being processed and is directly addressable by the processor. Volatile

#7
正面 (问题)

Cache

背面 (解答)

Holds recently used data and instructions for quickly access at a later time.

#8
正面 (问题)

On-chip cache

背面 (解答)

Area of microprocessor that contains cache memory.

#9
正面 (问题)

Disk cache

背面 (解答)

Area of very fast memory between RAM and hard drive

#10
正面 (问题)

RAM cache

背面 (解答)

Area of very fast memory between CPU and main memory (sometimes referred to as L2 or L3 cache)

#11
正面 (问题)

Web cache

背面 (解答)

File containing recently accessed web pages

#12
正面 (问题)

ROM

背面 (解答)

Data and instructions are fixed onto the ROM chip during manufacture. It s permanent, cannot be deleted or amended.

#13
正面 (问题)

EEPROM

背面 (解答)

(Electronically Erasable Programmable Read Only Memory) A type of read only memory whose contents can be erased or reprogrammed using pulsed voltage.

#14
正面 (问题)

Register

背面 (解答)

A unit of very small but fast memory on the processor used to temporarily store data/ control information.

#15
正面 (问题)

Peripheral

背面 (解答)

A piece of equipment that can be attached to the CPU

#16
正面 (问题)

Secondary/ External Memory

背面 (解答)

Memory that is not directly addressable by the CPU but uses I/O channels

#17
正面 (问题)

Clock speed

背面 (解答)

The frequency at which the clock pulse occurs

#18
正面 (问题)

Binary Word

背面 (解答)

A group of bits that can be addressed, transferred and manipulated as a single unit.