Introduction To Computers MS-Office Notes
Introduction To Computers MS-Office Notes
(Information Technology)
Introduction, MS-Office & HTML
Study Notes
Contents
Introduction to Computers :.................................................................................................3 Data Representation & Numbering System.........................................................................8 Introduction to Data Communication & Networking.......................................................10 MS Word Templates:.........................................................................................................21
Introduction to Computers :
It is a truly amazing machine. It is an electronic device used to process data. In 1940s & 1950s computers were of massive size used by big institutions, govt. offices, military & universities. Computer is derived from the word Compute which means to calculate. As they can store, process & retrieve data ,as and when required they are also known as Data Processor. eg. : ENIAC , UNIVAC etc.
Historical development of Computer : Around 3000 BC in China a computer called Abacus was developed which used beads to represent decimal & arithmetic operations of smaller volume can be performed with its help. Number of improvements were made till the SteppedWheel calculator was invented which multiplied & divided directly. In 1822, Charles Babbage of England proposed the Differential Engine which was refined to Analytical Engine in 1833, which became the first completely automatic general purpose digital computer. Punched card (Mark I) was invented in 1943 in Harvard University. The original computer weighed about five tons. In operation, it was fed instructions that were coded in the form of holes punched in a narrow paper tape or a punched paper card. ENIAC : Electronic Numerical Integrator & Calculator was designed in the year 1945 which contained 18000 vaccum-tubes, weighed 30 tons which occupied 1500 sq.ft. space & just 200 characters memory by J. Presper Eckert & John W. Mauchly at Pennsylvania in Philadelphia. EDVAC : Electronic Discrete Variable Automatic Computer was developed in the year 1951 by J. Presper Eckert, John W. Mauchly & Jon Von Neuman for storing data which used the Binary Number System. UNIVAC : Universal Automatic Computer was developed by Remington Rand in the year 1951.
Generations of Computers :
1> First Generation ( 1942 1955 ) :a) Physically large in size. b) Rigid in operations. c) Limited memory & computing capacity. d) Slow operating speed i.e. ( in milli seconds ) e) Contained Vaccum Tubes. f) Restricted programming capabilities. g) Generated more heat. h) Very high maintenance problems. i) Very expensive.
2> Second Generation ( 1955 1964 ) :a) Considerable reduction in physical size. b) Comparatively more reliable. c) Comparably large memory. d) Greater operating speed i.e. ( in micro seconds ) e) Contained transistors as basic component & consumed less power. f) Improved computing capacity. g) Generated less heat as compared to first generation.. h) Faster & better input output devices.
3> Third Generation ( 1964 1975 ) :a) Greater miniaturization. b) Flexible in operation. c) Larger memory. d) High operating speed i.e. (in nano seconds) e) Contained Integrated Circuits. f) Very reliable & Random Access possible. g) Time sharing & Multi Processing. h) Compatible with other softwares. i) High level languages like FORTRAN & COBOL came into existence. 4> Fourth Generation (1975 onwards):The advancement in the electronics could pack thousands of components into very small assemblies known as LSI ( Large Scale Integration ) & it led to the fourth generation of computers. Micro processor was developed where an entire CPU was accommodated on a single chip. Intel 4004 was the first microprocessor which was further updated to Intel 8080 & this led to usage of Personal Computers.
Types of Computers :
1) Analog Computers :- These computers perform the complex processing by
directly measuring the continuous physical quantities. eg :- Slide Rule, a hand operated computer was developed in 1620-1630 for basic arithmetic calculations. Differential Analyzer used in gun directors & bomb sights is also an analog computer developed in 1876. Antikythera Mechanism was developed in the year 1901 in Greece for all Mathematical Operations.
3) Data raw material or facts about anything which is used as input to get useful
information / result.
4) People the end-users who play a crucial role. Without people the computer is
of no use.
Hardware
Processor
Memory
Input / Output
Storage
The procedure that transforms raw data into useful information is called processing. Processor is like the brain of the computer. The board to which the processor is connected is called as Motherboard or Mainboard. The term Central Processing Unit ( CPU ) refers to the computers processing hardware.
Control Unit controls the flow of instructions & data within the components. Arithmetic Logic Unit (ALU ) is responsible for performing all the computations like Arithmetic, Logical or Relational. Memory is computers electronic scratchpad. Programs are loaded into and run from memory. The most common type of memory is RAM ( Random Access Memory ). The smallest measurement unit of data is 1 bit & that of memory is 1 byte.
1. ROM ( Read Only Memory ) is non volatile in nature. The permanent programs like compilers, character shapes etc. are stores in the ROM. So programs once written cannot be erased. 2. PROM ( Programmable Read Only Memory ) is also non volatile in nature, but the contents of PROM are decided by the user. Programs once written cannot be erased or changed. 3. EPROM ( Erasable Programmable Read Only Memory ) is volatile nature. Data can be erased or changed by exposing it to Ultraviolet rays of very high intensity, so that it may be ready to accept new contents. 4. RAM ( Random Access Memory ) is volatile in nature. Information can be read from & written to RAM at any instance , but it loses the data when there is no electric supply. Input & output devices are those devices which are used to accept data & instruction from the user & return the processed data back to the user. eg :Input Devices Keyboard, Mouse, Scanner, Joysticks, Trackballs, Digital Camera, Microphones, Bar code readers, Electronic Pen, Output Devices Monitor, Printer, Speaker.
Touch screen & Modem has the functionality of both Input & Output. Storage device is to hold data. They come in two types : 1) Primary / Volatile / Temporary : RAM 2) Secondary / Non Volatile / Permanent : Harddisk, Floppy, CD, DVD, Tape Drives, Removable Harddisks. Software brings machine to life. It is a set of instructions which tells the computer how to process the data. Software are of two types.
System Software
Application Software Tells the computer how to accomplish specific tasks for the user. Eg. MS-Office etc.
Tells the computer how to use its components. It is an interface between the user & the PC. Eg : Operating System.
Single User Every machine having its own operating system operated by single user.
Multi User One operating system shared by many users on different clients.
1) Binary Numbering System uses the base as 2 . Base is also termed as RADIX. 2) Decimal Numbering System uses the base as 10.
Binary to Decimal Conversion 101 = 1x22 + 0x21 + 1x20 = = 4+0+1 5 ( 101 )2 = ( 5 )10 101.011 = 1x22 + 0x21 + 1x20 + 0x2-1 + 1x2-2 + 1x2-3 = 4 + 0 + 1 + 0 + 0.25 + 0.125 = 5.375 ( 101 .011 )2 = ( 5.375 )10
1 0 1 1
Ones Complement It can be obtained by flipping each digit. i.e. 1 to 0 & 0 to 1 e.g. 11010 = 00101
Twos Complement It can be obtained by adding 1 to its ones complement. e.g. Number : 11010 Ones Compliment : 00101 + 1 -------Twos Compliment 00110 --------
Features of Networking 1) Allows simultaneous access to critical programs & data. 2) Allows people to share peripheral devices. 3) Streamlining personal communication with email. 4) Making the backup process easy. Types of Networks 1) Local Area Network ( LAN ) :A network of computers located relatively near each other & connected by cable is known Local Area Network. It permits all the computers connected to it to share hardware, software & data as if to be directly connected to the users computer. E.g Computers connected to each other within any organization or institute,
Server
10
2) Wide Area Network - (WAN):When two or more networks are connected together generally across a wide geographical area using high-speed or dedicated telephone lines. WAN means network of networks. E.g. Internet.
Server 1
Gateway
Gateway
Server 2
Protocols:A protocol is a set of rules which dictates the format of a conversation between communicating stations. e.g. TCP / IP , FTP , HTTP 1) TCP / IP Tranmission Control Protocol / Internet Protocol:On a network, data is sent in small groups called packets. A packet is a group of bits that includes header, payload & control elements that are transmitted together. To : B From : A Content : Text Packet # : 1 To : B From : A Content : Text Packet # : 2 To : B From : A Content : Text Packet # : 3
Hello
How Are
You ?
11
12
Introduction to Embedded Software:Frequently embedded systems are real-time in nature. A real-time system is any information processing system which has to respond to externally generated input stimuli within a finite and specified period the correctness depends not only on the logical result but also the time it was delivered, failure to respond is as bad as the wrong response. The computer is a component in a larger engineering system in other words an EMBEDDED COMPUTER SYSTEM. To the max all processors are for the embedded systems market
13
14
MS Word Introduction:
Microsoft Word is an essential tool for the creation of documents. Its ease of use has made Word one of the most widely used word processing applications currently on the market. Therefore, it's important to become familiar with the various facets of this software, since it allows for compatibility across multiple computers as well as collaborative features. Word is a fairly simple program to use for completing simple tasks.
15
Opening a Document:
To open to view, edit, or print a document, you must first open up that file in Word. You can open a file by clicking on the "Open" folder icon (with a picture of a folder) located in the standard toolbar. Or, you can use the menu bar and navigate to File >> Open (shortcut: Ctrl+O).
Saving a Document:
When you are working with any sort of media in any software, you should be sure to save your work often. In Word, there are numerous options for saving documents in a variety of file types. To save a new, unsaved document, you can click on the Save icon, shaped like a disk located on the standard toolbar. Or, you can go to the menu bar and select File >> Save (shortcut: Ctrl+S). A dialogue box should appear, offering you a number of options. To save the document in the desired location on your computer, locate and select the folder on your computer. Give your document a name in the file name text box. While you can give your document long names, make sure you save it with a name you can remember. Please note that it's good practice not to use spaces or special characters in file names. For example, a long file name may look like this: sample_paper1.doc
To save a completely new document using previously existing (and opened) text, you use the Save As option. Open the document that you wish to save as an entirely new file, go to the menu bar, and click on File >> Save as. In the file name text box, give your document a new name. Using this option allows you to save multiple versions (with different file names) of a document
16
4.
5.
6.
7. 8. 9.
17
12.
1. Style:
Styles in Word are used to quickly format portions of text. For example, you could use the Normal" or "Default Paragraph Font" for the body text in a document. There are also three preset styles made for headings. Font: Font is a simple but important factor in Word documents. The choice of font (the style of the text itself) can influence the way others view documents, either on the screen or in print. For example, Arial font looks better on screen, while Times New Roman is clearer in print. To apply a font to text, select desired text with your cursor, and choose a font from the font drop down menu. Font Size: You may encounter times in which you need to display some text larger or smaller than other text. Selecting desired text with the cursor and choosing a font size from the drop down menu changes the size of text. Bold: Places the text in bold. Italic: Places the text in italics. Underline: Underlines the text. Align Left: Aligns the selection to the left of the screen/paper.
2.
3.
4. 5. 6. 7.
18
9. Align Right: 10. 11. 12. 13. 14. 15. 16. 17. 18.
Aligns the selection to the right of the screen/paper. Justify: Aligns the selection to both the left and right of the screen/paper. Line Spacing: Adjust the line spacing (single-spaced, double-spaced, etc.) Numbering: Create a numbered list. Bullets: Create an unordered, bulleted list. Decrease Indent: Decreases the indentation of the current selection (to the left). Increase Indent: Increases the indentation of the current selection (to the right). Outside Border: Places a border around the current selection; click the drop-down for a wide selection of bordering options. Highlight: Highlight the current selection; default color is yellow. Font Color: Change the font color; the default/automatic color is black.
More Formatting:
Besides the toolbars, Word provides a great deal of ways to customize and format your text and documents.
Paragraph Spacing:
To access the Paragraph formatting options, navigate to the menu bar, and select Format >> Paragraph, or right-click within a paragraph. A window will appear with options for modifying spacing and indenting. Here, you can choose to make the text in your document single or double spaced, as well as edit the margins for the document.
19
Headers/Footers:
Headers and footers are important aspects of a Word document if you wish to include information such as page numbers and headings on every page. To access the header and footer options, go to the menu bar and select View >> Header and Footer." A dotted-line box called "Header" will automatically appear, as well as a sub-menu for formatting header and footer properties. The cursor will already be placed in the Header box. If you scroll down on your current page opened in Word, you will see a dotted-line box called "Footer." To add text in the Header or the Footer, simply click the cursor inside either one of the boxes, and type the text you want.
To add page numbers to your document, click your cursor inside of the footer box. Then, click on the icon shaped like a sheet of paper with a "#" inside. The page number will then be inserted and applied to all of the pages in your document.
20
MS Word Templates:
Introduction:
Making specific kinds of documents using Microsoft Word can be made a lot easier by using templates. Templates take you step-by-step through the creation process of making a specific kind of document using pre-made layouts. This guide will introduce you to this helpful feature and some of the more useful templates available in Word.
21
MS Word Tables:
Creating a Table:
There are different methods you can use to insert a table into your Word document. If you are less experienced with tables, then you might want to consider using the "Insert Table" option. Otherwise, you can use "Draw Table," which lets you make a table by scratch by drawing it freehand using the Draw Table tool.
Insert Table:
In your document, place your cursor where you wish to insert a table. Then, go to the menu bar and select Table >> Insert >> Table. After you make this selection, the "Insert Table" window will pop up.
Draw Table:
If you'd like to draw your own table for scratch, go to the menu bar and select Table >> Draw Table. Once this option is selected, the "Tables and Borders" toolbar will pop up (we will cover this toolbar more indepth in a little bit).
Using the "Draw Table" tool, click and drag to form the outside border of the table, determining its width. You can draw rows and columns by using the "Draw Table" tool to draw vertical lines to create columns, and horizontal lines to form rows. Continue to draw your table as you see fit.
22
1. Draw Table: Lets you create a table by drawing it freehand (see above
section).
2. Eraser: You can remove parts of your table by using the eraser to click and 3. 4. 5. 6.
7. 8. 9.
drag on lines, rows and columns. Line Style: Click on the small triangle to show the drop down menu. From here, you can choose a line style for your borders, such as solid, dotted, dashed, and more. Line Weight: Click on the small triangle to show the drop down menu. Using this, you can choose a line thickness for your table line borders. The bigger the line weight, the thicker the line. Border Color: By clicking on this button, you can access the color template that will allow you to apply a color to your line borders. Borders: To apply a certain border style to the borders of specific cells, or to remove the borders from specific cells completely, use your mouse to select the desired cells. Then, use the Borders menu to apply or remove borders from those selected cells. You can identify the cells that have borders by the border type icons that are a light shade of gray in the Borders menu. Shading Color: You can apply a background color to cells, rows, and columns by accessing the color palette that appears when you click on the small triangle next to the paint bucket. Insert Table: Clicking on this icon brings up the "Insert Table" window which allows you to input specific information about the look and design of your table (see above section on "Insert Table"). Merge Cells: Merging cells is the act of selecting more than one separate cell and merging them so that they become one. First, select the cells that you want to merge with your mouse (by clicking and holding within one cell and dragging the mouse across the cells you want to select), and then click on the "Merge Cells" icon. Word will automatically merge the two cells together.
23
11. Align: Choosing an alignment from the drop-down menu allows you to format
the text or content within a cell. From here, you can make your text right, left, and centered aligned. There are also other alignments to choose from, such as different horizontal and vertical alignments. Distribute Rows Evenly: Makes the heights between rows equally spaced. Select the desired rows that you wish to format, and then click on the "Distribute Rows Evenly" icon. Distribute Columns Evenly: Makes the widths between columns equally spaced. Table AutoFormat: Clicking on this icon brings up the Table AutoFormat window. There are a number of pre-made design table templates you can use to apply to your table. You can customize colors, fonts, borders, and other table features.
15. Change Text Direction: This allows you to modify the orientation of text 16. 17. 18.
within a cell. The default setting is horizontal, but by clicking on this icon, you can change the orientation of the text to display vertically. Sort Ascending: Sort a selection of text in cells in ascending order. Sort Descending: Sort a selection of text in cells in descending order. AutoSum: Automatically calculates formulas within cells.
24
Cross Reference :
It is a feature to have interlinks within a document.To insert a cross-reference field, follow these steps: 1. Click at the spot where you want the cross-reference to go. 2. Choose Insert, Reference, Cross-reference to display the Cross-reference
dialog box. The Cross-reference dialog box allows you to specify the type of item you want to reference and the information you want to appear in your document.
Display the Reference Type drop-down list and select the type of item you want the cross-reference to point to. If you want to refer to a heading in your document, for example, choose Heading. The Insert Reference To and For Which [Reference Type] lists in the dialog box change dynamically to present the options available for the reference type you choose. Note : To insert cross-references to figures, tables, and equations, you need to use Word's caption feature. For more information, search Word's help system for the word caption. In the Insert Reference To list, select the type of information that you want to appear in the text. Using the preceding example, if you chose Heading as the reference type, you would select Heading Text in this list to insert the heading name as a field, or you would select Page Number to insert the page number on which the heading appears as a field.
25
If you aren't currently using outline levels or built-in styles, do one of the following: Create a table of contents from outline view 1. 2. 3. 4. 5. On the View menu, point to Toolbars, and click Outlining. Select the first heading that you want to appear in the table of contents. On the Outlining toolbar, select the outline level that you want to associate with the selected paragraph. Repeat steps 2 and 3 for each heading that you want to include in the table of contents. Click where you want to insert the table of contents. On the Insert menu, point to Reference, and click Index and Tables. Click the Table of Contents tab. To use one of the available designs, click a design in the Formats box. Select any other table of contents options you want.
26
Create a table of contents from custom styles If you've already applied custom styles to your headings, you can specify the style settings you want Microsoft Word to use when it builds the table of contents. 1. 2. 3. 4. Click where you want to insert the table of contents. On the Insert menu, point to References, and click Index and Tables. Click the Table of Contents tab. Click Options.
5. Under Available styles, find a style you've applied to headings in your document. 6. Under TOC level, to the right of the style name, enter a number from 1 to 9 to indicate the level you want that heading style to represent. Note If you want to use only custom styles, remove the TOC level numbers for the built-in styles, such as Heading 1. 7. Repeat steps 5 and 6 for each heading style you want to include in the table of contents. 8. 9. 10. Click OK. To use one of the available designs, click a design in the Formats box. Select any other table of contents options you want.
Macros
Macros are nothing but shortcuts to any operation in MS Office application. They can be of two types : 1. Keyboard Macro 2. Toolbar Macro Keyboard Macro : It works similar to any shortcut function used via keyboard. Steps to create a new Keyboard Macro
27
Mail merge
Creating the main document On the menu bar, click on Tools >> Letters & Mailings >> Mail Merge... A task pane will appear on the right of the word document. Under Select document type, choose one of the following types of documents: Letters E-mail messages Envelopes Labels Directory
28
29
2. You may choose a specific type of label by Label products and Product number. 3. You can adjust the height and width of the label by clicking on Details... Start from Existing: Choose this option if you have saved an existing label document in Word format. Click on Next: Select recipients on the bottom of the task pane Selecting recipients The process of selecting recipients is identical for creating Letters and Labels. Under Select recipients, select one of the three options: Use an existing list will allow you to use files and addresses from a file or database. To find an already existing file, select Browse... and navigate your way to the file. If your data source is an Excel worksheet that has data on multiple tabs, select the tab containing the data you want. Click OK. All the entries in the data source will now appear in the Mail Merge Recipients window, where you can edit the list of recipients. Click OK when finished. To change the files click on Select a different list... To edit the list click on Edit recipient list... (data source) Create a simple new address list will allow you to create a new contact list. 1. Under Select recipients, click Type a new list. 2. Click Create..., the following window will appear.
30
3. In the New Address List window, type the data you want to include under Enter Address information; for example, title, names, and address information. You do not have to fill in every field. If you want to edit the field names, click on Customize... button, and the Customize Address List window will appear. Add, delete or rename any field name as you want.
4. To make another entry, click New Entry. 5. Repeat steps 3 and 4 until you've added all the entries you want, and then click Close. 6. In the Save Address List window, type a name for the data list in the File name field, and select a folder to save the list in. By default, the address list is saved in the My Data Sources folder. It is best to keep the file there since Microsoft Word by default looks for data in that folder, so you won't have to navigate through files and folders to locate it. 7. Click Save.
31
If the arrow next to any column heading is blue, that category is screening out names. To display all the recipients again, click and blue arrows and select All. To check all names in your recipients list, click Select All. To uncheck all names, click Clear All. Click OK to return to the Mail Merge Wizard. If you are creating a form letter, click on Next:Write your letter. If you are creating a label, click on Next: Arrange your labels. Formatting letter and label If you are creating a form letter, type the text that you want to appear in every form letter. Insert merge fields where you want to merge names, addresses, and other
32
Address block
33
Click on Next: Complete the Merge at the bottom of the task pane Complete the merge Edit Individual letters/labels Click Edit individual letters/labels... In the Merge to New Document window, select the records you want to merge. Click OK. Microsoft Word will create new merged document. To personalize individual documents, scroll to the information you want to edit, and make your changes. Print or save the document just as you would any regular document.
Print the letters/labels If you personalized the items and the merged document is active on the File menu, click Print. If you want to print directly from the mail merge task pane, click Print... under the Merge heading. In the Merge to Printer window, select the options you want, and print.
Save the merged letters/labels Under most circumstances, you do not need to save the merged document. It is simpler and more useful to save the main document and merge it again if you need another copy. Below are examples of times when you might wish to save the merged document: You wish to keep an archived copy of mailings, including to whom they were sent. You have personalized individual letters or labels within the merge, and want to save those changes.
34
Click OK. Microsoft Word will open one new document that contains all the individual letters. Save the document just as you would any regular document
Shortcut Keys
CTRL+SHIFT+A ALT+CTRL+M ALT+F10 ALT+F5 ALT+CTRL+1 ALT+CTRL+2 ALT+CTRL+3 CTRL+SHIFT+L ALT+CTRL+K F3 or ALT+CTRL+V CTRL+B or CTRL+SHIFT+B CTRL+SHIFT+F5 CTRL+PAGE DOWN CTRL+PAGE UP ALT+CTRL+HOME ESC CTRL+E SHIFT+F3 LEFT SHIFT+LEFT RIGHT SHIFT+RIGHT DELETE ALT+F4 ALT+SHIFT+C CTRL+SHIFT+ENTER CTRL+SHIFT+F8 CTRL+C or CTRL+INSERT CTRL+SHIFT+C
35
36
37
38
39
MS Excel Introduction:
Microsoft Excel is an essential tool for displaying data in tabular format, preparing charts / graphs and arithmetic, relational & logical calculations. It can be used for storing the daily expenses or even financial statements can be designed in Excel.
Standard Toolbar:
1. New:
Create a new, blank spreadsheet
2. Open: 3. Save: 4. 5. 6. 7.
Open a previously saved spreadsheet Save your current spreadsheet Permission: Information Rights Manager helps prevent confidential matters from editing or copying by unauthorized people. Print: Prints the current document. Print Preview: Preview the potential print of the current document. Research: Microsoft has enabled Information Rights Management (IRM) within the new version of Excel, which can help protect sensitive documents from being copied or forwarded. Click this for more information and options. Copy: Copies the current selection to the clipboard, which can then be pasted elsewhere in the document. Paste: Takes the current clipboard contents and inserts them. Undo: Undoes the last action in the document, reverting back a step in time. Insert Hyperlink: Inserts a hyperlink to an Internet location. AutoSum: A drop-down menu of available mathematical operations to perform. Sort Ascending: Sorts the current selection in ascending order. Chart Wizard: Opens the Chart Wizard, which will walk you through the creation of a chart / diagram using the currently selected information. Microsoft Excel Help: Brings up the Excel Help window, which will allow you to type in a key-word for more information, or click anything on screen to directly bring up further information on that subject.
40
Formatting Toolbar:
Change the font of the selected cell(s) Size: Change the font size of the selection Bold: Put the selection in bold face Italics: Italicize the selection Underline: Underline the selection Align Left: Align the current selection to the left Center: Align the current selection to the center Align Right: Align the current selection to the right Merge & Center: Combine two selected cells into one new cell that spans the width of both and center the contents of this new cell Currency Style: Change the style in which currency is displayed Percent Style: Change the style in which percents are displayed Decrease Indent: Decrease the indent of a cell by approximately one character Border: Add or alter the style of borders to format a cell with Fill Color: Select a color to fill the background of a cell with Font Color: Select a color to apply to a selection of text
The current cell(s) will always be listed in the "Name Box," which appears on the left below the toolbars. Black border around the cell is known as Cell Selector and the black square box on the right-bottom corner of the cell is known as Autofill Handle.
41
A Simple Spreadsheet:
This is what a basic spreadsheet may look like, keeping track of the grades for five students. As you'll notice, numbers automatically align to the right, while text automatically aligns to the left. Room has been allowed at the top and the left for column and row headings, which haveu been placed in bold.
42
Simple Formulas:
"92.67" was not entered as the contents for cell "E2." The "formula bar" has the following entered into it: =(B2+C2+D2)/3 By following the normal order of operations, the contents of the three cells in parenthesis (B2, C2, and D2) are all added to each other, and then divided by 3. This gives an average of the three grades, which is then shown in the cell "E2" (where the formula was entered). If you wanted to do the same for students 2 through 5, you would enter in similar formulas for each cell from "E3" to "E6" replacing the column and row numbers where appropriate. An easy method to replicate formulas is to select the cell which contains the original formula ("E2" in this case), click the bottom right corner of the selection box, and drag down several rows (to "E6" in this example). The formula will be copied down in each cell, and will change itself to reflect each new row.
Sorting:
One of Excels powerful features is its ability to sort, while still retaining the relationships among information. For example, lets take our student grade example from above. What if we wanted to sort the grades in descending order? First, lets select the information we want to sort.
43
Now lets select the Sort option from the Data menu.
A new window will appear asking how you would like to sort the information. Lets sort it by the average grade, which is in Column E; be sure to set by Descending order. If there were other criteria you wished to sort by as secondary measures, you could do so; lets select Then by as Grade 3 just for the practice of doing so (Descending order, as well).
Excel will sort your information with the specifications you entered. The results should look something like this:
44
Cell Formatting:
You may notice that, by default, Excel will leave as many decimal points as possible within the cells width restraints; as you increase the cells width, the number of decimal points increases.
Select Cells from the Format menu. A new window will appear with a wide variety of ways in which to customize your spreadsheets.
45
Chart Wizard:
Excel allows you to create basic to intermediate charts based off of information and data within your spreadsheets. Lets create a column chart from the student grade data from before. First, highlight the data.
A new window will appear asking which type of chart you would like to create. For this example, lets do a basic pie chart. Select Column from the Chart Type on the left side, and pick the first sub-type on the right (a normal, 2D column chart).
46
Click Next. In this window, youll be asked to select your data range; this is the area of your spreadsheet that you wish to generate a chart from. Since youve already selected the area before, it should already be entered into the appropriate area. Series in allows you to choose by which value you want to arrange the chart. Lets arrange it by rows; this will break it down by Grade (such as Test 1, Test 2, etc.) and comparing the student scores next to each other.
47
Click Next. In step three you can give the chart a name (Chart Title), label the X and/or Y axis, etc.
Click Next. The final step will ask whether you want the chart as an object in your current spreadsheet or in a new one; generally, you will place it within the same spreadsheet.
48
Goal Seek:
Goal Seek means achieving the target. In goal seek the user will always have a clear idea of the last total or the last value which is to be achieved by modifying one of the said value.
49
Scenarios:
Scenario is an advanced version of Goal Seek. The main difference is that in goal seek we can change only one value where as scenario allows to change more than one value. In goal seek we know the target value but not the cell value, scenario is exactly opposite i.e. cell values are changed as per users requirement but the target is not known to the user. Steps: Click the cell where there is a formula. Tools >> Scenario >> Add >> set scenario name >> select the cells whose values have to be changed >> ok >> change the values >> ok >> show
Subtotals:
Subtotals are used to take category wise totals. A note to keep in mind is that before applying subtotals the data has to be sorted first. Steps: Select the data >> Sort the data ( Ascending / Descending ) >> Data >> Subtotals >> Select the after every change in option i.e. after every change in one of the category >> select the function i.e. whether sum or count etc. >> select the field where excel going to display the result >> select the option of replacing the existing subtotals >> select the page break option if required >> select summary below data >> ok
Filter:
Filters are used to display selected data. There are two types of filters : 1) Auto Filter: It is a easiest way of segregating the data with options like Ascending / Descending Sort, Custom Conditions, All, Top10 etc.
50
PivotTables:
PivotTables are one of the wildest but most powerful features of Excel that may take some experimentation to figure out. They allow manipulating the data on trial and error and immediately showing the result of this manipulation. If the result is not what you expect, you can use Excel's Undo feature and have another go! Whatever you do, you are not changing the structure of your original table in any way, so you can do no harm. They allow you to pivot (turn / rotate) data using drag-and-drop techniques and receive results immediately. PivotTables are interactive; once the table is complete, you very easily can see how your information will be affected when you move (or pivot) your data. This will become patently clear once you give PivotTables a try. What Are PivotTables Good For? PivotTables can produce summary information from a table of information. Imagine you have a table of data that contains names, addresses, ages, occupations, phone numbers, and Zip Codes. With a PivotTable, you very easily and quickly can find out: How many people have the same name How many people share the same Zip Code How many people have the same occupation You also can receive such information as: A list of people with the same occupation A list of addresses with the same Zip Code If your data needs slicing, dicing, and reporting, PivotTables will be a critical part of your toolkit.
51
52
53
Finally, click anywhere outside the PivotTable and select Edit Paste. You will end up with a fully colored and formatted snapshot of your PivotTable, as shown in Figure 4-3, complete with formatting. This can be very handy, especially if you have to email your PivotTable to other people for viewing. They will have the information they need, including all relevant formatting, but the file size will be small and they won't be able to manipulate your data. Also, they will be able to see only what you want them to see.
54
You also can use this picture-taking method on a range of cells. You can follow the preceding steps, or you can use the little-noticed Camera tool on your toolbar. To use this latter method, select View Toolbars Customize.... From the Customize dialog, click the Commands tab, from the Categories box, select Tools, and from the Commands box on the righthand side scroll down until you see Camera. Left-click and drag-and-drop this icon onto your toolbar where you want it to be displayed. Select a range of cells, click the Camera icon, and then click anywhere on the spreadsheet, and you will have a linked picture of the range you just took a picture of. Whatever data or formatting you applied to the original ranThe steps you need to follow to create a PivotTable require some effort, and that effort often is redundant. With a small bit of VBA, you can create simple PivotTables automatically. PivotTables are a very clever and potent feature to use on data that is stored in either a list or a table. Unfortunately, the mere thought of creating a PivotTable is enough to prevent some people from even experimenting with them. Although some PivotTable setups can get very complicated, you can create most PivotTables easily and quickly. Two of the most commonly asked questions in Excel concern how to get a count of all items in a list, and how to create a list of unique items from a list that contains many duplicates. In this section, we'll show you how to create a PivotTable quickly and easily that accomplishes these tasks. Assume you have a long list of names in column A, with cell A1 as your heading, and you want to know how many items are on the list, as well as generate a list of unique items. Select cell A1 (your heading) and then select Data PivotTable and PivotChart Report (or Data PivotTable Report on Macs) to start the PivotTable Wizard.
55
Finally, select New Worksheet as the destination of your PivotTable Report and click the Finish button. You should see your PivotTable on a new worksheet containing the unique items from your list along with a count of how many times each item (name) appears in your list.
56
MS PowerPoint Introduction:
What is PowerPoint? PowerPoint is a popular graphics presentation program. It is used to create slide presentations with color graphics, sound and video clips. It may also be used to create printed documents such as overhead transparencies or flyers with graphics. Create a new presentation 1) AutoContent Wizard: The AutoContent Wizard provides templates and ideas for a variety of presentation types. Move through the wizard by clicking the Next button on the bottom of each page after making necessary choices. 2) Design Template: PowerPoint provides many templates with different backgrounds and text formatting to begin your presentation. Preview each design by clicking on its thumbnail in the Task Pane. The template will be applied to the whole presentation. To change the template, click on another type. To remove it, select the Default Design template under Available For Use in the Task Pane. 3) Blank Presentation: Select Blank Presentation to build the presentation from scratch with no preset graphics or formatting. 4) Open an Existing Presentation: File >> Open Select this option to open a PowerPoint presentation that already exists. Select the folder in which the file to be opened is located in from the Look in: drop-down menu and highlight the file on the list. Click on the Open button to open the presentation. Views PowerPoint gives you three options for viewing your presentation in addition to the Slide Show. You can select the page view by clicking on the View menu, and choosing Normal, Slide Sorter, or Slide Show. 1) Normal View This view can be divided into two: Slide View and Outline View, and they can be changed by clicking on the bar tabs at the top of the Slides/Outline bar. This screen is split into four sections showing the main menu to the left, the presentation outline on the right (or left, as you choose it to be), the slide in the main window, and notes at the bottom. 2) Slide View The slide view displays each slide on the screen and is helpful for adding images, formatting text, and adding background styles. 3) Outline View The detailed presentation outline is displayed on the majority of the outline bar with small windows for the slide and notes. This view is recommended for editing text. Two more views are available:
57
58
Add content:
Resize a text box Select a text box by clicking on it with the mouse. A border with 8 handles will appear around the text box (if it is an inserted text box that was not there in the first place, it will have an additional green rotation handle). The four handles on the corners will resize the length and the width of the box at once while the handles on the sides will resize only in one direction. Click one of the handles and drag it with the mouse. Release the mouse button when it is the size you want it to be. Move the text box by clicking and dragging the thick, dotted border with the mouse. You can move a text box by: -clicking and dragging, or - clicking on the border of the text box and moving it with the arrows of the keyboard. Text box properties Change the colors, borders, and backgrounds of a text box from the Format AutoShape dialog box. Activate the textbox by clicking on it and select Format > Text Box from the menu bar. Under this you get various option from where you can format the text box.
Animation in PowerPoint:
An animation applies a motion or changes the appearance of part of a slide. With PowerPoint 2003 you have a wide variety of effects you can pick. There is also a new feature that allows you to determine when the effect with take place. You can choose entrance, which changes how text or an object comes onto a slide; emphasis, which makes the object or text stand out after it is on the slide; or exit, which is how a text or object leaves the slide. You can apply the animations with a preset animation scheme or by creating a custom animation.
59
4. Click on the Add Effect button in the Custom Animation task pane and set the
Entrance, Emphasis, Exit, and Motion Paths effects. 5. In the Custom Animation task pane, also set the Start, Direction, and Speed options for each of the items that will be animated on that slide. 6. To preview all of the animations set on the current slide, click on the Play button in the Custom Animation task pane. Changing a Custom Animation Simple changes can be made from the Task Pane. 1. To change the Effect of the animation click, select the animation you want to work with, and then click Change. 2. You can also change the Start, Direction or Speed. 3. To reorder the animations, select the animation and click Re-Order. 4. Click the Play button, to see a preview of your changes. Effect Options Working with the Effect Options window, you can do much more customizing of the animation. 1. Select the animation you want to work with and right mouse click on it and select Effect Options. 2. Make desired choices at each tab of the window that appears. Turning Off Custom Animations click, select the animation you want to work with, o Apply Slide Transition . Go to Slide Sorter View. want to . Choose desired transition (how slides enter and leave the presentation) and sound. .
60
61
62
If you want an action button to be available on all your slides then it needs to be on the Slide Master. Rather than create a new button from scratch, move the custom button you have just created: 1. Make sure the Restart button is still selected then [Cut] it (<Ctrl x>) from the current
63
64
MS Access Introduction:Ms Access is a Database Management System (DBMS). Few terms to ponder upon before starting with Access: 1. Database Terminologies 1. Data Raw facts & figures 2. Database logical structure to store data. 3. DBMS Database Management System (Software used to create & interact with the database). 4. Relationship Connectivity between tables/entities. 5. Entity Individual object with its information. 6. Field A group of characters. 7. Record/tuple A collection of various fields. 8. Query Question in a systematic manner. 9. Table Collection of Fields & Records. 10. SDLC Systems Development Life Cycle 2. What is SDLC? 1. Systems 2. Systems 3. Systems 4. Systems 5. Systems system investigation understanding the problem analysis understanding the solution design creating the logical and physical components implementation placing completed system into operation maintenance and review evaluating the implemented
3. To identify the purpose of a DBMS 1. Goal is to provide way to store and retrieve data in an efficient and convenient manner. 2. Word MANAGEMENT indicates :- providing mechanism for: 1. Defining structure for storage of information. 2. Providing mechanism for manipulation of stored data. 3. Safety Mechanism 4. Types of Database Models
65
3. Relational Database Model A relational database allows the definition of data structures, storage and retrieval operations and integrity constraints. In such a database the data and relations between them are organized in tables. A table is a collection of records and each record in a table contains the same fields. Features of RDBMS 1. Values Are Atomic 2. Each Row is Unique 3. Column Values Are of the Same Kind 4. The Sequence of Columns is Insignificant 5. The Sequence of Rows is Insignificant 6. Each Column Has a Unique Name 5. Types of Relationships
66
8. What is SQL? Structured Query Language (SQL) is the standard language for maintaining data in a relational database systems.
Hyper Text Markup Lanuage(HTML):Hypertext Markup Language (HTML) is the text markup language currently used on the World Wide Web. Markup is separate from the actual content of the document. HTML is used to tell Web browsers how to display Web pages.
67
68
69
70
Block level elements are used to define groups of text for a specific role, such as a form, a table, a heading. Text level elements are for marking up bits of text like creating links, inserting images and changing the appearance of the text (bold, italic). The main functional difference between these two types of elements is that text level elements don't cause line breaks, but block level elements do cause. Text level elements can contain other text level elements but not block level elements.
71
72