Topic 6 - Resource Management

studied byStudied by 10 people
5.0(1)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 21

22 Terms

1
Primary memory
Memory that can be addressed and accessed directly by the processor. (RAM and ROM)
New cards
2
Secondary Memory
A type of memory that allows a user to store data and programs for as long as desired, in, for example, a hard disk drive.
New cards
3
Mainframe computers and supercomputers
Used by large businesses, government agencies, and in science and education. They provide centralized storage and processing, and can manipulate tremendous amounts of data
New cards
4
Server
A computer that awaits and responds to requests for data.
New cards
5
Batch processing
Programs that are batched together and executed as a group in "parallel"
New cards
6
Multiprogramming
The technique of keeping multiple programs in main memory at the same time, competing for the CPU
New cards
7
Multitasking
An operating system feature that allows more than one application to run at a time.
New cards
8
Multithreading
Allows different parts of a single program to run concurrently with the use of threads.
New cards
9
Multi-access
More than one user can access files at the same time
New cards
10
Operating System (OS)
A collection of programs that coordinate between the hardware and user processes. It has full access to the parts of a system, including peripherals.
New cards
11
Memory leak
A problem where data gets created, but never deleted.
New cards
12
Address Binding
The tying of a virtual/logical address to a physical address.
New cards
13
Swapping
Processes are swapped in and out of primary memory to the disk(secondary memory)
New cards
14
Paging
The process of swapping data or instructions that have been placed in the swap file for later use back into active random access memory (RAM). The contents of the hard drive's swap file then become less active data or instructions.
New cards
15
Page
A set amount of data referenced by the processor.
New cards
16
Thrashing
A condition of excessive paging in which the operating system becomes sluggish.
New cards
17
Slice
Time allocated to each user in a multi-access system
New cards
18
Interrupt Mechanism
Suspends a process that is being executed and invokes a mechanism to identify the next process in the execution queue
New cards
19
interrupt handler
An OS service routine that processes interrupts; each interrupt handler is a separate program stored in a separate part of primary storage.
New cards
20
Scheduler
System software which establishes the order in which instructions are executed by the processor
New cards
21
device driver
A software program that provides the instructions a computer needs to communicate with a device, such as a scanner.
New cards
22
Polling
Periodic checking of devices by a central device to sample their status.
New cards

Explore top notes

note Note
studied byStudied by 10 people
78 days ago
5.0(2)
note Note
studied byStudied by 17 people
836 days ago
5.0(1)
note Note
studied byStudied by 11 people
884 days ago
5.0(1)
note Note
studied byStudied by 31 people
760 days ago
5.0(1)
note Note
studied byStudied by 42 people
886 days ago
5.0(1)
note Note
studied byStudied by 52 people
545 days ago
5.0(1)
note Note
studied byStudied by 9 people
842 days ago
5.0(1)
note Note
studied byStudied by 138 people
634 days ago
5.0(3)

Explore top flashcards

flashcards Flashcard (85)
studied byStudied by 21 people
361 days ago
5.0(1)
flashcards Flashcard (72)
studied byStudied by 26 people
738 days ago
4.6(9)
flashcards Flashcard (40)
studied byStudied by 1 person
738 days ago
5.0(1)
flashcards Flashcard (84)
studied byStudied by 8 people
803 days ago
5.0(1)
flashcards Flashcard (33)
studied byStudied by 3 people
411 days ago
5.0(1)
flashcards Flashcard (90)
studied byStudied by 8 people
323 days ago
5.0(1)
flashcards Flashcard (146)
studied byStudied by 42 people
399 days ago
5.0(1)
flashcards Flashcard (36)
studied byStudied by 11 people
823 days ago
5.0(1)
robot