CO - OS Unit-1 (Part1)
CO - OS Unit-1 (Part1)
Operating Systems
Computer Organization.
Laptop
Notebook
Work Stations
Servers
Main Frame
Super Computer
Gaming Computer
Arithmetic
Input and
logic
Memory
Output Control
I/O Processor
Multiprocessor computer
Large computer systems may contain a number of processor
units, in which case they are called multiprocessor systems.
Execute a number of different application tasks in parallel
Execute subtasks of a single large task in parallel
All processors have access to all of the memory – shared-
memory multiprocessor
The high performance of these systems comes with much
increased complexity and cost. In addition to multiple
processors and memory units, cost is increased because of
the need for more complex interconnection networks
Multi Computer
In contrast to multiprocessor systems, it is possible to
use an interconnected group of complete computers to
achieve high computational power.
Remember:
When an integer binary number is +ve, its sign is represented
by 0.
When an integer binary number is –ve, its sign is represented
by 1.
It is represented in one of the three possible ways:
6. Normalize the binary representation of the number. Shift the decimal mark
10 positions to the left so that only one non-zero digit remains to the left of it:
1259.125(10) = 100 1110 1011.001(2) =
100 1110 1011.001(2) × 20 =
1.0011 1010 1100 1(2) × 210
7. Up to this moment, there are the following elements that would feed into the
32 bit single precision IEEE 754 binary floating point representation:
Sign: 0 (a positive number)
Exponent (unadjusted): 10
Mantissa (not normalized): 1.0011 1010 1100 1