Introduction to Instruction Set Architecture

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

1/8

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards defining fundamental concepts, components, and examples of Instruction Set Architecture (ISA) based on the lecture notes.

Last updated 6:59 PM on 9/19/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

9 Terms

1
New cards

Instruction Set Architecture (ISA)

A contract between hardware and software that defines the set of operations a processor can execute and the memory space a program can use.

2
New cards

Abstraction Layer

A feature of an ISA that abstracts the underlying processor, enabling developers to write programs without needing to understand hardware intricacies.

3
New cards

Assembly Language

A human-readable representation of machine instructions that permits programmers to write instructions in a readable format before conversion into machine code.

4
New cards

Pseudo Instructions

Higher-level instructions provided in assembly language for convenience, which are translated into actual machine instructions by the assembler.

5
New cards

Virtual Machines and Emulators

Software systems that can simulate or mimic an ISA on different hardware platforms, allowing software compatibility across diverse systems without modification.

6
New cards

Direct Mapping

The translation relationship where each line of high-level code corresponds to one or more assembly instructions.

7
New cards

Prince of Persia

An early software application written in assembly language for efficiency and direct control over hardware resources.

8
New cards

add $0,$1,$2\text{add } \$0, \$1, \$2

An assembly instruction example showing the addition of two registers and storing the result to demonstrate binary data manipulation.

9
New cards

RISC and CISC

Two different types of ISAs with unique characteristics that impact computing performance, capabilities, and system design.