0% found this document useful (0 votes)
43 views30 pages

System Soft

Uploaded by

Killian Ishida
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views30 pages

System Soft

Uploaded by

Killian Ishida
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 30

SYSTEM

SOFTWARE
GROUP 3
SYSTEM SOFTWARE

System software is software designed to provide a platform for other


software. Examples of system software include operating systems like
macOS, Linux, Android and Microsoft Windows, computational science
software, game engines, search engines, industrial automation, and
software as a service applications.
TYPES OF
SYSTEM
SOFTWARE
1.) OPERATING SYSTEM

• It is a software that supports a computer's basic functions, such as


scheduling tasks, executing applications, and controlling peripherals.
• The first operating system used for real work was GM-NAA I/O,
produced in 1956 by General Motors' Research division for its IBM
704. Most other early operating systems for IBM mainframes were
also produced by customers.
• There are a many types of operating systems examples are Microsoft
Windows, MacOS, and Linux (Generalized.
TYPES OF
OPERATING
SYSTEM
A.) Microsoft Windows - Windows is a
group of several proprietary graphical
operating system families developed and
marketed by Microsoft. Each family caters
to a certain sector of the computing
industry. For example, Windows NT for
consumers, Windows Server for servers,
and Windows IoT for embedded systems.
Windows was developed by Bill Gates.
WINDOWS 1
Windows 1.0 is the first major release of
Microsoft Windows, a family of graphical
operating systems for personal computers
developed by Microsoft. It was first
released to manufacturing in the United
States on November 20, 1985, while the
European version was released as
Windows 1.02 in May 1986.
WINDOWS 7
Windows 7 is a major release of the
Windows NT operating system developed
by Microsoft. It was released to
manufacturing on July 22, 2009, and
became generally available on October
22, 2009. It is the successor to Windows
Vista, released nearly three years earlier.
WINDOWS
10
Windows 10 is a major release of
Microsoft's Windows NT operating
system. It is the direct successor to
Windows 8.1, which was released nearly
two years earlier. It was released to
manufacturing on July 15, 2015, and later
to retail on July 29, 2015.
WINDOWS 11
Windows 11 is the latest major release of
Microsoft's Windows NT operating
system, released in October 2021. It is a
free upgrade to its predecessor, Windows
10, available for any Windows 10 devices
that meet the new Windows 11 system
requirements.
MAJOR VERSIONS OF MS WINDOWS

• Windows 1 (1985-2001) • Windows XP (2001-2014)


• Windows 2 (1987-2001) • Windows Vista (2007-2017)
• Windows 3 (1990-2001) • Windows 7 (2009-2020)
• Window NT (1993-2004) • Windows 8 (2012-2023)
• Windows 95 (1995-2001) • Windows 10 (2015-2025)
• Windows 98 (1998-2006) • Windows 11 (2021-2024)
• Windows 2000 (2000-2010)
• Windows Me (2000-2006)
B.) Mac OS- is a Unix operating system
developed and marketed by Apple Inc.
since 2001. It is the primary operating
system for Apple's Mac computers. Within
the market of desktop and laptop
computers it is the second most widely
used desktop OS, after Microsoft
Windows and ahead of ChromeOS.
MACINTOSH
“SYSTEM 1” The Macintosh "System 1" is the first
version of Apple Macintosh operating
system and the beginning of the classic
Mac OS series. It was developed for the
Motorola 68000 microprocessor. System
1 was released on January 24, 1984,
along with the Macintosh 128K, the first in
the Macintosh family of personal
computers.
MACOS 10.15
CATALINA
macOS Catalina is the sixteenth major
release of macOS, Apple Inc.'s desktop
operating system for Macintosh
computers. It is the successor to macOS
Mojave and was announced at WWDC
2019 on June 3, 2019 and released to the
public on October 7, 2019.
MAJOR VERSIONS OF MAC OS

• Rhapsody (1997-1998) • Mac OS 10 (2016-2022)


• Mac OS X Server (1999-2000) • Mac OS 11 (2020-2022)
• Mac OS X Public Beta (2000- • Mac OS 12 (2021-2022)
XXXX) • Mac OS 13 (2022-2022)
• Mac OS X 10 (2001-2012)
• OS X 10 (2012-2018)
C.) Linux - Just like Windows, iOS, and
Mac OS, Linux is an operating system. In
fact, one of the most popular platforms
on the planet, Android, is powered by
the Linux operating system. An operating
system is software that manages all of
the hardware resources associated with
your desktop or laptop. To put it simply,
the operating system manages the
communication between your software
and your hardware. Without the
operating system (OS), the software
wouldn’t function.
LINUX OS
Linux is a family of open-source Unix-like
operating systems based on the Linux
kernel, an operating system kernel first
released on September 17, 1991, by
Linus Torvalds.
UBUNTU
Ubuntu is a Linux distribution based on
Debian and composed mostly of free and
open-source software. Ubuntu is officially
released in three editions: Desktop,
Server, and Core for Internet of things
devices and robots. All the editions can
run on the computer alone, or in a virtual
machine.
Android
Android - Android is a mobile operating
system based on a modified version of
the Linux kernel and other open-source
software, designed primarily for
touchscreen mobile devices such as
smartphones and tablets.
LIST OF LINUX DISTRIBUTION

• AlmaLinux • Alt Linux


• Asianux • Android
• ClearOS • ETC…
• Fermi Linux LTS
• Miracle Linux
• Ubuntu
2.) UTILITY SOFTWARE

Utility software is software designed to help analyze, configure, optimize


or maintain a computer. It is used to support the computer infrastructure
- in contrast to application software, which is aimed at directly
performing tasks that benefit ordinary users.
TYPES OF UTILITY
SOFTWARE
A.) Antivirus software, also known as anti-
malware, is a computer program used to
prevent, detect, and remove malware.
Antivirus software was originally
developed to detect and remove
computer viruses, hence the name.
B.) System monitoring software is an
umbrella category of software that
enables organizations to manage,
operate, and monitor IT systems in a
centralized manner.
C.) File management software systems,
sometimes called file tracking software or
file managers are how a business stores
and organizes electronic documents or
captured data from paper-based
documents.
3.) DATABASE SOFTWARE

Database software is a software program or utility used for creating,


editing and maintaining database files and records. This type of
software allows users to store data in the form of structured fields,
tables and columns, which can then be retrieved directly and/or through
programmatic access.
FORMS OF
DATABASE
A.) A flat file database is a type of
database that stores data in a single
table. This is unlike a relational database,
which makes use of multiple tables and
relations. Flat file databases are generally
in plain-text form, where each line holds
only one record.
B.) A relational database is one that
contains multiple tables of data that relate
to each other through special key fields.
Relational databases are far more flexible
(though harder to design and maintain)
than what are known as flat file
databases, which contain a single table of
data.
THAT IS ALL
THANK YOU!!!
GROUP 3

You might also like