Wednesday, May 15, 2013
What is the Process Control Block? What are its fields?
Posted by
Sunflower
at
5/15/2013 06:09:00 AM
0
comments
Labels: Classes, CPU, Create, Data, files, Input, Kernel, Memory, Multi-tasking, Operating System, Output, PCB, Process, Process Control Block, Resources, Structure, Tables, Tasks, update, User
|
| Subscribe by Email |
|
Tuesday, May 7, 2013
What is meant by Time sharing system?
- SDS 940
- PDP – 10
- IBM 360
Posted by
Sunflower
at
5/07/2013 09:30:00 PM
0
comments
Labels: Application, computers, Cost, Data, Design, efficient, Expensive, Interactive, Interface, Multi-programming, Multi-tasking, Multiple, Organization, program, Resources, System, Technology, Time sharing System, Users
|
| Subscribe by Email |
|
Thursday, May 2, 2013
What is a CPU Scheduler?
- Throughput: It is the ratio of total number of
processes executed to a given amount of time.
- Latency: This factor can be sub – divided in
to two namely response time and the turnaround time. Response time is the
time taken from the submission of the process till its output is produced
by the processor. The latter i.e., the turnaround time is the time period
elapsed between the process submission and its completion.
- Waiting/ fairness time: This is the equal CPU
time given to each process or we can say that the time is allocated as
per the priority of the processes. The time for which the processes wait
in the ready queue is also counted in this.
Types of CPU Schedulers
Posted by
Sunflower
at
5/02/2013 05:28:00 PM
0
comments
Labels: Algorithm, Communication, CPU, CPU Scheduling, Data, Latency, Memory, Methods, Multi-tasking, Operating System, Resources, Scheduling, System, Tasks, Throughput, Transmit, Types, Waiting time
|
| Subscribe by Email |
|
Wednesday, April 24, 2013
What is multi-tasking, multi-programming and multi-threading?
What is Multitasking?
What is Multi-Programming?
What is Multi-threading?
Posted by
Sunflower
at
4/24/2013 07:30:00 PM
0
comments
Labels: CPU, Data, Devices, efficient, Memory, Multi-programming, Multi-tasking, Multi-threading, Performance, peripherals, Process, program, Resources, System, Tasks, Threads, Time
|
| Subscribe by Email |
|
Sunday, April 21, 2013
What is a virtual memory?
Posted by
Sunflower
at
4/21/2013 10:01:00 PM
0
comments
Labels: Address, Advantages, Application, Code, Data, Hardware, Kernel, Memory, Multi-tasking, Multi-threading, Operating System, Performance, Physical, program, Software, Storage, Tasks, Virtual, Virtual Memory, Virtualization
|
| Subscribe by Email |
|
Saturday, April 20, 2013
Explain the concepts of threads and processes in operating system?
Posted by
Sunflower
at
4/20/2013 08:29:00 PM
0
comments
Labels: Access, Attributes, Concept, Location, Memory, Multi-tasking, Multi-threading, Mutants, Mutual Exclusions, Operating System, Priority, Processes, Resources, Scheduling, Synchronize, Threads, Uses
|
| Subscribe by Email |
|
Wednesday, April 17, 2013
What are Real-time operating systems?
- The soft real –time operating system: It
produces more jitter.
- The hard real – time operating system: It
produces less jitter when compared to the previous one.
- Minimal interrupt latency and
- Minimal thread switching latency.
- Time sharing design: As per
this design, the tasks are switched based up on a clocked interrupt and events
at regular intervals. This is also termed as the round robin scheduling.
- Event – driven design: As per
this design, the switching occurs only when some other event demands
higher priority. This is why it is also termed as priority scheduling or
preemptive priority.
- Running or executing on CPU
- Ready to be executed
- Waiting or blocked for some
event
Posted by
Sunflower
at
4/17/2013 07:05:00 PM
0
comments
Labels: Algorithms, Applications, Data, Design, Events, Factors, Features, Hard, Multi-tasking, Operating System, OS, Priority, Process, Real time Operating system, Scheduling, soft, System, Tasks, Throughput, Types
|
| Subscribe by Email |
|