0% found this document useful (0 votes)
14 views

S 2 (Solved Exercise)

Latest cbse IT class 10

Uploaded by

jugaljaiswal915
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views

S 2 (Solved Exercise)

Latest cbse IT class 10

Uploaded by

jugaljaiswal915
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Session-2

Q.A Multiple Choice Questions:


1. c) Tools
2. d) Format_word
3. b) LibreOfficeMacros
4. b) BASIC
5. c) F5
6. b) Main

Q.B Fill in the blanks:


1. Standard
2. Integrated Development Environment
3. arguments/values , result/value
4. organizer
5. Sub , End Sub
6. Standard Library

Q.C True/False
1. False
2. True
3. False
4. False
5. True
6. True

Q.D Answer the following questions:

Ans. 1Macro: A macro is a single instruction that executes a set of instructions. These set of instructions can be a
sequence of commands or keystrokes that can be used for any number of times later. Macro helps us to automate the
repeated tasks that are always performed in the same way over and over again.
Two real life situations where Macros can be used:
i) When we have to perform repeated tasks , such as typing school name, address, contact numbers with a specific
formatting.
ii) When we apply the same formula at a particular cell for different sheets in a workbook.

Ans. 2 The Macro records all the keyboard and mouse actions but the following actions are not recorded.
i) Opening of windows
ii) Actions carried out in another window than where the recording was started.
iii) Window switching
iv) Actions that are not related to the spreadsheet contents. For example, changes made in the Options dialog, macro
organizer, customizing.
v) Selections are recorded only if they are done by using the keyboard (cursor traveling), but not when the mouse is
used.
vi) The macro recorder works only in Calc and Writer.

Ans. 3

LibreOffice Macros Library My Macros


1. LibreOffice Macros library is provided by LibreOffice My Macros contain macros that the user write or add to
and contains modules with pre-recorded macros. LibreOffice.
2. It should not be changed. It can be changed according to user’s requirement.

Ans. 4
Pre-defined Functions Macro as a Function

1. They are already defined in LibreOffice calc. They are user defined functions. In this, the user creates a
macro that performs the calculations.
2. They are already created so we just have to use it They are created by user, so first we have to write a code
whenever required. in BASIC(a programming language for macro), then we
can use it according to our requirement.
3. We cannot do any changes in pre-defined functions. We can do changes in this according to our requirement.

4. Example: Sum() , Average() etc. Example: Area() , Address() etc.

Ans. 5. Rules for naming a Macro, Module or a Library are :


i) Macro name should begin with a letter
ii) The name should not contain blank spaces
iii)The name should not contain special characters except for _ (underscore).

Ans.6 Advantages of Macros are:


i) Macro helps us to automate the repeated tasks that are always performed in the same way over and over again.
ii) Once a Macro is created , it can be used for any number of times later.
iii) Macros can repeat a number of commands in just one click
iv) It reduces the errors occurring with repetitive tasks.

You might also like