Computer_project
Computer_project
project
Software- software is a collection of
instructions, data, or computer
programs that are used to run
machines and carry out particular
activities. It is the antithesis of
hardware, which refers to a
computer’s external components. A
device’s running programs, script
and application are collectively
referred to as “software” in this
context.
Types of
software
There are mainly two types of
software:
(i) System software
(ii) Application software
These can be divided into three
more types of software each:
(i) System software
(a)Operating System
(b)Language processor
(c) Device driver
(ii)Application Software
(a)General purpose software
(b)Customize software
(c) Utility software
Here is a figure for better
understanding :
Boolean Logic
What is Boolean logic or logic gate?
A logic gate is a device that acts as
a building block for digital circuits.
They perform basic logical
functions that are fundamental to
digital circuits. Most electronic
devices we use today will have
some form of logic gates in them.
For example, logic gates can be
used in digital electronics such as
smartphones and tablets or in
memory devices.
Basic logic
gates
There are seven basic logic gates:
AND, OR, XOR, NOT, NAND, NOR and
XNOR.
(ii) OR GATE:
The OR gate gets its name from
behaving like the logical inclusive
"or." The output is true if one or
both of the inputs are true. If both
inputs are false, then the output
is false. In other words, for the
output to be 1, at least one input
must be 1.
(iii) NOT GATE:
A logical inverter, sometimes
called a NOT gate to differentiate
it from other types of electronic
inverter devices, has only one
input. A NOT gate reverses the
logic state. If the input is 1, then
the output is 0. If the input is 0,
then the output is 1.
NUMBER
SYSTEM
A Number system or numeral
system is defined as an
elementary system to express
numbers and figures. It is the
unique way of representing of
numbers in arithmetic and
algebraic structure.
Types of Number Systems
Deci 1 1 1 1 1 1
01234567 89
mal 0 1 2 3 4 5