Architecture Organization of Computer - Unit 1 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/19

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering core topics from Unit 1 of Computer Architecture and Organization, including functional units, number systems, complements, data representations, codes, and error detection.

Last updated 3:14 PM on 8/22/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

20 Terms

1
New cards

Digital Computer

A programmable electronic system that represents information using discrete values, normally binary 0 and 1, to accept, store, process, and output data.

2
New cards

Computer Architecture

Programmer-visible attributes of a computer system, including the instruction set, data formats, and addressing modes.

3
New cards

Computer Organization

The operational units and their interconnections that realize the architected specifications.

4
New cards

Computer Design

The detailed hardware engineering implementation of a computer system.

5
New cards

CPU (Central Processing Unit)

The core component of a computer formed by the Arithmetic and Logic Unit (ALU) and the Control Unit (CU), along with registers.

6
New cards

Radix

The base rr of a positional number system that uses digits from 00 through r1r-1.

7
New cards

8421 BCD

A Binary-Coded Decimal scheme where each individual decimal digit is separately encoded using a 4-bit binary word.

8
New cards

ASCII

A standard character encoding scheme that originally uses 7 bits to represent 128 standard characters.

9
New cards

EBCDIC

An 8-bit character code historically associated with IBM mainframe systems.

10
New cards

(r1)s(r-1)'s Complement

The diminished-radix complement of an nn-digit number in radix rr, calculated by subtracting each digit from r1r-1.

11
New cards

rsr's Complement

The radix complement of an nn-digit number in radix rr, calculated by adding 11 to its (r1)s(r-1)'s complement.

12
New cards

1's Complement

A binary diminished-radix complement obtained by inverting every bit in a binary pattern (00 becomes 11 and 11 becomes 00).

13
New cards

2's Complement

A binary radix complement obtained by adding 11 to the 1's complement of a binary number.

14
New cards

Signed Overflow

An error state occurring when an arithmetic result exceeds the maximum representable value for a given signed bit-width.

15
New cards

Fixed-Point Representation

A data representation scheme where the binary point is kept at a predetermined fixed position within the word.

16
New cards

Floating-Point Representation

A number representation using a significand and an exponent, allowing the binary point to change position dynamically.

17
New cards

Normalization

The process of scaling a floating-point significand so that a single non-zero digit appears immediately to the left of the binary point.

18
New cards

Gray Code

A non-weighted binary code in which any two adjacent code values differ by exactly one bit position.

19
New cards

Parity Bit

A redundant bit added to a bit sequence to ensure the total number of 1s is always even (even parity) or odd (odd parity).

20
New cards

Parity Checker

A logic circuit at the receiver that checks whether a received bit pattern satisfies the expected parity condition.