Presentation is loading. Please wait.

Presentation is loading. Please wait.

Mgt 240 Lecture Computing at ND: Operating Systems and Software September 2, 2004.

Similar presentations


Presentation on theme: "Mgt 240 Lecture Computing at ND: Operating Systems and Software September 2, 2004."— Presentation transcript:

1 Mgt 240 Lecture Computing at ND: Operating Systems and Software September 2, 2004

2 Miscellaneous Questions about readings and reading questions Questions about readings and reading questions Seating charts and attendance Seating charts and attendance Lecture homework help session tonight 7- 9pm L003 – Andy Grau Lecture homework help session tonight 7- 9pm L003 – Andy Grau Homework for next week – Working with the operating system Homework for next week – Working with the operating system Creating a new view in WebFile Creating a new view in WebFile

3 Today in Lecture Operating system software Operating system software Application software with a focus on Excel Application software with a focus on Excel

4 What Tasks Do Your Perform on your Computer When You Start Each Lab Session? What Software Do You Use When You Do Your Work in the Lab?

5 Software Used in Excel Portion of Mgt 240 Lab Operating System Operating System Microsoft Windows XP Microsoft Windows XP Previous versions of Microsoft Windows Previous versions of Microsoft Windows Computer Platform Report Computer Platform Report Computer Platform Report Computer Platform Report Microsoft Excel 2003 Microsoft Excel 2003

6 Operating Systems Software

7 Operating System Software – What is It? Used to control your computer Used to control your computer Starts up computer Starts up computer Controls file storage Controls file storage Controls processing Controls processing Controls hardware and software loaded on computer Controls hardware and software loaded on computer Controls network connections Controls network connections Provides the interface with which you interact Provides the interface with which you interact Responsible for desktop interface (graphical user interface) Responsible for desktop interface (graphical user interface) Whenever the computer is on, the operating system is working Whenever the computer is on, the operating system is working

8 Operating System Software – Where is It Stored? My Computer, Hard Drive, Windows Folder My Computer, Hard Drive, Windows Folder Stored on hard drive Stored on hard drive Look at the Properties of the Windows Folder Look at the Properties of the Windows Folder Takes up a lot of hard drive space Takes up a lot of hard drive space Many different support files and folders Many different support files and folders

9 Operating System Software – Where is it When It’s Running? Windows Task Manager - Ctrl-Alt-Del Windows Task Manager - Ctrl-Alt-Del Applications currently running tab Applications currently running tab This is where you see what applications are currently running on your computer This is where you see what applications are currently running on your computer All of the currently running programs are allocated space in memory (RAM) and processor time All of the currently running programs are allocated space in memory (RAM) and processor time OS not listed OS not listed

10 Operating System Software – Where is it When It’s Running? Processes tab Processes tab Each currently running application and the operating system are made up of processes that are assigned space in memory and processor time Each currently running application and the operating system are made up of processes that are assigned space in memory and processor time 16 of 30 currently running processes on the computer I used to prepare this lecture were devoted to the operating system 16 of 30 currently running processes on the computer I used to prepare this lecture were devoted to the operating system Total memory usage: 58, 216 KB Total memory usage: 58, 216 KB How many MB’s is this? How many MB’s is this? How many MB’s of RAM do you have on a typical PC? How many MB’s of RAM do you have on a typical PC?

11 Operating System Software – Where is it When It’s Running? Performance Tab Performance Tab Totals for Totals for Physical memory (amount of RAM installed on your computer) Physical memory (amount of RAM installed on your computer) Kernel memory (amount of memory devoted to the operating system) Kernel memory (amount of memory devoted to the operating system) Commit charge (amount of memory being used by both applications and operating system) Commit charge (amount of memory being used by both applications and operating system)

12 The Windows Operating System is Big! It takes up a lot of room on your hard drive It takes up a lot of room on your hard drive It takes up a lot of room in memory It takes up a lot of room in memory It takes up processor time It takes up processor time That’s why new versions of Windows have recommendations regarding processor speed, memory size, and hard drive size That’s why new versions of Windows have recommendations regarding processor speed, memory size, and hard drive size

13 Operating System Alternatives Most PC’s come with Windows installed on them (if they’re not Mac’s!) Most PC’s come with Windows installed on them (if they’re not Mac’s!) A lot of people don’t like Windows. They think it’s A lot of people don’t like Windows. They think it’s Too big Too big Not secure enough Not secure enough Has too many bugs (mistakes in its programming that create problems for users) Has too many bugs (mistakes in its programming that create problems for users) Too expensive Too expensive You have to have some operating system running your computer You have to have some operating system running your computer What can you do? What can you do? There are alternatives! There are alternatives! One of them is Linux One of them is LinuxLinux

14 Linux Free Free Based on version of Unix (another operating system that is often used on more powerful computers) Based on version of Unix (another operating system that is often used on more powerful computers) Can come with different interfaces Can come with different interfaces Graphical user interface (like Windows) Graphical user interface (like Windows) Command-line Command-line Many free applications designed to work with the Linux operating system Many free applications designed to work with the Linux operating system Not supported at ND Not supported at ND That means that no one at OIT will help you with it That means that no one at OIT will help you with it not that you can’t use it

15 Operating System Software – Commonly Used Features File management File management Every time you open, copy, or save a file the operating system is involved Every time you open, copy, or save a file the operating system is involved Controlling your computing environment Controlling your computing environment You can adjust everything from your screen saver to your keyboard sensitivity through the control panel – your gateway to many operating system functions You can adjust everything from your screen saver to your keyboard sensitivity through the control panel – your gateway to many operating system functions

16 Operating System Software – File Management The operating system is in charge of all facets of file management The operating system is in charge of all facets of file management It tells the computer what to do about physical file management It tells the computer what to do about physical file management It provides the interface for you to logically manage files It provides the interface for you to logically manage files

17 Physical File Management The operating system assigns memory (RAM) to applications that are currently running on your computer and keeps track of those memory locations (we saw this in the task manager) The operating system assigns memory (RAM) to applications that are currently running on your computer and keeps track of those memory locations (we saw this in the task manager) The operating system assigns storage space and keeps track of where files and applications are stored on your hard drive The operating system assigns storage space and keeps track of where files and applications are stored on your hard drive

18 Properties of Drives, Folders, and Files Look at properties of C: drive. It shows Look at properties of C: drive. It shows What kind of file system the operating system uses: NTFS What kind of file system the operating system uses: NTFS Used to provide physical addresses for your files and applications on your hard drive Used to provide physical addresses for your files and applications on your hard drive How much of your hard drive is used/unused How much of your hard drive is used/unused

19 Properties of Drives, Folders, and Files C: drive properties (cont.) C: drive properties (cont.) Gives you the option to Gives you the option to Clean up your disk (compress old files, delete temporary files, and unused program files) Clean up your disk (compress old files, delete temporary files, and unused program files) Compress entire contents of disk to free up space Compress entire contents of disk to free up space Allow indexing of files for fast search Allow indexing of files for fast search De-fragment drive (puts files with parts stored separately together to speed up access) De-fragment drive (puts files with parts stored separately together to speed up access) Share drives and files Share drives and files Set access rights Set access rights Set security features (encrypt information) Set security features (encrypt information)

20 Logical File Mangement Allows you to create, arrange, and store files in a way that makes sense to you Allows you to create, arrange, and store files in a way that makes sense to you It reflects human thinking about file relationships and doesn’t have anything to do with the physical storage of the files in memory or on the hard drive It reflects human thinking about file relationships and doesn’t have anything to do with the physical storage of the files in memory or on the hard drive In Windows the logical file management tool is windows explorer In Windows the logical file management tool is windows explorer

21 Windows Explorer Allows you to see the logical organization of your drives and files Allows you to see the logical organization of your drives and files You can You can View your files in a number of different ways (View menu) View your files in a number of different ways (View menu) Arrange the files in a folder in a number of different ways Arrange the files in a folder in a number of different ways Create new folders Create new folders Move or copy existing files and folders Move or copy existing files and folders Set folder options Set folder options

22 Operating System Software – Controlling Your Computing Environment In the Windows operating system, the control panel allows you to exert control over many aspects of your computing environment In the Windows operating system, the control panel allows you to exert control over many aspects of your computing environment Open the control panel from the start menu Open the control panel from the start menu You see a number of icons that let you set various parameters on your computer You see a number of icons that let you set various parameters on your computer You will be working with the control panel in your hands-on homework for this lecture You will be working with the control panel in your hands-on homework for this lecture

23 Application Software

24 Allows you to perform specific kinds of tasks, for example Allows you to perform specific kinds of tasks, for example Word processing Word processing Internet browsing Internet browsing Written for specific operating systems Written for specific operating systems MS Office won’t run on Linux MS Office won’t run on Linux Stored on your computer’s hard drive Stored on your computer’s hard drive Allocated memory space and processor time by operating system when you start them up Allocated memory space and processor time by operating system when you start them up

25 Application Software at ND OIT maintains a web page that provides information about the software available on campus OIT maintains a web page that provides information about the software available on campusweb pageweb page The University buys site licenses for many software applications so you can download them onto your campus computer for free. The University buys site licenses for many software applications so you can download them onto your campus computer for free. Here is a list of software that can be downloaded or purchased for reduced cost at ND Here is a list of software that can be downloaded or purchased for reduced cost at NDlist of software that can be downloaded or purchased for reduced cost at NDlist of software that can be downloaded or purchased for reduced cost at ND OIT also provides support (meaning you can call the help desk if you have problems) for many software applications OIT also provides support (meaning you can call the help desk if you have problems) for many software applications software applications software applications

26 Microsoft Campus Agreement 3.0 Allows students to purchase the following software for $45 each: Allows students to purchase the following software for $45 each: Microsoft Windows XP Pro OS Upgrade Microsoft Windows XP Pro OS Upgrade Microsoft Office XP Professional or Office 2003 Professional Microsoft Office XP Professional or Office 2003 Professional Office X or Office 2004 for Mac Office X or Office 2004 for Mac Microsoft Visual Studio.net Pro 2003 Microsoft Visual Studio.net Pro 2003 Microsoft FrontPage 2003 Microsoft FrontPage 2003

27 Application Software Available on Cluster Computers at ND OIT maintains a list of application software available in the various clusters around campus OIT maintains a list of application software available in the various clusters around campuslist of application softwarelist of application software

28 History of Spreadsheet Application Software for PC’s A Brief History of Spreadsheets A Brief History of Spreadsheets A Brief History of Spreadsheets A Brief History of Spreadsheets VisiCalc (late 1970’s) VisiCalc (late 1970’s) VisiCalc Harvard B-School student wanted better way to do his accounting homework (1978) Harvard B-School student wanted better way to do his accounting homework (1978) Wrote a program that became the first spreadsheet Wrote a program that became the first spreadsheet Reference card instructions for VisiCalc Reference card instructions for VisiCalc Reference card instructions for VisiCalc Reference card instructions for VisiCalc Lotus 1-2-3 (early 1980’s) Lotus 1-2-3 (early 1980’s) Developed by Mitch Kapor Developed by Mitch Kapor Added integrated charting, plotting and database capabilities Added integrated charting, plotting and database capabilities First spreadsheet application widely used in business First spreadsheet application widely used in business MS Excel (mid 1980’s) MS Excel (mid 1980’s) Developed first for the 512 K Mac Developed first for the 512 K Mac Graphical user interface Graphical user interface Dominates spreadsheet application market share today Dominates spreadsheet application market share today

29 Microsoft Excel Application Software Software application designed for data analysis Software application designed for data analysis Developed by programmers at Microsoft Developed by programmers at Microsoft Compiled and burned onto cd’s (Open in NotePad – binary code is unintelligible) Compiled and burned onto cd’s (Open in NotePad – binary code is unintelligible) Sold with documentation at stores Sold with documentation at stores Often purchased as part of the Microsoft Office Suite along with Word, Powerpoint, Access, and FrontPage Often purchased as part of the Microsoft Office Suite along with Word, Powerpoint, Access, and FrontPage Licensed to organizations for a certain number of users Licensed to organizations for a certain number of users

30 Microsoft Excel Application Software Excel 2003 requires Excel 2003 requires 233 Mhz or faster processor 233 Mhz or faster processor 128 MB RAM 128 MB RAM 150 MB of available hard drive space 150 MB of available hard drive space You install the software from the cd included with your purchase You install the software from the cd included with your purchase It is stored on your hard drive as excel.exe It is stored on your hard drive as excel.exe It is loaded into memory when you start it up – can see it in task manager It is loaded into memory when you start it up – can see it in task manager

31 Assigned Reading Read and use the software section of chapter 2 (pp. 67-92) in text Read and use the software section of chapter 2 (pp. 67-92) in text Following are questions that you should be sure you can answer based on your understanding of the text Following are questions that you should be sure you can answer based on your understanding of the text What is the difference between systems software (operating systems) and application software? What is the difference between systems software (operating systems) and application software? What kinds of applications specifically support individuals vs. groups vs. enterprises? What kinds of applications specifically support individuals vs. groups vs. enterprises? What is multi-tasking? What is multi-tasking? What is time-sharing? What is time-sharing? What are the capabilities of workgroup operating systems and what are some of the most common ones? What are the capabilities of workgroup operating systems and what are some of the most common ones? What are the capabilities of enterprise operating systems? What are the capabilities of enterprise operating systems? What is the difference between proprietary, off-the-shelf, and customized application software? What is the difference between proprietary, off-the-shelf, and customized application software? What are application service providers (ASP) and how can they help organizations manage their software applications? What are application service providers (ASP) and how can they help organizations manage their software applications? What are the advantages vs. disadvantages of buying software suites? What are the advantages vs. disadvantages of buying software suites? What kind of functionality does work group application software typically have? What kind of functionality does work group application software typically have? What is enterprise application software and what are some examples of this type of software? What is enterprise application software and what are some examples of this type of software? What is the purpose of programming languages? What is the purpose of programming languages? What are some of the different licensing strategies used by software manufacturers? What are some of the different licensing strategies used by software manufacturers?


Download ppt "Mgt 240 Lecture Computing at ND: Operating Systems and Software September 2, 2004."

Similar presentations


Ads by Google