Flash cards for operating systems and networking
🇬🇧
In Inglés
In Inglés
Practique preguntas conocidas
Manténgase al día con sus preguntas pendientes
Completa 5 preguntas para habilitar la práctica
Exámenes
Examen: pon a prueba tus habilidades
Course needs 15 questions
Aprenda nuevas preguntas
Modos dinámicos
InteligenteMezcla inteligente de todos los modos
PersonalizadoUtilice la configuración para ponderar los modos dinámicos
Modo manual [beta]
Seleccione sus propios tipos de preguntas y respuestas
Modos específicos
Aprende con fichas
Completa la oración
Escuchar y deletrearOrtografía: escribe lo que escuchas
elección múltipleModo de elección múltiple
Expresión oralResponde con voz
Expresión oral y comprensión auditivaPractica la pronunciación
EscrituraModo de solo escritura
Flash cards for operating systems and networking - Marcador
Flash cards for operating systems and networking - Detalles
Niveles:
Preguntas:
10 preguntas
🇬🇧 | 🇬🇧 |
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 the difference between a program and a process? | A process is a program in execution |
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 |