CSE 381 Unit 1 - Fundamentals Flashcards

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/16

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering key terms, architectural definitions, and quantitative performance metrics from CSE 381 Unit 1 Fundamentals.

Last updated 2:29 PM on 9/1/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

17 Terms

1
New cards

ENIAC

The first electronic computer, constructed in 1946, consisting of 17,000 vacuum tubes and capable of 5,000 calculations.

2
New cards

Instruction Set Architecture (ISA)

The hardware/software interface encompassing decisions regarding registers, memory addressing, addressing modes, instruction operands, available operations, control flow instructions, and instruction encoding.

3
New cards

Application Binary Interface (ABI)

The Instruction Set Architecture (ISA) combined with the system software interface.

4
New cards

Bandwidth

Also known as throughput, it is the total amount of work done in a given time.

5
New cards

Latency

Also known as response time, it is the time between the start and completion of an event.

6
New cards

Feature Size

The minimum physical dimension of a transistor or wire in the x or y dimension.

7
New cards

Yield

The proportion of working dies per wafer in integrated circuit manufacturing.

8
New cards

Wall Clock Time

The total execution time required to run a program, including processing, I/O, operating system overhead, and system idle time.

9
New cards

CPU Time

The actual time spent processing a given job, excluding I/O time and shares of time allocated to other jobs.

10
New cards

Clock Period

The duration of a single clock cycle in digital hardware.

11
New cards

Clock Frequency

Also known as clock rate, it is the number of clock cycles per second.

12
New cards

CPI (Cycles Per Instruction)

The average number of clock cycles required to execute an instruction for a given program or workload.

13
New cards

Thermal Design Power (TDP)

A measurement characterizing sustained power consumption used as a design target for processor cooling systems and power supplies.

14
New cards

SPEC CPU2006

A performance evaluation suite developed by the Standard Performance Evaluation Corp that measures CPU elapsed time across selected programs and summarizes performance using the geometric mean of performance ratios.

15
New cards

Amdahl's Law

A principle stating that the overall performance enhancement achieved by improving a specific component is limited by the fraction of execution time that the improved component is actually used.

16
New cards

MIPS

Millions of Instructions Per Second; a measurement calculated as Instruction CountExecution Time×106\frac{\text{Instruction Count}}{\text{Execution Time} \times 10^6}.

17
New cards

Sign Extension

The process of copying the most significant bit (sign bit) of a signed binary number into additional higher-order bits when copying to a larger data width to preserve its numerical value.