6 - Word Processing SW Clipboard Tab. Cut (Ctrl + X) Paste (Ctrl + V) Copy (Ctrl + C) Format Painter (Ctrl + Shift + C, Ctrl + Shift + V) Tab Types

Size: px
Start display at page:

Download "6 - Word Processing SW Clipboard Tab. Cut (Ctrl + X) Paste (Ctrl + V) Copy (Ctrl + C) Format Painter (Ctrl + Shift + C, Ctrl + Shift + V) Tab Types"

Transcription

1 ඉන දක Jayasinghe 6 - Word Processing SW Clipboard Tab Paste (Ctrl + V) Cut (Ctrl + X) Copy (Ctrl + C) Format Painter (Ctrl + Shift + C, Ctrl + Shift + V) Tab Types Left Tab Center Tab Bar Tab Right Tab Decimal Tab Indents Get Random Text using =RAND(#P,#S) function as follows =RAND (2, 3) two Paragraphs with three sentences. Most Useful Shortcuts (in the latest version) Ctrl+F1 Hide/Show Ribbon F1 Help F2 Edit F6 Keyboard Lock F7 Spelling cheker F12 Save As Shift+F3 Change case Ctrl+B Bold text Ctrl+U Underline Ctrl+I Italic Ctrl+S Save Ctrl+N New Ctrl+W Close Alt + F4 Close Ctrl+O Open Ctrl+D Font Ctrl+Shift+P Font Ctrl+Shift+F Font Ctrl+P Print Ctrl+Shift+< Decrease Font size Ctrl+ Shift+> Increase Font size 2 time Press F8 Select a word 3 time Press F8 Select a sentence 4 time Press F8 Select a paragraph 5 time Press F8 Select all Crtl+A Select all Ctrl+C, Ctrl+V Copy & Paste Ctrl+X, Ctrl+V Cut & Paste (move) Ctrl+F Find /Serch Ctrl+H Replace Ctrl+K Insert Hyperlink Ctrl+1 Single Line Spacing Ctrl+5 1 ½ Line Spacing Ctrl+2 Double Line Spacing Ctrl+L Left Align Ctrl+R Right Align Ctrl+E Center Ctrl+M Increase Left Indent Ctrl+Shift+M Decrease Left Indent Ctrl+Z Undo Ctrl+Y Redu Ctrl+Home Go to begin Ctrl+End Go to end Crtl + M Left Indent (L to R) Crtl + Shift+ M Left Indent (R to L) Crtl + Shift + + Superscript (a 2 ) Crtl + = Subscript (a 2 ) Ctrl + Enter PAGE Break WinKey+P Second Screen (MMProjector) ictezy@gmail.com

2 ඉන දක Jayasinghe ictezy.com OL/2014/80-S-I,II Page 2

3 ඉන දක Jayasinghe OL/2014/80-S-I,II Picture Tools Drawing Tools Table Tools ictezy.com Page 3

4 ඉන දක Jayasinghe OL/2014/80-S-I,II Font Tab Font (Ctrl + Shift + F) Increase Font Size (Ctrl + >) Font Size (Ctrl + Shift + P) Decrease Font Size (Ctrl + <) Change Case Clear All Formatting Bold (Ctrl + B) Italic (Ctrl + I) Underline (Ctrl + U) Subscript (Ctrl + =) Strikethrough (Ctrl + Shift + +) Superscript Text Highlighter Color Font Color Paragraph Tab Bullets Numbering Multilevel List Decrease Indent Increase Indent Sort Show/Hide (Ctrl+*) Paragraph Align Left (Ctrl + L) Center (Ctrl +E) Right Align (Ctrl +R) Justify Shading (Ctrl +J) Line and Paragraph Spacing Ctrl +1 Single Line space Ctrl ½ Line space Ctrl + 2 Double Line space Borders ictezy@gmail.com ictezy.com Page 4

5 ඉන දක Jayasinghe OL/2014/80-S-I,II 7 - Spreadsheet Systems SW ictezy@gmail.com ictezy.com Page 5

6 ඉන දක Jayasinghe ප පතක රස ව ටන column එක සහ රස ව OL/2014/80-S-I,II ටන row එක දනය ම ක ෂය ඇ ස. The intersections of a row and a column in an electronic spreadsheet is called cell. ය ක ෂයක column heading සහ row number අ නය ලබ ගත හ ය. ව ම Cell Address හව ක ෂ When writing the cell address, the column heading should be written first along with the row number. ක ෂ න ආක ර දක 1) Relative (ස 2) Absolute ( ර i. ii. iii. ද නට ල. ) Cell Address ) Cell Addresses Column Absolute Row Absolute Cell Absolute ක ෂ එකකට ව A1, B13, CD21, XFD100 ම ණය $A1, $B13, $CD21, $XFD100 A$1, B$13, CD$21, XFD$100 $A$1, $B$13, $CD$21, $XFD$100 Cell Range ක ෂ/ ක පර සය ලස හ. More than one cell in an electronic spreadsheet is called cell range. Eg: A22:A24, A21:C21, B22:C24, ictezy@gmail.com ictezy.com Page 6

7 ඉන දක Jayasinghe OL/2014/80-S-I,II Operator precedence / ක ම ඛත ව Operator Precedence (ක ම පම ඛත ව /අන පළ ව ළ) Operator j Arithmetic Percentage % =5% 0.05 Exponentiation (hat) ^ =2^3 8 Multiplication (asterisk/star) * =2*3 6 Division (forward slash) / =3/2 1.5 Addition (plus) + =2+3 5 Subtraction (minus) - =3-2 1 Operator k Concatenation String Addition (Ampersand) & ="ICT" &" "&"OL" ICT OL ="2"&"4" 24 Operator l Comparison Equal = =2=2 TRUE Less Than < =2<3 TRUE Greater Than > =2>3 FALSE Less Than or Equal <= =2<=3 TRUE Greater Than or Equal >= =2>=1 TRUE Not Equal <> =2<>3 TRUE ය ශ ත ක ය ඉ කර ග ම සඳහ පර සකස ක ට භ ත කර ලබන ස කරණය තය ලස හ. තය ළ ද ත අගය හ පය ය මක කර ද නය හ පය ලබ ම. Function: A prewritten formula that a value or values, performs an operation and returns a value or values. Types of Functions ictezy@gmail.com ictezy.com Page 7

8 ඉන දක Jayasinghe OL/2014/80-S-I,II Relative / Absolute Cell References A B C D E F G H X RELATIVE Row Absolute RELATIVE Column absolute =B1*A2 =C1*B2 =D1*C2 =E1*D2 =B1*$A2 =C1*$A2 =D1*$A2 =E1*$A2 =B1*A2 =B2*A3 =B3*A4 =B4*A5 =B5*A6 =B$1*A2 =B$1*A3 =B$1*A4 =B$1*A5 =B$1*A6 Row and Column Absolute Cell References A B C D E F G H ICT OL Assessments Marks - Term 1/ Out of 10 Percentage (%) Cell Absolute Admin. No Asst. 1 Asst. 2 Asst. 1 Asst. 2 Cell Reference =$A$2*B4 =$A$2*C =$A$2*B5 =$A$2*C =$A$2*B6 =$A$2*C6 ictezy@gmail.com ictezy.com Page 8

9 ඉන දක Jayasinghe Chars / ස ත ර ව කරණය Bar Charts Pie charts / වට ස ත ර Column charts / ර/ස ථ භ ස ත ර ictezy@gmail.com OL/2014/80-S-I,II ictezy.com Page 9

10 ඉන දක Jayasinghe OL/2014/80-S-I,II Line charts / ඛ ස ත ර ictezy@gmail.com ictezy.com Page 10

Introduction to Microsoft Word

Introduction to Microsoft Word Introduction to Microsoft Word Presented by Plainfield Public Library Screen Layout Formatting Text The formatting toolbar is the easiest way to change many attributes of text. If the toolbar as shown

More information

Excel shortcut and function keys

Excel shortcut and function keys Excel shortcut and function keys The following lists contain CTRL combination shortcut keys, function keys, and some other common shortcut keys, along with descriptions of their functionality. Tip To keep

More information

Quick Reference: Microsoft Excel Keyboard Shortcuts

Quick Reference: Microsoft Excel Keyboard Shortcuts Quick Reference: Microsoft Excel Keyboard s FORMATTING Bold the selection Italicize the selection Underline the selection Strike through the selection Open the Style dialog box Open the Format Cells dialog

More information

MS WORD HOW TO START MSWORD WINDOW OF MSWORD

MS WORD HOW TO START MSWORD WINDOW OF MSWORD MS WORD MS WORD is word processing software. We can write any type of matter or text in this software and attractive do this. In this software, file is called document and the extension name of the file

More information

Tips and Tricks for Microsoft Word 2010

Tips and Tricks for Microsoft Word 2010 Tips and Tricks for Microsoft Word 2010 TABLE OF CONTENTS Shortcuts for Selecting Text... 1 Create Automatic Borders... 1 Bulleted and Numbered List Shortcuts... 1 Insert Normal Text Within a List... 2

More information

MICROSOFT EXCEL KEYBOARD SHORTCUTS

MICROSOFT EXCEL KEYBOARD SHORTCUTS MICROSOFT EXCEL KEYBOARD SHORTCUTS KEY DESCRIPTION CTRL+PgUp CTRL+PgDn CTRL+SHIFT+( CTRL+SHIFT+& CTRL+SHIFT_ CTRL+SHIFT+~ CTRL+SHIFT+$ CTRL+SHIFT+% CTRL+SHIFT+^ CTRL+SHIFT+# CTRL+SHIFT+@ CTRL+SHIFT+! Switches

More information

Excel 2010 Keyboard Shortcuts Ctrl combination shortcut keys

Excel 2010 Keyboard Shortcuts Ctrl combination shortcut keys CTRL+PgUp Excel 2010 board Shortcuts Ctrl combination shortcut keys Switches between worksheet tabs, from left-to-right. Switches between worksheet tabs, from right-to-left. CTRL+SHIFT+Plus (+) Displays

More information

Quick Reference Summary

Quick Reference Summary Microsoft Word 2010 Quick Reference Summary Microsoft Word 2010 Quick Reference Summary Number Mouse Ribbon Menu AddressBlock Merge Field, Add AddressBlock Merge Field, Edit WD 349 WD 349 Address Block

More information

20 S II I / A ක ටස - ව ය හගත රචන ප රශ න හතරට ම ප ළ ත ර කමම පත රක ම සපයන න.

20 S II I / A ක ටස - ව ය හගත රචන ප රශ න හතරට ම ප ළ ත ර කමම පත රක ම සපයන න. General Certificate of Education (Adv. Level) Examination, August 2016 දත රත ර හ සන න ද න ත ක ෂණය Information & Communication Technology ව ගත : I I I / 20 S II ම ප රශ න ප රය A හ B ම ටස ක ක න ය ක ත ම. ම

More information

Quick Reference Summary

Quick Reference Summary Microsoft Word 2010 Quick Reference Summary Microsoft Word 2010 Quick Reference Summary All Caps WD 81 Change Case button (Home tab Font, UPPERCASE AutoCorrect Entry, Create WD 86 Options (File tab), Proofing

More information

In a PivotTable, it selects the entire PivotTable report. Displays the Insert dialog box to insert blank cells.

In a PivotTable, it selects the entire PivotTable report. Displays the Insert dialog box to insert blank cells. CTRL+PgUp CTRL+PgDn CTRL+SHIFT+( CTRL+SHIFT+) CTRL+SHIFT+& CTRL+SHIFT_ CTRL+SHIFT+~ CTRL+SHIFT+$ CTRL+SHIFT+% CTRL+SHIFT+^ CTRL+SHIFT+# CTRL+SHIFT+@ CTRL+SHIFT+! CTRL+SHIFT+* CTRL+SHIFT+: CTRL+SHIFT+"

More information

Ctrl+A Select All None Ctrl+B Bold Format, Cells, Font, Font Style, Bold Ctrl+C Copy Edit, Copy Ctrl+D Fill Down Edit, Fill, Down Ctrl+F Find Edit,

Ctrl+A Select All None Ctrl+B Bold Format, Cells, Font, Font Style, Bold Ctrl+C Copy Edit, Copy Ctrl+D Fill Down Edit, Fill, Down Ctrl+F Find Edit, Ctrl+A Select All None Ctrl+B Bold Format, Cells, Font, Font Style, Bold Ctrl+C Copy Edit, Copy Ctrl+D Fill Down Edit, Fill, Down Ctrl+F Find Edit, Find Ctrl+G Goto Edit, Goto Ctrl+H Replace Edit, Replace

More information

Excel shortcut and function keys

Excel shortcut and function keys Page 1 of 8 Microsoft Office Excel Excel shortcut and function keys Applies to: Microsoft Office Excel 2007 Hide All The following lists contain CTRL combination shortcut keys, function keys, and some

More information

The Keyboard Shortcut Magic!

The Keyboard Shortcut Magic! This is free ebook & may be freely distributed The Keyboard Shortcut Magic! Discover The MAGIC Of Your Keyboard That Can Practically REPLACE Your Mouse! (Over 250 Keyboard Shortcuts Revealed) By Wong Hing

More information

Excel keyboard shortcuts and function keys

Excel keyboard shortcuts and function keys Excel keyboard shortcuts and function keys This article describes keyboard shortcuts, function keys, and some other common shortcut keys for Microsoft Excel 2016 for Windows. This includes the shortcuts

More information

Introduction to Microsoft Word 2010

Introduction to Microsoft Word 2010 Introduction to Microsoft Word 2010 Microsoft Word is a word processing program you can use to write letters, resumes, reports, and more. Anything you can create with a typewriter, you can create with

More information

Introduction to Microsoft Word 2010

Introduction to Microsoft Word 2010 Introduction to Microsoft Word 2010 Microsoft Word is a word processing program you can use to write letters, resumes, reports, and more. Anything you can create with a typewriter, you can create with

More information

Microsoft Word for Windows

Microsoft Word for Windows Microsoft Word for Windows Formatting To change the look. Common short cut keys in Word Open Files Print Save This is for fonts style A A A A A A This text is font size A

More information

Computer Nashua Public Library Introduction to Microsoft Word 2010

Computer Nashua Public Library Introduction to Microsoft Word 2010 Microsoft Word is a word processing program you can use to write letters, resumes, reports, and more. Anything you can create with a typewriter, you can create with Word. You can make your documents more

More information

Keyboard Access Guide

Keyboard Access Guide Kurzweil 3000 for Windows Keyboard Access Guide Revised: April 18, 2017 For many users, using a mouse to interact with Kurzweil 3000 can be a challenge. In order to make the Kurzweil 3000 experience positive

More information

Keyboard shortcuts in OneNote Online

Keyboard shortcuts in OneNote Online Keyboard shortcuts in OneNote Online Use keyboard shortcuts to work more efficiently even without a mouse. This article lists keyboard shortcuts for OneNote Online. Navigate the ribbon and panes Jump from

More information

FOR EXCEL [should work on any spreadsheet] Keys for editing data. Keys for editing data. Keys for inserting, deleting, and copying a selection

FOR EXCEL [should work on any spreadsheet] Keys for editing data. Keys for editing data. Keys for inserting, deleting, and copying a selection FOR EXCEL [should work on any spreadsheet] Keys for editing data Note enlarge the Help window to fill the screen, press ALT+SPACEBAR and then press X. restore the window to its previous size and location,

More information

Practical File Answer key Class X (402)

Practical File Answer key Class X (402) Practical File Answer key Class X (402) 1) Create a Word Document and write all the steps to do following instructions. a) (i) Click on Indent Option of Paragraph group of Layout Tab. (ii) Set Left to

More information

Accelerated Technology Training Workshops. Using Microsoft FrontPage to Create Web Sites ENGL 1423.B2 Dr. Richard Cunningham

Accelerated Technology Training Workshops. Using Microsoft FrontPage to Create Web Sites ENGL 1423.B2 Dr. Richard Cunningham Accelerated Technology Training Workshops Using Microsoft FrontPage to Create Web Sites ENGL 1423.B2 Dr. Richard Cunningham Copyright User Support Centre February 2007 Dynamic Web Sites F r o n t P a g

More information

PARASHAR TECHNOLOGIES MS-EXCEL Shortcut Keys

PARASHAR TECHNOLOGIES MS-EXCEL Shortcut Keys Parashar Technologies 107 Jaina Extn. 1st Floor Above Arya Gas Agency, Near Batra Cinema, Dr. Mukherjee Nagar, Delhi - 110009 Parashar Technologies Learn Basic Computer Course (BCC), Advanced Basic Computer

More information

MS EXCEL 2007 HOTKEYS

MS EXCEL 2007 HOTKEYS MS EXCEL 2007 HOTKEYS Shortcut List of shortcut keys Command How useful(?) CTRL combination shortcut keys Microsoft Excel 2007 CTRL+SHFT+( Unhides any hidden rows within the selection. CTRL+SHFT+) Unhides

More information

Microsoft Outlook Keyboard Shortcuts. For basic navigation

Microsoft Outlook Keyboard Shortcuts. For basic navigation Microsoft Outlook Keyboard Shortcuts For basic navigation Switch to Mail Switch to Calendar Switch to Contacts Switch to Tasks Switch to Notes Switch to Folder List in Navigation Pane (Navigation Pane:

More information

PowerPoint 2016 for Windows keyboard shortcuts

PowerPoint 2016 for Windows keyboard shortcuts PowerPoint 2016 for Windows keyboard shortcuts Use keyboard shortcuts to create your presentation This topic itemizes keyboard shortcuts for PowerPoint 2016. Notes: The shortcuts in this topic refer to

More information

12 BASICS OF MS-EXCEL

12 BASICS OF MS-EXCEL 12 BASICS OF MS-EXCEL 12.1 INTRODUCTION MS-Excel 2000 is a Windows based application package. It is quite useful in entering, editing, analysis and storing of data. Arithmetic operations with numerical

More information

Minimize Restore Close. Top Level Tabs. Quick Access Toolbar. Title Bar. Ribbon. Group. Rulers. Status Bar View Buttons.

Minimize Restore Close. Top Level Tabs. Quick Access Toolbar. Title Bar. Ribbon. Group. Rulers. Status Bar View Buttons. Microsoft Word 2013 Quick Access Toolbar Top Level Tabs Title Bar Minimize Restore Close Ribbon Group Rulers Status Bar View Buttons Zoom Control Getting to Know Word Word is word processing software.

More information

Shortcut Keys for Microsoft Office (Educational Support)

Shortcut Keys for Microsoft Office (Educational Support) Shortcut Keys for Microsoft Office (Educational Support) http:// SHORTCUT KEYS - I Basic Shortcuts Go to "Tell me what you want to do" ALT+Q Open CTRL+O Save CTRL+S Close CTRL+W Cut CTRL+X Copy CTRL+C

More information

Microsoft Word XP (2002)

Microsoft Word XP (2002) Microsoft Word (2002) Creating & Editing Documents Edited by Sahid Yogyakarta State University Adopted from: http://www.course.com/downloads/newperspectives/officexp/index.html 2 31 Maret 2009 Creating

More information

Complete List of Excel 2010 Keyboard Shortcuts Platform: Windows/English/US Keyboard Layout

Complete List of Excel 2010 Keyboard Shortcuts Platform: Windows/English/US Keyboard Layout 1. Navigate Inside Worksheets Page Down/Page Up Alt+Page Down/Alt+Page Up Ctrl+ Home Ctrl+Home Ctrl+End Ctrl+f Ctrl+h Shift+F4 Ctrl+g (or f5) Ctrl+Arrow Left/Ctrl+Arrow Right Alt+Arrow Down End 2. Work

More information

Keyboard shortcuts for Microsoft PowerPoint

Keyboard shortcuts for Microsoft PowerPoint Keyboard shortcuts for Microsoft PowerPoint Frequently used shortcuts The following table itemizes the most frequently used shortcuts in PowerPoint. Make selected text bold. Ctrl+B Change the font size

More information

WORD 2016: TIPS AND TRICKS

WORD 2016: TIPS AND TRICKS This document is available at: wichita.edu/mstips WORD 2016: TIPS AND TRICKS Academic Resources Conference August 15, 2018 WSU Microsoft Office Training For a full listing of training sessions on Microsoft

More information

Microsoft Excel Keyboard Shortcuts

Microsoft Excel Keyboard Shortcuts Microsoft Excel Keyboard Shortcuts Here is a complete list of keyboard shortcuts for Microsoft Excel. Most of the shortcuts will work on all Excel versions on Windows based computer. Data Processing Shortcuts

More information

Keyboard shortcuts for Visio

Keyboard shortcuts for Visio Seite 1 von 7 Keyboard shortcuts for Visio The keyboard shortcuts described in this Help topic refer to the U.S. keyboard layout. Hide All To print this topic, press to select Show All, press, and then

More information

2Word Basics. 6Reviewing, Viewing. 3More Word Basics. 5Reference Tools & 4Graphics, Tables & Word 2010 T ABLE O F C ONTENTS.

2Word Basics. 6Reviewing, Viewing. 3More Word Basics. 5Reference Tools & 4Graphics, Tables & Word 2010 T ABLE O F C ONTENTS. The Original Quick Reference Guides Microsoft Word 2010 Microsoft Word is a word processor that can be used to create documents with text, tables, graphics, reference and navigation sections, and much

More information

35 Easy Keyboard Shortcuts. To Improve Your Workflow In Word

35 Easy Keyboard Shortcuts. To Improve Your Workflow In Word 35 Easy Keyboard Shortcuts To Improve Your Workflow In Word There s a lot of talk among editors and wordy wordsmiths about using macros to help efficiency when you re working. Truth be told, macros can

More information

Word 2013 Shortcuts. When text or an object is selected, opens the Create New Building Block dialog box.

Word 2013 Shortcuts. When text or an object is selected, opens the Create New Building Block dialog box. Alt Alt+End Alt+F1 Alt+F10 Alt+F11 Alt+F3 Alt+F5 Alt+F6 Shortcut Word 2013 Shortcuts Description Selects the active tab of the Ribbon and activates the access keys. To the last cell in a row Goes to the

More information

JAI BALAJI COMPUTER PLAZA NEAR OLD SUBJI MANDI IN FRONT OF GANDHI PARK,DHOLPUR(RAJ.)

JAI BALAJI COMPUTER PLAZA NEAR OLD SUBJI MANDI IN FRONT OF GANDHI PARK,DHOLPUR(RAJ.) Desktop short cut keys S.NO. SHORTCUT KEY S MEANING OF KEY S 1 WINDOW LOGO KEY PRESS START MENU ON/OFF 2 WINDOW + BREAK KEY S SYSTEM PROPERTIES 3 WINDOW+ F FIND FILE, FOLDER, PHOTO, PICTURE, DOCUMENT.

More information

Keyboard shortcuts for Visio

Keyboard shortcuts for Visio Sign in Apps Install Office 365 Training Admin Search all Office help Keyboard shortcuts for Visio Applies To: Visio Professional 2016, Visio Standard 2016, Visio 2013, Visio Professional 2013 The keyboard

More information

Life After Word An Introduction to Microsoft Word The University of Iowa ITS Campus Technology Services Iowa City, IA 52242

Life After Word An Introduction to Microsoft Word The University of Iowa ITS Campus Technology Services Iowa City, IA 52242 Life After Word 2003 An Introduction to Microsoft Word 2007 ITS Campus Technology Services Iowa City, IA 52242 March 2007 2 TABLE OF CONTENTS TABLE OF CONTENTS... 2 INTRODUCTION... 4 WHAT S NEW... 4 GETTING

More information

Shortcuts Cheat Sheet

Shortcuts Cheat Sheet Shortcuts Cheat Sheet According to Keys Find and Replace Insert Elements Edit CTRL+F Quick Find widget CTRL+E Equation CTRL+B Bold CTRL+H Quick Replace widget CTRL+G Image CTRL+C or CTRL+INSERT CTRL+I

More information

Effective use of functions for F5-F9 CBEs

Effective use of functions for F5-F9 CBEs Effective use of functions for F5-F9 CBEs On-demand and session CBEs On-demand CBE (F1-F4) Session CBEs (F5-F9) Can be taken at any time Available during the March, June, September and December exam weeks.

More information

Outlook 2007 Shortcuts and Function Keys

Outlook 2007 Shortcuts and Function Keys Outlook 2007 Shortcuts and Function Keys Basic navigation Switch to Mail. Switch to Calendar. Switch to Contacts. Switch to Tasks. Switch to Notes. Switch to Folder List in Navigation Pane. Switch to Shortcuts.

More information

NOMAS TRAINING & CONSULTANCY LTD. Dissington Hall, Ponteland, Northumberland. Tel : Web :

NOMAS TRAINING & CONSULTANCY LTD. Dissington Hall, Ponteland, Northumberland. Tel : Web : MS Excel 2010 Analysing Data Using Formulae & Pivot Tables User Guide NOMAS TRAINING & CONSULTANCY LTD Dissington Hall, Ponteland, Northumberland Tel : 01661 820 960 e-mail : info@nomas.co.uk Web : www.nomas.co.uk

More information

Outlook 2002 Keyboard Shortcuts

Outlook 2002 Keyboard Shortcuts General F1 Display the Assistant balloon (if the Assistant is turned off. F1 opens the Help window) ALT+ the letter underlined in an option Select an option in a dialog box. select or clear a check box

More information

Microsoft Outlook 2002 Keyboard Shortcuts

Microsoft Outlook 2002 Keyboard Shortcuts F1 ALT+ the letter underlined in an optn ALT+A ALT+C ALT+C ALT+D ALT+ ALT+ ALT+EQUAL SIGN ALT+F4 ALT+HYPHEN SIGN ALT+I ALT+LEFT ALT+LEFT ALT+number ALT+O ALT+O ALT+O, and then press B ALT+O, and then press

More information

MS Exel MS Excel tutorials in Hindi

MS Exel MS Excel tutorials in Hindi 1 MS Exel MS Excel tutorials in Hindi Excel): datas) (spreadsheets) workbook) worksheets) ' ' (columns) ' ' (rows) (grid) (cell), 'E' '5' 'E5', mathematical formulas) Microsoft Excel - Screen Elements)

More information

Keyboard shortcuts for Microsoft Outlook 2013 and 2016

Keyboard shortcuts for Microsoft Outlook 2013 and 2016 Keyboard shortcuts for Microsoft Outlook 2013 and 2016 This reference article provides a comprehensive list of all keyboard shortcuts for Microsoft Outlook 2013 and 2016 (desktop version). Shortcuts are

More information

Bridge Course Information and Communication Technology

Bridge Course Information and Communication Technology Bridge Course Information and Communication Technology Microsoft Word 1. Which bar is usually located below that Title Bar that provides categorized options? A. Menu bar B. Status Bar C. Tool bar D. Scroll

More information

MICROSOFT WORD KEYBOARD SHORTCUTS

MICROSOFT WORD KEYBOARD SHORTCUTS MICROSOFT WORD KEYBOARD SHORTCUTS One character to the left Left Arrow One character to the right Right Arrow One word to the left Ctrl+Left Arrow One word to the right Ctrl+Right Arrow One paragraph up

More information

Microsoft Office Tips and Tricks

Microsoft Office Tips and Tricks What We ll Discuss Microsoft Office Tips and Tricks David DK Kornegay Client Service and Success Strategies How I use what I got The mentality behind tricks up my sleeve to fill in the gaps get the job

More information

Avoiding Common PowerPoint Issues. David DK Kornegay

Avoiding Common PowerPoint Issues. David DK Kornegay Avoiding Common PowerPoint Issues David DK Kornegay What We ll Discuss Customizing your Quick Access toolbar Right-click tricks Copying/Pasting/ Inserting: Text Pictures Data Graphs Formatting Use of Templates

More information

TODAY This gives you today s date IF the cell is formatted as a date.

TODAY This gives you today s date IF the cell is formatted as a date. 33 IF The IF function will do a comparison and give you a result. In this example, the IF function looks at cell H5 to determine if it is less than 150,000. It will write the word Less if H5 is indeed

More information

SANDY SENIOR CENTER PRESENTS Course 222. Word Processing Using Microsoft Word

SANDY SENIOR CENTER PRESENTS Course 222. Word Processing Using Microsoft Word SANDY SENIOR CENTER PRESENTS Course 222 Word Processing Using Microsoft Word March 2001 Revised July 2017 Introduction Sandy Senior Center Word Processing This manual is designed to assist the student

More information

Created by Cheryl Tice. Table of Contents

Created by Cheryl Tice. Table of Contents Created by Cheryl Tice 1 Table of Contents What is Excel?.3 Excel Window..4 What is Your Mouse Telling You?...5 Common Keyboard Shortcuts...6 Moving Around a Worksheet.7 Formulas...8 Formula Tips...9 Vocabulary..10

More information

1. Which short keys is used to "Select All" Text? A. CTRL+A B. CTRL+B C. CTRL+C D. CTRL+D. Answer: A

1. Which short keys is used to Select All Text? A. CTRL+A B. CTRL+B C. CTRL+C D. CTRL+D. Answer: A 1. Which short keys is used to "Select All" Text? A. CTRL+A B. CTRL+B C. CTRL+C D. CTRL+D 2. Which short keys is used to "Copy" Text? A. CTRL+B B. CTRL+A C. CTRL+X D. CTRL+C 3. Which short keys is used

More information

Shortcuts. According to Keys. Edit. Insert Elements. Quick Replace widget. CTRL+C or CTRL+INSERT. Insert Characters

Shortcuts. According to Keys. Edit. Insert Elements. Quick Replace widget. CTRL+C or CTRL+INSERT. Insert Characters C H E A T S H E E T / / F L A R E 2 0 1 8 Shortcuts According to Keys Edit Find and Replace Insert Elements CTRL+B Bold CTRL+F Quick Find widget CTRL+E Equation CTRL+C or CTRL+INSERT Copy CTRL+H Quick

More information

Kingsoft Writer 2016 Kingsoft Writer 2016 emphasizes its latest improvements. The 2016 version has completely adjusted its technical line and focused

Kingsoft Writer 2016 Kingsoft Writer 2016 emphasizes its latest improvements. The 2016 version has completely adjusted its technical line and focused 1 1 Kingsoft Writer 2016 Kingsoft Writer 2016 emphasizes its latest improvements. The 2016 version has completely adjusted its technical line and focused on its compatibility. The Kingsoft Writer module

More information

Mercer County Public Library. Introduction to Microsoft Word 2010

Mercer County Public Library. Introduction to Microsoft Word 2010 Mercer County Public Library Introduction to Microsoft Word 2010 Agenda Uses for Microsoft Word Opening and Closing Documents Filing System Snapshot of a Word Document The Ribbon Working in Word Tips Uses

More information

Word 2007 by Dick Evans, January 2012

Word 2007 by Dick Evans, January 2012 Word 2007 by Dick Evans, January 2012 Differences between Word 2007 and the other versions out there: Works pre Windows 7 WordPad pre 2010 and 2010 Word 97-2003 Word 2010 What about the trial version available

More information

Quick Reference Summary

Quick Reference Summary Microsoft Office 2010 Quick Reference Summary Table 1: Microsoft Word 2010 Quick Reference Summary All Caps WD 81 Change Case button (Home tab Font, UPPERCASE AutoCorrect Entry, Create WD 86 Options (File

More information

San Pedro Junior College. WORD PROCESSING (Microsoft Word 2016) Week 4-7

San Pedro Junior College. WORD PROCESSING (Microsoft Word 2016) Week 4-7 WORD PROCESSING (Microsoft Word 2016) Week 4-7 Creating a New Document In Word, there are several ways to create new document, open existing documents, and save documents: Click the File menu tab and then

More information

Masterclass. Microsoft Word. Part 3

Masterclass. Microsoft Word. Part 3 Masterclass Microsoft Word Part 3 Table of Contents Introduction... 2 About Ideagen... 2 Tips, Tricks and Shortcuts... 3 Select text... 3 Move text... 3 Write anywhere... 4 Filler text... 4 Extended clipboard...

More information

Excel Shortcut Keys. Print and Print Preview. Worksheets

Excel Shortcut Keys. Print and Print Preview. Worksheets Excel Shortcut Keys. Print and Print Preview Print Print Preview In Print Preview Move around the page when zoomed in. Move by one page when zoomed out. Move to the first page when zoomed out. Move to

More information

100 keyboard shortcuts. CTRL+C (Copy) CTRL+X (Cut) CTRL+V (Paste) CTRL+Z (Undo) DELETE (Delete)

100 keyboard shortcuts. CTRL+C (Copy) CTRL+X (Cut) CTRL+V (Paste) CTRL+Z (Undo) DELETE (Delete) 100 keyboard shortcuts CTRL+C (Copy) CTRL+X (Cut) CTRL+V (Paste) CTRL+Z (Undo) DELETE (Delete) SHIFT+DELETE (Delete the selected item permanently without placing the item in the Recycle Bin) CTRL while

More information

Shortcuts. According to Keys. Edit. Find and Replace. Quick character. CTRL+C or CTRL+INSERT. Quick Replace widget. Insert Elements.

Shortcuts. According to Keys. Edit. Find and Replace. Quick character. CTRL+C or CTRL+INSERT. Quick Replace widget. Insert Elements. C H E A T S H E E T / / F L A R E 2 0 1 7 R 3 Shortcuts According to Keys Edit Find and Replace Insert Characters CTRL+B Bold CTRL+F Quick Find widget F11 Quick character CTRL+C or CTRL+INSERT Copy CTRL+H

More information

Step-by. A Very Warm Welcome to the Exciting World of Computers. Let s get Started It s easy with my Step- Instructions

Step-by. A Very Warm Welcome to the Exciting World of Computers. Let s get Started It s easy with my Step- Instructions A Very Warm Welcome to the Exciting World of Computers Let s get Started It s easy with my Step- by-step Instructions This lesson is all about getting to know your Main Menu Bar at the top of your screen.

More information

Quick Reference Summary

Quick Reference Summary Microsoft PowerPoint 2010 Quick Reference Summary Microsoft PowerPoint 2010 Quick Reference Summary Animated GIF (Movie), Insert PPT 174 Picture button (Insert tab Images Audio File, Insert PPT 167 Insert

More information

Windows Shortcut List

Windows Shortcut List Windows 8.1 Shortcuts composition Windows Key + D Windows Key + C Windows Key + F Windows Key + H Windows Key + K Windows Key + I Windows Key + Q Windows Key + W Windows Key + Tab Windows Key + Shift +

More information

WINDOWS KEYBOARD SHORTCUTS

WINDOWS KEYBOARD SHORTCUTS WINDOWS KEYBOARD SHORTCUTS Most people think they know the ins and outs of using their favorite software (and maybe they do), but there are hundreds of little shortcuts that can be used to make common

More information

In so many ways summary

In so many ways summary In so many ways summary Many of Word s functions can be activated in a variety of different ways. Often you can use the menu, a tool on the toolbar or a shortcut key to achieve the same result. Rather

More information

Nama Shortcut Tombol Shortcut Penjelasan Shortcut Align Bottom B Aligns selected objects to the bottom Align Centers Horizontally E Horizontally

Nama Shortcut Tombol Shortcut Penjelasan Shortcut Align Bottom B Aligns selected objects to the bottom Align Centers Horizontally E Horizontally Nama Shortcut Tombol Shortcut Penjelasan Shortcut Align Bottom B Aligns selected objects to the bottom Align Centers Horizontally E Horizontally aligns the centers of the selected objects Align Centers

More information

USO RESTRITO. AppleWorks 6. Quick Reference

USO RESTRITO. AppleWorks 6. Quick Reference 4-2037.AW6QRC 2/18/02 10:14 AM Page 2 (3,1) AppleWorks 6 Quick Reference F O R W I N D O W S AppleWorks Help Step-by-step instructions and many more keyboard shortcuts are in AppleWorks Help. Open AppleWorks

More information

MadCap Capture. Shortcuts Guide. Version 6.0 THIS USER GUIDE WAS CREATED USING MADCAP FLARE

MadCap Capture. Shortcuts Guide. Version 6.0 THIS USER GUIDE WAS CREATED USING MADCAP FLARE MadCap Capture Shortcuts Guide Version 60 THIS USER GUIDE WAS CREATED USING MADCAP FLARE Copyright 2013 MadCap Software All rights reserved Information in this document is subject to change without notice

More information

Word - Basics. Course Description. Getting Started. Objectives. Editing a Document. Proofing a Document. Formatting Characters. Formatting Paragraphs

Word - Basics. Course Description. Getting Started. Objectives. Editing a Document. Proofing a Document. Formatting Characters. Formatting Paragraphs Course Description Word - Basics Word is a powerful word processing software package that will increase the productivity of any individual or corporation. It is ranked as one of the best word processors.

More information

B.V. Patel Institute of Business Management, Computer & Information Technology, Uka Tarsadia University : Advanced Applications of MS-Office

B.V. Patel Institute of Business Management, Computer & Information Technology, Uka Tarsadia University : Advanced Applications of MS-Office Unit-1 MS-WORD Answer the following. (1 mark) 1. Which submenu contains the watermark option? 2. Which is used for the Cell merge in the table? 3. Which option creates a large capital letter at the beginning

More information

PowerPoint 2000 Tutorial

PowerPoint 2000 Tutorial PowerPoint 2000 Tutorial Getting Started Open Power Point and you will be prompted by a dialog box with four choices. Each of these options are explained on this page. If Power Point is already open or

More information

100 Most Useful Keyboard Shortcuts of MS Excel

100 Most Useful Keyboard Shortcuts of MS Excel 100 Most Useful Keyboard Shortcuts of MS Excel Here's the list of Excel Keyboard Shortcuts which will help you in your day-to-day activities. It feels great when you can accomplish the same work in half

More information

6Reviewing, Viewing & 2Word Basics. 3More Word Basics. 5Reference Tools & 4Graphics, Tables & Word 2016 T ABLE O F C ONTENTS

6Reviewing, Viewing & 2Word Basics. 3More Word Basics. 5Reference Tools & 4Graphics, Tables & Word 2016 T ABLE O F C ONTENTS The Original Quick Reference Guides Microsoft Word 2016 Microsoft Word helps you create robust text documents with the inclusion of tables, graphics, headers and borders, reference and navigation sections,

More information

Microsoft Word 2010 Part 1: Introduction to Word

Microsoft Word 2010 Part 1: Introduction to Word CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Word 2010 Part 1: Introduction to Word Summer 2011, Version 1.0 Table of Contents Introduction...3 Starting the Program...3

More information

4.1. FORMATTING TOOLBAR

4.1. FORMATTING TOOLBAR Excel tutorial menu Table of Contents 1. SPREADSHEET BASICS 3 1.1. MICROSOFT EXCEL 2000 SCREEN ELEMENTS 3 1.2. ADDING AND RENAMING WORKSHEETS 3 1.3. THE STANDARD TOOLBAR 4 2. CUSTOMIZING EXCEL 4 2.1. MENUS

More information

Get to know Word 2007 I: Create your first document Quick Reference Card

Get to know Word 2007 I: Create your first document Quick Reference Card Get to know Word 2007 I: Create your first document Quick Reference Card Get Help To find out how to do something, click the Microsoft Office Word Help button in the upper-right corner of the window. Then

More information

MS WORD. You can use it for writing letters, reports and so on.

MS WORD. You can use it for writing letters, reports and so on. MS WORD MS WORD 2 You can use it for writing letters, reports and so on. Starting Word application 3 To start MS. Word do the following: 1. From the Start button on the taskbar, select All Programs. 2.

More information

VIPUL M DESAI

VIPUL M DESAI http://suratiundhiyu.wordpress.com/ VIPUL M DESAI MORE THAN 100 KEYBOARD SHORTCUTS Keyboard Shorcuts (Microsoft Windows) 1. CTRL+C (Copy) 2. CTRL+X (Cut) 3. CTRL+V (Paste) 4. CTRL+Z (Undo) 5. DELETE (Delete)

More information

Outlook keyboard shortcuts

Outlook keyboard shortcuts Page 1 of 9 Outlook keyboard shortcuts This list gives you a glance of (nearly) all shortcut combinations in outlook. Please take the time to read it. I'm sure you'll find many of them useful. 1. Main

More information

What is a spreadsheet?

What is a spreadsheet? Microsoft Excel is a spreadsheet developed by Microsoft. It is a software program included in the Microsoft Office suite (Others include MS Word, MS PowerPoint, MS Access etc.). Microsoft Excel is used

More information

Excel 2010 Introduction

Excel 2010 Introduction Microsoft Application Series Excel 2010 Introduction Best STL Courses never cancelled Last minute rescheduling 12 months access to Microsoft trainers 12+ months schedule UK wide delivery www.microsofttraining.net

More information

Enterprise Architect. User Guide Series. Keyboard Shortcuts. Author: Sparx Systems Date: 15/07/2016 Version: 1.0 CREATED WITH

Enterprise Architect. User Guide Series. Keyboard Shortcuts. Author: Sparx Systems Date: 15/07/2016 Version: 1.0 CREATED WITH Enterprise Architect User Guide Series Keyboard Shortcuts Author: Sparx Systems Date: 15/07/2016 Version: 1.0 CREATED WITH Table of Contents Keyboard Shortcuts 3 Keyboard-Mouse Shortcuts 9 Keyboard Shortcuts

More information

Word Getting Started The Word Window u vw. Microsoft QUICK Source. Creating a New Blank Document. Creating a New Document from a Template

Word Getting Started The Word Window u vw. Microsoft QUICK Source. Creating a New Blank Document. Creating a New Document from a Template Microsoft QUICK Source Word 2007 Getting Started The Word Window u vw x y z u Quick Access Toolbar contains shortcuts for the most commonly used tools. v Microsoft Office Button contains common file and

More information

AGB 260: Agribusiness Data Literacy. Excel Basics

AGB 260: Agribusiness Data Literacy. Excel Basics AGB 260: Agribusiness Data Literacy Excel Basics Useful Chapters in the Textbook Regarding this Lecture Chapter 1: Introducing Excel Chapter 2: Entering and Editing Worksheet Data Chapter 3: Essential

More information

Using Microsoft Power Point

Using Microsoft Power Point Using Microsoft Power Point Using the Menus in both the English and Japanese Versions Toolbars Shortcuts Resources on the Web Contents Menus Page Main Menu 1 File Menu 2 Edit Menu 3 View Menu 4 Insert

More information

The New York Society Library Presents:

The New York Society Library Presents: The New York Society Library Presents: Introduction to Microsoft Excel (for versions 2003 and earlier) Carolyn Waters Acquisitions & Reference Librarian carolyn@nysoclib.org Index OVERVIEW.... Page 03

More information

Keyboard shortcuts. Ease of Access keyboard shortcuts: General keyboard shortcuts: Display Help. Paste the selected item

Keyboard shortcuts. Ease of Access keyboard shortcuts: General keyboard shortcuts: Display Help. Paste the selected item Keyboard shortcuts Ease of Access keyboard shortcuts: Right Shift for eight seconds Left Alt+Left Shift+PrtScn (or PrtScn) Left Alt+Left Shift+Num Lock Turn Filter Keys on and off Turn High Contrast on

More information

Quick Reference Summary

Quick Reference Summary Microsoft Excel 2010 Quick Reference Summary Microsoft Excel 2010 Quick Reference Summary 3-D Chart, Rotate EX 462 3-D Rotation button (Chart Tools Layout tab Background, change rotation (Format Chart

More information

Adobe Acrobat Reader Release 4 Mini Guide. Introduction to Adobe Acrobat Reader 4 and Hints and Tips for reading and printing PDF's

Adobe Acrobat Reader Release 4 Mini Guide. Introduction to Adobe Acrobat Reader 4 and Hints and Tips for reading and printing PDF's Adobe Acrobat Reader Release 4 Mini Guide Introduction to Adobe Acrobat Reader 4 and Hints and Tips for reading and printing PDF's Contents: 1 INTRODUCTION 1 2 USING ACROBAT READER RELEASE 4 1 2.1 Viewing

More information

CSE111 Introduction to Computer Applications

CSE111 Introduction to Computer Applications CSE111 Introduction to Computer Applications Lecture 4 Introduction to MS Word 2010-Part 1 Prepared by Asst. Prof. Dr. Mohamed KURDI Revised and presented by Asst. Prof. Dr. Samsun M. BAŞARICI Summary

More information

INCA V7.2 Hotkey Assignment

INCA V7.2 Hotkey Assignment INCA V7.2 Hotkey Assignment General hints for use Ctrl+letter Alt+letter Alt+letter, letter hold down CTRL and press the favored letter (key). hold down ALT and press the favored letter (key). hold down

More information