Introduction to Computer Information Systems/System Software ... [PDF]

It should also be remembered that the operating system conducts itself independently of both the user and any applicatio

2 downloads 37 Views 417KB Size

Recommend Stories


Introduction to Computer Science
Respond to every call that excites your spirit. Rumi

Introduction to Software Architecture
You have survived, EVERY SINGLE bad day so far. Anonymous

Introduction to Free Software
You can never cross the ocean unless you have the courage to lose sight of the shore. Andrè Gide

Introduction to Software Engineering
Never let your sense of morals prevent you from doing what is right. Isaac Asimov

Introduction to Software Engineering
Just as there is no loss of basic energy in the universe, so no thought or action is without its effects,

Computer Software
We must be willing to let go of the life we have planned, so as to have the life that is waiting for

PdF Download Introduction to Information Systems
Ask yourself: What has my heart and intuition been telling me that I might be ignoring? Next

PDF Read Introduction to Information Systems
Nothing in nature is unbeautiful. Alfred, Lord Tennyson

Introduction to Command Information
Life is not meant to be easy, my child; but take courage: it can be delightful. George Bernard Shaw

Introduction to Information Retrieval
Respond to every call that excites your spirit. Rumi

Idea Transcript


Introduction to Computer Information Systems/System Software Contents Systems Software Overview Systems Software vs Application Software Systems Software Application Software The Operating System Multitasking and Multithreading Functions of the Operating System User Interface Booting the Computer Operating Systems for Personal Computers Buffering and Spooling DOS Windows Mac OS UNIX Linux Chrome OS Operating Systems for Mobile Phones Android Asha Blackberry iOS Windows Phone Windows RT Symbian OS Mobile Device Systems Utility Programs File Management Program Diagnostic and Disc Management Programs Uninstall and Cleanup Utilities File Compression Programs Backup and Recovery Utilities Antivirus, Antispyware, Firewalls, and Other Security Programs Review Review: Key Terms Review Questions Answer Key for Review Questions Review Reference References

Systems Software Overview System software can be separated into two different categories, utility programs and operating systems. Operating systems are the foundation of your computer and almost every electronic device. The OS boots up the computer and makes sure everything is operational. The OS is also what runs your cell phone and most of your electronic devices. The OS is, for the most part, the GUI (graphical user interface) that shows you all of your applications, and without the OS you cannot use the computer. There are many different types of OS’s which are discussed later. Utility programs perform a very specific task, to either enhance or manage your computer. For example your virus protection program, like norton [1], is an example of a utility program along with the install/uninstall program that comes standard with Windows.

Systems Software vs Application Software

Ubuntu 12.04 is an example of a OS

Systems Software Systems Software are applications or programs that are designed specifically for running the hardware on a personal computer and are used to maintain a platform for Application Software to be used. This means that systems software is designed to communicate with the internal parts of your computer such as the hard drive, RAM, ROM, cache, microprocessors, etc. so that the user doesn't have to. It contains all of the drivers necessary for this type of communication, and ,in the most simplest sense, it is the interface between the user and the hardware.[2] The Operating System (called the OS for short) on your computer is not only one of the most important systems software on a computer, but is also the most frequently used. It is the software that runs in the background and brings the separate, physical parts of the computer together in order to provide the seamless stream of activity that a user experiences. Some of its responsibilities include the transfer of data between the memory and disks (on your hard drive) as well as providing the information needed to display icons, text, cursors and other visible necessities on the display screen. This display is called the graphical user interface or GUI and is entirely the result of the OS on the computer. This can be compared by viewing the differences between the Ubuntu OS and the Mac Snow Leopard OS. The icons between the two are positioned differently and they look different too. The Mac OS and GUI tends to have a more three dimensional aspect to it where Windows tends to appear more flat. It should also be remembered that the operating system conducts itself independently of both the user and any application software being used. This means that it is not directly dependent on the user or other programs in order to operate. Some other systems software would include Bios and device firmware. These help the user interact with other utilities such as diagnostic tools, language translators, data communication programs, as well as data management programs. [3]



Ubuntu GUI

Mac GUI

Application Software Application Software are the most common programs that run in the foreground of the computer. They tend to perform useful tasks which are not associated with computer maintenance, system boot-up, or hardware communication. Application software is directly reliant on the Systems Software to communicate to the physical components of the computer and cannot operate without it. If you were to visualize this, the Application Software would operate on top of the Systems Software and would be the most visible to the user while the Systems Software would remain in the background unnoticed. The Systems Software would then communicate to the Hardware on its behalf and deliver any information to it from the Application Software. In turn, any information needed from the Hardware would pass through the Systems Software to the Application Software. Application Software are the most familiar forms of software and come in a variety of types. Most often they can be accessed through the graphical user interface of the operating system being used by double-clicking on an icon. Some of the most popular examples include word processors, spreadsheets, photo-editing programs, database programs, and accounting programs to name a few. This list is by no means the extent to which application software may be used and many more programs are being created constantly to help individuals with daily activities. [4]

The Operating System A computer would not be able to function correctly without an operating system. An operating system is a software program that empowers the computer hardware to communicate and operate with the computer software.[5] An operating system is one of the most important parts of a computer. The operating system is able to do basic tasks as well as complex tasks. An operating system can be classified as a multiuser, multiprocessing, multitasking, multithreading, and real time. The operating system makes sure that different programs, and users running at the same time, do not interfere with one another. The owner or owners of a computer interacts with the operating system through a set of commands. All application programs need an operating system. Also, operating systems optimizes one’s computer performance. Most of the work that is involved in the operating system is unnoticed because it does the work behind the scenes. This system is in charge of managing one’s network connections. Considering all the new technology out, operating systems must be uploaded in order to support the new technology being uploaded to computers. All in all, the operating system is the core of all computers.

Operating

system

architecture

Multitasking and Multithreading Multitasking is a computer's ability to seemingly run multiple tasks or processes at the same time. For example, you might have an Internet browser open to read this page while also having a word processor open to take notes and a media player open to stream music. In reality, however, the computer is not actually able to process multiple tasks simultaneously; rather, it switches between them at incredibly quick speeds to give the appearance of working on them simultaneously. CPUs have become faster over time, which allows computers to increasingly run more applications at the same time and switch between them more quickly and seamlessly. If computers could not do this, a user would have to painstakingly close an application any time he or she wanted to do anything in another application.

Continuity is a new form of multitasking. Continuity was a new feature that came together with Apple’s iOS 8 and OS X Yosemite. It lets you seamlessly move between your compatible Apple devices or use them all simultaneously. Continuity includes features such as Handoff, Phone Calling, Instant Hotspot, and SMS. Handoff is a feature wherein you can start work from one device then continue on another. For example, you may be working on a document on your Mac but then suddenly you have to leave the desktop. With Handoff, you can simply continue your work on the iPad while you are away from the desktop. Phone Calling is simply phone calls on your computer or tablet when they are connected to your phone through the same Wi-Fi network. This allows for instant responses to calls without having the need to use your phone. Instant Hotspot is where your iPhone can provide internet access to your other devices. Finally, SMS allows you to send and receive text messages to and from your computer or tablet. This allows for you to seamlessly answer messages without even lifting your phone. Continuity is basically taking the concept of multitasking and simplifying it by using multiple devices instead of using multiple CPUS.[6]

Multithreading, on the other hand, is a computer's ability to perform multiple operations within a given task at seemingly the same time. Again, the processor is not actually able to do multiple things simultaneously, but it is able to switch between different actions so quickly that, for all intents and purposes as far as the user is concerned, it is doing them simultaneously.[7]

Functions of the Operating System Some of the primary functions of the operating system include creating an interface for the user and the computer to interact, booting up the computer, configuring devices, managing network connections, and managing the jobs of the computer.

User Interface In order for computers and users to interact, some sort of user interface must be provided. User interfaces can be based on text, such as the original DOS that was used in the 1980s and 1990s, or it can be based on graphics. Most personal computers and mobile devices today use a graphical user interface, also known as GUI, which uses visuals such as icons, desktops, pointers, and menus for users to utilize. Basic forms of graphical user interface include the use of checkboxes, lists, and other fundamental forms of input. Examples of graphical user interfaces include Windows, Mac OS, and many other modern operating Graphical User Interface

systems.

Booting the Computer Another function of the operating system involves booting up the computer. This process occurs when the CPU (if it’s in a multi-core processor, one is designated) which contains the bootstrap processor (BSP) initiates the basic input/output system (BIOS) which contains a set of instructions that tell the computer how to boot up. The BIOS chip tells the computer to look for the boot loader. The boot loader’s job is to initiate the operating system. It does this by finding the kernel, which contains the operating system, and loading it into the memory. [8] The BIOS also performs a power-on self-test (POST). The POST ensures that all the functions and components of the computer are properly working before startup.

Operating Systems for Personal Computers BIOS chip

Buffering and Spooling The part of the operating system used mostly with printers is buffering. This part can be in the RAM (Random Access Memory) or the hard drive. This area is meant to hold the input and the output during their way out of the system. [9] Although many people are familiar with buffering having to do with loading while streaming videos and music, it can also be referred to as a temporary form of memory. [10] While a buffer is doing its job, the CPU can change data before relocating to any other devices. When items are placed into a buffer waiting to be regained, this is called spooling. Along with buffers being used with printers, spooling often refers to print spooling. Many college campuses have print spooling, which enables one printer to have multiple print jobs sent to it at one time. These multiple documents can be sent all from the same computer or more than one. While this spooling occurs, there is a print queue that all documents waiting can be stored until they are printed. Spooling is a very useful tool because while one device may not run as fast, it provides documents with a waiting area in the meantime.

Printed spool half

DOS DOS (Disk Operating System) was the dominant operating system for microcomputers in the 1980s and the early 1990s. The first version of DOS was developed for IBM. DOS is a rather simple operating system but it does not utilize a graphical user interface and it does not support modern processors, which is why it is no longer used. [11] Some computers can still run the DOS commands but the user needs to know how to input the commands using the Command Prompt window. This non-graphical operating system was originally written by Tim Paterson and was introduced in August 1981. The last DOS system to be released was the MS-DOS 6.22 in 1994. The DOS system used a command line, instead of a GUI (graphical user interface), to allow the user to navigate, open files, and perform other functions. [12] Today, people use a mouse to navigate the computer and carry out commands, but with the DOS there was a command-line interface which had specific commands put in a prompt, which then brought up whatever file or program was prompted. Later, software programs with menu-based or icon-based interfaces were created for convenience. While the DOS systems are not used anymore, the command shell, now called the Windows command line, is still used today. [13]



Part of a DOS code page A

Command

Line

Interface Page

Windows Windows is a series of operating systems that is designed by Microsoft. The first two versions of the Windows operating system, introduced in 1985 and 1987 respectively, were primitive. Windows 1.0 had only basic functions such as MS Paint and a word processor and Windows 2.0 had very rudimentary versions of Word and Excel. Windows did not become popular until its third release in 1990. Windows 3.0 had enhanced graphics, the ability to “multi-task”, and (for the first time) virtual memory. This version was so popular that it stayed on the market for eleven years. The next big improvement came with Windows 95, which expanded from 16-bit to 32-bit. Windows 2000 was known for its increase in plug-in devices that were congruent with the operating system. Windows XP, or Windows 2001, included a comprehensive help center to allow users to utilize different types of media and was designed mostly for user ease and convenience. [14] The main feature of Windows Vista is the Instant Search at the bottom of the start menu. Then Windows 7 came out and the improvements were mainly to make it faster and easier to use. The most recent version of Windows is Windows 10. Windows 10 came out late July 2015. The new Windows will allow you do to more than one thing at once. It also allows for a new way to search and there is a way to open the Windows store from your home page.[15] Windows is the most commonly used operating system and is used on about 90% of all personal computers.



Screenshot of Microsoft A Windows 1.0

Presentation

of

Windows 8

Mac OS Apple Corporation’s registered operating system is called Mac OS. There are many different branches stemming from the Mac OS X family. It was primarily based off of UNIX because of its standard interface and graphics look. Mac OS X Snow Leopard was the primary operating system, followed by the making of Mac OS X Mountain Lion, which is the newest and greatest version of Mac Operating Systems. Mac OS has capabilities of multithreading and multitasking. It also has a 64-bit processor that runs with applications used with 64-bit software. The many great features of Mac OS X creates an easy working environment for students, teachers, and parents to easily access many files. Mac OS is also known for its great graphic features that are popular to artsy users. The Launchpad and Mission Control with the bird’s-eye view of the Dashboard and desktop make opening applications easier for users. Apple plans to launch a new operating system in the Fall of 2014 titled OS X Yosemite, which will feature a redesigned interface as well as multiple ways for users to perform activities across their Apple devices. [16]

UNIX UNIX was trademarked in 1969 by a group of AT&T employees at Bell Labs as a multitasking, and multi-user computer operating system. UNIX can support systems ranging from microcomputers to mainframes, along with various devices. Because UNIX is used for an assortment of categories of computers, this is a great advantage. However, it is more expensive than most operating systems, and is very difficult to maintain upgrades. UNIX is widely known for its simplicity and ease while working on the computer, therefore different companies use a spin off of UNIX as their operating system, like Mac OS X. UNIX has just celebrated their 40th anniversary of being a business Unix combines the worldwide single Unix specification with X/open company’s XPG4, IEEE’s POSIX standards and ISO C. Single UNIX Specification defines this product in four parts specification, product, trademark, and technology allowing it to still be successful even though it was separated from AT&T and found its own angle. It allowed for one open consensus specification that is the requirement for the UNIX systems. UNIX was one of the first operating systems to be written in a high-level programming language and could possibly be installed on any computer. This high-level programming language was also developed by Dennis Ritchie at the Bell Labs, which allows a more flexible language to be used in various applications thus being very beneficial for businesses. It being inexpensive allowed for many people to be a big fan of UNIX and actually many universities use it for that reason. It never really took off in the home computer business but for workstations it tends to be the number one choice. The source language was open so if anyone got a hold of it they could change it to fit their own needs the best. Unix-kernel

Unix OS

Linux Linux is an open- source, portable, multi-user (multiple users can access system resources like memory/ ram/ application programs at same time), multiprogramming, operating system that was first released by Linus Torvalds in October 1991. It is very similar to other operating systems, such as Windows and OS X [17]and a source is available to the public, to which users can download Linux via the Internet and have the capability to run another operating system on their PC or Mac. No other company has done this before. The system has primary three components: Kernel (the core part of Linux), system library (special functions or programs), and system utility (responsible to do specialized, individual level tasks).Linux is one of the leading operating system on servers, mainframe computers and supercomputers. > Linux is used on a lot of popular electronic devices, such as mobile phones, tablet computers, network routers, facility automation controls, televisions and video game consoles. The system is widely used by local and national governments. The US Navy’s newest warship that is armed with missiles and robot guns is powered by Linux,[18] Spain is using Linux in education, and China uses Linux to achieve technology independence. Collaborators of Linux are continually making improvements to the system. Tux-linux logo

Chrome OS Chrome OS is an open-source operating system created by Google to create a better computing experience for people who spend most of their time on the web. [19]On June 15, 2011, Chrome OS was launched to the public with the first Chromebooks, notebooks using the Chrome OS, created by Samsung and Acer. Today, Chromebooks are created by a number of other computer companies including HP, Toshiba, Asus, and Dell. The main reason that Chrome OS is different from other operating systems is that it allows for user data and applications to reside in the cloud, taking up less space on the computer hardware. Because of this, many Chromebooks only contain the same amount of memory and RAM as the average smartphone, Google, however, supplies each user with onehundred gigabytes of Google Drive cloud storage for up to two years. There are many things one should consider when purchasing a computer. One of the biggest factors one should be aware of is what operating system the computer uses. Different operating systems have different features to suit the user’s needs. If one is looking into a smaller laptop computer, they might consider a Google Chromebook, which uses Chrome OS. It is a good idea to look into the pros and cons of a computer’s operating system before making a purchase. Like all operating systems, Chrome OS has both advantages and disadvantages. One positive feature is that Chrome OS is based on Linux, which is virtually virus free, which means users will be safer from threats. Another great feature is its ability for fast boot times, generally loading in just under ten seconds. It also allows for different users to configure it differently according to their needs, and saves each person’s data separately, creating privacy for each user. One of the cons of this operating system is that it does not allow installation of new apps. Users must use web-based apps instead, which they can get in the Chrome Web store. Another feature that the Chromebook is lacking is a user friendly printing option. In order to print something, one must have a Cloud Print Ready Printer. It lacks the convenience to simply plug it in to an existing printer and print, which could become an annoyance. Another feature that may seem inconvenient is that Chromebooks require internet access to do most of its work. Users that have tasks such as editing video or making movies may find that a Chromebook is not for them. It seems there are advantages and disadvantages for Chrome OS, and one should take them into consideration when deciding which operating system will suit their needs best.

Operating Systems for Mobile Phones There are many different operating systems for mobile phones and devices but most six stand out as being most used. These are Android, Asha, Blackberry, iOS, Windows Phone, and Windows RT.

Acer AC700-1099 Chromebook 201312-22 00-39

Android Android is a free and open source operating system provided by Google. Since the release of Android 2.0, the operating system can be used on phones and tablets. Since HTC Dream was introduced, making the number of mobile devices capable of carrying the Android operating system heighten, Android's worldwide market rose significantly and now reaches 52.5% of the global smarthphone market share.

Asha Asha is used by Nokia phones. These smartphones are on the lower end when it comes to software and component capability. Because of the low capability, Nokia smartphones are usually the cheapest which makes them able to compete with higher end smartphones.

Blackberry Blackberry's operating system is called BlackBerry 10. This is a closed source operating system for smartphone and tablet devices. The newest operating system developed by Blackberry for tablet devices is BlackBerry Tablet OS. The BlackBerry operating system has all of the same features a smart phone does: email access, web browsing, phone calls, play music and video, and send and receive text messages. Most models are not touch screen, with the exception of the Storm and the Torch. Instead of a touch screen, a trackball or track pad is the hardware used for navigation. Because there is no touch screen, the operating system does not require that much battery life to process so the phone stays on longer than others. [20] The BlackBerry also has multiple buttons (similar to the image on the right) including a BlackBerry button, back button, call and end button, 1 or 2 convenience keys, and a full

keyboard. The BlackBerry button is designed for easy integration, such as sharing a photo via email. This system is geared toward communications rather than games and apps. It features an email software that “pushes” email directly to the user’s phone, which saves battery and provides the most current information. One drawback to this type of smart phone is how limited the customization is. Only the wallpaper and the function of a few buttons can be changed. It also does not feature “widgets” or a wide selection of apps like the android phones do. Overall this operating system is easy for productivity, but falls behind its competitors in a wide selection of applications.

iOS iOS is Apple's operating system for Apple's iPhone, iPod Touch, iPad and second-generation Apple TVs. This operating system is closed source and not until iOS 2.0 were third party applications offically supported. Prior to this update, jailbreaking was the only way to allow third party applications access to a user's iOS device. As of September 2015, iOS is in its 9th iteration. It was introduced at Apple’s product convention in the fall of 2015 in conjunction with the new iPad. iOS is known for a colorful graphics, and an easy to understand user interface. This being said, it was created as an OS for mobile devices, and thus was designed primarily for consuming content as opposed to creating content. As Apple’s new iPad is designed for both consuming and creating content, iOS needed to be upgraded accordingly. The latest version includes the ability to split screen multi task on to applications at the same time, similar to a laptop. In addition, it includes new built application as well as upgrades to existing applications. Apple Maps now includes public transportation, and more apps can integrate with the cloud. Siri, a “personal assistant” has also been upgraded to do more tasks, and to integrate with additional apps, such as Pictures. Finally, there are new multi

Star C6000

touch gestures built in to the system. These assist the user in typing, editing projects, taking notes, emailing and other tasks typically associated with a laptop computer. Generally, iOS 9 is built to create content rather than simply consuming. [21]

Windows Phone Windows Phone is developed by Microsoft as a closed source operating system for mobile phones. It allows users to accesss Microsoft SkyDrive, Office, Xbox, and other Microsoft programs remotely. Windows Phone devices are made mostly by Nokia, HTC, Samsung, and Huawei. On April 14, 2014, Microsoft released its newest mobile operating system, Phone 8.1. The new operating system contained new features including Cortana, a personal assistant similar to Apple’s Siri. The OS also featured upgrades in security, performance, and boot time.

Windows RT

IOS 9 Logo

Windows RT is also developed by Microsoft but this is used on tablet devices. This version closely resembles Windows 8, an operating system developed by Microsoft for computers. It is closed source as well.

Symbian OS There was one OS that used to tower above all the rest, before recently falling completely out of the race thanks to increasingly competitive and more simplistic operating systems. The name of this OS is Symbian, and between 2000-10 it ruled supreme thanks to its partnership with Nokia, a company that excelled in moving large units of inexpensive cellphones. The Symbian company had risen from the ashes of a failing PDA company named Psion, changing its focus to mobile OS development with funding from entities such as Motorola and Ericsson, while the largest funding share always came from Nokia. Unfortunately, between the more complex code (which contributed to development periods that were unthinkable in comparison to what Windows and Mac were developing) and Nokia changing their allegiance to Windows, Symbian said its final goodbye in mid-2013. Any individuals or companies still attached to the Symbian OS will be offered support for a few more years, but they will need to consider their options now instead of waiting for the last minute. Luckily, as can be seen from the plethora of options above, Symbian users can surely pick an OS that is the closest to the quality programming to which they had grown attached.[22]

Mobile Device Systems Below are three very popular mobile phone/device providers today. They are Windows, Android, and Apple. The three use different operating systems.

This was the logo for the now declining empire known as Symbian OS.

Windows is full of change. Most people have used Windows on their personal computers, but did you know it is also integrated into our GPS systems, ATMs, and even robots? Windows mobile devices include things called tiles which are icons for different things stored in the device itself. Related tiles can be put together in hubs. Windows devices also offer integration with windows office software (Word, Excel, PowerPoint, etc.). They also include integration with Xbox Live. [23] Android: Android was created by a group of 30+ mobile technology companies and is based on the Linux operating system. These devices offer the ability to multitask with a split thing (doing two things on the same screen verses switching between tasks). The screen will contain multiple applications that can be bought and downloaded (some for free) from the Android Market.[24]

iOS (Apple): This system is based on Apple's Mac OS X. Similar to the apps of the android system, apple products also contain apps but they are downloaded and purchased from the App Store. There are over 900,000 apps currently available. These devices are also synced to your iTunes account allowing you to upload your music to their devices as well. Some things that are specific to these devices are their Safari web browser, FaceTime, and the ability to track your device through the "Find my iPhone" app. [25]

Utility Programs In general, the utility program is defined as special software written to take care of the operating system maintenance and management to keep the performance of a computer system at the appropriate level. The utility programs could be a part of operating system or a product of third party developers. Whether you want to install programs or move file to a different folder, search for a document or set the connection to the network, you are using the utility program tools. Another important improvement the utilities can help you with is your hard drive performance. Disc check, disc clean up and disc defragmentation programs alone with a files compression utility will let you keep your storage organized and reduce the time of the searching, retrieving and displaying information you requested. The last but not least task the utility programs are being applied for is the operating system and your data protection. The backup and recovery programs let us be sure that we will not lose all data in case of system malfunctions and will be able to return back to restore point, when the system was working properly, while the antivirus, antispyware and firewalls – utility programs – will protect the computer from data theft.

File Management Program They organize files and are available for the user to access them. There are 6 important concepts that the file management programs have. To start off, it has a navigation system that gives the user access to the file hierarchy and be able to find their work. The actions to proceed are using the “up” and “down” to navigate through the folders and “go to” to reach their

1328102004 Defragmentation

data. Another function is the operations functions which allow the user to interact with the files. The common functions along with this are as follows: open, save, close, copy, move, delete, rename, new and share. The user would obviously be concern about the security of their files. With this being said, the files can be blocked with a login procedure which will only give people that know the username and password access to the file. To keep your file program organized its necessary to maintain the storage on the program in which you should delete any unneeded files. For the conveyance to the user, there is a communications function in which there are links available in order to send out a file to a given location. Lastly, there’s a search function in which you can find a particular file you are looking for. Specifically the Search Tool is very useful for the user. Like explain previously, it will find a particular file by simply using the files name. there are programs that will search the data by key words but it seems to be more beneficial to know the username instead of the program searching all the documents for key words, which may lead to a longer search than intended. [26] Also, a file can be searched based on other reasons, including if it is kept in a certain folder, if it has certain characters in its file name, if it has metadata tags, or if it is a specific type of file. If you do not know, a metadata tag includes information about the file, like its author, artist, or keyword. The program being used can set this automatically or it can be manually set to fit your needs. Also, the types of files that can be searched are documents, spreadsheets, videos, or songs. These search tools can be integrated into the operating systems that your computer is designed to run, or you can download them off the Internet for free or at a low charge. Some Internet based search tools, called desktop search tools, can

Folders

find certain Web pages, messages sent over the Internet, or certain e-mails. A few of the websites that provide these services are Google, Yahoo!, and Bing. Other search tools that you can download off the Internet serve specific purposes, like finding duplicate files on your hard drive. This can come in handy when your computer’s hard drive storage is running high. In conclusion, the search tool utility program provides you with great accessibility to your files and documents when you don’t have time to spare. [27] Search box

Diagnostic and Disc Management Programs With technology playing such an important role in our everyday life, it is important to make sure that is it maintaining itself and running properly. Instead of having to go through and check every aspect of the computer ourselves, computers come with built in diagnostic management program and disc management programs. Diagnostic management programs deal with making sure that everything on the system is working the way it should be, while disc management systems programs worry about the hard drive operating correctly. Most computers come with the basics of this software already built in, however some people prefer to go outside of what they already have and purchase more protection and security for their computer. These programs keep your computer running quickly, optimally, and effectively on a daily basis.[28]

Uninstall and Cleanup Utilities You would think that that once a program or application is deleted, no trace of it would be left behind; however, this is very often not the case. In many instances, traces of that file, program, or application are still left embedded into your hard drive. In order to fully get rid of them, people often use something called uninstall utilities. These programs go through your hard drive and remove any unneeded space, memory, or left over remnants from that application that once existed. Many computers come with this option already installed, which makes keeping your computer updated and up to speed an easy task. Clean up utilities are very similar to uninstall utilities; however, instead of going through and deleting old applications and programs, they go through and clean up your computer by deleting temporary files.[29]

File Compression Programs File compression programs are designed to reduce the size of files, which allows the user more storage space. For Windows users, these compressed files usually have the .zip or .zipx file extension. The most popular programs are Winrar, Winzip and 7-Zip.[30] For Mac users, these files usually have the .sit or .sitx format. Programs that are commonly used are RAR

Deleting Unneeded Files

Expander, StuffIt Expander and MacZip. Some programs have the option of encrypting the zipped files, meaning that a password is required to open the file. This can help those who want to protect their files for themselves or specific users who are granted access. Overall using file compression programs is an efficient way to free up storage space for other computer tasks. The gzip program is a popular file compression program that compresses and decompresses files using Lempel-Ziv coding (LZ77). [31]

Backup and Recovery Utilities Over time one might experience the unfortunate event of a power outage or some other event that leads to the corruption of important system files. For example a storm can cut the power in an instant, which turns off the computer in an unsafe manner thereby leading to the corruption of the operating system and possibly even hardware. The system now is damaged, and this is an important reason why backing up is necessary. Businesses understand this, so it is extremely unlikely for a one to not backup its data on a regular basis because the possibility of losing just a segment can be catastrophic. The Windows Backup program (Windows) and Time Machine program (Mac) are included with their respective operating systems, but software programs exist that can be used for free or a price.

Antivirus, Antispyware, Firewalls, and Other Security Programs Malware consists of viruses, trojans, worms, spyware and other forms that disrupt computer operation. As mentioned, malware can infect computers in many ways, whereas the affected suffers while the infector gains. To protect against these threats, it is highly recommended to take advantage of the utility programs offered by the operating system as well as software programs. Popular antivirus programs for Windows include AVG, Norton 360, McAfee, Kaspersky and Microsoft Security Essentials. A firewall is used to monitor network ports by controlling inbound and outbound traffic to the network.[32] Its primary purpose is to defend the computer from malware and hackers, but it can also interfere with programs that must access the Internet. It will also not remove malware if it has infected the computer; it only blocks the malware from entering.[33] Spyware is software that tracks personal information

The floppy drive that holds one of the original computer worms released into the Internet

unknowningly from the user, which can lead to serious problems.[34] It is important to know the software one is downloading and to understand its license agreement and privacy statement (to see if unwanted software is included).

Review Review: Key Terms Android: A Linux-based operating system designed for mobile phones and developed by the Open Handset Alliance, which is a group of companies led by Google. application software: Programs that enable users to perform specific tasks on a computer, such as writing a letter or playing a game. BlackBerry OS: The operating system designed for BlackBerry devices. command line interface: A user interface that requires the user to communicate instructions to the computer via typed commands. buffer: An area in RAM or on the hard drive designated to hold input and output on their way in and out of the system. device driver: A program that enables an operating system to communicate with a specific hardware device; often referred to simply as a driver. file compression program: A program that reduces the size of files, typically to be stored or transmitted more efficiently. graphical user interface (GUI): A graphically based interface that allows a user to communicate instructions to the computer easily. kernel: The essential portion, or core, of an operating system. Linux: An open source operating system that is available without charge over the Internet and is increasingly being used with mobile devices, personal computers, servers, mainframes, and supercomputers. mobile operating system: A type of operating system used with mobile phones and other mobile devices. server operating system: A type of operating system designed to be installed on a network server. Symbian OS: An operating system historically used with mobile phones, primarily outside North America. system software: Programs, such as the operating system, that control the operation of a computer and its devices, as well as enable application software to run on the computer. utility program: A type of software that performs a specific task, usually related to managing or maintaining a computer system. virtual memory: A memory-management technique that uses hard drive space as additional RAM. Windows: The primary personal computer operating system developed by Microsoft Corporation; the most recent version is Windows 7, with Windows 8 expected to be released in 2012. Windows Embedded: A family of operating systems based on Windows that is designed for nonpersonal computer devices, such as cash registers and consumer electronic devices. Windows Phone: The version of Windows designed for mobile phones; the current version is Windows Phone 7. Windows Server: The version of Windows designed for server use; the current version is Windows Server 2008 R2.

Review Questions 1. A computer's __________ is a collection of programs that manage and coordinate the activities taking place within the computer and it is the most critical piece of software installed on the computer. 2. _______ refers to the ability of an operating system to have more than one program open at one time. 3. A _______ is an area in RAM or on the hard drive designed to hold input and output on their way in or out of the system. 4. The process of placing items in a buffer so they can be retrieved by the appropriate device when needed is called _______. 5. The older DOS operating system and some versions of the UNIX and Linux operating systems use a __________, although versions of UNIX and Linux are available. 6. Operating systems used with personal computers are typically referred to as __________ and they are designed to be installed on a single computer. 7. There have been many different versions of ________ over the years; the next few sections chronicle the main developments of this operating system. 8._________ is an operating system developed by Linus Torvalds in 1992 when he was a student at the University of Helsinki in Finland. 9. The mobile operating system designed for Apple mobile phone and mobile devices, such as the iPhone and the iPod Touch, is _______. 10. Creating a _________ means making a duplicate copy of important files so that when a problem occurs, you can restore those files using the backup copy to avoid data loss.

Answer Key for Review Questions 1.operating system 2.multitasking 3.buffer 4.spooling 5.command line interface 6.personal operating systems 7.windows 8.linux 9.iOS 10.backup

Review Reference http://coursemate.cengage.com/CPReader/View/9781133114598/default.aspx?eISBN=9781133114598#98bca867-5ebb-4d73-9876-8f6d676ce984

References 1. http://us.norton.com/ 2. http://ecomputernotes.com/fundamental/disk-operating-system/difference-between-application-software-and-system-software 3. http://www.buzzle.com/articles/application-software-vs-system-software.html 4. http://uwf.edu/clemley/cgs1570w/notes/concepts-3.htm 5. http://www.computerhope.com/os.htm 6. https://support.apple.com/en-us/HT204681 7. http://www.ni.com/white-paper/6424/en/ 8. http://www.tldp.org/HOWTO/Unix-and-Internet-Fundamentals-HOWTO/bootup.html 9. Understanding Computer Today and Tomorrow 14th Edition Comprehensive 10. http://www.computerhope.com/jargon/b/buffer.htm 11. http://searchsecurity.techtarget.com/definition/DOS 12. http://www.computerhope.com/jargon/m/msdos.htm 13. http://www.computerhope.com/jargon/m/msdos.htm 14. http://windows-operating-system-reviews.toptenreviews.com/a-brief-history-of-the-windows-operating-system.html 15. http://windows.microsoft.com/en-us/windows-8/everywhere?ocid=Everywhere_O_WOL_Hero_Home_WinEverywhere_Pos1_01 16. https://www.apple.com/osx/preview/ 17. https://www.linux.com/learn/new-user-guides/376-linux-is-everywhere-an-overview-of-the-linux-operating-system 18. http://arstechnica.com/information-technology/2013/10/the-navys-newest-warship-is-powered-by-linux/ 19. http://www.chromium.org/chromium-os 20. http://www.techradar.com/us/news/phone-and-communications/mobile-phones/android-v-blackberry-smartphones-for-business-1136674 21. http://www.apple.com/ios/whats-new/ 22. http://www.pcworld.com/article/2042071/the-end-of-symbian-nokia-ships-last-handset-with-the-mobile-os.html 23. http://www.windowsphone.com/en-us/features?ocid=sem_s_pcrid_30043429957_se_Google_kwd_windows%20mobile%207%20games_pmt_b 24. http://www.android.com/about/ 25. http://www.apple.com/iphone/ 26. http://smallbusiness.chron.com/functions-file-management-program-41476.html 27. http://www.techrepublic.com/blog/five-apps/five-fast-windows-desktop-search-utilities/ 28. http://www.krollontrack.com/information-management/hard-drive-management/ 29. http://support.microsoft.com/kb/2438651 30. http://download.cnet.com/windows/file-compression/?tag=rb_content;main 31. "Man Page for gzip (freebsd Section 0)". 2001-05-24. http://www.unix.com/man-page/freebsd/0/gzip/. Retrieved 2015-02-21. 32. http://www.cat-5-cable-company.com/faq-what-is-a-Firewall.html 33. http://www.ehow.com/about_7547911_purpose-firewall-software.html 34. http://www.microsoft.com/security/pc-security/spyware-whatis.aspx Retrieved from "https://en.wikibooks.org/w/index.php?title=Introduction_to_Computer_Information_Systems/System_Software&oldid=3321308"

This page was last edited on 29 October 2017, at 11:04. Text is available under the Creative Commons Attribution-ShareAlike License.; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy.

Smile Life

When life gives you a hundred reasons to cry, show life that you have a thousand reasons to smile

Get in touch

© Copyright 2015 - 2024 PDFFOX.COM - All rights reserved.