Computer Science (Chapter 1) (Class 7) Computer FUNDAMENTALS
Computer Science (Chapter 1) (Class 7) Computer FUNDAMENTALS
For Example:
1 Nibble = 4 Bits
1 Byte = 8 Bits
1 Kilobyte (1 KB) = 1024 bytes
1 Megabyte (1 MB) = 1024 KB
1 Gigabyte (1 GB) = 1024 MB
1 Terabyte (1 TB) = 1024 GB
1 Petabyte (1 PB) = 1024 TB
1 Exabyte (1 EB) = 1024 PB
1 Zettabyte (1 ZB) = 1024 EB
1 Yottabyte (1YB) = 1024 ZB
CONVERSION
1) DECIMAL NUMBERS to BINARY NUMBERS.
We have to divide it by 2 until you get 0 as your quotient. Write the
remainder on the right side. The remainders have to be read from the
bottom. The number you get will be your BINARY NUMBER.
Example: Let’s take a number 43.
SYSTEM SOFTWARE
APPLICATION SOFTWARE
SYSTEM SOFTWARE
System software is a type of computer program that is designed to run a
computer's hardware and application programs. If we think of the computer
system as a layered model, the system software is the interface between the
hardware and user applications. It can further be categorized into 3 categories.
They are:
● OPERATING SYSTEM
● LANGUAGE PROCESSORS
● UTILITY SOFTWARE
—--------------------------------------------------
OPERATING SYSTEM: An operating
system (OS) is the program that, after
being initially loaded into the
computer by a boot program,
manages all of the other application
programs in a computer. It serves as
an interface between the user and the
hardware. It creates an environment
in which the user can execute
programs. It also ensures that the computer hardware is used in an efficient
manner. Some Popular Operating systems are Linux, Android, Microsoft and
Windows.
—------------------------------------------------------------------------------------------------------------------
LANGUAGE PROCESSORS: We had earlier discussed that a computer only
understands the language of 0s and 1s. Writing High-Level Languages require
translators such as COMPILERS and INTERPRETERS. The software program that
does this task of translation is called the LANGUAGE PROCESSOR. There are 3
types of LANGUAGE PROCESSORS. They are: