CHAPTER 4 Flashcards

1
Q

Computer can understand High-Level Languages ?

A

No , computer can only understands the binary code.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Multiple threads can :

A
  1. Perform many tasks concurrently
  2. Can increase effiency
  3. Can make computer faster
  4. Can increase responsiveness
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What was the name of the software that can be used to see the detail information on the threads running on our computer system ?

A

Process Explorer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Computer converts the program to a __________.

A

Binary code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Once a program is converted to binary codes, they can execute straight away successfully without the need to wait for any resources.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

A program will be loaded into the ____________ before it starts executing.

A

Memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

_________________ is responsible to give all the resources needed by the program in order to execute.

A

Operating system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Process is _____________________________________.

A

A program in execution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

A thread is the basic ________ of a _________ in execution.

A

unit , process

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

A thread comprises of 4 :______________
b) A program counter
c) A register set
d) A stack
The most possible answer for (a) is:

A

a thread ID

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What were the examples of tasks done by some threads in the video?

A

Displaying web page content
Downloading something from the internet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What was the name of the software that can be used to see the detail information on the threads running on our computer system mentioned in the video?

A

Process Explorer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly