operating system by cool buddy nakul1

14

Upload: cool-buddy-nakul

Post on 08-Jul-2015

210 views

Category:

Technology


3 download

TRANSCRIPT

Page 2: Operating System By Cool Buddy Nakul1

An operating system (OS) is a set of system software programs in a computer that regulate the ways application software programs use the computer hardware and the ways that users control the computer. For hardware functions such as

input/output and memory space allocation, operating system programs act as an intermediary between application programs and the computer hardware,althoughapplication programs are usually executed directly by the hardware. Operating Systems is also a field of study within Applied Computer Science. Operating

systems are found on almost any device that contains a computer with multiple programs—from cellular phones and video game consoles to supercomputers

and web servers. Operating systems are two-sided platforms, bringing consumers (the first side) and program developers (the second side) together in a single market. Some popular modern operating systems for personal computers include

Microsoft Windows, Mac OS X, and Linux

Page 3: Operating System By Cool Buddy Nakul1
Page 4: Operating System By Cool Buddy Nakul1

Process management is an integral part of any modern day operating system (OS). The OS must allocate resources to processes, enable processes to share and exchange information, protect the resources of each process from other processes and enable synchronisation among processes. To meet these requirements, the OS must maintain a data structure for each process, which describes the state and resource ownership of that process, and which enables the OS to exert control over each process

Page 5: Operating System By Cool Buddy Nakul1

Memory management is the act of managing computer memory. In its simpler forms, this involves providing ways to allocate portions of memory to programs at their request, and freeing it for reuse when no longer needed. The management of main memory is critical to the computer system

Page 6: Operating System By Cool Buddy Nakul1

• In computing, an interrupt is an asynchronous signal indicating the need for attention or a synchronous event in software indicating the need for a change in execution.

• A hardware interrupt causes the processor to save its state of execution and begin execution of an interrupt handler.

• Software interrupts are usually implemented as instructions in the instruction set, which cause a context switch to an interrupt handler similar to a hardware interrupt.

• Interrupts are a commonly used technique for computer multitasking, especially in real-time computing. Such a system is said to be interrupt-driven.

Page 7: Operating System By Cool Buddy Nakul1

A graphical user interface (GUI) is a type of user interface item that allows people to interact with programs in more ways than typing such as computers; hand-held devices such as MP3 players, portable media players or gaming devices; household appliances and office equipment with images rather than text commands. A GUI offers graphical icons, and visual indicators, as opposed to text-based interfaces, typed command labels or text navigation to fully represent the information and actions available to a user. The actions are usually performed through direct manipulation of the graphical elements.

Page 8: Operating System By Cool Buddy Nakul1

Operating Systems

Windows98

Linux

Windows7

Windows Vista

Windows Xp

Page 9: Operating System By Cool Buddy Nakul1

ws 98 • Windows 98 is a graphical operating system by Microsoft.

It is the second major release in the Windows 9x line of operating systems. It was released to manufacturing on May 15, 1998 and to retail on June 25, 1998. Windows 98 is the successor to Windows 95. Like its predecessor, it is a hybrid 16-bit/32-bit monolithic product with an MS-DOS based boot loader. Windows 98 was succeeded by Windows Me on September 14, 2000. Microsoft support for Windows 98 ended on July 11, 2006.

Page 10: Operating System By Cool Buddy Nakul1

ws XP • Windows XP is an operating system produced by Microsoft for use on

personal computers, including home and business desktops, laptops, and media centers. It was first released in August 2001, and is currently one of the most popular versions of Windows. The name "XP" is short for "eXPerience."

• Windows XP is the successor to both Windows 2000 and Windows Me, and is the first consumer-oriented operating system produced by Microsoft to be built on the Windows NT kernel and architecture. Windows XP was released for retail sale on October 25, 2001, and over 400 million copies were in use in January 2006, according to an estimate in that month by an IDC analyst.

Page 11: Operating System By Cool Buddy Nakul1

VistaWindows Vista is an operating system expressed in several variations developed by Microsoft for use on personal computers, including home and business desktops, laptops, tablet PCs, and media center PCs. Prior to its announcement on July 22, 2005, Windows Vista was known by its codename "Longhorn." Development was completed on November 8, 2006; over the following three months it was released in stages to computer hardware and software manufacturers, business customers, and retail channels. On January 30, 2007, it was released worldwide, and was made available for purchase and download from Microsoft's website. The release of Windows Vista came more than five years after the introduction of its predecessor, Windows XP, the longest time span between successive releases of Microsoft Windows desktop operating systems. It was succeeded by Windows 7 which was released to manufacturing on July 22, 2009, and for the general public on October 22, 2009.

Page 12: Operating System By Cool Buddy Nakul1

ows 7Windows 7 is a version of Microsoft Windows, a series of operating systems produced by Microsoft for use on personal computers, including home and business desktops, laptops, netbooks, tablet PCs, and media center PCs. Windows 7 was released to manufacturing on July 22, 2009, and reached general retail availability on October 22, 2009, less than three years after the release of its predecessor, Windows Vista. Windows 7's server counterpart, Windows Server 2008 R2, was released at the same time. Windows 7 will be succeeded by Windows 8, which has no release date as of yet.Unlike its predecessor, Windows Vista, which introduced a large number of new features, Windows 7 was intended to be a more focused, incremental upgrade to the Windows line, with the goal of being compatible with applications and hardware with which Windows Vista is already compatible. Presentations given by Microsoft in 2008 focused on multi-touch support, a redesigned Windows Shell with a new taskbar, referred to as the Superbar, a home networking system called HomeGroup, and performance improvements.

Page 13: Operating System By Cool Buddy Nakul1

x• Linux refers to the family of Unix-like computer operating systems using the

Linux kernel. Linux can be installed on a wide variety of computer hardware, ranging from mobile phones, tablet computers and video game consoles, to mainframes and supercomputers. Linux is predominantly known for its use in servers; in 2009 it held a server marke share ranging between 20–40%. Most desktop computers run either Microsoft Windows or Mac OS X, with Linux having anywhere from a low of an estimated 1–2% of the desktop market to a high of an estimated 4.8%. However, desktop use of Linux has become increasingly popular in recent years, partly owing to the popular Ubuntu, Fedora, Mint, and openSUSE distributions and the emergence of netbooks and smart phones running an embedded Linux.

Page 14: Operating System By Cool Buddy Nakul1