Operating Systems - Processes

Operating Systems - Processes

University

8 Qs

quiz-placeholder

Similar activities

ITE-12-Quiz-01

ITE-12-Quiz-01

University

10 Qs

OSP201 - Quiz 1

OSP201 - Quiz 1

University

10 Qs

AdvancedProgramming_intro

AdvancedProgramming_intro

University

10 Qs

SISTEMA OPERATIVO FAMILIA LINUX

SISTEMA OPERATIVO FAMILIA LINUX

University

10 Qs

Unit 5: call by value

Unit 5: call by value

University

7 Qs

Round 2 ( RHA Champion Contest )

Round 2 ( RHA Champion Contest )

University

10 Qs

Repaso Sistemas Operativos

Repaso Sistemas Operativos

University

10 Qs

HCI U4 Quiz

HCI U4 Quiz

University

10 Qs

Operating Systems - Processes

Operating Systems - Processes

Assessment

Quiz

Computers

University

Medium

Created by

Patrício Domingues

Used 104+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A process is a...
program in execution
program on the hard drive
high level program
low level program 

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Allocating time on the processor to individual processes is known as...
CPU Scheduling
CPU Timing
CPU Clocking
CPU Sorting

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a operating system, the purpose of the stack is...

To store the return addresses of called functions

To keep the parameters of called functions

To store local variables

All of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

When executed in a Linux system, the program...

crashes the stack segment because of infinite recursion

crashes the heap segment because of infinite recursion

crashes the data segment because of infinite recursion

none of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In an OS, the scheduling of processes is done by...

the shell (.e.g. bash)

the graphical user interface (e.g., gnome)

the file system

none of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The memory returned by a call to malloc comes from the...

data segment

heap segment

text segment

stack segment

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

lubuntu is...

a C compiler

a version of the Linux kernel

a distribution of the Linux OS

None of the baove

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The LXSS manager is a component of...

Linux OS to support the virtualization of Windows

Windows OS to support Linux's system calls

macOS X to support Windows' system calls

Android to support the virtualization of Windows Phone