50) Which of the following statement temporarily stops the execution of a program?

Size: px
Start display at page:

Download "50) Which of the following statement temporarily stops the execution of a program?"

Transcription

1 FFC MODEL SCHOOL 1) Which one option is not in Edit Menu? (a) Undo (b) Redo (c) Find (d) Font 2) Which Keyboard shortcut is used to make the selected word bold? (a) Ctrl+Shift+B (b) Shift+B (c) Alt+B (d) Ctrl+B 3) Which of the following is used to select the paragraph? (a) Single-click (b) Double-click (c) Right-click (d) none of them 4) Clicking on the Print icon prints the document currently active in Word. (a) manually (b) automatically (c) a and b (d) none of them 5) Which of the following bars provide the information about application software? (a) Menu bar (b) Tool bar (c) Status bar (d) Scroll bar 6) Toolbars contain small pictures called (a) Folders b) directories c) files d) Tools icon 7) Ms-word provides more than toolbars. (a) 18 b) 24 c) 30 d) 36 8) How much ITEMS in MS-WORD Menu bar (a) 5 b) 7 c) 9 d) 8 9) On color monitors, screen modes are of: (a) two types b) three types c) four types d) five types 10) LEFT $ (PAKISTAN: 3) = (a) PAK b) Pak c) TAN d) KIS 11) An element of an array is mentioned by its: a) subscript b) array c) object d) name of element 12) Which of the following statement is used to find the largest value from an array? a) INPUT b) READ...DATA c) ON ERROR GOTO d) None of them 13) There are types of array a) One b) Two c) Three d) Four 14) TAN(x) = a) SIN(x)/COT(x) b) COT(x) c) COS(x)/SIN (x) d) SIN(x)/COS(x) 15) To read information from a file, it must be opened for: a) Input b) Output c) Both a & b d) None of them 16) The outer of a function INT (-5,7) a) -5 b) -4 c) -6 d) 5 17) The set of colors RED, GREEN and BROWN is given in a) Palette 0 b) Palette 1 c) Both a & b d) None of them 18) Which function changes the way of displaying output in BASIC? a) SCREEN b) PRINT c) LEFT$ d) ABS 19) Normally the computer monitor screen is in: a) Graphic mode b) Text mode c) Both a & b d) None of them 20) In medium resolution screen mode colors for foreground are: a) 1 b) 2 c) 4 d) 16 21) The number background colors available in BASIC is: a) 4 b) 8 c) 12 d) 16 22) The prefix B in DRAW statement is used for: a) Draw a block b) Move with black mark c) Both a and b d) move with blue mark 23) A file can be organized in the following ways: a) One way b) two ways c) three ways d) four ways 24) A file is activated with one of the following statement before its use: a) WRITE b) READ c) PRINT d) None of them 25) Instructions that are written once in the main program or independently and can be called more than one time in the main program is called a) Control statement b) Loop c) Subprogram d) None of them 26) The function is used to convert ASCII codes to its character equivalent. a) CHAR$ b) CHR() c) CHAR d) CHR$() 27) In two dimension array, when dimension is not mentioned, the array should not have more than elements a) 10 b) 100 c) 110 d) 121

2 28) Which of the following is not a valid subscript? a) NUM(10) b) A(2) c) B(4) d) A(-2) 29) Maximum number of elements per dimension is a) 10 b) 255 c) d) None of them 30) Ctrl+Z is used for a) Undo b) Redo c) Find d) Font 31) BASIC stand for (a) beginners all purpose system instruction code (b) beginners all purpose symbolic instruction code (c) beginners all purpose system instruction computer (d) BASIC Input/Output System 32) BASIC was developed by John Kemey and Thomas Khur in Darmouth college in USA (a) 1963 (b) 1953 (c) 1943 (d) ) BASIC shows a message, when loaded. (a) OK (b) NOT (c) AND (d) OR 34) In, mode, the commands are executed as they are typed (a) Direct (b) In-Direct (c) Command (d) Statement 35) Every statement in a BASIC program in preceded by a (a) Line number (b) Decimal number (c) Binary number (d) Octal number 36) A GW-BASIC program line can not have more than character (a) 255 (b) 40 (c) 32 (d) ) There can be maximum lines in a GW-basic program (a) (b) (c) (d) ) The default extension of a BASIC program is (a) bes (b) bas (c) bis (d) bsa 39) The words which have pre-defined meaning in a programming language are called (a) keywords (b) statements (c) command (d) constant 40) An example of a non-executable statement. (a) REM (b) RENUM (c) ROM (d) SIMM 41) BASIC can operate in (a) 2 modes (b) 3 modes (c) 1 modes (d) none 42) The maximum length of variable name in BASIC is (a) 40 (b) 32 (c) 45 (d) 30 43) If two or more statements are written on a line, they must separated by a (a) colon (b) comma (c) semi colon (d) none 44) Which of the following is a type declaration character for integer variable (a) % (b) # (c) * (d) $ 45) Which of the following operators has the highest precedence? (a) ^ (c) * (d) + 46) A variable name must start with a(n): (a) numbers (b) Alphabet (c)underscore (d) all 47) Which of the following is a short key to run a program in (a) F2 (b) F1 (c) F3 (d) F4 48) When a floating-point value is converted to an integer, the fractional part (a) Rounded off (b) Truncated (c) Conversion is impossible (d) none 49) Which of the following command continues the program temporarily? (a) CONT (b) RESTART (c) START (d) RESUME 50) Which of the following statement temporarily stops the execution of a program? (a) STOP (b) KILL (c) BREAK (d) END 51) IN BASIC key F1 is equivalent to the command (a) LIST (b) PRINT (c) SAVE (d) SAVE AS 52) To run a program press key (a) F2 (b) F3 (c) F4 (d) F5 53) Statements allow you to enter value of variable while the program is running (a) Input (b) Output (c) Print (d) None 54) Which of the following word can be used as variable names? (a) PENCIL (b) PEN (c) COLOR (d) none 55) Which of the following command is used to exit from BASIC and to return to DOS (a) System (b) Exit (c) New (d) Clear 56) The maximum characters that a string constant may contain are (a) 255 (b) 80 (c) 32 (d) 40 57) Which of the following is not a logical operator: (a)fix (b) OR (c) NOT (d) All of the Above

3 58) Which of the following types of the characters can be used as numeric variable name (a) none of them (b) Blank spaces (c Special (d) a and c 59) Eqaulity operator is a (a) Relation Operator (b) Functional Operator (c) Logical Operator (d) Arithmetic Operator 60) 30.In BASIC LET is a (a) Special letter (b) Reserve word (c) common command (d) all 61) The short cut key that is used to load a program is (a) F3 (b) F2 (c) F1 (d) F4 62) This command is used to load a file from diskette into memory (a) LOAD (b) DELETE (c) LIST (d) SAVE 63) It is used to remember program lines (a) RENUM (b) NEW (c) both a and b (d) None 64) In BASIC it is a shortcut for typing PRINT (a) ALT+P (b) ALT+W (c) ALT+S (d) ALT+Z 65) How many possible solutions are there for a problem? (a) 1 (b) 3 (c) 5 (d) 7 66) Program upgradation refers to: (a) program enhancement (b) Program identification (c) Program development (d) Program Implementation 67) Which of the following tasks are performed by most of the algorithms? (a) Input (b) Output (c) Processing (d) All 68) Typographical errors in BASIC statements are: (a) Runtime errors (b) Logical errors (c) Syntax errors (d) Execution errors 69) The diamonds symbol represents the: (a) Input/Output (b) Decision making (c) Processing (d) Remarks 70) Division by zero is: (a) Runtime errors (b) Logical errors (c) Syntax errors (d) not an error 71) Which of the following documents describe various features of the software and the way it is used? (a) Software requirement (b) Problem description (c) User Manual (d) Algorithm Specification 72) Algorithm is a : (a) Requirement document (b) Design document (c) Test document (d) User guide 73) The technique Divide and Conquer is used to solve: (a) Simple problems (b) Complex problems (c) Large problems (d) Complex & Large prob 74) Which one is a multi branching statement? (a) IF..ELSE (b) GOTO (c) ON..GOTO (d) ON ERROR GOTO line no 75) If the integer value of the numeric expression following the keyword ON, in On..GOTO statement, is greater than 255, which type of error occurs? (a) Syntax (b) Runtime (c) Logical (d) Its not an error 76) FOR.NEXT is used to implement: (a) Iteration (b) Selection (c) Sequence (d) All 77) Loops within loops (a) LOOP (b) Nested Loop (c) Syntax loop (d) All 78) A special variable named is assigned an error code on occurrence of an error in BASIC (a) ERL (b) ERR (c) Unique code (d) none 79) A structure choose the alternative program statements to executes (a) Sequence (b) Selection (c) Loops (d) both a and b 80) An error occurs when the program violet one or more grammatical rules of the programming language is called (a) Desk Checking (b) Syntax (c) Run Time (d) Algorithm 81) The process of carefully observing the working of an algorithm, on the paper, for some test data. (a) Debugging (b) Desk checking (c) Syntax (d) errors 82) Pictorial representation of an algorithm (a) Debugging (b) Flow chart (c) User guide (d) none of these 83).IDE stands for (a) Integrated Development (b) Integrated Data (c) Integrated Data Establishment (d) Integrated Design

4 1 BASIC stand for (a) beginners all purpose system instruction code FFC MODEL SCHOOL (Objective Class 10 th A) Chapter # 1-7 (b) beginners all purpose symbolic instruction code (c) beginners all purpose system instruction computer 2. BASIC was developed by John Kemey and Thomas Khur in Darmouth college in USA (a) 1963 (b) 1953 (c) 1943 (d) BASIC shows a message, when loaded. (a) OK (b) NOT (c) AND (d) OR 4.In, mode, the commands are executed as they are typed (d) BASIC Input/output System (a) Direct (b) In-Direct (c) Command (d) Statement 5. Every statement in a BASIC program in preceded by a (a) Line number (b) Decimal number (c) Binary number (d) Octal number 6. A GW-BASIC program line can not have more than character (a) 255 (b) 40 (c) 32 (d) There can be maximum lines in a GW-basic program (a) (b) (c) (d) The default extension of a BASIC program is (a) bes (b) bas (c) bis (d) bsa 9. The words which have pre-defined meaning in a programming language are called (a) keywords (b) statements (c) command (d) constant 10. An example of a non-executable statement. (a) REM (b) RENUM (c) ROM (d) SIMM 11. BASIC can operate in (a) 2 modes (b) 3 modes (c) 1 modes (d) none 12.The maximum length of variable name in BASIC is (a) 40 (b) 32 (c) 45 (d) If two or more statements are written on a line, they must separate by a (a) colon (b) comma (c) semi colon (d) none 14. Which of the following is a type declaration character for integer variable? (a) % (b) # (c) * (d) $ 15. Which of the following operators has the highest precedence? (a) ^ (c) * (d) + 16.A variable name must start with a(n): (a) numbers (b) Alphabet (c)underscore (d) all 17.Which of the following is a short key to run a program in (a) F2 (b) F1 (c) F3 (d) F4

5 18. When a floating-point value is converted to an integer, the fractional part (a) Rounded off (b) Truncated (c) Conversion is impossible 19. Which of the following command continues the program temporarily? (d) none (a) CONT (b) RESTART (c) START (d) RESUME 20. Which of the following statement temporarily stops the execution of a program? (a) STOP (b) KILL (c) BREAK (d) END 21. IN BASIC key F1 is equivalent to the command (a) LIST (b) PRINT (c) SAVE (d) SAVE AS 22. To run a program press key (a) F2 (b) F3 (c) F4 (d) F5 23. Statements allow you to enter value of variable while the program is running (a) Input (b) Output (c) Print (d) None 24. Which of the following word can be used as variable names? (a) PENCIL (b) PEN (c) COLOR (d) none 25. Which of the following command is used to exit from BASIC and to return to DOS (a) System (b) Exit (c) New (d) Clear 26.The maximum characters that a string constant may contain are (a) 255 (b) 80 (c) 32 (d) Which of the following is not a logical operator: (a)fix (b) OR (c) NOT (d) All of the Above 28. Which of the following types of the characters can be used as numeric variable name (a) none of them (b) Blank spaces (c) Special (d) a and c 29. Eqaulity operator is a (a) Relation Operator (b) Functional Operator (c) Logical Operator (d) Arithmetic Operator 30. In BASIC LET is a (a) Special letter (b) Reserve word (c) common command (d) all 31. In BASIC READ is a (a) Reserve word (b) Special letter (c) common command (d) all 32 In BASIC LOAD is a (a) Reserve word (b) Special word (c) common word (d) none 33. In BASIC DATA is a (a) Reserve word (b) Special word (c) common word (d) all 34.The short cut key that is used to load a program is (a) F3 (b) F2 (c) F1 (d) F4 35. This command is used to load a file from diskette into memory (a) LOAD (b) DELETE (c) LIST (d) SAVE

6 36. It is used to remember program lines (a) RENUM (b) NEW (c) both a and b (d) None 37.In BASIC it is a shortcut for typing PRINT (a) ALT+P (b) ALT+W (c) ALT+S (d) ALT+Z 38. How many possible solutions are there for a problem? (a) 1 (b) 3 (c) 5 (d) Program upgradation refers to: (a) program enhancement (b) Program identification (c) Program development (d) Program Implementation 40. Which of the following tasks are performed by most of the algorithms? (a) Input (b) Output (c) Processing (d) All 41. Typographical errors in BASIC statements are: (a) Runtime errors (b) Logical errors (c) Syntax errors (d) Execution errors 42 The diamonds symbol represents the: (a) Input/output (b) Decision making (c) Processing (d) Remarks 43. Division by zero is: (a) Runtime errors (b) Logical errors (c) Syntax errors (d) not an error 44. Which of the following documents describe various features of the software and the way it is used? (a) Software requirement Specification 45. Algorithm is a : (a) Requirement document 46. The technique Divide and conquer is used to solve: (b) Problem description (c) User Manual (d) Algorithm (b) Design document (c) Test document (d) User guide (a) Simple problems (b) Complex problems (c) Large problems (d) Complex & Large prob 47. Which one is a multi-branching statement? (a) IF..ELSE (b) GOTO (c) ON..GOTO (d) ON ERROR GOTO line no 50. If the integer value of the numeric expression following the keyword ON, in On..GOTO statement is greater than 255, which type of error occurs? (a) Syntax (b) Runtime (c) Logical (d) Its not an error 51. FOR.NEXT is used to implement: (a) Iteration (b) Selection (c) Sequence (d) All 52. Loops within loops (a) LOOP (b) Nested Loop (c) Syntax loop (d) All 53. A special variable named is assigned an error code on occurrence of an error in BASIC (a) ERL (b) ERR (c) Unique code (d) none 54. a structure choose the alternative program statements to executes (a) Sequence (b) Selection (c) Loops (d) both a and b

7 55. An error occurs when the program violet one or more grammatical rules of the programming language is called (a) Desk Checking (b) Syntax (c) Run Time (d) Algorithm 56. The process of carefully observing the working of an algorithm, on the paper, for some test data. (a) Debugging (b) Desk checking (c) Syntax (d) errors 57. Pictorial representation of an algorithm (a) Debugging (b) Flow chart (c) User guide (d) none of these 58. IDE stands for (a) Integrated Development (b) Integrated Data 59.Which one option is not in Edit Menu? (c) Integrated Data Establishment (a) Undo (b) Redo (c) Find (d) Font 60. Which Keyboard shortcut is used to make the selected word bold? (a) Ctrl+Shift+B (b) Shift+B (c) Alt+B (d) Ctrl+B 61. Which of the following is used to select the paragraph? (d) Integrated Design (a) Single-click (b) Double-click (c) Right-click (d) none of them 62. Clicking on the Print icon prints the document currently active in Word. (a) manually (b) automatically (c) a and b (d) none of them 63. Which of the following bars provide the information about application software? (a) Menu bar (b) Tool bar (c) Status bar (d) Scroll bar 64. Toolbars contain small pictures called (a) Folders b) directories c) files d) Tools icon 65. Ms-word provides more than toolbars. (a) 18 b) 24 c) 30 d) How much ITEMS in MS-WORD Menu bar (a) 5 b) 7 c) 9 d) On color monitors, screen modes are of: (a) two types b) three types c) four types d) five types 68 LEFT $ (PAKISTAN: 3) = (a) PAK b) Pak c) TAN d) KIS 69.An element of an array is mentioned by its: a) subscript b) array c) object d) name of element

8 70. Which of the following statement is used to find the largest value from an array? a) INPUT b) READ...DATA c) ON ERROR GOTO d) None of them 71. There are types of array a) One b) Two c) Three d) Four 72. TAN(x) = a) SIN(x)/COT(x) b) COT(x) c) COS(x)/SIN (x) d) SIN(x)/COS(x) 73. To read information from a file, it must be opened for: a) Input b) Output c) Both a & b d) None of them 74. The outer of a function INT (-5,7) a) -5 b) -4 c) -6 d) The set of colors RED, GREEN and BROWN is given in a) Palette 0 b) Palette 1 c) Both a & b d) None of them 76. Which function changes the way of displaying output in BASIC? a) SCREEN b) PRINT c) LEFT$ d) ABS 77. Normally the computer monitor screen is in: a) Graphic mode b) Text mode c) Both a & b d) None of them 78. In medium resolution screen mode colors for foreground are: a) 1 b) 2 c) 4 d) The number background colors available in BASIC is: a) 4 b) 8 c) 12 d) The prefix B in DRAW statement is used for: a) Draw a block b) Move with black mark c) Both a and b d) move with blue mark 81. A file can be organized in the following ways: a) One way b) two ways c) three ways d) four ways 82. A file is activated with one of the following statement before its use: a) WRITE b) READ c) PRINT d) None of them 83. Instructions that are written once in the main program or independently and can be called more than one time in the main program is called a) Control statement b) Loop c) Subprogram d) None of them 84. The function is used to convert ASCII codes to its character equivalent. a) CHAR$ b) CHR() c) CHAR d) CHR$()

9 85. In two-dimension array, when dimension is not mentioned, the array should not have more than elements a) 10 b) 100 c) 110 d) Which of the following is not a valid subscript? a) NUM(10) b) A(2) c) B(4) d) A(-2) 87. Maximum number of elements per dimension is a) 10 b) 255 c) d) None of them 88. Ctrl+Z is used for a) Undo b) Redo c) Find d) Font 89. Ctrl+Y is used for a) Undo b) Redo c) Find d) Font 90. ABS(-15.68) is used for a) 15 b) c) 16 d) -16

10 FFC MODEL SCHOOL 1) The basic command used to automatically generate line number is (a) LOAD (b) RUN (c) CONT (d) AUTO 2) Short key is used to bold a text is (a) Ctrl+Shift+B (b) Shift+B (c) Alt+B (d) Ctrl+B 3) The parallelogram symbol in flow Chart indicates: (a) Input/Output (b) Decision Making (c) Remarks (d) Processing 4) The set of instructions given to the computer to solve a problem is known as (a) Data flow Diagram (b) Program (c) Algorithm (d) Flow chart 5) Which of the following is used to draw geometrical shapes in MS-Word (a) Paint Brush (b) Auto shapes (c) shapes (d) Word Art 6) Dim x(3,2) statement contains (a) 3 Col,2 Rows b) 3 Rows,2 Col c) 6 Col d) 6 Rows 7) Maximum number of elements in a Dim statement is: (a) 10 b) 255 c) d) ) The file that contains set of instructions is called (a) Graphic file b) Data File c) Program File d) Object File 9) The number of Back Ground colours available in Basic is (a) 4 b) 8 c) 12 d) 16 10) Relational Operator produce result as (a)1 b) 0 c) 0 or 1 d) 0 and 1 11) A loop inside another loop b) Nested loop b) finite loop c) Infinite loop d) For-Next loop 12) Which bar is used to display name b) Title bar b) Status bar c) Scroll bar d) Task bar 13) Non- executable statement b) NAME b) RENUM c) REM d) All of these 14) Short key is used to Italic a text is a) CTRL+U b) CTRL+I c) CTRL+L d) CTRL+U 15) is used to represent b) Flow Lines b) direction c) Arrow d) None of them 16) The outer of a function INT (-5,7) b) -5 b) -4 c) -6 d) 5 17) Short cut key F2 is used for b) RUN b) List c) LOAD d) SAVE 18) There are types of array b) 1 b) 2 c) 3 d) 4

11 19) Which technique is used for complex and large problems: b) Top-down b) divide and conquer c) Algorithm d) Testing 20) In Draw statement, H is used for which direction b) Diagonally up left b) Diagonally down left c) Diagonally up right d) Diagonally down right 21) Algorithm is a : a) Requirement document b) Design document c) Test document d) User guide 22) What is the purpose of CTRL+ Y: b) Undo b) Page up c) Redo d) Page Break 23) Which graphic command is incorrect? b) LINE b) COLOR c) DRAW d) None of these 24) An Test mode number of characters b) 225 b) 300 c) 320 d) 25 25) INT (6.78) is a).78 b) 6.8 c) 6 d) 7 26) Which key is used for execution of program b) F2 b) F3 c) F6 d) F1 27) Diamond symbol represent b) connector b) Decision making c) processing d) none of these 28) 2-D array is known as b) Table b) Vector c) Linear d) none of these 29) Variable name must begin with a b) Alphabet b) underscore c) numeric d) underscore & alphabet 30) FOR.NEXT is used to implement: b) repetition b) selection c) user manual d) none of these

Short question # 01 LONG QUESTION

Short question # 01 LONG QUESTION Short question # 01 1. Define Algorithm 2. What is syntax error? 3. Explain Bug in Computer Program? 4. Write two advantages of flowchart 5. Define problem solving 6. Define the process of Analyzing 7.

More information

Add Bullets and Numbers

Add Bullets and Numbers . Lesson 5: Adding Bullets and Numbers, If you have lists of data, you may want to bullet or number them. When using Microsoft Word, bulleting and numbering are easy. The first part of this lesson teaches

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

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

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

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

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

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

IECD Institute for Entrepreneurship and Career Development Bharathidasan University, Tiruchirappalli 23.

IECD Institute for Entrepreneurship and Career Development Bharathidasan University, Tiruchirappalli 23. Subject code - CCP01 Chapt Chapter 1 INTRODUCTION TO C 1. A group of software developed for certain purpose are referred as ---- a. Program b. Variable c. Software d. Data 2. Software is classified into

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

Excel Select a template category in the Office.com Templates section. 5. Click the Download button.

Excel Select a template category in the Office.com Templates section. 5. Click the Download button. Microsoft QUICK Excel 2010 Source Getting Started The Excel Window u v w z Creating a New Blank Workbook 2. Select New in the left pane. 3. Select the Blank workbook template in the Available Templates

More information

Bold with the Dialog Box Launcher. Locate MS Office and open Word.

Bold with the Dialog Box Launcher. Locate MS Office and open Word. Locate MS Office and open Word. Type the following exactly as shown. Remember, pressing the Enter key starts a new paragraph. Press the Enter key at the end of each of the following lines to start a new

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

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

Microsoft Word Basic Features

Microsoft Word Basic Features Aditya College, Gwalior 1 Microsoft Word Basic Features Lesson 1 familiarized you with the the Microsoft Word window. You are now ready to learn how to create a Word document. To begin, open Microsoft

More information

EXCEL 2007 TIP SHEET. Dialog Box Launcher these allow you to access additional features associated with a specific Group of buttons within a Ribbon.

EXCEL 2007 TIP SHEET. Dialog Box Launcher these allow you to access additional features associated with a specific Group of buttons within a Ribbon. EXCEL 2007 TIP SHEET GLOSSARY AutoSum a function in Excel that adds the contents of a specified range of Cells; the AutoSum button appears on the Home ribbon as a. Dialog Box Launcher these allow you to

More information

Contents Microsoft Excel Lesson 1: Entering Text and Numbers...4 The Microsoft Excel Window...4 The Microsoft Office Button...

Contents Microsoft Excel Lesson 1: Entering Text and Numbers...4 The Microsoft Excel Window...4 The Microsoft Office Button... Contents Microsoft Excel 2007...4 Lesson 1: Entering Text and Numbers...4 The Microsoft Excel Window...4 The Microsoft Office Button...5 The Quick Access Toolbar...5 The Title Bar...5 The Ribbon...5 Worksheets...6

More information

Bold, Italic and Underline formatting.

Bold, Italic and Underline formatting. Using Microsoft Word Character Formatting You may be wondering why we have taken so long to move on to formatting a document (changing the way it looks). In part, it has been to emphasise the fact that

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

Microsoft PowerPoint 2010 Beginner

Microsoft PowerPoint 2010 Beginner Microsoft PowerPoint 2010 Beginner To start Microsoft PowerPoint: - Go to Start > Search > Word. - You can also double-click any Microsoft PowerPoint document. Layout File Tab Quick Access Toolbar Tabs

More information

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

1 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Excel 2007) 1 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Excel 2007) 2 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Excel 2007) TABLE OF CONTENTS CHAPTER 1: GETTING STARTED... 5 THE EXCEL ENVIRONMENT...

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

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

Contents. Launching Word

Contents. Launching Word Using Microsoft Office 2007 Introduction to Word Handout INFORMATION TECHNOLOGY SERVICES California State University, Los Angeles Version 1.0 Winter 2009 Contents Launching Word 2007... 3 Working with

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

Unit-II Programming and Problem Solving (BE1/4 CSE-2)

Unit-II Programming and Problem Solving (BE1/4 CSE-2) Unit-II Programming and Problem Solving (BE1/4 CSE-2) Problem Solving: Algorithm: It is a part of the plan for the computer program. An algorithm is an effective procedure for solving a problem in a finite

More information

Microsoft Office Suite

Microsoft Office Suite Module 3 MODULE OVERVIEW Part 1 Getting Familiar with Microsoft Word 2007 for Windows Part 2 Microsoft Word 2007 Basic Features Part 3 More Basic Features Microsoft Office Suite Microsoft Word 2007 Part

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

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

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

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

Microsoft Office Excel

Microsoft Office Excel Microsoft Office 2007 - Excel Help Click on the Microsoft Office Excel Help button in the top right corner. Type the desired word in the search box and then press the Enter key. Choose the desired topic

More information

Microsoft Office 2000 & Microsoft Word 2000 Page 1. ***** Help Options ***** To access [? ] quickly & for specific use then

Microsoft Office 2000 & Microsoft Word 2000 Page 1. ***** Help Options ***** To access [? ] quickly & for specific use then Microsoft Office 2000 & Microsoft Word 2000 Page 1 ***** Help Options ***** Microsoft Help: Options and Search [ F1 ] Fastest way to get to Office Assistant and MS Office Help! ESC to Exit File > Help

More information

Lecture- 5. Introduction to Microsoft Excel

Lecture- 5. Introduction to Microsoft Excel Lecture- 5 Introduction to Microsoft Excel The Microsoft Excel Window Microsoft Excel is an electronic spreadsheet. You can use it to organize your data into rows and columns. You can also use it to perform

More information

MatDeck tips. Basic. :=- assignment of variable values; assign value to variable a with code a := value

MatDeck tips. Basic. :=- assignment of variable values; assign value to variable a with code a := value MatDeck tips Basic :=- assignment of variable values; assign value to variable a with code a := value = - displaying variable value; display value stored in the variable a with code a = Alt continue with

More information

4) Study the section of a worksheet in the image below. What is the cell address of the cell containing the word "Qtr3"?

4) Study the section of a worksheet in the image below. What is the cell address of the cell containing the word Qtr3? Choose The Correct Answer: 1) Study the highlighted cells in the image below and identify which of the following represents the correct cell address for these cells: a) The cell reference for the selected

More information

Developing a Power Point Presentation

Developing a Power Point Presentation Load Power Point 1 Select Blank Presentation (figure 1) 2 Select New Slide (figure 2) First slide is the title page. Select First Box as shown in figure 2. Figure 1 Figure 2 3 Add Title and Subtitle (figure

More information

KEYBOARD SHORTCUTS AND HOT KEYS

KEYBOARD SHORTCUTS AND HOT KEYS KEYBOARD SHORTCUTS AND HOT KEYS Page 1 This document is devoted to using the keyboard instead of the mouse to perform tasks within applications. This list is by no means the "be all and end all". There

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

Lecture 3 Tao Wang 1

Lecture 3 Tao Wang 1 Lecture 3 Tao Wang 1 Objectives In this chapter, you will learn about: Arithmetic operations Variables and declaration statements Program input using the cin object Common programming errors C++ for Engineers

More information

HYPERSTUDIO TOOLS. THE GRAPHIC TOOL Use this tool to select graphics to edit. SPRAY PAINT CAN Scatter lots of tiny dots with this tool.

HYPERSTUDIO TOOLS. THE GRAPHIC TOOL Use this tool to select graphics to edit. SPRAY PAINT CAN Scatter lots of tiny dots with this tool. THE BROWSE TOOL Us it to go through the stack and click on buttons THE BUTTON TOOL Use this tool to select buttons to edit.. RECTANGLE TOOL This tool lets you capture a rectangular area to copy, cut, move,

More information

CHAPTER 1 GETTING STARTED

CHAPTER 1 GETTING STARTED GETTING STARTED WITH EXCEL CHAPTER 1 GETTING STARTED Microsoft Excel is an all-purpose spreadsheet application with many functions. We will be using Excel 97. This guide is not a general Excel manual,

More information

Downloaded from

Downloaded from CLASS IV COMPUTER SCIENCE WORKSHEET Chapter 5 (Nov-Dec 2013-2014) CHAPTER 5: EDITING TEXT IN MS WORD 2007 Q1. Identify the parts of the MS Word 2007 window given below: Q2. Identify and name the following

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

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

SKILL AREA 210: USE A WORD PROCESSING SOFTWARE. Lesson 1: Getting Familiar with Microsoft Word 2007 for Windows...5

SKILL AREA 210: USE A WORD PROCESSING SOFTWARE. Lesson 1: Getting Familiar with Microsoft Word 2007 for Windows...5 Contents Microsoft Word 2007...5 Lesson 1: Getting Familiar with Microsoft Word 2007 for Windows...5 The Microsoft Office Button...6 The Quick Access Toolbar...6 The Title Bar...6 The Ribbon...6 The Ruler...6

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

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

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

ECDL Module 4 REFERENCE MANUAL

ECDL Module 4 REFERENCE MANUAL ECDL Module 4 REFERENCE MANUAL Spreadsheets Microsoft Excel XP Edition for ECDL Syllabus Four PAGE 2 - ECDL MODULE 4 (USING MICROSOFT EXCEL XP) - MANUAL 4.1 USING THE APPLICATION... 4 4.1.1 FIRST STEPS

More information

UNIT - I. Introduction to C Programming. BY A. Vijay Bharath

UNIT - I. Introduction to C Programming. BY A. Vijay Bharath UNIT - I Introduction to C Programming Introduction to C C was originally developed in the year 1970s by Dennis Ritchie at Bell Laboratories, Inc. C is a general-purpose programming language. It has been

More information

Lexical Considerations

Lexical Considerations Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.035, Fall 2005 Handout 6 Decaf Language Wednesday, September 7 The project for the course is to write a

More information

Microsoft Word 2003 for Windows, Part 2

Microsoft Word 2003 for Windows, Part 2 Microsoft Word 2003 for Windows, Part 2 In this workshop, the following Word 2003 features will be covered: Creating and using Tables Formatting text using Styles Using MailMerge Arranging text in Columns

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

The Fundamentals. Document Basics

The Fundamentals. Document Basics 3 The Fundamentals Opening a Program... 3 Similarities in All Programs... 3 It's On Now What?...4 Making things easier to see.. 4 Adjusting Text Size.....4 My Computer. 4 Control Panel... 5 Accessibility

More information

1 Lexical Considerations

1 Lexical Considerations Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.035, Spring 2013 Handout Decaf Language Thursday, Feb 7 The project for the course is to write a compiler

More information

LESSON 1. A C program is constructed as a sequence of characters. Among the characters that can be used in a program are:

LESSON 1. A C program is constructed as a sequence of characters. Among the characters that can be used in a program are: LESSON 1 FUNDAMENTALS OF C The purpose of this lesson is to explain the fundamental elements of the C programming language. C like other languages has all alphabet and rules for putting together words

More information

Understanding Word Processing

Understanding Word Processing Understanding Word Processing 3.0 Introduction In this chapter you are going to learn how to create a simple memo or note or a complex and complicated multi column business document using word processing

More information

Dr. Mack Gipson, Jr., Tutorial and Enrichment Center. Computer Techniques: Formatting and Other Tasks (WORD 2003)

Dr. Mack Gipson, Jr., Tutorial and Enrichment Center. Computer Techniques: Formatting and Other Tasks (WORD 2003) Dr. Mack Gipson, Jr., Tutorial and Enrichment Center Computer Techniques: Formatting and Other Tasks (WORD 2003) Set margins Go to the File menu. Select Page Setup. Under the Margins tab you will see small

More information

Unit Microsoft Word. Microsoft Word is the word processor included in Office. Word is one of the most popular word processors.

Unit Microsoft Word. Microsoft Word is the word processor included in Office. Word is one of the most popular word processors. Unit 4 1. Microsoft Word. Microsoft Word is the word processor included in Office. Word is one of the most popular word processors. Unformatted text documents have the extension TXT. Word documents have

More information

CS313D: ADVANCED PROGRAMMING LANGUAGE

CS313D: ADVANCED PROGRAMMING LANGUAGE CS313D: ADVANCED PROGRAMMING LANGUAGE Computer Science department Lecture 2 : C# Language Basics Lecture Contents 2 The C# language First program Variables and constants Input/output Expressions and casting

More information

PowerPoint Chapter 1 Creating and Editing a Presentation with Pictures

PowerPoint Chapter 1 Creating and Editing a Presentation with Pictures PowerPoint Chapter 1 Creating and Editing a Presentation with Pictures MULTIPLE CHOICE 1. A PowerPoint can help you deliver a dynamic, professional-looking message to an audience. a. calendar c. presentation

More information

Reserved Words and Identifiers

Reserved Words and Identifiers 1 Programming in C Reserved Words and Identifiers Reserved word Word that has a specific meaning in C Ex: int, return Identifier Word used to name and refer to a data element or object manipulated by the

More information

Multiple Choice Questions ( 1 mark)

Multiple Choice Questions ( 1 mark) Multiple Choice Questions ( 1 mark) Unit-1 1. is a step by step approach to solve any problem.. a) Process b) Programming Language c) Algorithm d) Compiler 2. The process of walking through a program s

More information

PRESENTATION TOOL INTRODUCTION. Structure. 1.0 Introduction. 1.1 Introduction to PowerPoint. 1.2 Working with PowerPoint

PRESENTATION TOOL INTRODUCTION. Structure. 1.0 Introduction. 1.1 Introduction to PowerPoint. 1.2 Working with PowerPoint PRESENTATION TOOL Structure 1.0 Introduction Objectives 1.1 Introduction to PowerPoint 1.1.1 Start PowerPoint 1.1.2 Ways of Creating Presentation 1.1.3 Saving and Closing Presentation 1.2 Working with

More information

Object Oriented Programming with Java

Object Oriented Programming with Java Object Oriented Programming with Java What is Object Oriented Programming? Object Oriented Programming consists of creating outline structures that are easily reused over and over again. There are four

More information

Writing Practice Tool Guide

Writing Practice Tool Guide Writing Practice Tool Guide Virginia Standards of Learning Grades 5, 8, & End-of-Course (EOC) Writing February, 2013 Pearson 1 Revised February 14, 2013 Table of Contents OVERVIEW... 3 SYSTEM REQUIREMENTS

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 Word 2016 LEVEL 1

Microsoft Word 2016 LEVEL 1 TECH TUTOR ONE-ON-ONE COMPUTER HELP COMPUTER CLASSES Microsoft Word 2016 LEVEL 1 kcls.org/techtutor Microsoft Word 2016 Level 1 Manual Rev 11/2017 instruction@kcls.org Microsoft Word 2016 Level 1 Welcome

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

C: How to Program. Week /Mar/05

C: How to Program. Week /Mar/05 1 C: How to Program Week 2 2007/Mar/05 Chapter 2 - Introduction to C Programming 2 Outline 2.1 Introduction 2.2 A Simple C Program: Printing a Line of Text 2.3 Another Simple C Program: Adding Two Integers

More information

The same can also be achieved by clicking on Format Character and then selecting an option from the Typeface list box.

The same can also be achieved by clicking on Format Character and then selecting an option from the Typeface list box. CHAPTER 2 TEXT FORMATTING A text without any special formatting can have a monotonous appearance. To outline text, to highlight individual words, quotations, or references, or to separate certain parts

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

BasicScript 2.25 User s Guide. May 29, 1996

BasicScript 2.25 User s Guide. May 29, 1996 BasicScript 2.25 User s Guide May 29, 1996 Information in this document is subject to change without notice. No part of this document may be reproduced or transmitted in any form or by any means, electronic

More information

STAR OFFICE WRITER. Lesson 2

STAR OFFICE WRITER. Lesson 2 Lesson 2 STAR OFFICE WRITER 1. A is a named set of defaults for formatting text. a. Font b. Tab c. Page d. Style 2. is the keyboard shortcut for justified alignment. a. Ctrl + J b. Ctrl + C c. Ctrl + V

More information

Flow Control. CSC215 Lecture

Flow Control. CSC215 Lecture Flow Control CSC215 Lecture Outline Blocks and compound statements Conditional statements if - statement if-else - statement switch - statement? : opertator Nested conditional statements Repetitive statements

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Formatting a spreadsheet means changing the way it looks to make it neater and more attractive. Formatting changes can include modifying number styles, text size and colours. Many

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

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

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

WEEK NO. 12 MICROSOFT EXCEL 2007

WEEK NO. 12 MICROSOFT EXCEL 2007 WEEK NO. 12 MICROSOFT EXCEL 2007 LESSONS OVERVIEW: GOODBYE CALCULATORS, HELLO SPREADSHEET! 1. The Excel Environment 2. Starting A Workbook 3. Modifying Columns, Rows, & Cells 4. Working with Worksheets

More information

Programming for Engineers Iteration

Programming for Engineers Iteration Programming for Engineers Iteration ICEN 200 Spring 2018 Prof. Dola Saha 1 Data type conversions Grade average example,-./0 class average = 23450-67 893/0298 Grade and number of students can be integers

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

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

Intermediate Word by Alan Weaver

Intermediate Word by Alan Weaver Intermediate Word by Alan Weaver Outline/Table of Contents Introduction... 1 Set default font... 2 Create Random Text... 2 Download a special font... 2 Create/Modify a Style... 3 Widows/Orphans... 3 Table

More information

Understanding File Management

Understanding File Management UNIT B Windows 2007 Understanding File Management Files You Will Need: Win B-1.bmp Win B-2.bmp Most of your work on a computer involves using programs to create files. For example, you might use WordPad

More information

Microsoft Word Part I Reference Manual

Microsoft Word Part I Reference Manual Microsoft Word 2002 Part I Reference Manual Instructor: Angela Sanderson Computer Training Coordinator Updated by: Angela Sanderson January 11, 2003 Prepared by: Vi Johnson November 20, 2002 THE WORD SCREEN

More information

Microsoft Word (97, 98, 2000) Word Processing Instructions

Microsoft Word (97, 98, 2000) Word Processing Instructions Microsoft Word (97, 98, 2000) Word Processing Instructions Managing Toolbars Click on View. Select Toolbars. Click to select Standard, Formatting, and Drawing. Formatting Text 1. Once text is typed in,

More information

Corel Ventura 8 Introduction

Corel Ventura 8 Introduction Corel Ventura 8 Introduction Training Manual A! ANZAI 1998 Anzai! Inc. Corel Ventura 8 Introduction Table of Contents Section 1, Introduction...1 What Is Corel Ventura?...2 Course Objectives...3 How to

More information

P.G.TRB - COMPUTER SCIENCE. c) data processing language d) none of the above

P.G.TRB - COMPUTER SCIENCE. c) data processing language d) none of the above P.G.TRB - COMPUTER SCIENCE Total Marks : 50 Time : 30 Minutes 1. C was primarily developed as a a)systems programming language b) general purpose language c) data processing language d) none of the above

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

WINTER BREAK HOLIDAY HOMEWORK

WINTER BREAK HOLIDAY HOMEWORK WINTER BREAK HOLIDAY HOMEWORK COMPUTER CLASS - 6rd TO 7th Let us do practice now Type-I(Short Answers based Questions) What is the default size of the text? 2. Name the box that contains font size, font

More information

NOBLE INSTITUTE OF COMPUTER ACCOUNTANCY

NOBLE INSTITUTE OF COMPUTER ACCOUNTANCY 1 The ability to combine name and addressed with a standard document is called a. document formatting b. database management c. mail merge d. form letters 2. Which enables us to send the same letter to

More information

Creating a PowerPoint Presentation

Creating a PowerPoint Presentation powerpoint 1 Creating a PowerPoint Presentation Getting Started 1. Open PowerPoint from the "Start" "Programs" Microsoft Office directory. 2. When starting PowerPoint, it usually starts with a new blank

More information

ITEC102 INFORMATION TECHNOLOGIES

ITEC102 INFORMATION TECHNOLOGIES ITEC102 INFORMATION TECHNOLOGIES LECTURE 6 Word Processor Part 1 EASTERN MEDITERRANEAN UNIVERSITY SCHOOL OF COMPUTING AND TECHNOLOGY Aim of the course To have information about, o o Word processors, Main

More information

Standard Toolbar. Main Toolbar. Page Sorter. Action Toolbar

Standard Toolbar. Main Toolbar. Page Sorter. Action Toolbar TEAMBOARD DRAW This is an annotation software that can be used with the interactive pen to write or draw on the projection surface. This software also provides advanced tools for saving and editing annotations

More information

CHAPTER 3: MICROSOFT OFFICE: WORD 2010

CHAPTER 3: MICROSOFT OFFICE: WORD 2010 CHAPTER 3: MICROSOFT OFFICE: WORD 2010 Quick Summary Microsoft Office 2010 includes programs, servers, and services for individuals and organizations. The insertion point is a blinking vertical line that

More information

Microsoft Word 2010 Basics

Microsoft Word 2010 Basics 1 Starting Word 2010 with XP Click the Start Button, All Programs, Microsoft Office, Microsoft Word 2010 Starting Word 2010 with 07 Click the Microsoft Office Button with the Windows flag logo Start Button,

More information

A Fast Review of C Essentials Part I

A Fast Review of C Essentials Part I A Fast Review of C Essentials Part I Structural Programming by Z. Cihan TAYSI Outline Program development C Essentials Functions Variables & constants Names Formatting Comments Preprocessor Data types

More information

Using Advanced Options 14

Using Advanced Options 14 Using Advanced Options 14 LESSON SKILL MATRIX Skill Exam Objective Objective Number Customizing Word K E Y T E R M S metadata GlobalStock/iStockphoto 459 460 Lesson 14 GlobalStock/iStockphoto You are employed

More information