Operating System Programming and Technical

Q. What is a data register and address register?

A. Data registers - can be assigned to a variety of functions by the programmer. They can be used with
any machine instruction that performs operations on data.
Address registers - contain main memory addresses of data and instructions or they contain a portion
of the address that is used in the calculation of the complete addresses.

Read Solution (Total 0)

Operating System Other Question

Q. What are the disadvantages of context switching?

A. Time taken for switching from one process to other is pure over head. Because the system does no
useful work while switching. So one of the solutions is to go for threading when ever possible.
Q. What is DRAM?

A. Dynamic Ram stores the data in the form of Capacitance, and Static RAM stores the data in Voltages.