CHAPTER 4 Flashcards
Computer can understand High-Level Languages ?
No , computer can only understands the binary code.
Multiple threads can :
- Perform many tasks concurrently
- Can increase effiency
- Can make computer faster
- Can increase responsiveness
What was the name of the software that can be used to see the detail information on the threads running on our computer system ?
Process Explorer
Computer converts the program to a __________.
Binary code
Once a program is converted to binary codes, they can execute straight away successfully without the need to wait for any resources.
False
A program will be loaded into the ____________ before it starts executing.
Memory
_________________ is responsible to give all the resources needed by the program in order to execute.
Operating system
Process is _____________________________________.
A program in execution
A thread is the basic ________ of a _________ in execution.
unit , process
A thread comprises of 4 :______________
b) A program counter
c) A register set
d) A stack
The most possible answer for (a) is:
a thread ID
What were the examples of tasks done by some threads in the video?
Displaying web page content
Downloading something from the internet
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?
Process Explorer