COIMBATORE EDUCATIONAL DISTRICT

Size: px
Start display at page:

Download "COIMBATORE EDUCATIONAL DISTRICT"

Transcription

1 COIMBATORE EDUCATIONAL DISTRICT

2

3

4

5 REVISION EXAMINATION JANUARY 2015 STD-12 COMPUTER SCIENCE ANSEWR KEY PART-I Choose the Correct Answer QNo Answer QNo Answer 1 B Absolute Cell Addressing 39 C Void 2 D Database Management System 40 C : : 3 A Flat-File Database 41 D Private 4 D Datum 42 B Attributes 5 A A Private 6 D Star Office Writer 44 D Functions 7 A Ctrl + X 45 A Overloading 8 A Backspace 46 B Data Management 9 B Enter 47 C Data Digitization 10 B Ignore Once 48 C Physical 11 C Formula 49 C Computer Time 12 D! (inter-section) 50 C Encapsulation 13 A Cell Pointer 51 A Polymorphism 14 B mm/dd/yy 52 A Bjarne Stroustrup 15 B Edit 53 A Auto 16 C Table -> Insert -> Rows 54 C to C Tab 55 C ~ (Tilde) 18 D View 56 B Base Class 19 D Portrait 57 C Private 20 C VisiCalc 58 C Abstract G. JAGADEESWARAN M.C.A., M.Phil., M.Ed., COMPUTER INSTRUCTOR SRI RAMAKRISHNA MISSION VIDYALAYA SWAMI SHIVANANDA HIGHER SECONDARY SCHOOL SRKV POST, PERIYANAICKENPALAYAM COIMBATORE g.jagadeeswaran@gmail.com D All the above 59 A Word Processing 22 C Vector Graphics Card 60 B The return type of overloaded functions may be the same data type 23 B GIF 61 D All the above 24 B Multimedia Messaging System 62 B Destructors 25 D Warping 63 A Constructor 26 A F5 64 A Destructor 27 D Shift + Ctrl + N 65 B Pointers 28 A Rename Slide 66 B # 29 B F11 67 B Continue 30 B Insert OLE Object 68 B B Structured Query Language 69 A for 32 C Filter 70 A Positive 33 B Edit ->Paste Special 71 D 8 34 C Computation 72 D Strcmp() 35 D Record 73 B 1 36 C Variables should be separated by comma 74 C Both (a) and (b) 37 C Return 75 B B Call by Reference

6 PART-II Answer any 20 of the following 76. Working with multiple documents in Star Office Writer In Star Writer, we can able to use more than one document same time and working with several document are also possible. (1) Once the documents are open, we can switch between them in the following two ways. Way 1 : Click on the Window menu option and select the file from the list of documents displayed. (1) Way 2 : Click on the document button visible on the taskbar. 77. Header and Footer Header : Header is an area at the top of the page. ( 1 ) Footer : Footer is an area at the bottom of the page. ( 1 ) 78. Four advantages of Electronic Spreadsheet (take any 4 points) ( ½ + ½ + ½ + ½ ) Calculations are automated through the built-in mathematical, financial and statistical functions. (any 4 points enough) Accurate results to any desired level of decimal points are possible. Worksheets can be quite big in size. Any part of the worksheet can be viewed or edited. Worksheet can be saved and retrieved later. Any part or whole of an existing worksheet can be merged with any existing or new worksheet. Any part or whole of the worksheet can be printed in a desired format. Worksheet data can be viewed in the form of graphs or charts. The worksheet information can be transferred to any database or word processing software. 79. Date Arithmetic In spreadsheets, date calculations become very simple. Hence, using date arithmetic o We can add a number to a date and arrive at a new date. o Find the difference between two dates. o Use a wide variety of function and formats to get what we want. For example, DATE ADD ( 1 ) o Enter the two dates in mm/dd/yy format as, 03/13/15 say A1 and 2 say A2. o In a third cell say A3, enter the formula = A2+A1. o The result will be displayed on A3 as 03/15/15. For example, DATE SUBTRACT ( 1 ) o Enter the two dates in mm/dd/yy format as, 03/13/15 say A1 and 03/15/15 say A2. o In a third cell say A3, enter the formula = A2-A1. The result will be displayed on A3 as Hierarchical Database : The hierarchical database structures were primarily used on Main-Frame computers. ( ½ ) In hierarchical databases, records are organized in a tree like structure by type. ( ½ ) The relationship between record types is said to be a parent-child relationship. ( ½ ) In which any child type relates only to a single parent type. ( ½ ) 81. DBMS : A DMBS is a software tool that allows any number of users to access data, modify it. ( ½ ) A Data Base Management System (DBMS) constructs simple and complex requests to obtain and work with selected records. ( ½ ) A DBMS has the ability to provide extremely quick access and retrieval from large databases. ( ½ ) A DBMS when running on powerful hardware, can find any data in minutes sometimes even in seconds. ( ½ ) 82. Definition : Compression Compression is a technique by which a recurring set of information is identified and replaced by a single piece of information. (1) Type of Compression: There are two types of compressions. Namely, they are, Lossy Compression (Ex:JPEG) and Lossless Compression (Ex:GIF).

7 83. Inline Sound and Video When sound or video is included as part of a web page, then it is called inline sound or video. (1) While using inline sound or video is a part of a webpage, it plays automatically when web page loads without the viewer control. (1) You can add inline sound to a web page by using the <bgsound> and the <img> tags. 84. Slide Transition: Slide Transition is a page that displays various transition effects that can be attached to a slide along with other options ( 1 ) that allows us to control the transition of the slides. Using this option we can add a different transition for each slide in the presentation. ( 1 ) 85. Insert, Delete and Rename a slide Insert a slide To insert a slide, click the Slide button in the Presentation toolbar or choose Insert Slide from the menu bar. ( ) The new slide uses the page layout of the previous slide. Delete a slide If we want to delete a slide, select the slide, which we want to delete in the Slides Pane and press Delete key or right click on the slide, and choose Delete Slide. Rename a slide To rename a slide, select the slide, which we want to rename and choose Slide Rename Slide or right click on the slide and choose Rename Slide. 86. Definition : Polymorphism The ability of an object to respond differently to different messages is called as POLYMORPHISM. ( 2 ) 87. Identifiers in C++ Identifiers are identifies the data to the compiler with data type. Identifiers may also call as variables. Hence, variables are memory boxes that hold values or constants. For example, int a = 20; float c = 30.31; char cg = g ; char nm[6 ] = SSHSSH ; 88. Four Punctuators : (Take any 4 symbols) ( ½ ) + ( ½ ) + ( ½ ) + ( ½ ) Punctuators are characters with a specific function. Each symbol represents some special purpose usage in the program. Symbol P U R P O S E ; Terminates every C++ statement. // Treats a command as single line comment. /* */ A block of comments. { } Action Block. [ ] Index value for an element in an array. It is used to enclose a single character. It is used to enclose a set of characters or a string. 89. Impact of Modifiers unsigned modifies the range of the integer values as the sign bit is also used to store data. ( 1 ) long increases the bytes for a particular data type, thus increasing the range of values. ( 1 ) 90. Break and Continue BREAK It will stop the program execution, unconditionally. The break statement exit from the current loop only. It means, it will stop the action block, where it is present. The keyword break may present anywhere in the program, but, the commands beyond to the keyword, break will not execute. CONTINUE It will not stop, but take the control to next step. ( ) The continue statement will take the current loop to the next iteration. The keyword, continue may present anywhere in the program, but, the commands beyond to the keyword continue will not execute.

8 91. Syntax and Example of Function Prototype : ( ) Purpose : Function prototype is a pre-declaration of a function and its variables. Syntax : < Data type > < function identifier > < arguments or parameters > ; Examples : void fun (char); int max (int, int); int max (int a, int b); 92. Write() Function There are, two parameters required for write () function. Namely, they are, o Identifier string characters o Number of characters to be displayed Syntax is, cout. write ( string, number of characters ) ; Example is, char name[5]= SSHSS ; cout. write (name,3); The output is, SSH. 93. Array behavior when passed it to a function : ( ½ ) + ( ½ ) + ( ½ ) + ( ½ ) Arrays can be passed on as arguments to the functions. The actual parameter is passed only by the identifier (array name), ignoring dimensions. Array parameters by default behave like a reference parameter (only as variables). Array parameters represent the base address of the array. 94. Definition : Data Hiding The members and functions declared under private are not accessible by members outside the class, ( 1 ) this is referred to as Data Hiding. Data hiding of data provides security to data. ( 1 ) 95. Static Data Members in C++ The static variable count is initialized to zero only once. The static variable is a kind of storage class variable. The values stored on the static variable will be static. But, it is little differ from qualifier const. 96. Functions invoked in Function Overloading The functions are invoked for function overloading; the compiler adopts BEST MATCH technique. ( 1 ) As per this technique, the compiler will do, ( 1 ) o Look the exact match of a function prototype with function call statement. o In case an exact match is not available, it looks for the next nearest match. o That is, the compiler will promote integral data promotions and then match the call statement with function prototype. 97. Four Functions of Constructor (any 4 ) ( ½ ) + ( ½ ) + ( ½ ) + ( ½ ) The constructor function initializes the class object. The memory space is allocated by constructor, to the class members and objects. The constructors are created by the compiler automatically, even the user forget to create. The constructors are special functions of classes. The constructor function name has the same name as the class name. The constructor functions return nothing. 98. Advantages of Inheritance ( ½ ) + ( ½ ) + ( ½ ) + ( ½ ) Inheritance has the following 3 basic advantages. o Reusability of code : This saves a lot of software development time. o Code sharing : The methods of the base class can be shared by the derived class. o Consistency of interface : The inherited attributes and methods provide a similar interface to the calling methods. ( ) ( 1 +1 ) 99. Definition : ebanking ebanking permits us banking from the comfort of the home by using internet facilities. We can do all kind of banking activities from our home itself using internet is called e-banking. ebanking has truly improved the reach and services of banks. ( 1 +1 ) 100. Theft of Computer Time Most of the computer time (that is, running time of computers after it switched ON) in an organization is not in use. Some other software runs on an idle computer without the knowledge of the organization. This is called theft of computer time. ( 1 +1 )

9 PART-III Answer any 7 of the following 7 X 5 = Spell check after the entire document is typed Purpose of spell checking ( 1 ) Tools -> Spelling -> Check or F7 key and Spell Check Dialog Box. ( 1 ) Not in Dictionary, Suggestions, Ignore Once, Ignore All, Add, Change, Change All and Auto Correct buttons explanation. ( 3 ) 102. Table Formatting Toolbar Purpose of Table Formatting Toolbar and View -> Toolbars -> Table and Table Formatting Toolbar with 19 icons ( 1 ) Explanation of 13 icons inside Table Formatting Toolbar ( 4 ) 103. Generate Series of Values Purpose of Fill Series ( 1 ) Shortcut : Edit -> Fill -> Series and Fill Series Dialog Box and explanation ( 1 ) Example:1 - Generate Date Series ( 1 ) Example:2 - Generate Linear Series ( 1 ) Example:3 - Generate Growth Series ( 1 ) 104. Formatting Options in Star Office Calc This is the Bold icon and is used to display data in bold. This icon is used to display the data in italics. This is used to underline the data in highlighted cells. This is the Change Font icon. This icon is used to change the font size of the data. To do so, select the data and click on this icon. This is the Font Colour icon. This can be used to change the font colour. These are the Align Left, Align Center, Align Right and Justify icons. They are used to align the contents of cells. This is the Number Format: Currency icon. Display the contents of the selected cells in currency format. This is the Number Format: Percent icon. Clicking on this icon will display the current contents in percentage format. This is the Number Format: Standard icon. Clicking on this icon will display the contents of the selected cells in default format. These are the Number Format: Add Decimal and Number Format: Delete Decimal icons : They are used to increase or decrease the number of decimal digits Manipulation of Database (any 5 points enough) ( ) Searching - a process to select a desired specific data from a database. Sorting - is the process of arranging the data in a filed in the table either in ascending or in descending order. Merging - a process of joining data from two or more tables of the same or different databases. Filtering - a way of limiting the information that appears on screen. Editing - process of performing corrections, deleting the existing data, adding or changing the format of the database. Report Generation - is a process of taking records in hardcopy (paper printout) or viewing softcopy (screen display). Performing Calculations - do any kind of arithmetic calculations on the data stored in the database Entry Check Loops Definition of Loop and Classification ( 1 ) for(;;) loop syntax and explanation with a suitable example ( 2 ) while(;;) loop syntax and explanation with a suitable example ( 2 )

10 107. Function Overloading Definition of Function Overloading ( 1 ) Best Match strategy with a suitable example ( 1 ) 5 Rules of Function Overloading ( 3 ) 108. Types of Inheritance Definition of Inheritance ( 1 ) 5 Types of Inheritance ( 1 ) o Single Inheritance o Multiple inheritance o Multilevel inheritance o Hybrid inheritance o Hierarchical inheritance Single Inheritance with diagram example ( 1 ) Multiple Inheritance with diagram example ( 1 ) Multilevel Inheritance with diagram example ( 1 ) 109. OUTPUT constructor without parameters parameterized constructor enter the data 2 3 object a: The numbers are 2 3 The sum of the numbers are DEBUGGING Error No ERROR CODE CORRECT CODE REASON 1 class sum() class sum Parenthesis is not allowed in the class identifier 2 private; private: Colon need and Semi-colon not allowed 3 sum(); sum() Semi-colon not allowed 4 a=b=5 a=b=5; Semi-colon missing 5 cout>> \n constructor cout<< \n constructor ; Cout statement need insertion operator 6 cout>> \n constructor cout<< \n constructor ; Semi-colon missing 7 sum(); ~sum() Tilde symbol need 8 sum(); ~sum() Semi-colon not allowed 9 cout>> \n destructor cout<< \n destructor ; Cout statement need insertion operator 10 cout>> \n destructor cout<< \n destructor ; Semi-colon missing 11 void inputdata (int n1, int n2); void inputdata (int n1, int n2) Semi-colon not allowed 12 display() void display() Data type missing 13 cout<< \n The sum = a+b cout<< \n The sum = << a+b; Cout statement need insertion operator 14 cout<< \n The sum = a+b cout<< \n The sum = << a+b; Semi-colon missing 15 } }; Class body should be terminated by a semi-colon 16 void main(); void main() Semi-colon not allowed 17 s.inputdata(10); s.inputdata(10,20); Parameter value 20 missing 18 s.display(20) s.display(); Parameter value 20 no need here 19 s.display(20) s.display(); Semi-colon missing 20 }; } No need of semi-colon to void main() ~ ALL THE BEST ~

PART - I 75 x 1 = The building blocks of C++ program are (a) functions (b) classes (c) statements (d) operations

PART - I 75 x 1 = The building blocks of C++ program are (a) functions (b) classes (c) statements (d) operations OCTOBER 2007 COMPUTER SCIENCE Choose the best answer: PART - I 75 x 1 = 75 1. Which of the following functions will be executed first automatically, when a C++ Program is (a) void (b) Main (c) Recursive

More information

SRE VIDYASAAGAR HIGHER SECONDARY SCHOOL. TWO MARKS

SRE VIDYASAAGAR HIGHER SECONDARY SCHOOL. TWO MARKS SRE VIDYASAAGAR HIGHER SECONDARY SCHOOL. COMPUTER SCIENCE - STAR OFFICE TWO MARKS LESSON I 1. What is meant by text editing? 2. How to work with multiple documents in StarOffice Writer? 3. What is the

More information

XII CS(EM) Minimum Question List N.KANNAN M.Sc., B.Ed COMPUTER SCIENCE IMPORTANT QUESTION (TWO MARKS) CHAPTER 1 TO 5 ( STAR OFFICE WRITER)

XII CS(EM) Minimum Question List N.KANNAN M.Sc., B.Ed COMPUTER SCIENCE IMPORTANT QUESTION (TWO MARKS) CHAPTER 1 TO 5 ( STAR OFFICE WRITER) COMPUTER SCIENCE IMPORTANT QUESTION (TWO MARKS) CHAPTER 1 TO 5 ( STAR OFFICE WRITER) 1. Selecting text with keyboard 2. Differ copying and moving 3. Text Editing 4. Creating a bulleted list 5. Creating

More information

SRI SARASWATHI MATRIC HR SEC SCHOOL PANAPAKKAM +2 IMPORTANT 2 MARK AND 5 MARK QUESTIONS COMPUTER SCIENCE VOLUME I 2 MARKS

SRI SARASWATHI MATRIC HR SEC SCHOOL PANAPAKKAM +2 IMPORTANT 2 MARK AND 5 MARK QUESTIONS COMPUTER SCIENCE VOLUME I 2 MARKS SRI SARASWATHI MATRIC HR SEC SCHOOL PANAPAKKAM +2 IMPORTANT 2 MARK AND 5 MARK QUESTIONS COMPUTER SCIENCE VOLUME I 2 MARKS 1. How to work with multiple documents in StarOffice Writer? 2. What is meant by

More information

HIGHER SECONDARY COMPUTER SCIENCE

HIGHER SECONDARY COMPUTER SCIENCE PUGAL PRESENTS HIGHER SECONDARY COMPUTER SCIENCE 2 MARK & 5 MARK IMPORTANT QUESTIONS PREPARED BY P.CHANDRASEKARAN. M.C.A., B.ED ERODE(DT) FOR ¼ : 95781 90256. XII COMPUTER SCIENCE Star Office 2 MARK QUESTIONS:

More information

- HALF YEARLY EXAM ANSWER KEY DEC-2016 COMPUTER SCIENCE ENGLISH MEDIUM

- HALF YEARLY EXAM ANSWER KEY DEC-2016 COMPUTER SCIENCE ENGLISH MEDIUM www.padasalai.net - HALF YEARLY EXAM ANSWER KEY DEC-2016 COMPUTER SCIENCE ENGLISH MEDIUM 1 A 26 D 51 C 2 C 27 D 52 D 3 C 28 C 53 B 4 A 29 B 54 D 5 B 30 B 55 B 6 A 31 C 56 A 7 B 32 C 57 D 8 C 33 B 58 C

More information

CHRIST THE KING BOYS MATRIC HR. SEC. SCHOOL, KUMBAKONAM CHAPTER 2 TEXT FORMATTING

CHRIST THE KING BOYS MATRIC HR. SEC. SCHOOL, KUMBAKONAM CHAPTER 2 TEXT FORMATTING CHAPTER 2 TEXT FORMATTING 1. Explain how to create a Bulleted and Numbered List in Star Office Writer? One way to create a list of points or topics in a document is to create a bulleted list. A bullet

More information

LORD P.C.A.A LIONS MAT.HR.SEC SCHOOL, RESERVE LINE, SIVAKASI

LORD P.C.A.A LIONS MAT.HR.SEC SCHOOL, RESERVE LINE, SIVAKASI www.p COMMON HALF YEARLY EXAMINATION DECEMBER 2018 Standard 12 ( Virudhunagar ) Computer Science Answer Key Section I Choose the correct answer : 15 X 1 = 15 www.p 1. d) Ctrl + A 2. d) Fajita 3. d) MM/DD/YY

More information

HIGHER SECONDARY HALF YEARLY EXAMINATION DEC 07 XII - COMPUTER SCIENCE ANSWER KEY Q.NO. ANSWER Q.NO. ANSWER D 4 B D 4 A 3 A 43 B 4 D 44 C C 4 D 6 B 46 A 7 C 47 B 8 A 48 C 9 D 49 A 0 C 0 B C D A A 3 C 3

More information

SRE VIDYASAAGAR HIGHER SECONDARY SCHOOL

SRE VIDYASAAGAR HIGHER SECONDARY SCHOOL SRE VIDYASAAGAR HIGHER SECONDARY SCHOOL Sub : Computer Science Full Portion Exam Max. Mark : 150 Class : XII - EM Time : 3.00 Hrs PART - I I. Choose the correct answer. 75 x 1 = 75 1. In Save As dialog

More information

SRE VIDYASAAGAR HIGHER SECONDARY SCHOOL

SRE VIDYASAAGAR HIGHER SECONDARY SCHOOL SRE VIDYASAAGAR HIGHER SECONDARY SCHOOL Sub : Computer Science Full Portion Exam Max. Mark : 150 Class : XII - EM Time : 3.00 Hrs PART - I I. Choose the correct answer. 75 x 1 = 75 1. Cut, copy, paste,

More information

LORD PCAA LIONS Mat.Hr.Sec School, Reserve Line, Sivakasi

LORD PCAA LIONS Mat.Hr.Sec School, Reserve Line, Sivakasi Virudhunagar District schools Common First Mid Term Test, July 2018 Standard 12 - computer science Part - I I. Choose the correct answer for the following : 10 X 1 = 10 1. Shift + Tab key is used to move

More information

STAR OFFICE CALC. Lesson 6

STAR OFFICE CALC. Lesson 6 Lesson 6 STAR OFFICE CALC 1. command is used to insert special characters? a. Insert Characters b. Special characters Insert c. Insert Special characters d. None of these 2. icon is used to present the

More information

SURA's Guides for 3rd to 12th Std for all Subjects in TM & EM Available MARCH [1]

SURA's Guides for 3rd to 12th Std for all Subjects in TM & EM Available MARCH [1] 12 th STD. MARCH - 2017 [Time Allowed : 3 hours] COMPUTER SCIENCE with Answers [Maximum Marks : 150] PART-I Choose the most suitable answer from the given four alternatives and write the option code and

More information

STD: XII VOLUME - I MARKS: 150

STD: XII VOLUME - I MARKS: 150 STD: XII VOLUME - I MARKS: 150 SUB: COMPUTER SCIENCE TIME: 3 HRS I. Choose the correct answer: 75 X 1 = 75 1. Which key is used to copy the selected text in the document? a) Ctrl + X b) Ctrl + V c) Ctrl

More information

+2 Volume II OBJECT TECHNOLOGY OBJECTIVE QUESTIONS R.Sreenivasan SanThome HSS, Chennai-4. Chapter -1

+2 Volume II OBJECT TECHNOLOGY OBJECTIVE QUESTIONS R.Sreenivasan SanThome HSS, Chennai-4. Chapter -1 Chapter -1 1. Object Oriented programming is a way of problem solving by combining data and operation 2.The group of data and operation are termed as object. 3.An object is a group of related function

More information

1. An Introduction to StarOffice Writer

1. An Introduction to StarOffice Writer 1. An Introduction to StarOffice Writer Two Mark Questions :- 01. List the Functions/Applications of Star Office? The various Functions / Applications of Star Office are as follows, StarOffice Writer,

More information

Computer Science. Higher Secondary Second year. STUDENT Edition VOLUME - I. P.Simon Navis

Computer Science. Higher Secondary Second year. STUDENT Edition VOLUME - I. P.Simon Navis Computer Science Higher Secondary Second year STUDENT Edition VOLUME - I P.Simon Navis Academic Director Adarsh Vidya Kendra, Nagercoil simonnavis12@gmail.com Computer science Unit No. Blue Print Unit

More information

COMMON QUARTERLY EXAMINATION SEPTEMBER 2018

COMMON QUARTERLY EXAMINATION SEPTEMBER 2018 i.ne COMMON QUARTERLY EXAMINATION SEPTEMBER 2018 1. a) 12 2. a) Delete 3. b) Insert column 4. d) Ruler 5. a) F2 6. b) Auto fill 7. c) Label 8. c) Master page 9. b) Navigator 10. d) Abstraction 11. d) Void

More information

SECTION - A ANSWER ALL THE QUESTIONS

SECTION - A ANSWER ALL THE QUESTIONS THIRU GVCHSS, ARCOT VOLUME I (1 TO 9) 12th Standard Computer Science Time : 03:00:00 Hrs Total Marks : 150 SECTION - A 75 x 1 = 75 ANSWER ALL THE QUESTIONS 1) 2) 3) 4) 5) 6) 7) 8) 9) The word to be used

More information

Higher Secondary Second Year COMPUTER SCIENCE Model question Paper - 3

Higher Secondary Second Year COMPUTER SCIENCE Model question Paper - 3 Higher Secondary Second Year COMPUTER SCIENCE Model question Paper - 3 Time : 2.30 Hrs] [Max Marks : 70 Part I Choose the correct answer: 15 1 = 15 1. Which of the following key deletes the characters

More information

HIGER SECONDARY FIRST YEAR COMPUTER SCIENCE

HIGER SECONDARY FIRST YEAR COMPUTER SCIENCE HIGER SECONDARY FIRST YEAR COMPUTER SCIENCE VOLUME I Chapter 1 : Introduction to computers and Number Systems 1.1 Introduction to Computers 1.1.1 History of Computers 1.1.2 Data, Information and program

More information

PROBLEM SOLVING AND OFFICE AUTOMATION. A Program consists of a series of instruction that a computer processes to perform the required operation.

PROBLEM SOLVING AND OFFICE AUTOMATION. A Program consists of a series of instruction that a computer processes to perform the required operation. UNIT III PROBLEM SOLVING AND OFFICE AUTOMATION Planning the Computer Program Purpose Algorithm Flow Charts Pseudo code -Application Software Packages- Introduction to Office Packages (not detailed commands

More information

SURA BOOKS OCTOBER Choose the most appropriate answer : [75 1 = 75] (1) PART-I

SURA BOOKS OCTOBER Choose the most appropriate answer : [75 1 = 75] (1) PART-I OCTOBER - 2016 [Time : 3 hours] XII STD COMPUTER SCIENCE (With Answers) [Marks : 150] PART-I Choose the most appropriate answer : [75 1 = 75] 1. What value is stored in the variable c, if a = 5; c = a++;

More information

Advanced Excel. Click Computer if required, then click Browse.

Advanced Excel. Click Computer if required, then click Browse. Advanced Excel 1. Using the Application 1.1. Working with spreadsheets 1.1.1 Open a spreadsheet application. Click the Start button. Select All Programs. Click Microsoft Excel 2013. 1.1.1 Close a spreadsheet

More information

EXCEL 2003 DISCLAIMER:

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

More information

STUDENT NAME ECDL: EXCEL MR BENNELL. This is an example of how to use this checklist / evidence document

STUDENT NAME ECDL: EXCEL MR BENNELL. This is an example of how to use this checklist / evidence document This part contains an instruction, task or a skill which you need to sow evidence of being able to do Once you have completed a task and shown evidence of it write the date underneath the task instruction

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

3.Constructors and Destructors. Develop cpp program to implement constructor and destructor.

3.Constructors and Destructors. Develop cpp program to implement constructor and destructor. 3.Constructors and Destructors Develop cpp program to implement constructor and destructor. Constructors A constructor is a special member function whose task is to initialize the objects of its class.

More information

Microsoft Excel Important Notice

Microsoft Excel Important Notice Microsoft Excel 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

CREATED BY P. SUBRAMANIAN M.Sc(I.T.)., B.Ed., COMPUTER INSTRUCTOR, KUM

CREATED BY P. SUBRAMANIAN M.Sc(I.T.)., B.Ed., COMPUTER INSTRUCTOR, KUM CREATED BY P. SUBRAMANIAN M.Sc(I.T.)., B.Ed., COMPUTER INSTRUCTOR, KUM VOLUME I STAR OFFICE S.NO COMMANDS AND SHORTCUTS DESCRIPTION 1. Start Programs Star Office8 Star Office Writer To Open the Star Office

More information

PREPARED BY VOLUME I IMPORTANT ONE WORD QUESTION AND ANSWERS

PREPARED BY VOLUME I IMPORTANT ONE WORD QUESTION AND ANSWERS PREPARED BY D. SANDHIYA, M.Sc, M.Ed (COMPUTER SCIENCE), COMPUTER INSTRUCTOR, SRI SARASWATHI MATRIC HR SEC SCHOOL, PANAPAKKAM 631 052, VELLORE DISTRICT. VOLUME I IMPORTANT ONE WORD QUESTION AND ANSWERS

More information

LORD P.C.A.A Lions Mat.Hr.Sec School, Lions Nagar, Reserve Line, Sivakasi. 7.Data Base. PART A I. Choose the correct Answer : 15 X 1 = 15

LORD P.C.A.A Lions Mat.Hr.Sec School, Lions Nagar, Reserve Line, Sivakasi. 7.Data Base. PART A I. Choose the correct Answer : 15 X 1 = 15 7.Data Base PART A I. Choose the correct Answer : 15 X 1 = 15 1. Which of the following is not a valid data type in star office base? a) Text b) time c) project d) integer 2. Which field is used to uniquely

More information

Excel Tutorial 1

Excel Tutorial 1 IT٢.we Excel 2003 - Tutorial 1 Spreadsheet Basics Screen Layout Title bar Menu bar Standard Toolbar Other Tools Task Pane Adding and Renaming Worksheets Modifying Worksheets Moving Through Cells Adding

More information

Excel 2007 Tutorials - Video File Attributes

Excel 2007 Tutorials - Video File Attributes Get Familiar with Excel 2007 42.40 3.02 The Excel 2007 Environment 4.10 0.19 Office Button 3.10 0.31 Quick Access Toolbar 3.10 0.33 Excel 2007 Ribbon 3.10 0.26 Home Tab 5.10 0.19 Insert Tab 3.10 0.19 Page

More information

Excel 2003 Tutorials - Video File Attributes

Excel 2003 Tutorials - Video File Attributes Using Excel Files 18.00 2.73 The Excel Environment 3.20 0.14 Opening Microsoft Excel 2.00 0.12 Opening a new workbook 1.40 0.26 Opening an existing workbook 1.50 0.37 Save a workbook 1.40 0.28 Copy a workbook

More information

Spreadsheets Microsoft Office Button Ribbon

Spreadsheets Microsoft Office Button Ribbon Getting started with Excel 2007 you will notice that there are many similar features to previous versions. You will also notice that there are many new features that you ll be able to utilize. There are

More information

CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010

CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010 CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010 Quick Summary A workbook an Excel document that stores data contains one or more pages called a worksheet. A worksheet or spreadsheet is stored in a workbook, and

More information

Padasalai.Net s Model Question Paper

Padasalai.Net s Model Question Paper Padasalai.Net s Model Question Paper STD: XII VOLUME - 2 MARKS: 150 SUB: COMPUTER SCIENCE TIME: 3 HRS PART I Choose the correct answer: 75 X 1 = 75 1. Which of the following is an object oriented programming

More information

Excel Tutorials - File Size & Duration

Excel Tutorials - File Size & Duration Get Familiar with Excel 46.30 2.96 The Excel Environment 4.10 0.17 Quick Access Toolbar 3.10 0.26 Excel Ribbon 3.10 0.26 File Tab 3.10 0.32 Home Tab 5.10 0.16 Insert Tab 3.10 0.16 Page Layout Tab 3.10

More information

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR Toolbar Tour AutoSum + more functions Chart Wizard Currency, Percent, Comma Style Increase-Decrease Decimal Name Box Chart Wizard QUICK TOUR Name Box AutoSum Numeric Style Chart Wizard Formula Bar Active

More information

Learning Map Excel 2007

Learning Map Excel 2007 Learning Map Excel 2007 Our comprehensive online Excel tutorials are organized in such a way that it makes it easy to obtain guidance on specific Excel features while you are working in Excel. This structure

More information

HIGHER SECONDARY SECOND YEAR

HIGHER SECONDARY SECOND YEAR HIGHER SECONDARY SECOND YEAR STD: 12 COMPUTER SCIENCE TIME : 2.30 HRS MODEL QUESTION PAPER - 1 MAX MARKS : 70 Part I Choose the correct answer: 15 * 1 = 15 1. A flashing vertical bar is called: (A) Mouse

More information

Excel 2010 Tutorials - Video File Attributes

Excel 2010 Tutorials - Video File Attributes Get Familiar with Excel 2010 42.30 2.70 The Excel 2010 Environment 4.10 0.18 Quick Access Toolbar 3.10 0.27 Excel 2010 Ribbon 3.10 0.26 File Tab 3.10 0.28 Home Tab 5.10 0.17 Insert Tab 3.10 0.18 Page Layout

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

STAR OFFICE STAR WRITER

STAR OFFICE STAR WRITER CLASS: XII VOLUME I STAR OFFICE STAR WRITER www.padasalai.net *1. What is mean by Text editing? Entering a new text or modifying the existing text in a document is known as text editing. The insertion

More information

Excel Basics. TJ McKeon

Excel Basics. TJ McKeon Excel Basics TJ McKeon What is Excel? Electronic Spreadsheet in a rows and columns layout Can contain alphabetical and numerical data (text, dates, times, numbers) Allows for easy calculations and mathematical

More information

CATEGORY SKILL SET REF. TASK ITEM. 1.1 Working with Spreadsheets Open, close a spreadsheet application. Open, close spreadsheets.

CATEGORY SKILL SET REF. TASK ITEM. 1.1 Working with Spreadsheets Open, close a spreadsheet application. Open, close spreadsheets. ECDL / ICDL Spreadsheets This module sets out essential concepts and skills relating to understanding the concept of spreadsheets and demonstrating an ability to use a spreadsheet to produce accurate work

More information

STUDY NOTES UNIT 1 - INTRODUCTION TO OBJECT ORIENTED PROGRAMMING

STUDY NOTES UNIT 1 - INTRODUCTION TO OBJECT ORIENTED PROGRAMMING OBJECT ORIENTED PROGRAMMING STUDY NOTES UNIT 1 - INTRODUCTION TO OBJECT ORIENTED PROGRAMMING 1. Object Oriented Programming Paradigms 2. Comparison of Programming Paradigms 3. Basic Object Oriented Programming

More information

Microsoft Excel 2010 Tutorial

Microsoft Excel 2010 Tutorial 1 Microsoft Excel 2010 Tutorial Excel is a spreadsheet program in the Microsoft Office system. You can use Excel to create and format workbooks (a collection of spreadsheets) in order to analyze data and

More information

Spreadsheet Software

Spreadsheet Software Spreadsheet Software Objectives: Working with Spreadsheets Enhancing Productivity Using the Application Open, close a spreadsheet application. Open, close documents. Create a new spreadsheet based on default

More information

Table of Contents. Preface... iii COMPUTER BASICS WINDOWS XP

Table of Contents. Preface... iii COMPUTER BASICS WINDOWS XP Table of Contents Preface... iii COMPUTER BASICS Fundamentals of Computer 1 Various Types of Computers 2 Personal Computer 2 Personal Digital Assistant 3 Laptop Computer 3 Tablet PC 3 Main Frame Computer

More information

11 th COMPUTER APPLICATION CHAPTER 5 WINDOWS AND UBUNTU

11 th COMPUTER APPLICATION CHAPTER 5 WINDOWS AND UBUNTU 11 th COMPUTER APPLICATION CHAPTER 5 WINDOWS AND UBUNTU 1. An operating system is system software. 2. Operating system enables the hardware to communicate and operate with other software. 3. Operating

More information

PUGAL GUIDE COMPUTER SCIENCE. Star Office C++ 2 MARK & 5 MARK QUESTION & Answers NAME :

PUGAL GUIDE COMPUTER SCIENCE. Star Office C++ 2 MARK & 5 MARK QUESTION & Answers NAME : PUGAL GUIDE 12 COMPUTER SCIENCE Star Office & C++ 2 MARK & 5 MARK QUESTION & Answers NAME : CLASS : XII SEC : P.CHANDRASEKARAN M.C.A, B.ED, [PG ASST IN C.S] FOR ¼: 99420 12999 1 BLUE PRINT CLASS : XII

More information

Microsoft Excel for Lawyers - The Fundamentals Reference Guide

Microsoft Excel for Lawyers - The Fundamentals Reference Guide Microsoft Excel for Lawyers - The Fundamentals Reference Guide This guide includes step by step procedures for fundamental Excel commands and accompanies the Microsoft Excel for Lawyers -The Fundamentals

More information

Excel Level 1

Excel Level 1 Excel 2016 - Level 1 Tell Me Assistant The Tell Me Assistant, which is new to all Office 2016 applications, allows users to search words, or phrases, about what they want to do in Excel. The Tell Me Assistant

More information

Open Office Calc (Spreadsheet) Tutorial

Open Office Calc (Spreadsheet) Tutorial Open Office Calc (Spreadsheet) Tutorial Table of Contents Introduction...3 What is a Spreadsheet?...3 Starting OpenOffice Calc...3 OpenOffice Calc (Spreadsheet) Basics...4 Creating a New Document...5 Entering

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

Kenora Public Library. Computer Training. Introduction to Excel

Kenora Public Library. Computer Training. Introduction to Excel Kenora Public Library Computer Training Introduction to Excel Page 2 Introduction: Spreadsheet programs allow users to develop a number of documents that can be used to store data, perform calculations,

More information

CHRIST THE KING BOYS MATRIC HR. SEC. SCHOOL, KUMBAKONAM

CHRIST THE KING BOYS MATRIC HR. SEC. SCHOOL, KUMBAKONAM CHRIST THE KING BOYS MATRIC HR. SEC. SCHOOL, KUMBAKONAM 612 001. COMPUTER SCIENCE STD: XII ONE MARK TEST 3 MARKS: 50 TIME :½ hr I. CHOOSE THE CORRECT ANSWER: 50*1=50 1. A data file created using spreadsheet

More information

OBJECT ORIENTED PROGRAMMING USING C++ CSCI Object Oriented Analysis and Design By Manali Torpe

OBJECT ORIENTED PROGRAMMING USING C++ CSCI Object Oriented Analysis and Design By Manali Torpe OBJECT ORIENTED PROGRAMMING USING C++ CSCI 5448- Object Oriented Analysis and Design By Manali Torpe Fundamentals of OOP Class Object Encapsulation Abstraction Inheritance Polymorphism Reusability C++

More information

Introduction to Microsoft Excel 2010 Quick Reference Sheet

Introduction to Microsoft Excel 2010 Quick Reference Sheet Spreadsheet What is a spreadsheet? How is Excel 2010 different from previous versions? A grid of rows and columns that help to organize, summarize and calculate data. Microsoft Excel 2010 is built on the

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

The following is the Syllabus for Module 4, Spreadsheets, which provides the basis for the practice-based test in this module.

The following is the Syllabus for Module 4, Spreadsheets, which provides the basis for the practice-based test in this module. Module 4 Spreadsheets The following is the Syllabus for Module 4, Spreadsheets, which provides the basis for the practice-based test in this module. Module Goals Module 4 Spreadsheets requires the candidate

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

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

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

EXCEL TUTORIAL.

EXCEL TUTORIAL. EXCEL TUTORIAL Excel is software that lets you create tables, and calculate and analyze data. This type of software is called spreadsheet software. Excel lets you create tables that automatically calculate

More information

Creating a Spreadsheet by Using Excel

Creating a Spreadsheet by Using Excel The Excel window...40 Viewing worksheets...41 Entering data...41 Change the cell data format...42 Select cells...42 Move or copy cells...43 Delete or clear cells...43 Enter a series...44 Find or replace

More information

Microsoft Excel Level 1

Microsoft Excel Level 1 Microsoft Excel 2010 Level 1 Copyright 2010 KSU Department of Information Technology Services This document may be downloaded, printed, or copied for educational use without further permission of the Information

More information

Application of Skills: Microsoft Excel 2013 Tutorial

Application of Skills: Microsoft Excel 2013 Tutorial Application of Skills: Microsoft Excel 2013 Tutorial Throughout this module, you will progress through a series of steps to create a spreadsheet for sales of a club or organization. You will continue to

More information

INTRODUCTION... 1 UNDERSTANDING CELLS... 2 CELL CONTENT... 4

INTRODUCTION... 1 UNDERSTANDING CELLS... 2 CELL CONTENT... 4 Introduction to Microsoft Excel 2016 INTRODUCTION... 1 The Excel 2016 Environment... 1 Worksheet Views... 2 UNDERSTANDING CELLS... 2 Select a Cell Range... 3 CELL CONTENT... 4 Enter and Edit Data... 4

More information

Excel 2010: Getting Started with Excel

Excel 2010: Getting Started with Excel Excel 2010: Getting Started with Excel Excel 2010 Getting Started with Excel Introduction Page 1 Excel is a spreadsheet program that allows you to store, organize, and analyze information. In this lesson,

More information

Quick Reference Summary

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

More information

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

Study Guide. PCIC 3 B2 GS3- Key Applications-Excel. Copyright 2010 Teknimedia Corporation

Study Guide. PCIC 3 B2 GS3- Key Applications-Excel. Copyright 2010 Teknimedia Corporation Study Guide PCIC 3 B2 GS3- Key Applications-Excel Copyright 2010 Teknimedia Corporation Teknimedia grants permission to any licensed owner of PCIC 3 B GS3 Key Applications-Excel to duplicate the contents

More information

Microsoft Excel 2010 Basics

Microsoft Excel 2010 Basics Microsoft Excel 2010 Basics Starting Word 2010 with XP: Click the Start Button, All Programs, Microsoft Office, Microsoft Excel 2010 Starting Word 2010 with 07: Click the Microsoft Office Button with the

More information

Excel 2016: Part 1. Updated January 2017 Copy cost: $1.50

Excel 2016: Part 1. Updated January 2017 Copy cost: $1.50 Excel 2016: Part 1 Updated January 2017 Copy cost: $1.50 Getting Started Please note that you are required to have some basic computer skills for this class. Also, any experience with Microsoft Word is

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

Workbooks & Worksheets. Getting Started. Formatting. Formulas & Functions

Workbooks & Worksheets. Getting Started. Formatting. Formulas & Functions 1 Getting Started Cells Workbooks & Worksheets Formatting Formulas & Functions Chart Printing 2 Getting Started Start a spreadsheet program Recognize the spreadsheet screen layout Use the ribbon,quick

More information

Starting Excel application

Starting Excel application MICROSOFT EXCEL 1 2 Microsoft Excel: is a special office program used to apply mathematical operations according to reading a cell automatically, just click on it. It is called electronic tables Starting

More information

STAR OFFICE STAR WRITER

STAR OFFICE STAR WRITER CLASS: XII VOLUME I STAR OFFICE STAR WRITER *1. What is mean by Text editing? Entering a new text or modifying the existing text in a document is known as text editing. The insertion point always indicates

More information

Microsoft Excel 2010 Handout

Microsoft Excel 2010 Handout Microsoft Excel 2010 Handout Excel is an electronic spreadsheet program you can use to enter and organize data, and perform a wide variety of number crunching tasks. Excel helps you organize and track

More information

Microsoft How to Series

Microsoft How to Series Microsoft How to Series Getting Started with EXCEL 2007 A B C D E F Tabs Introduction to the Excel 2007 Interface The Excel 2007 Interface is comprised of several elements, with four main parts: Office

More information

PART I. Part II Answer to all the questions 1. What is meant by a token? Name the token available in C++.

PART I.   Part II Answer to all the questions 1. What is meant by a token? Name the token available in C++. Unit - III CHAPTER - 9 INTRODUCTION TO C++ Choose the correct answer. PART I 1. Who developed C++? (a) Charles Babbage (b) Bjarne Stroustrup (c) Bill Gates (d) Sundar Pichai 2. What was the original name

More information

Namma Kalvi COMPUTER APPLICATIONS

Namma Kalvi   COMPUTER APPLICATIONS COMPUTER APPLICATIONS 7. WORKING WITH OPEN OFFICE CALC SECTION A Choose the correct answer 1. Which is the first electronic spreadsheet? (A)Excel (B) Lotus 1-2-3 (C) Visicalc (D) OpenOffice Calc 2. Which

More information

Office of Instructional Technology

Office of Instructional Technology Office of Instructional Technology Microsoft Excel 2016 Contact Information: 718-254-8565 ITEC@citytech.cuny.edu Contents Introduction to Excel 2016... 3 Opening Excel 2016... 3 Office 2016 Ribbon... 3

More information

EXCEL 2010 PROCEDURES

EXCEL 2010 PROCEDURES EXCEL 2010 PROCEDURES Starting Excel 1 Click the Start 2 Click All Programs 3 Click the Microsoft Office folder icon 4 Click Microsoft Excel 2010 Naming and Saving (Ctrl+S) a Workbook 1 Click File 2 Click

More information

TABLE OF CONTENTS. i Excel 2016 Basic

TABLE OF CONTENTS. i Excel 2016 Basic i TABLE OF CONTENTS TABLE OF CONTENTS I PREFACE VII 1 INTRODUCING EXCEL 1 1.1 Starting Excel 1 Starting Excel using the Start button in Windows 1 1.2 Screen components 2 Tooltips 3 Title bar 4 Window buttons

More information

Excel (Giant) Handout (3/16/15)

Excel (Giant) Handout (3/16/15) Excel (Giant) Handout (3/16/15) Excel is a spreadsheet processor that is an outgrowth of Lotus 1-2-3 and Symphony. It is a Microsoft Product that is part of Microsoft Office (all versions) along with Microsoft

More information

MOUNTAIN VIEW SCHOOL DISTRICT

MOUNTAIN VIEW SCHOOL DISTRICT MOUNTAIN VIEW SCHOOL DISTRICT COMPUTERIZED BUSINESS APPLICATIONS Curriculum Content Frameworks 00 Curriculum Content Frameworks COMPUTERIZED BUSINESS APPLICATIONS Grade Levels: 9- Course Code: 90 Prerequisite:

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

XII- COMPUTER SCIENCE VOL-II MODEL TEST I

XII- COMPUTER SCIENCE VOL-II MODEL TEST I MODEL TEST I 1. What is the significance of an object? 2. What are Keyword in c++? List a few Keyword in c++?. 3. What is a Pointer? (or) What is a Pointer Variable? 4. What is an assignment operator?

More information

Quick Reference Card Business Objects Toolbar Design Mode

Quick Reference Card Business Objects Toolbar Design Mode Icon Description Open in a new window Pin/Unpin this tab Close this tab File Toolbar New create a new document Open Open a document Select a Folder Select a Document Select Open Save Click the button to

More information

Excel Main Screen. Fundamental Concepts. General Keyboard Shortcuts Open a workbook Create New Save Preview and Print Close a Workbook

Excel Main Screen. Fundamental Concepts. General Keyboard Shortcuts Open a workbook Create New Save Preview and Print Close a Workbook Excel 2016 Main Screen Fundamental Concepts General Keyboard Shortcuts Open a workbook Create New Save Preview and Print Close a Ctrl + O Ctrl + N Ctrl + S Ctrl + P Ctrl + W Help Run Spell Check Calculate

More information

Basic Shortcut Keys File menu options in current program Edit options in current program Universal Help (for all programs)

Basic Shortcut Keys File menu options in current program Edit options in current program Universal Help (for all programs) Basic Shortcut Keys Alt + F Alt + E F1 Ctrl + A Ctrl + X Shift + Del ns Ctrl + V Shift + Ins Home Ctrl + Home End Ctrl + End Shift + Home Shift + End Ctrl + Ctrl + File menu options in current program

More information

COMPUTER SHORTCUTS Universal Help in almost every Windows program. Highlights from current position to end of line.

COMPUTER SHORTCUTS Universal Help in almost every Windows program. Highlights from current position to end of line. Computer Basic Shortcuts COMPUTER SHORTCUTS Shortcut Keys Alt + F Alt + E F1 Ctrl + A Ctrl + X Shift + Del Ctrl + C Ctrl + Ins Ctrl + V Shift + Ins Home Ctrl + Home End Ctrl + End Shift + Home Shift +

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

Introduction to Excel 2013

Introduction to Excel 2013 Introduction to Excel 2013 Copyright 2014, Software Application Training, West Chester University. A member of the Pennsylvania State Systems of Higher Education. No portion of this document may be reproduced

More information

Introduction to Excel 2007 Table of Contents

Introduction to Excel 2007 Table of Contents Table of Contents Excel Microsoft s Spreadsheet... 1 Starting Excel... 1 Excel 2007 New Interface... 1 Exploring the Excel Screen... 2 Viewing Dialog Boxes... 2 Quick Access Toolbar... 3 Minimizing the

More information