Notes Unit 3


Here You will find hand written notes of Unit III of Computer System & Programming in C . Student are advised to download them from the link given below.



  • Download the notes of Unit III for B.Tech 1st Year Students Unit III
  •   Download the notes of Unit III for B.Tech 1st Year Students Unit III


_________________________________________________________________________________

How to Boot the system
Switch on the computer and boot it with Windows OS. When system gets booted, desktop will get displayed on the monitor screen. Identify the Desktop Icons, Start Button, Quick Launch Toolbar and System Tray.

While booting firstly computer checks all its peripherals, if they are functioning properly or not. If any unit is found faulty, an error message appears on the screen and booting stops. On the other hand if all the units are found OK then booting continues. Computer reads the operating system from the disk loads it into main memory and displays further functioning and Graphical User Interface of the Windows Operating System.

Working on MS-DOS Environment

1.                   MD (Make Directory): This command is used to make a new directory or folder. C:\> MD <directory or folder name> Press Enter Key

**Note: By default in MS-DOS current directory is C derive. Symbol C :\> is called Command Prompt.

2.                   CD (Change Directory): This command is used to change the current directory or folder. C :\> CD <directory name> Press Enter Key

C:\directory name>. Now we are inside the new directory, from C drive to new directory / existing directory

3.                   RD (Remove Directory) : This command is used to remove a directory. The directory to be removed should be empty i.e. there must be no file inside that directory. C :\> RD <directory name> Press Enter Key

4.                   CD. : CD followed by two dots. This command is used to come out of the current directory/folder.

C:\directory1\directory2> CD.. Press Enter Key
Result: C:\directory1>. Now we are out of the directory2.
5.                   DIR: This command is used to view all the directories.
C :\> dir press enter key

6.                   File creation: Copy Con: copy con myfile.txt <press enter> When typing the above you will return down one line to a blank line. Create the file line by line. Once you are ready to create the file press enter to get to a blank line and then press and hold CTRL and press Z then let go of both buttons. This will return a ^Z. Once this has been entered press enter to save and exit the file. edit myfile.txt <press enter>. By this command we can open the editor of MS-DOS

7.                   COPY command: It is used to copy the content of one file to another file.
C :\> copy <source file> <target file> Press Enter Key

8.                   TYPE: This command is used to view the contents of a existing file on command prompt. C:\ <current directory> TYPE <file name> Press Enter Key

9.                   EDIT: This command is used to open the editor of MS-DOS. In this we can create a new text file and save it in some directory or can open the exiting file to view its contents.
C :\> edit Press Enter Key,         A text editor will be opened.

10.                DEL: This command is used to delete an existing file from a directory or drive. C:\<Current Directory> DEL <file name> Press Enter Key.
11.                CLS: It allows the user to clear the complete content of the screen, leaving only the MS-DOS prompt.
12.                TIME: It allows the user to view and edit the time of the computer system.
13.                DATE: It allows the user to view and edit the current date to an alternate date.
14.                VER: This command is used to view the version of the MS-DOS Operating System.

Working on Windows OS Environment

  1. Working with desktop icons: Right click the mouse on some blank portion of the desktop. A shortcut menu appears on the monitor. Select ―Arrange Icon By” option from this menu. When you do so another popup menu appears, select “Name ―option. This will arrange icons by name. Similarly ―By Type‖ etc.
  2. Familiarity with multitasking features of Windows:
(i)                  Double click the mouse on the time that get displayed in system tray.
(ii)                Double click the mouse on My Computer Icon on desktop.
(iii)              Select ―Start‖ button and then select any option from start menu like: All programs, Accessories, MS Office etc.
  1. Operating upon Program Windows: Move the window, Decrease the width of window, Increase the length of the window, Maximize the window, Minimize the window and restore.
  2. Working with Notepad Program: Click mouse on Start button → Select All Programs →Accessories →Notepad from nested popup menus. Notepad window appears. Go to Menu Bar, select File → New File → Save it as .txt extension→ Write some text on the notepad editor. From Edit menu perform Cut, Copy & Paste operations.
  3. Working on MS –Word: The user interface of MS Word includes Document window, Ruler, Title bar, Menu Bar, Standard tool bar (with short cut options), Formatting Toolbar (For text designing & formatting).
(i)                  Creating, Saving and Closing the document: Select Start button → all programs → Ms Office→ MS Word. Then select File → Press New document Pane. a blank editor will open , Select save as option from File Menu , give the file name as .doc extension. Write something on text. Press Ctrl + S (or F2) key to save the typed text.
(ii)                Select Edit Menu at menu bar and perform select all, cut, copy, paste options.
(iii)              Select Insert menu → Go to symbol sub menu. Select Insert menu again & select object sub menu. In that select Microsoft Equation option and work on some mathematical operations and symbols.
(iv)               Click Save in the Save As dialog box to save the document and close the Save As dialog box. Select file or folder to be used to save the word file.
(v)                 Select Format Menu in menu bar and change the Font, Size of Font & its Type. Paragraph Editing, Bullets & Numbering, Borders & Shading etc.
(vi)               Work on Table Menu to draw the table of some fixed rows and columns.
  1. Short Cut keys for MS Word application: Short cut keys are those through which we can quickly perform various functions of MS-Word with keyboard, without using mouse to select options from Menu Bar.

Ctrl + N – Open a new document.
Ctrl + O – Open an existing document.
Ctrl + P – Print the active document.
Ctrl + S (or F2 key) -- Save the document file.
Ctrl + X – Move the selected text
Ctrl + C ---- Copy the selected text
Ctrl + V --- Paste the selected text
Ctrl + A --- Select the whole text of a document file.








  1. In the 1980s or early 1990s, the operating system that shipped with most PCs was a version of the Disk Operating System (DOS) created by Microsoft: MS-DOS.
  2. MS-DOS is a disk operating system for IBM PC–compatible computers.
  3. In its day, it was easily the most popular operating system in the world. 
  4. As with any other operating system, its function is to oversee the operation of the system by providing support for executing programs, controlling I/O devices, handling errors, and providing the user interface.
  5. MS-DOS is a disk-based, single-user, single-task operating system. These qualities make it one of the easiest disk operating systems to understand.
DOS FILES
  • The main portions of MS-DOS are the IO.SYS, MSDOS.SYS, and COMMAND.COM files.
  •  IO.SYS and MSDOS.SYS are special, hidden system files
  • The IO.SYS file moves the system’s basic I/O functions into memory and then implements the MS-DOS default control programs, referred to as device drivers, for various hardware components.
  • These include the following:
  1.  The boot disk drive
  2. The console display and keyboard
  3. The system’s time-of-day clock
  4. The parallel and serial communications port
IO.SYS & MSDOS.SYS
 In the PC bootup sequence, the first sector of the boot disk is loaded into memory and executed. If this is the DOS boot sector, it loads the first three sectors of IO.SYS into memory and transfers control to it. IO.SYS then:
  1. Loads the rest of itself into memory.
  2. Initializes each default device driver in turn (console, disk, serial port, etc..). At this point, the default devices are available.
  3. Loads the DOS files and calls its initialization routine.
  4. Processes the MSDOS.SYS file .
  5. Processes the CONFIG.SYS file, in MS-DOS 2.0 .
  6. Loads COMMAND.COM (or other operating system shell if specified).

COMMAND.COM 
  • The COMMAND.COM command interpreter accepts commands issued through the keyboard, or other input device, and carries them out according to the commands definition.
  •  When DOS runs an application, COMMAND.COM finds the program, loads it into memory, and then gives it control of the system. When the program is shut down, it passes control back to the command interpreter.


Common MS-DOS Commands
Command
Description
Usage
dir
Lists all files in current directory
Command: C:\>dir
Result:
List of directories Homework, Personal, Work and the file info.doc
md
Creates a new directory in the directory specified in the command, or in the current working directory if none other is specified
Command:
md <directory name>

cd
Changes the current directory to the one specified.
Command:
C:\>cd <directory name>
cd ..
The command changes the directory to the parent directory of the current directory.
Command:
cd ..

cd \
The command changes to the root directory of the current drive.
Command:  cd \

move
This command moves files or directories from the original directory specified to the new directory.
To move a file or files, you specify the name and location of the file or files you want to move followed by the destination.

Examples:
move <source> <destination>
copy
This command copies files from one location to another.
Command:
copy <source> <destination>
rename
Changes the name under which files and/or directories are stored.
Command:
rename <original name> <new name>
rd
Removes (deletes) a directory.

Note: to remove a directory, directory must be empty.  You must delete all files and subdirectories in order to delete a parent directory.
Command: 
rd <directory name>
del
Used to delete files. If a directory name is given in the command, all files in the directory are deleted.
Command:
del <file/directory name>

*
Wildcard character, a special symbol that stands for one or more characters.  Operating systems support the use of wild cards for identifying Files and Directories.
Usage:
M* searches for all files and directories that start with the letter M.

edit
Command used to run the DOS Text Editor program.
Command: edit
exit
Closes the DOS window
Command: exit

                            What is Windows?
An operating system and Graphical User Interface (GUI) created by Microsoft and found on most computer systems (but not all!).
• Allows for easy “point and click” operations between the user and the different files and programs with which they wish to work.
• While there are many different versions of Windows, the fundamentals are the same.

Menu bar:
• On many windows you will see a menu bar, which allows you to access features within that particular program.
• Office 2010 programs have a menu bar as well, but it’s configured differently and is called “the ribbon”
Scroll Bars.
• Scroll bars often appear at the bottom and even more often on the right hand side of a window, if there is a lot of content.
• Scroll bars are disabled when the content displayed is limited enough to fit within the dimensions of the window.


Cut/Copy/Paste
• Cut , copy, and paste commands can be used with to move text, graphics and other items from one
application to the next (Internet Explorer to Microsoft Word, for instance).
• Copied or cut items are placed in temporary storage (the Clipboard) and can be retrieved as
long as the computer is on or if the item hasn’t been replaced by another that you select.
• An item on the Clipboard can be pasted multiple times.
 

Cut/Copy/Paste
1. Select the item (text or graphic) to be copied by either highlighting the text or right clicking on the graphic.
2. Once you have made your selection, in the case of text, notice that it remains highlighted
3. You can now right click on your selection and select Copy OR Press [Ctrl ]+ [C].
4. Now you have copied the material and you can use it to paste into another application...
Cut/Copy/Paste
• Once you have copied the item, go to the application where you would like to paste it.
• Place your cursor where you want to paste the item in the document (a word file, email, etc.)
• Right Click and then select Paste OR Press [Ctrl]+[V].




Introduction Windows 3.1
First widely used successful version of Windows
Replaced MS-DOS
Windows 95
Introduced Start button, taskbar for multitasking, and My Computer for easier file management
Windows NT
Intended for business computing
Increased reliability and security


Windows 98
Active desktop displays Web content
Enables Web conventions on the desktop
Windows 2000
Security of NT with Windows 98 Interface
Windows 2000 Professional and Windows 2000 Server
Windows Me (Millennium Edition)
Successor to Windows 98 for home computing



Windows Terminology Here are a few important terms that you must know to be able to understand the rest of the information on this page.
Desktop The entire screen, which contains the Task Bar, Icons, and Windows.
Task Bar The horizontal bar that appears at the bottom of the Desktop. It always contains the Start Button and buttons for any minimized applications.
Window
Control

A control on the top right part of a Window that affects its size.








  • _ Minimize: Show window only on the Task Bar
  • [] Maximize/Midimize: Window fills/is-in Desktop
  • X Terminate: discard the window
    If a window is minimized, click it on the task bar and it will open and move to the desktop. When a window on the desktop is maximized, it fills the entire screen; when such a screen-filling window is midimized, it returns to its original desktop size.
  • Context
    Menu
    Right Clicking on Windows, buttons, or Icons brings up a small window containing a list of operations; the user can select which operation (from the list) to perform by clicking it.


    Logging On The following instructions are for logging onto any machine running Windows XP in CMU's Clusters. When you arrive at a machine, you should see a Welcome to Windows box displayed.
    • Hold down the Ctrl and Alt keys and press the Del key (often written Ctrl+Alt+Delete); a Log on to Windows box will pop up.
    • In the User Name box, enter your Andrew username.
    • In the Password box, enter your Andrew password (it will appear as *'s).
    • Ensure the Log on to option box says ANDREW.CMU.EDU (Kerberos Realm); if it is showing anything else, select this option from this option box.
    • Click the button labelled OK or press the Enter/Return key.
    If you enter your username and password correctly, you will be logged on; otherwise repeat this process until you successfully logged on.


    Logging Off When you are finished working on a cluster machine, you should always log off. Before logging off, make sure to Backup all your files that contain useful information. Then ...
    • Drag and Drop all your folders/files from the desktop into the Recycle Bin icon.
    • Drag and Drop all your folders/files from c:\temp into the Recycle Bin icon.
    • Double Click the Recycle Bin icon.
    • Select File | Empty Recycle Bin.
    • Click Yes for Confirm multiple File Delete.
    To actually log off
    • Click Start and select Shutdown....
    • The What do you want the computer to do text field should show Log off username (where username is your username on Andrew); if this action is not selected, select it.
    • Click OK or press Enter/Return.
    At this point the machine will begin logging you off. To ensure that this operation is successful, you should wait until the Welcome to Windows box displayed.


    Viewing File Extensions File extensions are the the part of the file name after the period (e.g., the mcp in project.mcp or the java in Application.java). It is often very useful to be able to see both file names and extensions. On some Windows operating systems (e.g., 2000), this is the default; on others (e.g., NT) you must follow the instructions below.
    • Open an Explorer window.
    • Select View | Options...
    • Click the View tab, if it is not already visible.
    • Ensure the box labeled Hide file extensions for known types is NOT checked (click it if it is checked to toggle it to unchecked).
    • Click OK
    You should now be able to see the extensions of all files.


    Renaming Folders and Files To rename a folder or file (if it is a file with an extension, the extension should remain the same: you will be warned if you accidentally change it);
    • Right Click the folder or file.
    • In its context menu, click the Rename option.
    • Type the new name (and the same extension) in the highlighted blue box.
    The folder or file should now have the name that you typed.


    Enabling Scrolling in the Console Window Java programs often input/output text in the console window. If scrolling is enabled on these windows, you can look at all the text printed. On some Windows operating systems (e.g., Windows 2000), this is the default (300 lines); on others (e.g., Windows NT) you must follow the instructions below. To allow [more] scrolling in this window, so that you can see a [longer] history of all your program's input/output, perform the following steps (you may have to perform these steps each time that you log on):
    • Right Click in the header (on the top of the frame) of the Console Window.
    • Click Properties.
    • Select the Layout tab.
    • In the Screen Buffer Size section, type 1000 (or an even bigger number) into the Height text field.
    • Click OK.
    • On the Apply Properties window, check the bullet marked Save properties for future windows with same title.
    • Click OK.
    The console window should now be scrollable (you should see the scrolling tab along the right border of the window)


    Zipping Files WinZip (the zipping/unzippng software) is already installed on all the computers in the cluster. If you want to install it on your own computer, follow this link to the WinZip web page to download a copy). Programming assignments must be turned in as single zip file that contains all the files inside a project folder. To zip all the files in a folder named F, for example, into a single zip file
    • Right Click the folder that you want to zip.
    • In its context menu, select the Add to F.zip option (note that the name of the folder, in this example F, always precedes the zip extension; do not use the more generic Add to Zip operation).
    A WinZip window will automatically appear and disappear from your screen (this might happen so fast that you do not see it). When finished you should see a new file on your desktop (or wherever the folder you zipped came from) with the same names as your folder (the folder will still be there too) and the zip file extension (so in this case, the zip file is named F.zip).


    Unzipping Files To unzip all the files in a zip file, for example F.zip
    • Right Click the zip file that you want to unzip.
    • In its context menu, select the Extract to folder C:\...F option (note that the name of the zip file, in this example F, always appears at the end of the selection).
    When finished you should see a new folder on your desktop (or wherever the folder you unzipped came from) with the same names as the zip file (the zip file will still be there too; so in this case, the folder is named F).


    Introduction

    Technical report writing is an important skill.  It's much more precise than many other forms of writing.  A project report is not quite the same as a technical report, however it should show the same level of care and attention to detail.
    This document was written to provide a few pointers about what I look for in a project report, and some tips for writing these documents using Microsoft Word.  It is written in the form it recommends, and contains examples of both good and bad styles.  It is intended for undergraduate project students, and post-graduate students in their first year.  It assumes a reasonable familiarity with Microsoft Word (although not at the level of an expert user), and a reasonable grasp of English grammar.


    1.1    Background to the Report

    Please note that there is no accepted standard for project reports.  Different supervisors will have different opinions and preferences about style; in some cases this document merely describes my preferences and opinions.  Any student reading this document would be well advised to talk to his or her other supervisor as well, and attempt to write a document to satisfy us both.
    Distributing this report written in Word has two additional benefits: it allows me to give examples of what I regard as good (and occasionally bad) styles, and it gives me the chance to distribute a sample style gallery that might be of some use.  (If you don't know what a style gallery is, look it up under Microsoft Word help.)

    1.2    Writing Reports for Me

    This is important, I want everyone to read this, so I’ll put it here.  Strictly speaking you could argue that this section should be placed in the body of the report since it is not an introduction to anything that is discussed in more detail later, but since it’s short I can get away with it.
    I am happy to read draft copies of a report before submission.  However, I am not happy to read slightly different versions of the same chapter over and over again, and I won’t have time to read anything if I am presented with a large document only a few days before the deadline.
    I have come up with a few rules for how this can best work for both of us:
    1. Run all chapters through a spelling and grammar checker before they get to me, and take note of the advice provided.  This is particularly important if English is not your first language.  If the grammar and spelling are so poor that I have difficulty in understanding what you are trying to say, then be prepared to have the document returned.  I’m afraid I don’t have the time, experience or qualifications to teach English as a foreign language. 
    2. Send me individual chapters one at a time, as soon as they are complete (or as soon as you want some comments on them).  This minimises the amount of reading I have to do at the end of the projects, and I hope will encourage you to write as you go along, always a good idea.
    3. If you are sending me a chapter for the second time, then please clearly mark where the changes have been made, so I don’t have to read through the whole thing again.
    4. If English is not your native language, it is almost certain that there will remain a lot of grammatical and usage points which the computer’s grammar checker will not pick up.  Experience has suggested that the best thing is to leave these until the end, and then for a native English speaker to go through the document once, to correct the grammar.  It is better if this person has not been involved with the project, so they don’t get too bored.

       The Basics of Project Report Writing

    Some basic techniques and considerations about writing project reports: when to write; the structure of the project report; what sections should be included; what order they should be placed in; and what kind of information I am looking for when I read a project report.
    There are a lot of good introductions to report writing out there already (see for example, the information at http://www.amp.york.ac.uk/internal/ugrad/gen/tskills/t_skills.htm), and I won't try and repeat all that information here.  I will assume the reader is familiar with this material already (if you're not, do look up and read these pages).  Instead, I will concentrate on the particular nature of the project report and highlight what I have found to be the most common problems.




    Microsoft Office is an office suite of applications, servers, and services developed by Microsoft. It was first announced by Bill Gates on 1 August 1988, at COMDEX in Las Vegas. Initially a marketing term for a bundled set of applications, the first version of Office contained Microsoft Word, Microsoft Excel, and Microsoft PowerPoint.
               Microsoft Word: a word processor included Microsoft Office and some editions of the now-discontinued Microsoft Works. The first version of Word, released in the autumn of 1983, was for the MS-DOS operating system and had the distinction of introducing the mouse to a broad population. Word 1.0 could be purchased with a bundled mouse, though none was required. Following the precedents of LisaWrite and MacWrite, Word for Macintosh attempted to add closer WYSIWYG features into its package. Word for Mac was released in 1985. Word for Mac was the first graphical version of Microsoft Word. Initially, it implemented the proprietary doc format as its primary format. Word 2007, however, deprecated this format in favor of Office Open XML, which was later standardized by Ecma International as an open format. Support for Portable Document Format (PDF) and OpenDocument (ODF) was first introduced in Word for Windows with Service Pack 2 for Word 2007.
               Microsoft Excel: a spreadsheet that originally competed with the dominant Lotus 1-2-3, and eventually outsold it. Microsoft released the first version of Excel for the Mac OS in 1985, and the first Windows version (numbered 2.05 to line up with the Mac) in November 1987.
               Microsoft PowerPoint: a presentation program used to create slideshows composed of text, graphics, and other objects, which can be displayed on-screen and shown by the presenter or printed out on transparencies or slides.
               Microsoft Access: a database management system for Windows that combines the relational Microsoft Jet Database Engine with a graphical user interface and software development tools. Microsoft Access stores data in its own format based on the Access Jet Database Engine. It can also import or link directly to data stored in other applications and databases.[9]
               Microsoft Outlook (not to be confused with Outlook Express, Outlook.com or Outlook on the web): a personal information manager that replaces Windows Messaging, Microsoft Mail, and Schedule+ starting in Office 97, it includes an e-mail client, calendar, task manager and address book. On the Mac OS, Microsoft offered several versions of Outlook in the late 1990s, but only for use with Microsoft Exchange Server. In Office 2001, it introduced an alternative application with a slightly different feature set called Microsoft Entourage. It reintroduced Outlook in Office 2011, replacing Entourage.[10]
               Microsoft OneNote: a notetaking program that gathers handwritten or typed notes, drawings, screen clippings and audio commentaries. Notes can be shared with other OneNote users over the Internet or a network. OneNote was initially introduced as a standalone app that was not included in any of Microsoft Office 2003 editions. However, OneNote eventually became a core component of Microsoft Office; with the release of Microsoft Office 2013, OneNote was included in all Microsoft Office offerings. OneNote is also available as a web app on Office Online, a freemium Windows desktop app, a mobile app for Windows Phone, iOS, Android, and Symbian, and a Metro-style app for Windows 8 or later.
               Microsoft Publisher: a desktop publishing app for Windows mostly used for designing brochures, labels, calendars, greeting cards, business cards, newsletters, web site, and postcards
               Skype for Business: an integrated communications client for conferences and meetings in real time, it is the only Microsoft Office desktop app that is neither useful without a proper network infrastructure nor has the "Microsoft" prefix in its name.
               Microsoft Project: a project management app for Windows to keep track of events and to create network charts and Gantt charts, not bundled in any Office suite
               Microsoft Vision: a diagram and flowcharting app for Windows not bundled in any Office suite

    Technical report writing is an important skill.  It's much more precise than many other forms of writing.  A project report is not quite the same as a technical report, however it should show the same level of care and attention to detail.
    This document was written to provide a few pointers about what I look for in a project report, and some tips for writing these documents using Microsoft Word.  It is written in the form it recommends, and contains examples of both good and bad styles.  It is intended for undergraduate project students, and post-graduate students in their first year.  It assumes a reasonable familiarity with Microsoft Word (although not at the level of an expert user), and a reasonable grasp of English grammar.

    Background to the Report
    Please note that there is no accepted standard for project reports.  Different supervisors will have different opinions and preferences about style; in some cases this document merely describes my preferences and opinions.  Any student reading this document would be well advised to talk to his or her other supervisor as well, and attempt to write a document to satisfy us both.
    Distributing this report written in Word has two additional benefits: it allows me to give examples of what I regard as good (and occasionally bad) styles, and it gives me the chance to distribute a sample style gallery that might be of some use.  (If you don't know what a style gallery is, look it up under Microsoft Word help.)
    This is important, I want everyone to read this, so I’ll put it here.  Strictly speaking you could argue that this section should be placed in the body of the report since it is not an introduction to anything that is discussed in more detail later, but since it’s short I can get away with it.
    I am happy to read draft copies of a report before submission.  However, I am not happy to read slightly different versions of the same chapter over and over again, and I won’t have time to read anything if I am presented with a large document only a few days before the deadline.
    I have come up with a few rules for how this can best work for both of us:
    1. Run all chapters through a spelling and grammar checker before they get to me, and take note of the advice provided.  This is particularly important if English is not your first language.  If the grammar and spelling are so poor that I have difficulty in understanding what you are trying to say, then be prepared to have the document returned.  I’m afraid I don’t have the time, experience or qualifications to teach English as a foreign language. 
    2. Send me individual chapters one at a time, as soon as they are complete (or as soon as you want some comments on them).  This minimises the amount of reading I have to do at the end of the projects, and I hope will encourage you to write as you go along, always a good idea.
    3. If you are sending me a chapter for the second time, then please clearly mark where the changes have been made, so I don’t have to read through the whole thing again.
    4. If English is not your native language, it is almost certain that there will remain a lot of grammatical and usage points which the computer’s grammar checker will not pick up.  Experience has suggested that the best thing is to leave these until the end, and then for a native English speaker to go through the document once, to correct the grammar.  It is better if this person has not been involved with the project, so they don’t get too bored.
    Use of M.S Office in Project:
    According to the Microsoft's website "Microsoft Office Project Standard 2007 gives you robust project management tools with the right blend of usability, power, and flexibility, so you can manage projects more efficiently and effectively." While we don't disagree with their statement, we all have worked with many project managers who never have spent the time to understand the tool well enough to feel that it really helps them do their job better.
    If you've been using Microsoft Project for any period of time, you probably know all the basics by now. M.S office is to make your lives easier and more productive.

    Using templates

    Not every project is the same. In fact, most of them are very different. But they all have the common components of Inception, Elaboration, Construction, and Transition (depending on the methodology used by your company, the names vary but the purposes are the same).
    By spending some of your time creating a few basic templates, you can decrease the time needed to set up the fundamentals over and over. This lets you focus on outlining what you need to get done. Microsoft even has some templates, available for download, to get you started.

    Quickly Estimating project timelines

    We've all been in those meetings when a business partner requests a timeline on a project they came up with only a few minutes beforehand.
    I know one manager who sits in meetings with his laptop open while Project is running trying to do a high-level estimate of what the user is asking for. By focusing on the creation of tasks with either a low, medium, or high level of effort, he can quickly provide his estimate based on what he feels is the work required for the particular project.

    What If scenarios

    Microsoft Project also helps in those situations where you tell your boss that a project will take X weeks, only to hear him tell you that's too long. Project allows you to easily go back and modify your criteria to see if you can come up with something more appealing.
    You can do this rather quickly by modifying the number of potential resources or evaluating the parallel-pathing of some of your tasks. The list of things you can try goes on and on but the benefit to you is that you can quickly try different scenarios and see how it affects the outcome.
    Tools for Data Management
    SAS is a powerful statistical-analysis and data-management system for complex data sets. It is especially strong in analysis of variance (ANOVA), the general linear model, and their extensions.
    SPSS performs statistical analysis on quantitative data. The graphical user interface makes statistics analysis easier, including most complex models.
    Stata is a command-based statistical package that offers a lot flexibility for data analysis. The program language keeps a simple structure, so is easy to learn, allowing users to focus on the statistical modelling.
    Excel is good is for the simplest descriptive statistics, or for more than a very few columns. It is easy to use for basic data analysis, and is much more convenient for data entry and shape manipulating.
    NVivo is a qualitative data analysis package. It helps researchers organize and analyze complex non-numerical or unstructured data, both text and multimedia. The software allows users to classify, sort, and arrange thousands of pieces of information. It also accommodates a wide range of research methods. It supports documents in many languages.
    ArcGIS Explorer Desktop is a free GIS viewer that gives you an easy way to explore, visualize, and share GIS information. ArcGIS Explorer adds value to any GIS because it helps you deliver your authoritative data to a broad audience.
    Quantum GIS (QGIS) is open source GIS software, available for both Windows and Mac OS. This software is free and comes with surprisingly powerful and useful tools.

    No comments:

    Post a Comment