SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start

Flash cards for operating systems and networking


🇬🇧
In English
Created:


Public
Created by:
Ethan Mattison


0 / 5  (0 ratings)



» To start learning, click login

1 / 10

[Front]


Name two functions of an OS
[Back]


Resource manager and User interface

Practice Known Questions

Stay up to date with your due questions

Complete 5 questions to enable practice

Exams

Exam: Test your skills

Course needs 15 questions

Learn New Questions

Dynamic Modes

SmartIntelligent mix of all modes
CustomUse settings to weight dynamic modes

Manual Mode [BETA]

Select your own question and answer types
Specific modes

Learn with flashcards
Complete the sentence
Listening & SpellingSpelling: Type what you hear
multiple choiceMultiple choice mode
SpeakingAnswer with voice
Speaking & ListeningPractice pronunciation
TypingTyping only mode

Flash cards for operating systems and networking - Leaderboard

1 user has completed this course

No users have played this course yet, be the first


Flash cards for operating systems and networking - Details

Levels:

Questions:

10 questions
🇬🇧🇬🇧
Name two functions of an OS
Resource manager and User interface
Why do processes have separate address spaces
So they are unable to address each others memory for reading or writing
What is the text segment of the process address space used for?
The text segment holds program instructions in the machine language.
Give 3 reasons why you would use UDP over TCP for VOIP
Low latency, Don't need to check for lost packets, Quick connection
What does an address space contain?
System code and data as well as user code and data.
What is mutual exclusion?
A program that prevents simultaneous access to shared resource
What is the critical region?
Where process accesses shared data
What is a race condition?
When a device or system attempts to perform two or more operations at the same time