BEDI INTERNATIONAL SCHOOL, BAREILLY. CHAPTER: 1( Computers and Computer Languages Types)

Size: px
Start display at page:

Download "BEDI INTERNATIONAL SCHOOL, BAREILLY. CHAPTER: 1( Computers and Computer Languages Types)"

Transcription

1 BEDI INTERNATIONAL SCHOOL, BAREILLY CLASS: VI SUBJECT: Computer CHAPTER: 1( Computers and Computer Languages Types) A. Fill in the blanks: 1. Set of instructions called a program. 2. Input devices give data and instructions into the computer. 3. Storage devices store the data and program permanently. 4. Output devices let you see the result or output generated by computer. 5. Single chip CPUs are also called microprocessors. 6. In car computers are also known as carputers. 7. Kindle, Voyage, Kobo Arc are some examples of E-readers. 8. Supercomputers have huge array of CPUs and GPUs 9. GPU stands for Graphical Processing Unit. 10. An embedded computer is known as microcontrollers. B. Answer the following: 1. Name different types of computers. Ans. Different types of computers are: 1. Micro computer 2. Mini computer 3. Mainframe computer 4. Super computer 5. Embedded computer 2. Name the computers most suited for these tasks Ans. i. Complex scientific research - Supercomputers ii. Weather forecasting - Supercomputers iii. Playing games Game consoles iv. Domestic needs like document preparation Micro computers v. Document and presentation creation on the go Micro computers. 3. Enlist some distinct features of embedded computers. Ans. Some distinct features of embedded computers are: 1. Embedded as a chip inside another device 2. Have all computers of a computer such as memory, CPU, Input, Output, etc. 3. Functionality is programmed into the hardware chip. 4. Can specifically do designated limited functions. 4. Enlist some distinct features of microcomputers. Ans. Some distinct features of microcomputers are : 1. Single chip processor 2. Can support a single-user at a time. 3. Generally operate on electricity. 4. Small size and low cost. 5. Low computing power. 6. Commonly used for personal applications. 5. Enlist some distinct features of supercomputers. Ans. Some features of supercomputers are : 1. Multiple CPUs and GPUs. 2. Fastest of all types. 3. Very large scale computing power. 4. Used mainly for large scale huge data, research and scientific and engineering applications. 6. How are low-level languages different from high level languages?

2 Ans. LOW LEVEL LANGUAGES HIGH LEVEL LANGUAGES 1. It uses binary language i.e. in the form of 0 and It uses English like words. 2. It is difficult to learn. 2. It is easy to learn. 3. Near to computer. 3. Near to humans. 4. Codes can directly run on hardware i.e. no conversion required. 5. Machine language and assembly language are some examples of low level languages. 4. Cannot run directly on hardware i.e. translator is required. 6. C, C++, Java, PHP, COBOL are some examples of high level languages. 7. Name some low-level languages. Ans. Machine language and Assembly language are some low- level languages. 8. Name some high- level languages. Ans. C, C++, Java, PHP, COBOL are some examples of high level languages. 9. Name some language translators. Ans. Some language translators are compiler, interpreter and assembler. 10. What is a mainframe computer? Ans. It is a high performance computer used for large scale computing purposes such as census, consumer statistics, etc. It has large number of CPUs, huge memory capacity, enhanced software support and much more. It can manage large number of users. 11. What is an interpreter? Ans. Interpreter is a language translator which converts program code into machine code line by line. It will first convert the first code line run it, then move to second line. 12. Compare compiler and interpreter. Ans. COMPILER INTERPRETER 1. Converts entire program in one go. 1. Converts single instruction at a time. 2. Error list is generated with line numbers after full program is checked. 2. Errors are generated for one instruction at a time. 3. After compilation, full program runs. 3. Code runs line by line. 4. Compiler no longer need after compilation is done. 4. Interpreter is always needed. C. Identify the following: 1. I am a computer and can support multiple users and multiple processes, but I am smaller and slower than a mainframe computer. Mini Computers 2. I am very expensive, very powerful as I contain multiple CPUs and GPUs. I am used for complex scientific research. Weather forecasting, engineering research etc. Supercomputer 3. I contain a single chip CPU and am used in most homes and basic offices tasks. Microcomputers 4. I am designed for gaming. My memory, CPU and power, support online and offline gaming. Game consoles 5. Though I do not exist separately as I exist within device but I automate many tasks and functions of that device. Embedded Computers 6. I am mainly used for Artificial Intelligence purposes. 5GLs 7. Programs written in me are very small as programmer needs not specify the procedure in detail; just WHAT is required is enough. 4GLs 8. I am easily understood by computer hardware as I talk in their language through 1 s and 0 s. Machine Language( 1GL) 9. I am also near to computer hardware but I use mnemonics to specify instructions. After little conversion, computer hardware can easily run my programs. - Assembly Language(2GL) 10. I am near to human programmers as I use English like words. Programs written in me need to be converted to machine language using a compiler or interpreter. High Level Languages ( 3GL)

3 A. Fill in the blanks: BEDI INTERNATIONAL SCHOOL, BAREILLY CLASS: VI SUBJECT: Computer CHAPTER: 2( File Management-Organization of Data) File is smallest unit of storage. A file extension depicts the type of data the file stores. File names contain extensions. Folder inside other folder is called sub-folder. A hard disk can have multiple drives in it. A drive is a whole or sub part of hard disk. The disk drive and storage devices have one letter names followed by colon(: ) When you have a window in maximized form, the maximize button changes to Restore button. Two special characters? and * are called wildcards. Maximize button enlarge a window to its largest possible size. B. Answer the following: 1. What is a file? Ans. A collection of data or information that has a name called the filename. Almost all information stored in a computer must be in a file. There are many different types of files data files, text files, program files and so on. 2. How is folder related to files? Ans. Folders helps you keep your files organized and separate. Folder can contain one or more files,file of any type. It also allow you to have more than one file with same file name. 3. What is the difference between a file and a folder? Ans. FILE FOLDER It is the smallest unit of storage. Each file has its own extension. You cannot create any folder or sub folder within a file. After creating files you can easily open, save, rename, print, and modify file contents. Files take space on computer memory. It is the bigger unit of storage. A folder does not have any extension. You can create different types of files and folders in a folder. After creating folders you can move, rename and delete folders. Folders do not take spaces on computer memory. 4. What is the difference between copying and moving files and folders? Ans. Copying files and folders means to create a duplicate copy of it at the new place at the same time keeping it at its old place. Moving files and folders means to transfer the file and folder from old place to new place i.e file and folder will only be at new place. 5. What is file format? Ans. A file format is a standard way that information is encoded for storage in a computer file. It specifies how bits are used to encode information in a digital storage medium 6. Give examples of some common file formats. Ans. Some common file formats are:

4 Image files -.bmp,.gif,.png, etc Multimedia files -.mp3,.mp4,.ogg,.wav, etc Word processor and other text files -.doc,.pdf,.txt, etc. Spreadsheet files -.xlsx,.ods,. clr, etc. Internet related files -.html,.css,.php,.asp,etc.

5 A. Fill in the blanks: BEDI INTERNATIONAL SCHOOL, BAREILLY CLASS: VI SUBJECT: Computer CHAPTER: 3( Word PROCESSOR-TABULAR PRESENTATION) Draw borders group is present on the Design tab While changing the column width, the pointer changes to Double-headed arrow. The Merge cells command merges the cells into one cell. Tab Key is pressed to move to the next cell.. Insert tab allows you to insert a table. B. Answer the following: 1. Briefly explain the following table terminology: Ans. a. ROW : Horizontal section of a table is called row b. COLUMN : Vertical section of a table is called column c. CELL : The intersection of column and a row is called cell. d. TABLE : It is a arrangement of text in the form of columns and rows. A table can be useful for enhancing your document. It consists of vertical columns and horizontal rows. 2. In word, which tab allows you to insert a new table in your document? Ans. Insert tab allows you to insert new table in your document. 3. After you insert a table, special table related tabs get displayed. Name these tabs. Ans. Design and Layout tab get displayed after table is inserted. 4. Write command sequence to add a new row at the bottom of existing table. Ans. Table tools Layout tab Rows and Column group Insert below 5. Write command sequence to add a new column to the left of existing table. Ans. Table tools Layout tab Rows and Column group Insert left 6. What is splitting of table? Ans. Splitting of table means to divide the table in two or more tables. Once you have a table in Word, you might decide to split that table into two or more tables. This way you can create smaller tables, or add text in between two tables. 7. Write command sequence to split a table in two at current cursor position. Ans. Table tools Layout tab Merge group Split table button 8. What is merging of cells? Ans. Combining multiple cells (two or more) that are in the same row and /or in the same column to a single cell are known as merging cells.

6 9. Write command sequence to merge three selected consecutive cells in a table. Ans. 1. Select three consecutive cells which you want to merge. 2. Then follow command sequence: Table tools Layout tab Merge group Merge cells button 10. Write command sequences to Shade selected cells of a table Ans. 1. Select the cells you would like to shade. 2. Under design tab, select the shading dropdown and then click upon desired color. 11. Apply border to table Ans.1. Click on the table. 2. Select the design tab. 3. From borders dropdown, click at Borders and shading option. 4. In borders and shading dialog box, from the borders tab, select a border. 5. Click ok. 12. Change alignment of data in table. Ans. 1. Select the data. 2. Click on layout tab 3. click on align button. Choose the alignment.

7 CLASS: VI BEDI INTERNATIONAL SCHOOL, BAREILLY SUBJECT: COMPUTER Chapter-4( Presentation Basics with Powerpoint ) A. Fill in the blanks. A slide is an electronic page in a presentation Outline are a summarized version of your slides, which display only titles and main text. Custom animation is available on the animation menu. PowerPoint presentations are given extension.ppt. MS-Office suite comes with its own set of pictures in the clip art. The default theme is also known as office theme. To insert more than one image at once hold down Ctrl key. Shortcut key to run a presentation is F5. Shortcut key to insert new slide is Ctrl +M. B. Answer the following questions. 1. What is presentation software? What are commonly used presentation software these days? Ans. Presentation software is another specialized type of graphics software. These programs are used to create professional looking visual aids for an audience. The visual aids can be computer images, paper printout or photographic transparencies. Commonly used presentation software s are Corel Presentation, Microsoft PowerPoint, Openoffice.org Impress, Prezi, SlideRocket, etc. 2. What do you understand by presentation theme? What does it include? Ans. A presentation theme in PowerPoint can be thought of as a predefined combination of colors, fonts and effects that are applied to a presentation. It comes with many built in themes. The default theme is a blank theme with no background designs. 3. How would you insert these objects in Powerpoint presentation? Clip Art Ans. 1. Click on insert tab Images group Clip art button. 2. It will open clip art pane on the right, double click on desired clipart. b. Word art Ans. 1. Click on insert tab Text group Word art option. 2. Select the desired word art option. c. Pictures Ans. 1. Click on insert tab Images group picture button. 2. It will open file browser window to select the image file. 4. What is slide show? What type of visual effects can you add in slide show? Ans. Slide show is the name of running electronic presentation. Various effects that can be used in slide show are: Animations and transitions ii. Music, sounds and videos 5. Differentiate between a slide and slide show. Ans. A slide is a single page of a presentation. Collectively, a group of slides may be known as slide deck. Slide show is an electronic presentation which can be run on a computer screen or a projector device. 6. What do you understand by Animation? How is it helpful in a presentation? Ans.: The ability to move your objects like text, graphics, charts, logos etc in all directions of the slide is called Animation. Animation is very helpful when we wish to focus on important points. It also controls the order of flow of information and helps to increase the audience interest.

8

BEDI INTERNATIONAL SCHOOL, BAREILLY. CHAPTER: 3( Managing files and folders)

BEDI INTERNATIONAL SCHOOL, BAREILLY. CHAPTER: 3( Managing files and folders) BEDI INTERNATIONAL SCHOOL, BAREILLY CLASS: V SUBJECT: Computer CHAPTER: 3( Managing files and folders) A. Fill in the blanks: 1. MS Windows is an Operating System. 2. To customize the desktop, right-click

More information

BEDI INTERNATIONAL SCHOOL, BAREILLY. Chapter-1(Computer Hardware Internal & External)

BEDI INTERNATIONAL SCHOOL, BAREILLY. Chapter-1(Computer Hardware Internal & External) Chapter-1(Computer Hardware Internal & External) I. Fill in the blanks. 1. External hardware are the physical parts that are outside the computer. 2. Internal hardware are the physical parts that are inside

More information

PowerPoint Spring 2002

PowerPoint Spring 2002 PowerPoint 2000 Spring 2002 Table of Contents I. INTRODUCTION... 1 II. GETTING STARTED... 1 A. Opening PowerPoint... 1 B. The Mouse Pointer... 1 C. Working with Text... 2 1. Windows Control Buttons...

More information

Introduction to MS Office Somy Kuriakose Principal Scientist, FRAD, CMFRI

Introduction to MS Office Somy Kuriakose Principal Scientist, FRAD, CMFRI Introduction to MS Office Somy Kuriakose Principal Scientist, FRAD, CMFRI Email: somycmfri@gmail.com 29 Word, Excel and Power Point Microsoft Office is a productivity suite which integrates office tools

More information

Microsoft PowerPoint 2007 Tutorial

Microsoft PowerPoint 2007 Tutorial Microsoft PowerPoint 2007 Tutorial Prepared By:- Mohammad Murtaza Khan I. T. Expert Sindh Judicial Academy Contents Getting Started... 5 Presentations... 5 Microsoft Office Button... 5 Ribbon... 6 Quick

More information

Introduction to PowerPoint 2013

Introduction to PowerPoint 2013 Viewing a Presentation Introduction to PowerPoint 2013 When you create a Blank Presentation in PowerPoint, the workspace opens in Normal view. Normal view is divided into three areas: 1. Slide Pane - shows

More information

11.1 Create Speaker Notes Print a Presentation Package a Presentation PowerPoint Tips... 44

11.1 Create Speaker Notes Print a Presentation Package a Presentation PowerPoint Tips... 44 Contents 1 Getting Started... 1 1.1 Presentations... 1 1.2 Microsoft Office Button... 1 1.3 Ribbon... 2 1.4 Mini Toolbar... 2 1.5 Navigation... 3 1.6 Slide Views... 4 2 Customize PowerPoint... 5 2.1 Popular...

More information

Microsoft PowerPoint Tutorial

Microsoft PowerPoint Tutorial Microsoft PowerPoint Tutorial Contents Starting MS PowerPoint... 1 The MS PowerPoint Window... 2 Title Bar...2 Office Button...3 Saving Your Work... 3 For the first time... 3 While you work... 3 Backing

More information

1 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Powerpoint 2007)

1 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Powerpoint 2007) 1 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Powerpoint 2007) 2 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Powerpoint 2007) TABLE OF CONTENTS CHAPTER 1: GETTING STARTED... 4 MICROSOFT OFFICE

More information

Getting Started with. Office 2008

Getting Started with. Office 2008 Getting Started with Office 2008 Copyright 2010 - Information Technology Services Kennesaw State University This document may be downloaded, printed, or copied, for educational use, without further permission

More information

MICROSOFT WINDOWS - LEVEL 2

MICROSOFT WINDOWS - LEVEL 2 MICROSOFT WINDOWS - LEVEL 2 Based on SAQA Unit Standard 117867 This course will introduce you to Windows, which is the operating System of the computer. You will become more familiar with working with

More information

Microsoft PowerPoint 2010

Microsoft PowerPoint 2010 Microsoft PowerPoint 2010 Lesson 6: Working with Layout and Graphics Created by Felicia Hudson, Riverside High School--Durham Public Schools On completion of this lesson, students will be able to do the

More information

PowerPoint Launching PowerPointX

PowerPoint Launching PowerPointX PowerPoint 2004 Launching PowerPointX 1. Start PowerPoint by clicking on the PowerPoint icon in the dock or finding it in the hard drive in the Applications folder under Microsoft Office 2004. PowerPoint

More information

Introduction. Slide Basics. PowerPoint 2010 Slide Basics. Video: Slide Basics in PowerPoint About Slides. Page 1

Introduction. Slide Basics. PowerPoint 2010 Slide Basics. Video: Slide Basics in PowerPoint About Slides. Page 1 PowerPoint 2010 Slide Basics Introduction Page 1 PowerPoint includes all of the features you need to produce professionallooking presentations. When you create a PowerPoint presentation, it is made up

More information

9/29/2010. Slide title. Bulleted text. Clip art. SmartArt graphic. Microsoft Office Illustrated Introductory, Premium Video Edition

9/29/2010. Slide title. Bulleted text. Clip art. SmartArt graphic. Microsoft Office Illustrated Introductory, Premium Video Edition Microsoft Office 2007- Illustrated Introductory, Premium Video Edition Creating A in PowerPoint 2007 A Typical Slide Bulleted text Slide title Clip art SmartArt graphic 2 Planning an Effective When planning

More information

PowerPoint 2 (Office 2007)

PowerPoint 2 (Office 2007) Reference Services Division Presents PowerPoint 2 (Office 2007) In this class, we will continue to work with PowerPoint and explore more advanced features through a class exercise. This handout covers

More information

PowerPoint X. 1. The Project Gallery window with the PowerPoint presentation icon already selected. 2. Click on OK.

PowerPoint X. 1. The Project Gallery window with the PowerPoint presentation icon already selected. 2. Click on OK. PowerPoint X Launching PowerPointX 1. Start PowerPointX by clicking on the PowerPoint icon in the dock or finding it in the hard drive in the Applications folder under Microsoft PowerPoint. PowerPoint

More information

Using the Web in Mathematics Foundations Course An Introduction to Microsoft PowerPoint Sarah L. Mabrouk, Framingham State College

Using the Web in Mathematics Foundations Course An Introduction to Microsoft PowerPoint Sarah L. Mabrouk, Framingham State College Using the Web in Mathematics Foundations Course An Introduction to Microsoft PowerPoint Sarah L. Mabrouk, Framingham State College Overview: MS PowerPoint is powerful presentation software that enables

More information

PowerPoint Unit 1 Getting Started

PowerPoint Unit 1 Getting Started Beginning a presentation PowerPoint Unit 1 Getting Started PowerPoint is commonly used by presenters as a digital aid when presenting their topic to an audience. Many presenters often forget that they

More information

POWERPOINT Build a Presentation to Remember

POWERPOINT Build a Presentation to Remember POWERPOINT 2007 Build a Presentation to Remember Microsoft Office 2007 TABLE OF CONTENTS DOCUMENT THEMES... 1 THEMES... 1 COLOR SETS... 1 FONT SETS... 1 MASTER SLIDES... 2 USING THEMES IN THE SLIDE MASTER...

More information

Getting to Know PowerPoint. Use IT+

Getting to Know PowerPoint. Use IT+ Getting to Know PowerPoint Use IT+ Introduction PowerPoint 2013 is a presentation software that allows you to create dynamic slide presentations. Slideshows can include animation, description, images,

More information

ELECTRONIC PRESENTATION TOOL

ELECTRONIC PRESENTATION TOOL ELECTRONIC PRESENTATION TOOL 5 After completing this Chapter, the student will be able to: design different types of slides, recognise type of views of presentation, insert graphics, audio and video in

More information

Glossary. advance: to move forward

Glossary. advance: to move forward Computer Computer Skills Glossary Skills Glossary advance: to move forward alignment tab: the tab in the Format Cells dialog box that allows you to choose how the data in the cells will be aligned (left,

More information

Quick Access Toolbar. You click on it to see these options: New, Open, Save, Save As, Print, Prepare, Send, Publish and Close.

Quick Access Toolbar. You click on it to see these options: New, Open, Save, Save As, Print, Prepare, Send, Publish and Close. Opening Microsoft Word 2007 in the practical room UNIT-III 1 KNREDDY 1. Nyelvi beállítások az Office 2007-hez (Language settings for Office 2007 (not 2003)) English. 2. Double click on the Word 2007 icon

More information

PowerPoint Basics. Objectives. PowerPoint Basics. Just what are we trying to do with this software anyway?

PowerPoint Basics. Objectives. PowerPoint Basics. Just what are we trying to do with this software anyway? PowerPoint Basics 1. Presentation basics 2. Creating your title slide 3. Adding new slides 4. Adding bulleted text 5. Changing slide layouts 6. Inserting clip art and images 7. Hyper linking to other slides,

More information

Microsoft PowerPoint Illustrated. Unit C: Inserting Objects into a Presentation

Microsoft PowerPoint Illustrated. Unit C: Inserting Objects into a Presentation Microsoft PowerPoint 2010- Illustrated Unit C: Inserting Objects into a Presentation Objectives Insert text from Microsoft Word Insert clip art Insert and style a picture Insert a text box Objectives Insert

More information

MICROSOFT WORD. MS. Office includes the following application:

MICROSOFT WORD. MS. Office includes the following application: MICROSOFT WORD MS. Office consists of group of application developed overtime by MS work together, both in terms of accomplishing things is a similar way and in terms of providing easy of data. MS. Office

More information

POWERPOINT BASICS: MICROSOFT OFFICE 2010

POWERPOINT BASICS: MICROSOFT OFFICE 2010 POWERPOINT BASICS: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT POWERPOINT PAGE 03 Microsoft PowerPoint Components SIMPLE TASKS IN MICROSOFT POWERPOINT

More information

Using Graphics to Enhance A PowerPoint Presentation

Using Graphics to Enhance A PowerPoint Presentation Using Graphics to Enhance A PowerPoint Presentation This document provides instructions for working with various types of graphics in Microsoft PowerPoint. A design rule of thumb is to include some sort

More information

POWERPOINT Add the Pizzazz to Your Presentation

POWERPOINT Add the Pizzazz to Your Presentation POWERPOINT 2007 Add the Pizzazz to Your Presentation Microsoft Office 2007 TABLE OF CONTENTS ADDING GRAPHICS TO YOUR PRESENTATION... 1 DRAWINGS... 1 CLIP ART... 2 PICTURES... 3 SMARTART... 4 WORDART...

More information

Book 5. Chapter 1: Slides with SmartArt & Pictures... 1 Working with SmartArt Formatting Pictures Adjust Group Buttons Picture Styles Group Buttons

Book 5. Chapter 1: Slides with SmartArt & Pictures... 1 Working with SmartArt Formatting Pictures Adjust Group Buttons Picture Styles Group Buttons Chapter 1: Slides with SmartArt & Pictures... 1 Working with SmartArt Formatting Pictures Adjust Group Buttons Picture Styles Group Buttons Chapter 2: Slides with Charts & Shapes... 12 Working with Charts

More information

Gloucester County Library System EXCEL 2007

Gloucester County Library System EXCEL 2007 Gloucester County Library System EXCEL 2007 Introduction What is Excel? Microsoft E x c e l is an electronic s preadsheet program. I t is capable o f performing many diff e r e n t t y p e s o f c a l

More information

PowerPoint Introduction

PowerPoint Introduction PowerPoint 2010 Introduction PowerPoint 2010 is a presentation software that allows you to create dynamic slide presentations that can include animation, narration, images, and videos. In this lesson,

More information

Microsoft Office 2007

Microsoft Office 2007 Microsoft Office 2007 Adding Slide Transitions Transition Sound Transitions Transition Speed Apply to All A slide transition is the way one slide changes to the next in Slide Show view. Animations Tab:

More information

1. AUTO CORRECT. To auto correct a text in MS Word the text manipulation includes following step.

1. AUTO CORRECT. To auto correct a text in MS Word the text manipulation includes following step. 1. AUTO CORRECT - To auto correct a text in MS Word the text manipulation includes following step. - STEP 1: Click on office button STEP 2:- Select the word option button in the list. STEP 3:- In the word

More information

Chapter 1. Chapter 2. viii. Understanding the PowerPoint Work Area...1. Getting Started...4. PowerPoint Versions...6. The PowerPoint Work Area...

Chapter 1. Chapter 2. viii. Understanding the PowerPoint Work Area...1. Getting Started...4. PowerPoint Versions...6. The PowerPoint Work Area... Table Chapter 1 Understanding the PowerPoint Work Area...1 Getting Started...4 PowerPoint Versions...6 The PowerPoint Work Area...8 Chapter 2 Working with Text on Slides...17 What Is a Slide Show?...20

More information

MSITA POWERPOINT 2010 REVIEW

MSITA POWERPOINT 2010 REVIEW True/False write the word TRUE or FALSE in the blank. TRUE 1. FALSE_ 2. An existing presentation may be opened in PowerPoint 2010 by double-clicking on the file from the storage device. The presentation

More information

Getting Started with. PowerPoint 2010

Getting Started with. PowerPoint 2010 Getting Started with 13 PowerPoint 2010 You can use PowerPoint to create presentations for almost any occasion, such as a business meeting, government forum, school project or lecture, church function,

More information

PowerPoint Unit 1 Getting Started

PowerPoint Unit 1 Getting Started Beginning a presentation PowerPoint Unit 1 Getting Started PowerPoint is commonly used by presenters as a digital aid when presenting their topic to an audience. Many presenters often forget that they

More information

MICROSOFT POWERPOINT BASIC WORKBOOK. Empower and invest in yourself

MICROSOFT POWERPOINT BASIC WORKBOOK. Empower and invest in yourself MICROSOFT POWERPOINT BASIC WORKBOOK Empower and invest in yourself 2 Workbook Microsoft PowerPoint Basic onlineacademy.co.za MODULE 01 GETTING STARTED WITH POWERPOINT 1. Launch a blank PowerPoint presentation.

More information

PowerPoint 2010 Level 1 Computer Training Solutions Student Guide Version Revision Date Course Length

PowerPoint 2010 Level 1 Computer Training Solutions Student Guide Version Revision Date Course Length Level 1 Computer Training Solutions Version 1.2 Revision Date Course Length 2012-Feb-16 6 hours Table of Contents Quick Reference... 3 Frequently Used Commands... 3 Manitoba ehealth Learning Management

More information

PowerPoint Tutorial 2: Adding and Modifying Text and Graphic Objects 2013

PowerPoint Tutorial 2: Adding and Modifying Text and Graphic Objects 2013 PowerPoint Tutorial 2: Adding and Modifying Text and Graphic Objects Microsoft Office 2013 2013 Objectives Insert a graphic from a file Insert, resize, and reposition clip art Modify the color and shape

More information

9 Tables Part I. Session 45: Creating Tables Session 46: Modifying the Layout of Tables Session 47: Formatting the Design of Tables. Unit.

9 Tables Part I. Session 45: Creating Tables Session 46: Modifying the Layout of Tables Session 47: Formatting the Design of Tables. Unit. Unit 9 Tables Part I Session 45: Creating Tables Session 46: Modifying the Layout of Tables Session 47: Formatting the Design of Tables 2 45 Creating Tables Session Objectives Create a table Enter data

More information

1. The PowerPoint Window

1. The PowerPoint Window 1. The PowerPoint Window PowerPoint is a presentation software package. With PowerPoint, you can easily create slide shows. Trainers and other presenters use slide shows to illustrate their presentations.

More information

Created by: Leslie Arakaki

Created by: Leslie Arakaki Created by: Leslie Arakaki Fall, 2000 Page 1 Starting PowerPoint: 1. Double click on the icon. PowerPoint-ing your work! For PC computers with PowerPoint 97/2000 Using the Design Template feature to create

More information

Microsoft PowerPoint and Digital Photos

Microsoft PowerPoint and Digital Photos Microsoft PowerPoint and Digital Photos This exercise will give you a basic understanding of Microsoft PowerPoint presentation software. You will create a 3-slide document by following the instructions

More information

European Computer Driving Licence

European Computer Driving Licence European Computer Driving Licence E C D L S y l l a b u s 5. 0 Module 6 Presentation ECDL Syllabus 5 Courseware Module 6 Contents USING THE APPLICATION... 1 OPENING & CLOSING MS POWERPOINT & PRESENTATIONS...

More information

Part 1. Module 3 MODULE OVERVIEW. Microsoft Office Suite Pt 3. Objectives. MS PowerPoint Screen. Microsoft PowerPoint

Part 1. Module 3 MODULE OVERVIEW. Microsoft Office Suite Pt 3. Objectives. MS PowerPoint Screen. Microsoft PowerPoint Module 3 Microsoft Office Suite Pt 3 Microsoft PowerPoint MODULE OVERVIEW Part 1 Overview MS PowerPoint Screen Part 2 Creating your PowerPoint Presentation Part 3 Working with content graphics & slides

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

Word 2007 Tables Part 2

Word 2007 Tables Part 2 Word 2007 Tables Part 2 In this lesson you will learn to use formulas within tables, change the size and positions of a tables, convert information from table form to text form and vice versa, insert clipart

More information

PowerPoint 2016 Building a Presentation

PowerPoint 2016 Building a Presentation PowerPoint 2016 Building a Presentation What is PowerPoint? PowerPoint is presentation software that helps users quickly and efficiently create dynamic, professional-looking presentations through the use

More information

Designing a Web Page Using MS SharePoint Designer Reference Manual

Designing a Web Page Using MS SharePoint Designer Reference Manual Designing a Web Page Using MS SharePoint Designer 2007 Reference Manual SHAREPOINT DESIGNER 2007 BASICS 1. Opening SharePoint Designer 2007 application - Click start>all Programs>Microsoft Office>Microsoft

More information

The American University in Cairo. Academic Computing Services. Word prepared by. Soumaia Ahmed Al Ayyat

The American University in Cairo. Academic Computing Services. Word prepared by. Soumaia Ahmed Al Ayyat The American University in Cairo Academic Computing Services Word 2000 prepared by Soumaia Ahmed Al Ayyat Spring 2001 Table of Contents: Opening the Word Program Creating, Opening, and Saving Documents

More information

POWERPOINT 2003 OVERVIEW DISCLAIMER:

POWERPOINT 2003 OVERVIEW DISCLAIMER: DISCLAIMER: POWERPOINT 2003 This reference guide is meant for experienced Microsoft Office users. It provides a list of quick tips and shortcuts for familiar features. This guide does NOT replace training

More information

BASIC MICROSOFT POWERPOINT

BASIC MICROSOFT POWERPOINT BASIC MICROSOFT POWERPOINT PART ONE PHONE: 504-838-1144 IT Training Team Jefferson Parish Library EMAIL: jpltrain@jplibrary.net In this class you will learn to: Launch, close, and interact with Microsoft

More information

Tables Part I. Session 45: Creating Tables Session 46: Modifying the Layout of Tables Session 47: Formatting the Design of Tables. Unit.

Tables Part I. Session 45: Creating Tables Session 46: Modifying the Layout of Tables Session 47: Formatting the Design of Tables. Unit. Unit 9 Tables Part I Session 45: Creating Tables Session 46: Modifying the Layout of Tables Session 47: Formatting the Design of Tables 2 45 Creating Tables Session Objectives Create a table Enter data

More information

Microsoft Office. Microsoft Office

Microsoft Office. Microsoft Office is an office suite of interrelated desktop applications, servers and services for the Microsoft Windows. It is a horizontal market software that is used in a wide range of industries. was introduced by

More information

Answer: D. Answer: B. Answer: C. Answer: C. Answer: B

Answer: D. Answer: B. Answer: C. Answer: C. Answer: B 1. Which of the following software programs is used to create a collection of slides that may contain text, charts, pictures, sound movies, or multimedia, and is often called a presentation graphics program?

More information

Learning Microsoft PowerPoint Contents. Chapter 1: Getting Started With PowerPoint

Learning Microsoft PowerPoint Contents. Chapter 1: Getting Started With PowerPoint Contents Chapter 1: Getting Started With PowerPoint Starting a Presentation...1-1 The PowerPoint Screen Sections...1-2 The Backstage View... 1-2 The Quick Access Toolbar... 1-3 The Ribbon... 1-4 Zoom Controls...1-6

More information

Presentation. Graphics: Language Arts. Lesson 10. Activity 1: Biography. Activity 4: Analyzing a Poem. Activity 5: Environmental Effects

Presentation. Graphics: Language Arts. Lesson 10. Activity 1: Biography. Activity 4: Analyzing a Poem. Activity 5: Environmental Effects Lesson 10 Presentation Graphics: Language Arts Activity 1: Biography Create a Presentation from a Blank Presentation Work with Placeholders Add Slides to a Presentation Change a Slide Layout Apply a Theme

More information

Gloucester County Library System. Excel 2010

Gloucester County Library System. Excel 2010 Gloucester County Library System Excel 2010 Introduction What is Excel? Microsoft Excel is an electronic spreadsheet program. It is capable of performing many different types of calculations and can organize

More information

Introduction to Microsoft Office PowerPoint 2010

Introduction to Microsoft Office PowerPoint 2010 Introduction to Microsoft Office PowerPoint 2010 TABLE OF CONTENTS Open PowerPoint 2010... 1 About the Editing Screen... 1 Create a Title Slide... 6 Save Your Presentation... 6 Create a New Slide... 7

More information

Microsoft PowerPoint 2013 Beginning

Microsoft PowerPoint 2013 Beginning Microsoft PowerPoint 2013 Beginning PowerPoint Presentations on the Web... 2 Starting PowerPoint... 2 Opening a Presentation... 2 File Tab... 3 Quick Access Toolbar... 3 The Ribbon... 4 Keyboard Shortcuts...

More information

Microsoft PowerPoint 2010 Beginning

Microsoft PowerPoint 2010 Beginning Microsoft PowerPoint 2010 Beginning PowerPoint Presentations on the Web... 2 Starting PowerPoint... 2 Opening a Presentation... 2 File Tab... 3 Quick Access Toolbar... 3 The Ribbon... 4 Keyboard Shortcuts...

More information

Table of Contents. Word. Using the mouse wheel 39 Moving the insertion point using the keyboard 40 Resume reading 41

Table of Contents. Word. Using the mouse wheel 39 Moving the insertion point using the keyboard 40 Resume reading 41 Table of Contents iii Table of Contents Word Starting Word What is word processing? 2 Starting Word 2 Exploring the Start screen 4 Creating a blank document 4 Exploring the Word document window 5 Exploring

More information

Microsoft Power Point Lab Manual

Microsoft Power Point Lab Manual Microsoft Power Point Lab Manual Table of Contents The PowerPoint Window PowerPoint is a presentation software package. With PowerPoint, you can easily create slide shows. The Microsoft Office Button The

More information

PowerPoint Level 2 (Advancing your knowledge)

PowerPoint Level 2 (Advancing your knowledge) Using the Outline Tab When you are creating a presentation, entering text in Outline View allows you to concentrate on the content and not be distracted by formatting, graphics and layout. 1. Select the

More information

PowerPoint 2010: Basic Skills

PowerPoint 2010: Basic Skills PowerPoint 2010: Basic Skills Application Support and Training Office of Information Technology, West Virginia University OIT Help Desk (304) 293-4444, oithelp@mail.wvu.edu oit.wvu.edu/training/classmat/ppt/

More information

Introduction. Getting Started. Selecting a Template. 1 of 1

Introduction. Getting Started. Selecting a Template. 1 of 1 1 of 1 Introduction Visual materials are one of the most effective means of communicating a message. They can give a presentation a professional quality. Visuals help a speaker to be well prepared, organized,

More information

You can also search online templates which can be picked based on background themes or based on content needs. Page eleven will explain more.

You can also search online templates which can be picked based on background themes or based on content needs. Page eleven will explain more. Microsoft PowerPoint 2016 Part 1: The Basics Opening PowerPoint Double click on the PowerPoint icon on the desktop. When you first open PowerPoint you will see a list of new presentation themes. You can

More information

The Basics of PowerPoint

The Basics of PowerPoint MaryBeth Rajczewski The Basics of PowerPoint Microsoft PowerPoint is the premiere presentation software. It enables you to create professional presentations in a short amount of time. Presentations using

More information

Using Microsoft Office 2003 Intermediate Word Handout INFORMATION TECHNOLOGY SERVICES California State University, Los Angeles Version 1.

Using Microsoft Office 2003 Intermediate Word Handout INFORMATION TECHNOLOGY SERVICES California State University, Los Angeles Version 1. Using Microsoft Office 2003 Intermediate Word Handout INFORMATION TECHNOLOGY SERVICES California State University, Los Angeles Version 1.2 Summer 2010 Table of Contents Intermediate Microsoft Word 2003...

More information

Welcome. Microsoft PowerPoint 2010 Fundamentals Workshop. Faculty and Staff Development Program

Welcome. Microsoft PowerPoint 2010 Fundamentals Workshop. Faculty and Staff Development Program Faculty and Staff Development Program Welcome Microsoft PowerPoint 2010 Fundamentals Workshop Computing Services and Systems Development Phone: 412-624-HELP (4357) Last Updated: 04/19/13 Technology Help

More information

COMPUTERIZED OFFICE SUPPORT PROGRAM

COMPUTERIZED OFFICE SUPPORT PROGRAM NH113 PowerPoint Level 1 16 Total Hours COURSE TITLE: PowerPoint Level 1 COURSE OVERVIEW: This course provides students with the knowledge and skills to create and deliver engaging multimedia presentations

More information

Solutions. Ans. True. Ans. False. 11. How many types of masters are available in Impress?

Solutions. Ans. True. Ans. False. 11. How many types of masters are available in Impress? Chapter 10: Presentation Tool OpenOffice Impress Solutions Summative Assessment Multiple-Choice Questions (MCQs) 1. is the extension of the Impress presentation. a..odp b..ppt c..odb d. None of the above

More information

Day : Date : Objects : Open MS Excel program * Open Excel application. Select : start. Choose: programs. Choose : Microsoft Office.

Day : Date : Objects : Open MS Excel program * Open Excel application. Select : start. Choose: programs. Choose : Microsoft Office. Day : Date : Objects : Open MS Excel program * Open Excel application. Select : start Choose: programs Choose : Microsoft Office Select: Excel *The interface of Excel program - Menu bar. - Standard bar.

More information

COURSE OUTLINE. MS PowerPoint Last Updated: 19 July 2017

COURSE OUTLINE. MS PowerPoint Last Updated: 19 July 2017 MS PowerPoint 2016 Last Updated: 19 July 2017 1. Table of Contents 1. Table of Contents... 2 A. COURSE OUTLINES... 3 1. Free online pre-training assessments... 3 2. MS PowerPoint 2016 Level 1... 3 3. MS

More information

Word Overview Page 3 Tables Page 5 Labels Page 9 Mail Merge Page 12. Excel Overview Page 19 Charts Page 22

Word Overview Page 3 Tables Page 5 Labels Page 9 Mail Merge Page 12. Excel Overview Page 19 Charts Page 22 Overview Page 3 Tables Page 5 Labels Page 9 Mail Merge Page 12 Excel Overview Page 19 Charts Page 22 PowerPoint Overview Page 26 Inserting Pictures and Sounds Page 30 Animation and Transitions Page 32

More information

Office 2007 Overview

Office 2007 Overview Kent School District Office 2007 Overview Office Button Quick Access Toolbar The Ribbon and Tabs Mini Toolbar Other Office Applications Resources 1 P a g e Created by G. Kinkade, CTE; adapted by G. Whiteman,

More information

MICROSOFT POWERPOINT 2016 Quick Reference Guide

MICROSOFT POWERPOINT 2016 Quick Reference Guide MICROSOFT POWERPOINT 2016 Quick Reference Guide PowerPoint What is it? What s new in PowerPoint 2016? PowerPoint is a computer program that allows you to create, edit and produce slide show presentations.

More information

Week 5 Creating a Calendar. About Tables. Making a Calendar From a Table Template. Week 5 Word 2010

Week 5 Creating a Calendar. About Tables. Making a Calendar From a Table Template. Week 5 Word 2010 Week 5 Creating a Calendar About Tables Tables are a good way to organize information. They can consist of only a few cells, or many cells that cover several pages. You can arrange boxes or cells vertically

More information

Libraries. Multi-Touch. Aero Peek. Sema Foundation 10 Classes 2 nd Exam Review ICT Department 5/22/ Lesson - 15

Libraries. Multi-Touch. Aero Peek. Sema Foundation 10 Classes 2 nd Exam Review ICT Department 5/22/ Lesson - 15 10 Classes 2 nd Exam Review Lesson - 15 Introduction Windows 7, previous version of the latest version (Windows 8.1) of Microsoft Windows, was produced for use on personal computers, including home and

More information

Microsoft Powerpoint 2007

Microsoft Powerpoint 2007 Microsoft Powerpoint 2007 Getting started Select the Start button towards the bottom left of the screen. Select each of the following: Programs; Microsoft Office > Microsoft Powerpoint 2007. Within a few

More information

Microsoft Excel 2010 Basic

Microsoft Excel 2010 Basic Microsoft Excel 2010 Basic Introduction to MS Excel 2010 Microsoft Excel 2010 is a spreadsheet software in the new Microsoft 2010 Office Suite. Excel allows you to store, manipulate and analyze data in

More information

Using PowerPoint in Effective Presentations

Using PowerPoint in Effective Presentations Using PowerPoint in Effective Presentations MS PowerPoint Date: 26th of February 2014 Time: 14:00-16:00 p.m. Room: E1.17/E1.18 Science East 1 Introduction Session Facilitators Name: Education: Accenture

More information

SUMMARIES OF INTERACTIVE MULTIMEDIA

SUMMARIES OF INTERACTIVE MULTIMEDIA SUMMARIES OF INTERACTIVE MULTIMEDIA GRADE 10 SOLUTIONS DEVELOPMENT 1. Producing a Good Document This lesson is about the basics of word processing. In it you will learn how to use the ribbon in a word

More information

Microsoft Word Important Notice

Microsoft Word Important Notice Microsoft Word 2013 Important Notice All candidates who follow an ICDL/ECDL course must have an official ICDL/ECDL Registration Number (which is proof of your Profile Number with ICDL/ECDL and will track

More information

PowerPoint. Tutorial 1 Creating a Presentation. Tutorial 2 Applying and Modifying Text and Graphic Objects

PowerPoint. Tutorial 1 Creating a Presentation. Tutorial 2 Applying and Modifying Text and Graphic Objects PowerPoint Tutorial 1 Creating a Presentation Tutorial 2 Applying and Modifying Text and Graphic Objects Tutorial 3 Adding Special Effects to a Presentation COMPREHENSIVE PowerPoint Tutorial 1 Creating

More information

MICROSOFT OFFICE. Courseware: Exam: Sample Only EXCEL 2016 CORE. Certification Guide

MICROSOFT OFFICE. Courseware: Exam: Sample Only EXCEL 2016 CORE. Certification Guide MICROSOFT OFFICE Courseware: 3263 2 Exam: 77 727 EXCEL 2016 CORE Certification Guide Microsoft Office Specialist 2016 Series Microsoft Excel 2016 Core Certification Guide Lesson 1: Introducing Excel Lesson

More information

PowerPoint 2016 Basics for Mac

PowerPoint 2016 Basics for Mac 1 PowerPoint 2016 Basics for Mac PowerPoint 2016 Basics for Mac Training Objective To learn the tools and features to get started using PowerPoint more efficiently and effectively. What you can expect

More information

Exercise 5 Animated Excel Charts in PowerPoint

Exercise 5 Animated Excel Charts in PowerPoint Exercise 5 Animated Excel Charts in PowerPoint This is a fun exercise to show you how even graphs can become even more interesting if you use multimedia. You will write some slides on your own to summarize

More information

MS Word 2010 An Introduction

MS Word 2010 An Introduction MS Word 2010 An Introduction Table of Contents The MS Word 2010 Environment... 1 The Word Window Frame... 1 The File Tab... 1 The Quick Access Toolbar... 4 To Customize the Quick Access Toolbar:... 4

More information

PowerPoint. Mr. Lewis

PowerPoint. Mr. Lewis PowerPoint Mr. Lewis Defining Presentation Software Presentation Software is a computer program used to organize and present information Presentation software allows you to communicate your ideas effectively

More information

2014 POWERPOINT PREPARATION & PRESENTATION

2014 POWERPOINT PREPARATION & PRESENTATION 2014 POWERPOINT PREPARATION & PRESENTATION A training programme organized by: WOLEXAKINS MENTORING FOR YOUTH IN AGRICULTURE (WAMYA) For Mentees in University of Nigeria, Nsukka on Saturday 12th July, 2014

More information

Part 1: Basics. Page Sorter:

Part 1: Basics. Page Sorter: Part 1: Basics Page Sorter: The Page Sorter displays all the pages in an open file as thumbnails and automatically updates as you add content. The page sorter can do the following. Display Pages Create

More information

Microsoft PowerPoint 2007 Beginning

Microsoft PowerPoint 2007 Beginning Microsoft PowerPoint 2007 Beginning Educational Technology Center PowerPoint Presentations on the Web... 2 Starting PowerPoint... 2 Opening a Presentation... 2 Microsoft Office Button... 3 Quick Access

More information

Intermediate PowerPoint 2000

Intermediate PowerPoint 2000 Intermediate PowerPoint 2000 Academic Computing Support Information Technology Services Tennessee Technological University September 2000 1. Opening PowerPoint In the PC labs, under the Start menu, select

More information

Chapter 4 Printing and Viewing a Presentation Using Proofing Tools I. Spell Check II. The Thesaurus... 23

Chapter 4 Printing and Viewing a Presentation Using Proofing Tools I. Spell Check II. The Thesaurus... 23 PowerPoint Level 1 Table of Contents Chapter 1 Getting Started... 7 Interacting with PowerPoint... 7 Slides... 7 I. Adding Slides... 8 II. Deleting Slides... 8 III. Cutting, Copying and Pasting Slides...

More information

Section 1 Getting Started

Section 1 Getting Started Section 1 Getting Started ECDL Section 1 Getting Started By the end of this section you should be able to: Understand PowerPoint Principles Start PowerPoint Use an Installed Template Recognise the Screen

More information

Glossary Unit 1: Hardware and Software

Glossary Unit 1: Hardware and Software Glossary Unit 1: Hardware and Software 1. 2. Application software computer software created to allow the user to perform specific a job or task Examples: Word processing, Spreadsheets, Database, and Graphics

More information