11
Chapter 5 Operating Systems

Chapter 5 Operating Systems. 5 The Operating System When working with multimedia, the operating system is perhaps the most important, the most complex,

Embed Size (px)

Citation preview

Page 1: Chapter 5 Operating Systems. 5 The Operating System When working with multimedia, the operating system is perhaps the most important, the most complex,

Chapter 5

Operating Systems

Page 2: Chapter 5 Operating Systems. 5 The Operating System When working with multimedia, the operating system is perhaps the most important, the most complex,

5

The Operating System When working with multimedia, the

operating system is perhaps the most important, the most complex, and the least visible software that your computer uses.

Page 3: Chapter 5 Operating Systems. 5 The Operating System When working with multimedia, the operating system is perhaps the most important, the most complex,

5

The Four Layers of a ComputerYour computer is a system of four interdependent layers:

Hardware

BIOS

Operating System

Application Software

Page 4: Chapter 5 Operating Systems. 5 The Operating System When working with multimedia, the operating system is perhaps the most important, the most complex,

5

What do the four layers do?

Hardware activates the BIOS

BIOS (basic input/output system) starts the operating system

Operating System loads drivers, networking services, and application software into the computer’s RAM

Application Software allows you to create your multimedia project

Page 5: Chapter 5 Operating Systems. 5 The Operating System When working with multimedia, the operating system is perhaps the most important, the most complex,

5

What are programming languages? Programming languages provide instructions to operating systems.

Page 6: Chapter 5 Operating Systems. 5 The Operating System When working with multimedia, the operating system is perhaps the most important, the most complex,

5

Types of Programming Languages

Machine language: the only language a computer’s CPU can readAssembly language: a programming language that the CPU can quickly encode to machine languageLow-level programming language: Programming languages that computers can interpret quickly but are not like human language

Page 7: Chapter 5 Operating Systems. 5 The Operating System When working with multimedia, the operating system is perhaps the most important, the most complex,

5

More Programming LanguagesHigh-level programming languages:

Are programming languages that resemble human language

Need compilers to convert high-level languages to machine language

Examples: C++, Java, Visual Basic

Page 8: Chapter 5 Operating Systems. 5 The Operating System When working with multimedia, the operating system is perhaps the most important, the most complex,

5

Graphical User Interface (GUI)Microsoft Windows

Created in 1985The most used PC operating systemRuns a huge number of applications

Apple Mac OS Derived from the first PCs to use GUIPreferred by many designers and multimedia producersApplications are often not compatible with Windows

Page 9: Chapter 5 Operating Systems. 5 The Operating System When working with multimedia, the operating system is perhaps the most important, the most complex,

5

PDA Operating Systems The two most popular PDA operating

systems are:Palm OS

Windows CE

Page 10: Chapter 5 Operating Systems. 5 The Operating System When working with multimedia, the operating system is perhaps the most important, the most complex,

5

Network Operating Systems Network operating systems are

designed to allow many users to share files and resources.

Page 11: Chapter 5 Operating Systems. 5 The Operating System When working with multimedia, the operating system is perhaps the most important, the most complex,

5

Types of Network OSNetwork operating systems include:

UNIX: designed to work with many kinds of computers

Linux: a version of UNIX distributed for free

Mac OS X: for networks by Apple

Windows NT: Microsoft’s network OS

Apache: Web server software distributed for free