CS HL P1

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/8

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

9 Terms

1
New cards

Paging(Swapping)

memory management scheme that eliminates the need for contiguous allocation of physical memory

2
New cards

interrupt

a signal emitted by hardware or software when a process or an event needs immediate attention

3
New cards

polling

a process where a program repeatedly checks the status of a device or resource at regular intervals to see if it's ready for an operation or has new data

4
New cards

4 layers

link, network, transport, application

5
New cards

compiler

a program that converts source code written in a high-level language into machine code or intermediate code for execution

6
New cards

assembler

a program that translates assembly language code into machine code, allowing it to be executed by the processor.

7
New cards

interpreter

a program that directly executes instructions written in a programming or scripting language, line by line

8
New cards

packet switching

a method of data transmission over a network where data is broken into packets before being sent

9
New cards

virtual memory management

a technique that uses disk space to extend the apparent amount of RAM available to a computer, allowing larger applications to run.