01 - Basic - Info
01 - Basic - Info
COMPUTER
SCIENCES
Mujtaba Ali
Computer Science & Information Technology
WHAT IS A
COMPUTER?
Computer Science & Information Technology
COMPUTER
• Computer is an electronic device used to
process data and convert it into information. It
can store, retrieve, and process data.
• A general-purpose machine that processes data
according to a set of instructions that are
stored internally either temporarily or
permanently.
Computer Science & Information Technology
SYSTEM
Input Output
Process
Computer Science & Information Technology
COMPUTER
GENERATIONS
Computer Science & Information Technology
ZEROTH GENERATION
• Man used his fingers, ropes, beads, bones,
pebbles and other objects for counting.
• Abacus
• Electricity was not yet invented
Computer Science & Information Technology
FIRST GENERATION
• 1940 – 1958: The Vacuum Tube
• The first generation of computers,
characterized by vacuum tubes, started in 1951
with the creation of –
UNIVAC (Universal Automatic Computer) – a tabulating
machine which won the contest for the fastest
machine.
VACUUM TUBES – electronic tubes about the size of
light bulbs.
Computer Science & Information Technology
FIRST GENERATION
Computer Science & Information Technology
FIRST GENERATION
• an early computer
• developed at UPenn
• Size: 30’ x 50’ room
• 18,000 vacuum tubes
• weighed 30 tons
Computer Science & Information Technology
ADVANTAGES
DISADVANTAGES
SECOND GENERATION
• 1959 – 1964: The Transistor
• The year 1959 marked the invention of
transistors, which characterized the second
generation of computers.
• TRANSISTOR – was a three-legged component
which shrunk the size of the first generation
computers. Occupied only 1/100th of the space
occupied by a vacuum tube
• More reliable, had greater computational speed,
required no warm-up time and consumed far less
electricity.
Computer Science & Information Technology
SECOND GENERATION
Computer Science & Information Technology
• Air-conditioning required.
• Frequent maintenance required.
• Commercial production was difficult and costly.
Computer Science & Information Technology
THIRD GENERATION
• 1965 – 1970: The Integrated Circuit
• Third generation computers arose in 1965 with
the invention of smaller electronic circuits
called integrated circuits (IC’S)
• INTEGRATED CIRCUITS – are square silicon
chips containing circuitry that can perform the
functions of hundreds of transistors.
Computer Science & Information Technology
THIRD GENERATION
Computer Science & Information Technology
FOURTH GENERATION
• 1971 – present: The Microprocessor
• Marked by the use of microprocessor
• MICROPROCESSOR – is a silicon chip that
contains the CPU – part of the computer where
all processing takes place.
• 4004 chip – was the first microprocessor
introduced by Intel Corporation.
Computer Science & Information Technology
FOURTH GENERATION
Computer Science & Information Technology
FIFTH GENERATION
• Artificial Intelligence (AI)
the science and engineering of making intelligent
machines
• Artificial
Made by humans; produced rather than natural.
• Intelligence
The capacity to acquire and apply knowledge.
The faculty of thought and reason.
Superior powers of mind.
Computer Science & Information Technology
FIFTH GENERATION
Computer Science & Information Technology
FIFTH GENERATION
TODAY’S COMPUTER
• is classified as fourth generation computers.
• faster, more powerful, tremendous data storage and
processing capacity
• new brands and models would come out the market
almost every other month.
• computers became more affordable
• there has been a tremendous improvement in software
technology
different software applications to choose from: word
processing, spreadsheets, database management, games and
entertainment
Computer Science & Information Technology
CLASSIFICATION OF
COMPUTERS
Micro
Computers
Mini
Super Main Frame • Desktop PC
Computers - • Laptop Computers
Computer Computers
Servers • Smart Phones
• Tabs etc.
Computer Science & Information Technology
MACHINE LANGUAGE
• Computer only understand machine language also
called as Low Level Language. – Binary Language
i.e. 10101011000011110
• ASCII Codes (Total 256)
American Standard Code for Information Interchange
• Each letter on the keyboard has a ASCII code, so
that computer can understand it.
• Engineers develop software in ‘Human Language’
(High Level) that is not understandable for
computer, we use compilers and interpreters to
convert ‘Human Language’ into ‘Machine Language’
(Low Level).
Computer Science & Information Technology
ASCII of Letter C is 67
67
2 33 1
2 16 1
2 8 0
2 4 0
2 2 0
2 1 0
3 and 4 11 100
63 and 64 111111 1000000
127 and 128 1111111 10000000
255 and 256 11111111 100000000
0 ~ 255 = 256
2^2 = 4
2^3 = 8
2^6 = 64
2^8 = 256
Computer Science & Information Technology
UNIT OF DATA
• The smallest unit of data is
BIT
Binary DigIT
• One (1) BIT contains either ‘0’ or ‘1’
• 8 BIT makes 1 Byte
11001100 1
These 8 BITs Makes 1 Byte
• 1 bit = a 1 or 0 (b)
• 8 bits = 1 byte (B)
• 1024 bytes = 1 Kilobyte (KB)
• 1024 Kilobytes = 1 Megabyte (MB)
• 1024 Megabytes = 1 Gigabyte (GB)
• 1024 Gigabytes = 1 Terabyte (TB)
• 1024 Terabytes = 1 Petabyte (PB)
Computer Science & Information Technology
TYPES OF
MEMORY
Computer Science & Information Technology
MEMORY
• Volatile Memory
is computer memory that requires power to maintain the
stored information. e,g. RAM (Random Access Memory).
• Non-Volatile Memory
is computer memory that can retain the stored information
even when not powered. Examples of non-volatile memory
include read-only memory ROM, flash memory, most types
of magnetic computer storage devices e.g. hard disks,
optical discs etc.
• Virtual Memory
is a system where all physical memory is controlled by the
operating system. When a program needs memory, it
requests it from the operating system. The operating
system then decides what physical location to place the
memory in.
Computer Science & Information Technology
COMPUTER DATA
STORAGE
Computer Science & Information Technology
STORAGE
Primary storage
Secondary storage
Tertiary storage
Off-line storage
Computer Science & Information Technology
PRIMARY STORAGE
• Primary Storage (or main memory or internal
memory),
often referred to simply as memory, is the only one
directly accessible to the CPU. The CPU continuously
reads instructions stored there and executes them as
required. Any data actively operated on is also stored
there in uniform manner.
e.g.
RAM (Random Access Memory),
ROM (Read Only Memory), PROM (Programmable
Read Only Memory), EPROM (Erasable and
Programmable Read Only Memory) etc.
Computer Science & Information Technology
SECONDARY STORAGE
• Secondary Storage (also known as External
Storage),
differs from primary storage
not directly accessible by the CPU.
The computer usually uses its input/output channels
to access secondary storage and transfers the desired
data using intermediate area in primary storage.
Secondary storage does not lose the data when the
device is powered down - it is non-volatile.
Less expensive than primary storage.
e.g.
HDD (Hard Disk Drive, Tape Drive, CD (Compact
Disk) etc.
SSD (Solid State Disk)
Computer Science & Information Technology
TERTIARY STORAGE
• Tertiary Storage or tertiary memory
Third level of storage.
Typically it involves a robotic mechanism which will
mount (insert) and dismount removable mass storage
media into a storage device according to the system's
demands.
e.g.
SAN (Storage Area Network), Domain Servers
Computer Science & Information Technology
OFF-LINE STORAGE
• Off-Line Storage
is a computer data storage on a medium or a device
that is not under the control of a processing unit.
The medium is recorded, usually in a secondary or
tertiary storage device, and then physically removed
or disconnected.
It must be inserted or connected by a human operator
before a computer can access it again.
e.g.
Flash Drive, (Pen Drive, USB Drive)
Computer Science & Information Technology
BASIC PARTS?
Equipment attached to computer are called
HARDWARE.
The instructions that tell it what to do are
called SOFTWARE.
Computer Science & Information Technology
HARDWARE
• The hardware is the part of the computer you
can touch and see.
Input
Processing
Output
Storage
Network
Computer Science & Information Technology
HARDWARE
HARDWARE
HARDWARE
CPU
Computer Science & Information Technology
CPU - LOGICAL
CU - Control Unit
ALU - Arithmetic
Logical Unit
Computer Science & Information Technology
SOFTWARE
• Software is a part of the computer you cannot
touch.
• Software consist of computer programs and
procedures that perform some tasks on your
computer.
• Example – Any program on your Television.
Program is software (Cannot be touch)
Television is hardware (Can be touch)
Computer Science & Information Technology
SOFTWARE
SOFTWARE
• System software
Operating System is the base program on a computer.
It tells the computer (hardware) how to work or
operate.
The operating system also allows you to load other
programs that do specialized tasks on to your
computer.
e.g. (Windows 9x, XP and Vista, 7, 10), Unix, Linux,
AIX, Sun Solaris, MAC, DOS (Disk Operating System),
Android, IOS
Computer Science & Information Technology
SOFTWARE
• Application software
Application software allows you to accomplish one or
more specific (non-computer related) tasks. Such as
computer games for entertainment or Microsoft Word
for typing.
e.g. MS Office (Word, Excel, PowerPoint, Access),
Games, Media Player, Acrobat Reader, Anti Virus etc.
Computer Science & Information Technology
SOFTWARE
• Programming software
Programming software provides tools to assist a
computer programmer in writing programs and
software.
e.g. Visual Studio (VB6, ASP, VB.Net, ASP.Net), JAVA,
Photoshop, C++, etc
Computer Science & Information Technology
Computer Science & Information Technology
HOW TO START?
Computer Science & Information Technology
BOOTING-UP YOUR
COMPUTER
• Check power cables of monitor and CPU
• Check there should not be any FDD, CD & DVD
or USB device attach with your computer
• Power-on the computer
• Start using the computer after your windows
desktop is completely loaded.
Computer Science & Information Technology
OPERATING SYSTEM
• As an operating system Windows 7,8,10
manages all that the computer does. The main
screen is called the "Desktop" you can get to
everything your computer can do.
Computer Science & Information Technology
“Desktop”
Computer Science & Information Technology
ICONS
• On the desktop screen you will see several
small pictures. These pictures are called
"Icons." Double clicking the left mouse button
on an Icon will start the programs it
represents. Another way to start programs is
by using the “Start” button can do.
Computer Science & Information Technology
“Icons”
Computer Science & Information Technology
“START”
• The "Start" button is probably the most used
part of the Windows Desktop. The start button
is where you access all the programs on the
computer. When you click on the "Start"
button you will be shown a menu of the major
computer headings. These headings provide
access to the major programs on your
computer.
“Start”
Computer Science & Information Technology
MENUS
• When you click on the "Start" button a menu
with options will appear. Moving the mouse
over the items in the menu causes them to
highlight. Clicking on a highlighted item will
open that program. To close the "Start" menu
click on the screen anywhere other then the
menu.
Computer Science & Information Technology
“Menu”
Computer Science & Information Technology
SELECTING A PROGRAM
• Moving the mouse over a menu item marked
with an arrow as shown below will open another
list with more options.
Computer Science & Information Technology
SELECTING A PROGRAM
• To see all the programs available for you to use
on your computer click on the Start button and
in the menu that appears, highlight the item
named “Programs.” A new list will appear that
holds more selections. Explore these lists to
see all the programs available to you. When
you have found the program that you want to
use click on its icon.
Computer Science & Information Technology
TASKBAR
• The taskbar can be recognized by the "Start" button
located on its left hand side and the clock on its right.
To switch between programs that are running at the
same time, click on the program buttons shown on the
taskbar. This is demonstrated below. Windows has the
ability to run several programs at once and to easily
switch back and forth between running programs. All
programs currently running are shown on the windows
"taskbar." The taskbar is a bar with pictures on in it that
runs across the very bottom of the screen.
“Taskbar” “Taskpane”
Computer Science & Information Technology
WHAT IS A “WINDOW”?
• A Window is one of many basic feature of the
Microsoft Windows Operating System Software.
Windows allow you perform multiple tasks by
running multiple programs simultaneously.
Computer Science & Information Technology
“Window”
Computer Science & Information Technology
“Tool
Bar”
Computer Science & Information Technology
Resizing”
Computer Science & Information Technology
Computer Science & Information Technology
SHUTTING DOWN
• Shutting down
Close all program
Press start button
Click on shutdown (Turn Off)
Turn-Off
Sleep
Hibernate
THANK YOU