SlideShare a Scribd company logo
1 of 39
FUNDAMENTALS OF
COMPUTER PART 2
BY:SURBHI SAROHA
SYLLABUS
• Types of computers(Analog, digital & Hybrid)
• Computer Classification
• System Software & Application Software’s
• Number systems conversions(Binary,decimal,Octal,Hexadecimal)
• Operating System and its functions(Process Management,Memory Management,File
management etc.)
• Some popular operating system(MS-DOS,Windows,Unix,Linux).
• Basic commands for DOS & Linux.
TYPES OF COMPUTERS(ANALOG,
DIGITAL & HYBRID)
• A computer is a device that transforms data into meaningful information. It
processes the input according to the set of instructions provided to it by the user
and gives the desired output. Computers are of various types and they can be
categorized in two ways on the basis of size and on the basis of data handling
capabilities.
• So, on the basis of size, there are five types of computers:
• Supercomputer
• Mainframe computer
• Minicomputer
• Workstation
• PC (Personal Computer)
CONT….
• And on the basis of data handling capabilities, there are three types of computer:
• Analogue Computer
• Digital Computer
• Hybrid Computer
SUPERCOMPUTER:
• When we talk about speed, then the first name that comes to mind when thinking of
computers is supercomputers.
• They are the biggest and fastest computers(in terms of speed of processing data).
• Supercomputers are designed such that they can process a huge amount of data,
like processing trillions of instructions or data just in a second.
• This is because of the thousands of interconnected processors in supercomputers.
CHARACTERISTICS OF
SUPERCOMPUTERS:
• Supercomputers are the computers which are the fastest and they are also very
expensive.
• It can calculate up to ten trillion individual calculations per second, this is also the
reason which makes it even more faster.
• It is used in the stock market or big organizations for managing the online currency
world such as bitcoin etc.
• It is used in scientific research areas for analyzing data obtained from exploring the
solar system, satellites, etc.
MAINFRAME COMPUTER:
• Mainframe computers are designed in such a way that it can support hundreds or
thousands of users at the same time.
• It also supports multiple programs simultaneously.
• So, they can execute different processes simultaneously.
• All these features make the mainframe computer ideal for big organizations like
banking, telecom sectors, etc., which process a high volume of data in general.
CHARACTERISTICS OF MAINFRAME
COMPUTERS:
• It is also an expensive or costly computer.
• It has high storage capacity and great performance.
• It can process a huge amount of data (like data involved in the banking sector) very
quickly.
• It runs smoothly for a long time and has a long life.
MINICOMPUTER:
• Minicomputer is a medium size multiprocessing computer.
• In this type of computer, there are two or more processors, and it supports 4 to 200
users at one time.
• Minicomputers are used in places like institutes or departments for different work
like billing, accounting, inventory management etc.
• It is smaller than a mainframe computer but larger in comparison to the
microcomputer.
CHARACTERISTICS OF
MINICOMPUTER:
• Its weight is low.
• Because of its low weight, it is easy to carry anywhere.
• less expensive than a mainframe computer.
• It is fast.
• 4. Workstation:
• Workstation is designed for technical or scientific applications. It consists of a fast
microprocessor, with a large amount of RAM and high speed graphic adapter. It is a
single-user computer. It generally used to perform a specific task with great
accuracy.
CHARACTERISTICS OF
WORKSTATION:
• It is expensive or high in cost.
• They are exclusively made for complex work purposes.
• It provides large storage capacity, with better graphics, and a more powerful CPU when
compared to a PC.
• It is also used to handle animation, data analysis, CAD, audio and video creation, and editing.
• 5. PC (Personal Computer):
• It is also known as a microcomputer. It is basically a general-purpose computer and designed
for individual use. It consists of a microprocessor as a central processing unit(CPU),
memory, input unit, and output unit. This kind of computer is suitable for personal work
such as making an assignment, watching a movie, or at office for office work, etc. For
example, Laptops and desktop computers.
CONT….
• Characteristics of PC (Personal Computer):
• In this limited number of software can be used.
• It is smallest in size.
• It is designed for personal use.
• It is easy to use.
• 6. Analogue Computer:
• It is particularly designed to process analogue data. Continuous data that changes
continuously and cannot have discrete values is called analogue data. So, an analogue
computer is used where we don’t need exact values or need approximate values such as
speed, temperature, pressure etc. It can directly accept the data from the measuring device
without first converting it into numbers and codes. It measures the continuous changes in
physical quantity. It gives output as a reading on a dial or scale. For example speedometer,
mercury thermometer, etc.
DIGITAL COMPUTER:
• Digital computers are designed in such a way that it can easily perform calculations
and logical operations at high speed.
• It takes raw data as an input and processes it with programs stored in its memory
to produce the final output.
• It only understands the binary input 0 and 1, so the raw input data is converted to 0
and 1 by the computer and then it is processed by the computer to produce the
result or final output.
• All modern computers, like laptops, desktops including smartphones are digital
computers.
HYBRID COMPUTER:
• As the name suggests hybrid, which means made by combining two different things.
• Similarly, the hybrid computer is a combination of both analog and digital
computers. Hybrid computers are fast like an analog computer and have memory,
and accuracy like a digital computer.
• So, it has the ability to process both continuous and discrete data. For working when
it accepts analog signals as input then it converts them into digital form before
processing the input data.
• So, it is widely used in specialized applications where both analog and digital data is
required to be processed.
• A processor which is used in petrol pumps that converts the measurements of fuel
flow into quantity and price is an example of a hybrid computer.
CLASSIFICATION ON THE BASIS OF SIZE
• Super computers : The super computers are the most high performing system. A
supercomputer is a computer with a high level of performance compared to a
general-purpose computer. All of the world’s fastest 500 supercomputers run Linux-
based operating systems.
• Mainframe computers : These are commonly called as big iron, they are usually used
by big organisations for bulk data processing such as statics, census data
processing, transaction processing and are widely used as the servers as these
systems has a higher processing capability as compared to the other classes of
computers, most of these mainframe architectures were established in 1960s, the
research and development worked continuously over the years and the mainframes
of today are far more better than the earlier ones, in size, capacity and efficiency.
CONT….
• Mini computers : These computers came into the market in mid 1960s and were
sold at a much cheaper price than the main frames, they were actually designed for
control, instrumentation, human interaction, and communication switching as
distinct from calculation and record keeping, later they became very popular for
personal uses with evolution.
• Micro computers : A microcomputer is a small, relatively inexpensive computer
with a microprocessor as its CPU. It includes a microprocessor, memory, and
minimal I/O circuitry mounted on a single printed circuit board.The previous to
these computers, mainframes and minicomputers, were comparatively much larger,
hard to maintain and more expensive. They actually formed the foundation for
present day microcomputers and smart gadgets that we use in day to day life.
Eg: Tablets, Smartwatches.
SYSTEM SOFTWARE & APPLICATION
SOFTWARE’S
• System Software is the type of software that is the interface between application
software and system. Low-level languages are used to write the system software.
System Software maintains the system resources and gives the path for application
software to run. An important thing is that without system software, the system can
not run. It is general-purpose software.
• Application Software is the type of software that runs as per user request. It runs
on the platform which is provided by system software. High-level languages are
used to write the application software. It’s a specific purpose software. The main
difference between System Software and Application Software is that without
system software, the system can not run on the other hand without application
software, the Low-level maintenance system always runs.
DECIMAL TO BINARY
• Decimal numbers can be converted to binary by repeated division of the number by
2 while recording the remainder.
CONT….
• The remainders are to be read from bottom to top to obtain the binary equivalent.
• 4310 = 1010112
• Decimal to Octal
• Decimal numbers can be converted to octal by repeated division of the number by 8
while recording the remainder.
CONT….
• Reading the remainders from bottom to top,
• 47310 = 7318
• Decimal to Hexadecimal
• Decimal numbers can be converted to octal by repeated division of the number by
16 while recording the remainder. Let’s take an example to see how this happens.
•
CONT….
• Reading the remainders from bottom to top we get,
• 42310 = 1A716
BINARY NUMBER SYSTEM
OCTAL NUMBER SYSTEM
HEXADECIMAL NUMBER SYSTEM
OPERATING SYSTEM AND ITS
FUNCTIONS
• An Operating System (OS) is an interface between a computer user and computer
hardware. An operating system is a software which performs all the basic tasks like file
management, memory management, process management, handling input and output, and
controlling peripheral devices such as disk drives and printers.
• An operating system is software that enables applications to interact with a computer's
hardware. The software that contains the core components of the operating system is called
the kernel.
• The primary purposes of an Operating System are to enable applications (spftwares) to
interact with a computer's hardware and to manage a system's hardware and software
resources.
• Some popular Operating Systems include Linux Operating System, Windows Operating
System, VMS, OS/400, AIX, z/OS, etc. Today, Operating systems is found almost in every
device like mobile phones, personal computers, mainframe computers, automobiles, TV,
Toys etc.
DEFINITIONS
• An operating system is a program that acts as an interface between the user and the
computer hardware and controls the execution of all kinds of programs.
• An Operting System is the low-level software that supports a computer's basic
functions, such as scheduling tasks and controlling peripherals.
• An operating system (OS) is system software that manages computer hardware,
software resources, and provides common services for computer programs.
FOLLOWING ARE SOME OF IMPORTANT
FUNCTIONS OF AN OPERATING SYSTEM
• Memory Management
• Processor Management
• Device Management
• File Management
• Network Management
• Security
• Control over system performance
• Job accounting
• Error detecting aids
• Coordination between other software and users
MEMORY MANAGEMENT
• An Operating System does the following activities for memory management −
• Keeps tracks of primary memory, i.e., what part of it are in use by whom, what part
are not in use.
• In multiprogramming, the OS decides which process will get memory when and
how much.
• Allocates the memory when a process requests it to do so.
• De-allocates the memory when a process no longer needs it or has been
terminated.
PROCESSOR MANAGEMENT
• An Operating System does the following activities for processor management −
• Keeps tracks of processor and status of process. The program responsible for this
task is known as traffic controller.
• Allocates the processor (CPU) to a process.
• De-allocates processor when a process is no longer required.
DEVICE MANAGEMENT
• It does the following activities for device management −
• Keeps tracks of all devices. Program responsible for this task is known as the I/O
controller.
• Decides which process gets the device when and for how much time.
• Allocates the device in the efficient way.
• De-allocates devices.
FILE MANAGEMENT
• An Operating System does the following activities for file management −
• Keeps track of information, location, uses, status etc. The collective facilities are
often known as file system.
• Decides who gets the resources.
• Allocates the resources.
• De-allocates the resources.
OTHER IMPORTANT ACTIVITIES
• Following are some of the important activities that an Operating System performs −
• Security − By means of password and similar other techniques, it prevents unauthorized
access to programs and data.
• Control over system performance − Recording delays between request for a service and
response from the system.
• Job accounting − Keeping track of time and resources used by various jobs and users.
• Error detecting aids − Production of dumps, traces, error messages, and other debugging
and error detecting aids.
• Coordination between other softwares and users − Coordination and assignment of
compilers, interpreters, assemblers and other software to the various users of the computer
systems.
SOME POPULAR OPERATING
SYSTEM(MS-DOS,WINDOWS,UNIX,LINUX
• DOS:
• DOS stands for Disk Operating System, which is an operating system that was
popular till 1995 in IBM PCs. It is a single-tasking OS i.e., it can perform one task at a
time. It is based on a command-line interface where one has to provide instructions
to the computer in the command form. It runs from hard disks, floppy disks, or any
other storage devices and thus provides an environment for the execution of
programs. It occupies less memory. To use more than 64kb of memory, memory
extenders were used, which older Windows used to use more memory. It was
originally released only to OEMs(Original Equipment Manufacturers) who added
support for their hardware. It was eventually released to the public.
WINDOWS:
• Windows is a product of Microsoft. It is an operating system with various versions,
Windows 10 being the latest version. It is a Graphics-Based user interface. Users give
commands through clicking or choosing icons and images with the help of a mouse,
keyboard, or touchscreen to the computer. Windows was originally a DOS extender
running on top of DOS. The Windows 9x family consisting of Windows 95, Windows
98, Windows 98SE, and Windows ME ran on top of MS-DOS and is capable of
running DOS programs directly. Windows NT was released separately and is
portable, and initially, it was written in C and C++ languages where processor
reliability code is separated into DAL and HLL and was designed to be more secure
than DOS and the Windows 9x family. The Windows NT family includes Windows NT
3.x,4.x, Windows 2000, Windows XP, Windows Vista, Windows 7, and so on. Windows
is more reliable than DOS and handles errors with ease due to various tools
available for debugging and error handling.
LINUX:
• Linux is a freely distributed multitasking and multi-user operating system that
behaves like UNIX.
• It was originally developed by a Finnish student, LINUS TORVALDS in 1991.
• It is the best known and most commonly used open-source operating system.
• It is a cross-platform operating system based on UNIX that can be installed on PCs
and laptops.
UNIX
• UNIX is a powerful Operating System initially developed by Ken Thompson, Dennis
Ritchie at AT&T Bell laboratories in 1970.
• It is prevalent among scientific, engineering, and academic institutions due to its
most appreciative features like multitasking, flexibility, and many more.
• In UNIX, the file system is a hierarchical structure of files and directories where users
can store and retrieve information using the files.
THE STRUCTURE OF UNIX OS LAYERS
ARE AS FOLLOWS:
BASIC COMMANDS FOR DOS &
LINUX.
THANK YOU 

More Related Content

What's hot

CPU Architecture - Basic
CPU Architecture - BasicCPU Architecture - Basic
CPU Architecture - BasicYong Heui Cho
 
Main memory of computer .ppt
Main memory of computer .pptMain memory of computer .ppt
Main memory of computer .pptBasraJaswinder
 
multi processors
multi processorsmulti processors
multi processorsAcad
 
Presentation on basics of computer
Presentation on basics of  computerPresentation on basics of  computer
Presentation on basics of computerprajwal chakrasali
 
Types of computer on the basis of size
Types of computer on the basis of sizeTypes of computer on the basis of size
Types of computer on the basis of sizeParazz Zoshee
 
This presentation is about Computer Systems and its Components
This presentation is about Computer Systems and its ComponentsThis presentation is about Computer Systems and its Components
This presentation is about Computer Systems and its Componentsabena
 
Chapter 1 Types and components of a computer system
Chapter 1   Types and components of a computer systemChapter 1   Types and components of a computer system
Chapter 1 Types and components of a computer systemRoelrocks
 
Types of Computer on the basis of work
Types of Computer on the basis of workTypes of Computer on the basis of work
Types of Computer on the basis of workJitendra Shrestha
 
Interrupts
InterruptsInterrupts
InterruptsAhsan Javed
 
0 introduction to computer architecture
0 introduction to computer architecture0 introduction to computer architecture
0 introduction to computer architectureaamc1100
 
Classification of Computer
Classification of ComputerClassification of Computer
Classification of ComputerAasim Mushtaq
 
Types of computer
Types of computerTypes of computer
Types of computerRajkumar Rajak
 
Basics of Computer
Basics of ComputerBasics of Computer
Basics of Computerwaqar ali
 
Introduction to computer
Introduction to computerIntroduction to computer
Introduction to computerlina hajjar
 

What's hot (20)

CPU Architecture - Basic
CPU Architecture - BasicCPU Architecture - Basic
CPU Architecture - Basic
 
Supercomputer
SupercomputerSupercomputer
Supercomputer
 
Main memory of computer .ppt
Main memory of computer .pptMain memory of computer .ppt
Main memory of computer .ppt
 
multi processors
multi processorsmulti processors
multi processors
 
Presentation on basics of computer
Presentation on basics of  computerPresentation on basics of  computer
Presentation on basics of computer
 
Types of Computer
Types of ComputerTypes of Computer
Types of Computer
 
Hybrid computer
Hybrid computerHybrid computer
Hybrid computer
 
Types of computer on the basis of size
Types of computer on the basis of sizeTypes of computer on the basis of size
Types of computer on the basis of size
 
This presentation is about Computer Systems and its Components
This presentation is about Computer Systems and its ComponentsThis presentation is about Computer Systems and its Components
This presentation is about Computer Systems and its Components
 
Chapter 1 Types and components of a computer system
Chapter 1   Types and components of a computer systemChapter 1   Types and components of a computer system
Chapter 1 Types and components of a computer system
 
Types of Computer on the basis of work
Types of Computer on the basis of workTypes of Computer on the basis of work
Types of Computer on the basis of work
 
Interrupts
InterruptsInterrupts
Interrupts
 
Windows 7
Windows 7Windows 7
Windows 7
 
Computer System Organization
Computer System OrganizationComputer System Organization
Computer System Organization
 
0 introduction to computer architecture
0 introduction to computer architecture0 introduction to computer architecture
0 introduction to computer architecture
 
Classification of Computer
Classification of ComputerClassification of Computer
Classification of Computer
 
Types of computer
Types of computerTypes of computer
Types of computer
 
Basics of Computer
Basics of ComputerBasics of Computer
Basics of Computer
 
Organization of a computer
Organization of a computerOrganization of a computer
Organization of a computer
 
Introduction to computer
Introduction to computerIntroduction to computer
Introduction to computer
 

Similar to Fundamentals of Computer Part 2

Lecture1.pdf
Lecture1.pdfLecture1.pdf
Lecture1.pdfJoyPalit
 
COMPUTER CHAPTER 1 NOTES (1).pptx
COMPUTER CHAPTER 1 NOTES (1).pptxCOMPUTER CHAPTER 1 NOTES (1).pptx
COMPUTER CHAPTER 1 NOTES (1).pptx21BEE088SANKALP
 
Introduction to Computers Lecture # 3
Introduction to Computers Lecture # 3Introduction to Computers Lecture # 3
Introduction to Computers Lecture # 3Sehrish Rafiq
 
COMPUTER_REPORTING.pptx
COMPUTER_REPORTING.pptxCOMPUTER_REPORTING.pptx
COMPUTER_REPORTING.pptxAdmiralXsaye
 
History of computer
History of computerHistory of computer
History of computerNitu bindal
 
type of computer.pdf
type of computer.pdftype of computer.pdf
type of computer.pdfSachinKoundal3
 
type of computer.pdf
type of computer.pdftype of computer.pdf
type of computer.pdfSachinKoundal3
 
classification of digital computer
classification of digital computerclassification of digital computer
classification of digital computerThamizhselviKrishnam
 
Type of computer
Type of computerType of computer
Type of computerSerwer Alam
 
Fundamentals of computer and information system(unit 1)
Fundamentals of computer and information system(unit 1)Fundamentals of computer and information system(unit 1)
Fundamentals of computer and information system(unit 1)SURBHI SAROHA
 
Kinds of computer g9
Kinds of computer g9Kinds of computer g9
Kinds of computer g9Frya Lora
 
Classification of computers (- Minicomputers) (Microcomputers)
Classification of computers (- Minicomputers) (Microcomputers)Classification of computers (- Minicomputers) (Microcomputers)
Classification of computers (- Minicomputers) (Microcomputers)Maryam Fida
 
The classification of computer
The classification of computerThe classification of computer
The classification of computermarkgernale24
 
Book on nptel microcontroller
Book on nptel microcontrollerBook on nptel microcontroller
Book on nptel microcontrollerSouvik Dutta
 
Cmp104 lec 4 types of computer
Cmp104 lec 4 types of computerCmp104 lec 4 types of computer
Cmp104 lec 4 types of computerkapil078
 
Classification of Computers
Classification of ComputersClassification of Computers
Classification of ComputersHina Anjum
 

Similar to Fundamentals of Computer Part 2 (20)

TYPES OF COMPUTERS
TYPES OF COMPUTERSTYPES OF COMPUTERS
TYPES OF COMPUTERS
 
Lecture1.pdf
Lecture1.pdfLecture1.pdf
Lecture1.pdf
 
COMPUTER CHAPTER 1 NOTES (1).pptx
COMPUTER CHAPTER 1 NOTES (1).pptxCOMPUTER CHAPTER 1 NOTES (1).pptx
COMPUTER CHAPTER 1 NOTES (1).pptx
 
Introduction to Computers Lecture # 3
Introduction to Computers Lecture # 3Introduction to Computers Lecture # 3
Introduction to Computers Lecture # 3
 
COMPUTER_REPORTING.pptx
COMPUTER_REPORTING.pptxCOMPUTER_REPORTING.pptx
COMPUTER_REPORTING.pptx
 
History of computer
History of computerHistory of computer
History of computer
 
type of computer.pdf
type of computer.pdftype of computer.pdf
type of computer.pdf
 
type of computer.pdf
type of computer.pdftype of computer.pdf
type of computer.pdf
 
classification of digital computer
classification of digital computerclassification of digital computer
classification of digital computer
 
Type of computer
Type of computerType of computer
Type of computer
 
Types of computer
Types of computerTypes of computer
Types of computer
 
Fundamentals of computer and information system(unit 1)
Fundamentals of computer and information system(unit 1)Fundamentals of computer and information system(unit 1)
Fundamentals of computer and information system(unit 1)
 
Kinds of computer g9
Kinds of computer g9Kinds of computer g9
Kinds of computer g9
 
Introduction and Brief History of Computers
Introduction and Brief History of ComputersIntroduction and Brief History of Computers
Introduction and Brief History of Computers
 
Classification of computers (- Minicomputers) (Microcomputers)
Classification of computers (- Minicomputers) (Microcomputers)Classification of computers (- Minicomputers) (Microcomputers)
Classification of computers (- Minicomputers) (Microcomputers)
 
The classification of computer
The classification of computerThe classification of computer
The classification of computer
 
Book on nptel microcontroller
Book on nptel microcontrollerBook on nptel microcontroller
Book on nptel microcontroller
 
Cmp104 lec 4 types of computer
Cmp104 lec 4 types of computerCmp104 lec 4 types of computer
Cmp104 lec 4 types of computer
 
Know your computer
Know your computerKnow your computer
Know your computer
 
Classification of Computers
Classification of ComputersClassification of Computers
Classification of Computers
 

More from SURBHI SAROHA

Cloud Computing (Infrastructure as a Service)UNIT 2
Cloud Computing (Infrastructure as a Service)UNIT 2Cloud Computing (Infrastructure as a Service)UNIT 2
Cloud Computing (Infrastructure as a Service)UNIT 2SURBHI SAROHA
 
Management Information System(Unit 2).pptx
Management Information System(Unit 2).pptxManagement Information System(Unit 2).pptx
Management Information System(Unit 2).pptxSURBHI SAROHA
 
Searching in Data Structure(Linear search and Binary search)
Searching in Data Structure(Linear search and Binary search)Searching in Data Structure(Linear search and Binary search)
Searching in Data Structure(Linear search and Binary search)SURBHI SAROHA
 
Management Information System(UNIT 1).pptx
Management Information System(UNIT 1).pptxManagement Information System(UNIT 1).pptx
Management Information System(UNIT 1).pptxSURBHI SAROHA
 
Introduction to Cloud Computing(UNIT 1).pptx
Introduction to Cloud Computing(UNIT 1).pptxIntroduction to Cloud Computing(UNIT 1).pptx
Introduction to Cloud Computing(UNIT 1).pptxSURBHI SAROHA
 
OOPs & C++(UNIT 5)
OOPs & C++(UNIT 5)OOPs & C++(UNIT 5)
OOPs & C++(UNIT 5)SURBHI SAROHA
 
OOPS & C++(UNIT 4)
OOPS & C++(UNIT 4)OOPS & C++(UNIT 4)
OOPS & C++(UNIT 4)SURBHI SAROHA
 
Keys in dbms(UNIT 2)
Keys in dbms(UNIT 2)Keys in dbms(UNIT 2)
Keys in dbms(UNIT 2)SURBHI SAROHA
 
Database Management System(UNIT 1)
Database Management System(UNIT 1)Database Management System(UNIT 1)
Database Management System(UNIT 1)SURBHI SAROHA
 
Object-Oriented Programming with Java UNIT 1
Object-Oriented Programming with Java UNIT 1Object-Oriented Programming with Java UNIT 1
Object-Oriented Programming with Java UNIT 1SURBHI SAROHA
 
Database Management System(UNIT 1)
Database Management System(UNIT 1)Database Management System(UNIT 1)
Database Management System(UNIT 1)SURBHI SAROHA
 
OOPs & C++ UNIT 3
OOPs & C++ UNIT 3OOPs & C++ UNIT 3
OOPs & C++ UNIT 3SURBHI SAROHA
 

More from SURBHI SAROHA (20)

Cloud Computing (Infrastructure as a Service)UNIT 2
Cloud Computing (Infrastructure as a Service)UNIT 2Cloud Computing (Infrastructure as a Service)UNIT 2
Cloud Computing (Infrastructure as a Service)UNIT 2
 
Management Information System(Unit 2).pptx
Management Information System(Unit 2).pptxManagement Information System(Unit 2).pptx
Management Information System(Unit 2).pptx
 
Searching in Data Structure(Linear search and Binary search)
Searching in Data Structure(Linear search and Binary search)Searching in Data Structure(Linear search and Binary search)
Searching in Data Structure(Linear search and Binary search)
 
Management Information System(UNIT 1).pptx
Management Information System(UNIT 1).pptxManagement Information System(UNIT 1).pptx
Management Information System(UNIT 1).pptx
 
Introduction to Cloud Computing(UNIT 1).pptx
Introduction to Cloud Computing(UNIT 1).pptxIntroduction to Cloud Computing(UNIT 1).pptx
Introduction to Cloud Computing(UNIT 1).pptx
 
JAVA (UNIT 5)
JAVA (UNIT 5)JAVA (UNIT 5)
JAVA (UNIT 5)
 
DBMS (UNIT 5)
DBMS (UNIT 5)DBMS (UNIT 5)
DBMS (UNIT 5)
 
DBMS UNIT 4
DBMS UNIT 4DBMS UNIT 4
DBMS UNIT 4
 
JAVA(UNIT 4)
JAVA(UNIT 4)JAVA(UNIT 4)
JAVA(UNIT 4)
 
OOPs & C++(UNIT 5)
OOPs & C++(UNIT 5)OOPs & C++(UNIT 5)
OOPs & C++(UNIT 5)
 
OOPS & C++(UNIT 4)
OOPS & C++(UNIT 4)OOPS & C++(UNIT 4)
OOPS & C++(UNIT 4)
 
DBMS UNIT 3
DBMS UNIT 3DBMS UNIT 3
DBMS UNIT 3
 
JAVA (UNIT 3)
JAVA (UNIT 3)JAVA (UNIT 3)
JAVA (UNIT 3)
 
Keys in dbms(UNIT 2)
Keys in dbms(UNIT 2)Keys in dbms(UNIT 2)
Keys in dbms(UNIT 2)
 
DBMS (UNIT 2)
DBMS (UNIT 2)DBMS (UNIT 2)
DBMS (UNIT 2)
 
JAVA UNIT 2
JAVA UNIT 2JAVA UNIT 2
JAVA UNIT 2
 
Database Management System(UNIT 1)
Database Management System(UNIT 1)Database Management System(UNIT 1)
Database Management System(UNIT 1)
 
Object-Oriented Programming with Java UNIT 1
Object-Oriented Programming with Java UNIT 1Object-Oriented Programming with Java UNIT 1
Object-Oriented Programming with Java UNIT 1
 
Database Management System(UNIT 1)
Database Management System(UNIT 1)Database Management System(UNIT 1)
Database Management System(UNIT 1)
 
OOPs & C++ UNIT 3
OOPs & C++ UNIT 3OOPs & C++ UNIT 3
OOPs & C++ UNIT 3
 

Recently uploaded

CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxJiesonDelaCerna
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
18-04-UA_REPORT_MEDIALITERAĐĄY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAĐĄY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAĐĄY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAĐĄY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 

Recently uploaded (20)

CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptx
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
18-04-UA_REPORT_MEDIALITERAĐĄY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAĐĄY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAĐĄY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAĐĄY_INDEX-DM_23-1-final-eng.pdf
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 

Fundamentals of Computer Part 2

  • 1. FUNDAMENTALS OF COMPUTER PART 2 BY:SURBHI SAROHA
  • 2. SYLLABUS • Types of computers(Analog, digital & Hybrid) • Computer Classification • System Software & Application Software’s • Number systems conversions(Binary,decimal,Octal,Hexadecimal) • Operating System and its functions(Process Management,Memory Management,File management etc.) • Some popular operating system(MS-DOS,Windows,Unix,Linux). • Basic commands for DOS & Linux.
  • 3. TYPES OF COMPUTERS(ANALOG, DIGITAL & HYBRID) • A computer is a device that transforms data into meaningful information. It processes the input according to the set of instructions provided to it by the user and gives the desired output. Computers are of various types and they can be categorized in two ways on the basis of size and on the basis of data handling capabilities. • So, on the basis of size, there are five types of computers: • Supercomputer • Mainframe computer • Minicomputer • Workstation • PC (Personal Computer)
  • 4. CONT…. • And on the basis of data handling capabilities, there are three types of computer: • Analogue Computer • Digital Computer • Hybrid Computer
  • 5. SUPERCOMPUTER: • When we talk about speed, then the first name that comes to mind when thinking of computers is supercomputers. • They are the biggest and fastest computers(in terms of speed of processing data). • Supercomputers are designed such that they can process a huge amount of data, like processing trillions of instructions or data just in a second. • This is because of the thousands of interconnected processors in supercomputers.
  • 6. CHARACTERISTICS OF SUPERCOMPUTERS: • Supercomputers are the computers which are the fastest and they are also very expensive. • It can calculate up to ten trillion individual calculations per second, this is also the reason which makes it even more faster. • It is used in the stock market or big organizations for managing the online currency world such as bitcoin etc. • It is used in scientific research areas for analyzing data obtained from exploring the solar system, satellites, etc.
  • 7. MAINFRAME COMPUTER: • Mainframe computers are designed in such a way that it can support hundreds or thousands of users at the same time. • It also supports multiple programs simultaneously. • So, they can execute different processes simultaneously. • All these features make the mainframe computer ideal for big organizations like banking, telecom sectors, etc., which process a high volume of data in general.
  • 8. CHARACTERISTICS OF MAINFRAME COMPUTERS: • It is also an expensive or costly computer. • It has high storage capacity and great performance. • It can process a huge amount of data (like data involved in the banking sector) very quickly. • It runs smoothly for a long time and has a long life.
  • 9. MINICOMPUTER: • Minicomputer is a medium size multiprocessing computer. • In this type of computer, there are two or more processors, and it supports 4 to 200 users at one time. • Minicomputers are used in places like institutes or departments for different work like billing, accounting, inventory management etc. • It is smaller than a mainframe computer but larger in comparison to the microcomputer.
  • 10. CHARACTERISTICS OF MINICOMPUTER: • Its weight is low. • Because of its low weight, it is easy to carry anywhere. • less expensive than a mainframe computer. • It is fast. • 4. Workstation: • Workstation is designed for technical or scientific applications. It consists of a fast microprocessor, with a large amount of RAM and high speed graphic adapter. It is a single-user computer. It generally used to perform a specific task with great accuracy.
  • 11. CHARACTERISTICS OF WORKSTATION: • It is expensive or high in cost. • They are exclusively made for complex work purposes. • It provides large storage capacity, with better graphics, and a more powerful CPU when compared to a PC. • It is also used to handle animation, data analysis, CAD, audio and video creation, and editing. • 5. PC (Personal Computer): • It is also known as a microcomputer. It is basically a general-purpose computer and designed for individual use. It consists of a microprocessor as a central processing unit(CPU), memory, input unit, and output unit. This kind of computer is suitable for personal work such as making an assignment, watching a movie, or at office for office work, etc. For example, Laptops and desktop computers.
  • 12. CONT…. • Characteristics of PC (Personal Computer): • In this limited number of software can be used. • It is smallest in size. • It is designed for personal use. • It is easy to use. • 6. Analogue Computer: • It is particularly designed to process analogue data. Continuous data that changes continuously and cannot have discrete values is called analogue data. So, an analogue computer is used where we don’t need exact values or need approximate values such as speed, temperature, pressure etc. It can directly accept the data from the measuring device without first converting it into numbers and codes. It measures the continuous changes in physical quantity. It gives output as a reading on a dial or scale. For example speedometer, mercury thermometer, etc.
  • 13. DIGITAL COMPUTER: • Digital computers are designed in such a way that it can easily perform calculations and logical operations at high speed. • It takes raw data as an input and processes it with programs stored in its memory to produce the final output. • It only understands the binary input 0 and 1, so the raw input data is converted to 0 and 1 by the computer and then it is processed by the computer to produce the result or final output. • All modern computers, like laptops, desktops including smartphones are digital computers.
  • 14. HYBRID COMPUTER: • As the name suggests hybrid, which means made by combining two different things. • Similarly, the hybrid computer is a combination of both analog and digital computers. Hybrid computers are fast like an analog computer and have memory, and accuracy like a digital computer. • So, it has the ability to process both continuous and discrete data. For working when it accepts analog signals as input then it converts them into digital form before processing the input data. • So, it is widely used in specialized applications where both analog and digital data is required to be processed. • A processor which is used in petrol pumps that converts the measurements of fuel flow into quantity and price is an example of a hybrid computer.
  • 15. CLASSIFICATION ON THE BASIS OF SIZE • Super computers : The super computers are the most high performing system. A supercomputer is a computer with a high level of performance compared to a general-purpose computer. All of the world’s fastest 500 supercomputers run Linux- based operating systems. • Mainframe computers : These are commonly called as big iron, they are usually used by big organisations for bulk data processing such as statics, census data processing, transaction processing and are widely used as the servers as these systems has a higher processing capability as compared to the other classes of computers, most of these mainframe architectures were established in 1960s, the research and development worked continuously over the years and the mainframes of today are far more better than the earlier ones, in size, capacity and efficiency.
  • 16. CONT…. • Mini computers : These computers came into the market in mid 1960s and were sold at a much cheaper price than the main frames, they were actually designed for control, instrumentation, human interaction, and communication switching as distinct from calculation and record keeping, later they became very popular for personal uses with evolution. • Micro computers : A microcomputer is a small, relatively inexpensive computer with a microprocessor as its CPU. It includes a microprocessor, memory, and minimal I/O circuitry mounted on a single printed circuit board.The previous to these computers, mainframes and minicomputers, were comparatively much larger, hard to maintain and more expensive. They actually formed the foundation for present day microcomputers and smart gadgets that we use in day to day life. Eg: Tablets, Smartwatches.
  • 17. SYSTEM SOFTWARE & APPLICATION SOFTWARE’S • System Software is the type of software that is the interface between application software and system. Low-level languages are used to write the system software. System Software maintains the system resources and gives the path for application software to run. An important thing is that without system software, the system can not run. It is general-purpose software. • Application Software is the type of software that runs as per user request. It runs on the platform which is provided by system software. High-level languages are used to write the application software. It’s a specific purpose software. The main difference between System Software and Application Software is that without system software, the system can not run on the other hand without application software, the Low-level maintenance system always runs.
  • 18. DECIMAL TO BINARY • Decimal numbers can be converted to binary by repeated division of the number by 2 while recording the remainder.
  • 19. CONT…. • The remainders are to be read from bottom to top to obtain the binary equivalent. • 4310 = 1010112 • Decimal to Octal • Decimal numbers can be converted to octal by repeated division of the number by 8 while recording the remainder.
  • 20. CONT…. • Reading the remainders from bottom to top, • 47310 = 7318 • Decimal to Hexadecimal • Decimal numbers can be converted to octal by repeated division of the number by 16 while recording the remainder. Let’s take an example to see how this happens. •
  • 21. CONT…. • Reading the remainders from bottom to top we get, • 42310 = 1A716
  • 25. OPERATING SYSTEM AND ITS FUNCTIONS • An Operating System (OS) is an interface between a computer user and computer hardware. An operating system is a software which performs all the basic tasks like file management, memory management, process management, handling input and output, and controlling peripheral devices such as disk drives and printers. • An operating system is software that enables applications to interact with a computer's hardware. The software that contains the core components of the operating system is called the kernel. • The primary purposes of an Operating System are to enable applications (spftwares) to interact with a computer's hardware and to manage a system's hardware and software resources. • Some popular Operating Systems include Linux Operating System, Windows Operating System, VMS, OS/400, AIX, z/OS, etc. Today, Operating systems is found almost in every device like mobile phones, personal computers, mainframe computers, automobiles, TV, Toys etc.
  • 26. DEFINITIONS • An operating system is a program that acts as an interface between the user and the computer hardware and controls the execution of all kinds of programs. • An Operting System is the low-level software that supports a computer's basic functions, such as scheduling tasks and controlling peripherals. • An operating system (OS) is system software that manages computer hardware, software resources, and provides common services for computer programs.
  • 27. FOLLOWING ARE SOME OF IMPORTANT FUNCTIONS OF AN OPERATING SYSTEM • Memory Management • Processor Management • Device Management • File Management • Network Management • Security • Control over system performance • Job accounting • Error detecting aids • Coordination between other software and users
  • 28. MEMORY MANAGEMENT • An Operating System does the following activities for memory management − • Keeps tracks of primary memory, i.e., what part of it are in use by whom, what part are not in use. • In multiprogramming, the OS decides which process will get memory when and how much. • Allocates the memory when a process requests it to do so. • De-allocates the memory when a process no longer needs it or has been terminated.
  • 29. PROCESSOR MANAGEMENT • An Operating System does the following activities for processor management − • Keeps tracks of processor and status of process. The program responsible for this task is known as traffic controller. • Allocates the processor (CPU) to a process. • De-allocates processor when a process is no longer required.
  • 30. DEVICE MANAGEMENT • It does the following activities for device management − • Keeps tracks of all devices. Program responsible for this task is known as the I/O controller. • Decides which process gets the device when and for how much time. • Allocates the device in the efficient way. • De-allocates devices.
  • 31. FILE MANAGEMENT • An Operating System does the following activities for file management − • Keeps track of information, location, uses, status etc. The collective facilities are often known as file system. • Decides who gets the resources. • Allocates the resources. • De-allocates the resources.
  • 32. OTHER IMPORTANT ACTIVITIES • Following are some of the important activities that an Operating System performs − • Security − By means of password and similar other techniques, it prevents unauthorized access to programs and data. • Control over system performance − Recording delays between request for a service and response from the system. • Job accounting − Keeping track of time and resources used by various jobs and users. • Error detecting aids − Production of dumps, traces, error messages, and other debugging and error detecting aids. • Coordination between other softwares and users − Coordination and assignment of compilers, interpreters, assemblers and other software to the various users of the computer systems.
  • 33. SOME POPULAR OPERATING SYSTEM(MS-DOS,WINDOWS,UNIX,LINUX • DOS: • DOS stands for Disk Operating System, which is an operating system that was popular till 1995 in IBM PCs. It is a single-tasking OS i.e., it can perform one task at a time. It is based on a command-line interface where one has to provide instructions to the computer in the command form. It runs from hard disks, floppy disks, or any other storage devices and thus provides an environment for the execution of programs. It occupies less memory. To use more than 64kb of memory, memory extenders were used, which older Windows used to use more memory. It was originally released only to OEMs(Original Equipment Manufacturers) who added support for their hardware. It was eventually released to the public.
  • 34. WINDOWS: • Windows is a product of Microsoft. It is an operating system with various versions, Windows 10 being the latest version. It is a Graphics-Based user interface. Users give commands through clicking or choosing icons and images with the help of a mouse, keyboard, or touchscreen to the computer. Windows was originally a DOS extender running on top of DOS. The Windows 9x family consisting of Windows 95, Windows 98, Windows 98SE, and Windows ME ran on top of MS-DOS and is capable of running DOS programs directly. Windows NT was released separately and is portable, and initially, it was written in C and C++ languages where processor reliability code is separated into DAL and HLL and was designed to be more secure than DOS and the Windows 9x family. The Windows NT family includes Windows NT 3.x,4.x, Windows 2000, Windows XP, Windows Vista, Windows 7, and so on. Windows is more reliable than DOS and handles errors with ease due to various tools available for debugging and error handling.
  • 35. LINUX: • Linux is a freely distributed multitasking and multi-user operating system that behaves like UNIX. • It was originally developed by a Finnish student, LINUS TORVALDS in 1991. • It is the best known and most commonly used open-source operating system. • It is a cross-platform operating system based on UNIX that can be installed on PCs and laptops.
  • 36. UNIX • UNIX is a powerful Operating System initially developed by Ken Thompson, Dennis Ritchie at AT&T Bell laboratories in 1970. • It is prevalent among scientific, engineering, and academic institutions due to its most appreciative features like multitasking, flexibility, and many more. • In UNIX, the file system is a hierarchical structure of files and directories where users can store and retrieve information using the files.
  • 37. THE STRUCTURE OF UNIX OS LAYERS ARE AS FOLLOWS:
  • 38. BASIC COMMANDS FOR DOS & LINUX.