Introduction to Computer
Introduction to Computer
Department of pharmacy
Assignment on
Submitted to : Submitted by :
Z.M Tarek Shahriar Saurab Hossain
Lecturer Department of CSE Id: 0272210011091007
City University Department of Pharmacy
14th Batch
Date of submission:
1
Part 1, Hardware
1. (A) Hardware represents the physical and tangible components of a computer
i.e. the components that can be seen and touched.
2
Relationship between Hardware and Software
Hardware and software are mutually dependent on each other. Both of them
must work together to make a computer produce a useful output.
3
Peripheral Device:
A peripheral device, also sometimes called an auxiliary device, is any connected
device (internal or external) that provides a computer with additional
functionality.
3. Computer Case
Keyboard is the most common and very popular input device which
helps in inputting data to the
computer. The layout of the keyboard is like that of traditional typewriter,
although there are some
additional keys provided for performing additional functions.
Keyboards are of two sizes 84 keys or 101/102 keys, but now keyboards with
104 keys or 108 keys are
also available for Windows and Internet.
Monitor
Advantages
Easy to use
Not very expensive
Moves the cursor faster than the arrow
keys of keyboard.
Scanner
Scanner is an input device which works
more like a photocopy machine. It is used
when some information is available on a
paper and it is to be transferred to the
hard disc of the computer for further
manipulation. Scanner captures images from
the source which are then converted into the
digital form that can be stored on the disc.
These images can be edited before they are
printed
Optical Drives
8
3. Power Supply
a device providing power to electronic
equipment and sometimes designated A, B,
or C according to its function of heating
vacuum tube cathodes, causing a flow of
electron current in plate circuits, or applying
a direct voltage in grid circuits
Motherboard
A motherboard is the main printed circuit
board (PCB) in a computer. The motherboard
is a computer's central communications
backbone connectivity point, through which
all components and external peripherals
connect.
CPU
The computer's central processing unit
(CPU) is the portion of a computer that
retrieves and executes instructions. The CPU
is essentially the brain of a CAD system. It
consists of an arithmetic and logic unit
(ALU), a control unit, and various registers.
The CPU is often simply referred to as the
processor.
Expansion Slot
An expansion slot is a socket on the
motherboard that is used to insert an
expansion card (or circuit board), which
provides additional features to a computer
such as video, sound, advanced graphics,
Ethernet or memory.
Hard Drive
A computer hard drive (or a hard disk or
HDD) is one kind of technology that stores
the operating system, applications, and data
files such a documents, pictures and music
that your computer uses. The rest of the
components in your computer work together
to show you the applications and files stored
on your hard drive.
10
BUS
In computer architecture, a bus (shortened
form of the Latin omnibus, and historically
also called data highway or databus) is a
communication system that transfers data
between components inside a computer, or
between computers. This expression covers
all related hardware components (wire,
optical fiber, etc.)
11
4. GHz ( Gigahertz ) is the unit data CPU performance measured. The clock
speed measures the number of cycles your CPU executes per second. The more
GHz in the CPU the better it is. It will impact on gaming and etc… heavy task
works in your daily lives of a normal person.
It mean,
The clock speed measures the number of cycles your CPU executes per second,
measured in GHz (gigahertz)
There are 6 types of central processing units Single Core Cpu, Dual Core Cpu,
Quad Core Cpu, Hexa Core Cpu, Octa Core Cpu, and Deca Core Cpu. These are
the 6 types of central processing units that are being used in various devices like
desktops, laptops, and mobile phones.
12
5. Computers don’t understand words or numbers the way humans do. Modern
software allows the end user to ignore this, but at the lowest levels of your
computer, everything is represented by a binary electrical signal that registers in
one of two states: on or off. To make sense of complicated data, your computer
has to encode it in binary.
Binary is a base 2 number system. Base 2 means there are only two digits—1
and 0—which correspond to the on and off states your computer can
understand. You’re probably familiar with base 10—the decimal system.
Decimal makes use of ten digits that range from 0 to 9, and then wraps around
to form two-digit numbers, with each digit being worth ten times more than the
last (1, 10, 100, etc.). Binary is similar, with each digit being worth two times
more than the last.
Counting in Binary
In binary, the first digit is worth 1 in decimal. The second digit is worth 2, the
third worth 4, the fourth worth 8, and so on—doubling each time. Adding these
all up gives you the number in decimal.
So,
13
Move to 8 bits, and you have 256 possible values. This takes up a lot more
space to represent, as four digits in decimal give us 10,000 possible values. It
may seem like we’re going through all this trouble of reinventing our counting
system just to make it clunker, but computers understand binary much better
than they understand decimal. Sure, binary takes up more space, but we’re held
back by the hardware. And for some things, like logic processing, binary is
better than decimal.
The short answer: hardware and the laws of physics. Every number in your
computer is an electrical signal, and in the early days of computing, electrical
signals were much harder to measure and control very precisely. It made more
sense to only distinguish between an “on” state—represented by negative
charge—and an “off” state—represented by a positive charge.
For those unsure of why the “off” is represented by a positive charge, it’s
because electrons have a negative charge—more electrons mean more current
with a negative charge.
So, the early room-sized computers used binary to build their systems, and even
though they used much older, bulkier hardware, we’ve kept the same
fundamental principles. Modern computers use what’s known as a transistor to
perform calculations with binary. Here’s a diagram of what a field-effect
transistor (FET) looks like:
Essentially, it only allows current to flow from the source to the drain if there is a
current in the gate. This forms a binary switch. Manufacturers can build these
transistors incredibly small—all the way down to 5 nanometers, or about the size
of two strands of DNA. This is how modern CPUs operate, and even they can
suffer from problems differentiating between on and off states (though that’s
mostly due to their unreal molecular size, being subject to the weirdness of
quantum mechanics).
14
6. Bit
A bit (short for binary digit) is the smallest unit of data in a computer. A bit has
a single binary value, either 0 or 1. Although computers usually provide
instructions that can test and manipulate bits, they generally are designed to
store data and execute instructions in bit multiples called bytes.
Byte
In most computer systems, a byte is a unit of data that is eight binary digits
long. A byte is the unit most computers use to represent a character such as a
letter, number or typographic symbol. Each byte can hold a string of bits that
need to be used in a larger unit for application purposes.
Kilobyte (KB)
A kilobyte (KB or Kbyte) is a unit of measurement for computer memory or
data storage used by mathematics and computer science professionals, along
with the general public, when referring to amounts of computer data using the
metric system. Originally, a byte was considered a collection of 8 bits, the
smallest number of bits that were able to express a number, letter or character
within binary. A kilobyte is approximately 1,000 bytes (specifically, 2 to the
10th power or, in decimal form, 1,024 bytes).
Megabyte (MB)
Megabyte (MB) is a data measurement unit applied to digital computer or
media storage. One MB equals one million (106 or 1,000,000) bytes. The
International System of Units (SI) defines the mega prefix as a 10 multiplier or
one million (1,000,000) bits. The binary mega prefix is 1,048,576 bits or 1,024
Kb. The SI and binary differential is approximately 4.86 percent.
Gigabyte (GB)
A gigabyte (GB or GByte) is a data measurement unit for digital computer or
media storage equal to one billion (1,000,000,000) bytes or one thousand
(1,000) megabytes (MB). The unit of measurement in storage capacity that
follows it is the terabyte (TB), which equals 1,000 GB.
15
Kilobyte (KB)
16
Part 2, Storage
Research of the common data storage devices in the table is given below:
1
7
Storage Option Advantage Disadvantage
Clouds High Speed – Quick data loss or theft.
Deployment data leakage.
Efficiency and Cost account or service
Reduction hijacking.
Data Security insecure interfaces and
Scalability APIs.
Collaboration. denial of service attacks.
Unlimited Storage
Capacity.
Other?
Part 3, Comparison
18
Comparison Criteria Chromebook Desktop
5 Physically, a Chromebook Rectangle is a shape in
Shape and portability looks much like a Windows- computer.
powered notebook, with a
keyboard, a display, a front- Desktops are large and have a
facing camera for separate monitor. While it's
videoconferencing, and so on. possible to take a desktop from
But there are a few key place to place, it's cumbersome
differences: Chromebooks and not the choice for
typically include a dedicated portability. They are designed
search keyboard key, while to be used in a single location
Windows emphasizes the and not moved around much, if
Windows key. at all.
19