返回卡包市场

131 Week 1 - Computer Architecture

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

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

卡片预览 (15 张)

#1
正面 (问题)

Computer

背面 (解答)

An electronic device for storing and processing data, typically in binary form, according to instructions given to it in a variable program.

#2
正面 (问题)

Analytical Engine

背面 (解答)

First computer. It was a fully programmable mechanical computer Built by Charles Babbage 19th Cent. Made up of the mill (calculating unit), the store, the reader, and the printer. Data inputted through punch cards.

#3
正面 (问题)

ENIAC (Electronic Numerical Integrator And Computer)

背面 (解答)

First programmable, electronic, general-purpose digital computer. Programmed via switches and cables. Able to solve a large class of numerical problems through reprogramming.

#4
正面 (问题)

Manchester SSEM (Small-Scale Experimental Machine)

背面 (解答)

First electronic stored program. Successfully ran its first program on the 21st June 1948.

#5
正面 (问题)

Cambridge EDSAC (Electronic Delay Storage Automatic Calculator)

背面 (解答)

First practical stored-program computer in regular use. Used punch cards to load programs. Ran its first programs in 1949.

#6
正面 (问题)

IBM Personal Computer

背面 (解答)

First personal computer Led to an era of cheap commodity based computation

#7
正面 (问题)

Computer Architecture

背面 (解答)

Set of rules and methods that describe the functionality, organization, and implementation of computer systems.

#8
正面 (问题)

Von Neumann Architecture

背面 (解答)

A type of architecture that includes: Memory that stores data and instructions. A control unit that contains an instruction register and program counter. A processing unit that contains an arithmetic logic unit (ALU) and processor registers. Input and output mechanisms

#9
正面 (问题)

CPU

背面 (解答)

Central Processing Unit Contains Arithmetic Logic Unit (ALU), Control Unit (CU), Cache

#10
正面 (问题)

Harvard Architecture

背面 (解答)

Instruction and data memories stored separately - cannot modify instruction memory at run time Parallel access to instructions and data - can be faster Not suited to self-modifying code

#11
正面 (问题)

Modified Harvard Architecture

背面 (解答)

Separates instruction and data cache internally Single unified main memory still visible to users/programmers Looks like Von Neumann from users/programs view

#12
正面 (问题)

What factors measure computer speed

背面 (解答)

Clock rate, Millions of instructions per second (MIPS), floating point operations per second (FLOPS)

#13
正面 (问题)

How does density limitations limit speed?

背面 (解答)

Transistor density affects how computer speed, the more transistors per square inch, the higher the speed. More recently it has been getting harder to make components smaller than they already are.

#14
正面 (问题)

Moore’s Law

背面 (解答)

The speed and capability of computers can be expected to double every two years, as a result of increases in the number of transistors a microchip can contain.

#15
正面 (问题)

How does heat limit speed?

背面 (解答)

Heat build-up from transistors can cause reductions in performance. Cooling needs to be able to match the amount of heat produced to stop overheating.