Operating Systems - Processes

Operating Systems - Processes

University

8 Qs

quiz-placeholder

Similar activities

RECURSION

RECURSION

University

5 Qs

321 - Quiz07

321 - Quiz07

University

10 Qs

Program Linux 1

Program Linux 1

University

10 Qs

Sistemas Operativos

Sistemas Operativos

University

13 Qs

UAS Sistem Operasi Open Source

UAS Sistem Operasi Open Source

University

10 Qs

AP CSA Recursion

AP CSA Recursion

10th Grade - University

10 Qs

Redirection

Redirection

University

10 Qs

Data Structure

Data Structure

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