wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Macros in libre office calc

Total questions: 40

Worksheet time: 21mins

Name
Class
Date
1.

·Which of the following is an valid Macro Name?

a)

1formatword

b)

format word

c)

format*word

d)

Format_word

2.

What is the primary purpose of using Macros in software applications?

a)

to automate repetitive tasks

b)

to create complex graphics

c)

to enhance security features

d)

to manage user permissions

3.

How can Macros improve efficiency in data processing?

a)

By slowing down processing time

b)

By increasing the size of data

c)

By reducing manual input errors

d)

By complicating the workflow

4.

Macro Recordings can be enabled from the ________ option in the menu bar.

a)

Sheet

b)

Data

c)

Tools

d)

Window

5.

Identify which of the following is a programming Language?

a)

Calc

b)

BASIC

c)

Writer

d)

Macro.

6.

The Module can be executed from the IDE by pressing _________________. (a) (b) (c) (d)

a)

F3

b)

F4

c)

F5

d)

F6

7.

Which of the following is the default name of the Macro _______________.

a)

Default

b)

Main

c)

Macro1

d)

Macro

8.

Once created, Macro can be used any number of times.

a)

True

b)

False

9.

Macro is a group of instructions executing a single instruction.

a)

False

b)

True

10.

By default, the Macro recording feature is turned on.

a)

True

b)

False

11.

It is not possible to stop recording of a Macro

a)

True

b)

False

12.

A macro once created can be edited later.

a)

True

b)

False

13.

IDE stands for (a)   .

14.

Which menu path enables macro recording?

a)

Tools > Macro > Enable

b)

Tools > Options > LibreOffice > Advanced

c)

File > Options > LibreOffice > Advanced

d)

Edit > Options > Enable Macro

15.

Actions not recorded by a macro include:

a)

Typing

b)

Opening windows

c)

Keystrokes

d)

Formatting

16.

What is the shortcut to stop recording a macro?

a)

Alt + S

b)

Click "Stop Recording"

c)

Ctrl + Z

d)

Right-click > Stop Recording

17.

In which applications does the macro recorder work?

a)

Calc and Writer

b)

Calc and Impress

c)

Base and Draw

d)

Writer and Base

18.

Where are macros saved by default?

a)

Untitled Library

b)

Standard Library in Module1

c)

My Library in Module2

d)

System Folder

19.

What is the default name for a new macro?

a)

Main

b)

FormatHeading

c)

Module1

d)

MyMacros

20.

Which menu option is used to run a macro?

a)

File > Run Macro

b)

Tools > Macros > Run Macro

c)

Edit > Macros > Execute Macro

d)

Tools > Execute > Macro

21.

What does a macro consist of?

a)

A collection of formulas

b)

A single command

c)

A sequence of commands or keystrokes

d)

A set of formatting styles

22.

Which of the following is NOT a benefit of using macros?

a)

Standardization of tasks

b)

Increased complexity of tasks

c)

Reduction of manual errors

d)

Time-saving on repetitive tasks

23.

In the context of macros, what does 'recording' refer to?

a)


Saving a document

b)

Capturing a sequence of actions

c)

Formatting cells

d)

Creating a new spreadsheet

24.

What does the term 'keystrokes' refer to in the context of macros?

a)

Keyboard inputs

b)

Screen touches

c)

Mouse clicks

d)


Voice commands

25.

What is the significance of the 'Optional Features' section in the macro settings?

a)

It provides help documentation

b)


It shows available templates

c)


It lists all installed macros

d)


It allows customization of macro settings

26.

Which actions are NOT recorded by the macro recorder?

a)


Keyboard selections

b)

Switching of windows

c)


Applying formulas

d)

Applying formatting features

27.

What happens if all macros are given the same name?

a)

They will be ignored

b)

They will run simultaneously

c)

They will be saved in different libraries

d)

They will overwrite the previous macro

28.

What is a Library in the context of macros?

a)

A collection of users

b)


A collection of spreadsheets

c)

A collection of modules

d)

A collection of data entries

29.

What is one of the rules for naming a Macro, Module, or Library?

a)

It must contain numbers

b)

It should begin with a letter

c)

It can contain spaces

d)

It must end with a number

30.

What does the 'My Macros' section contain?

a)

Pre-recorded macros from LibreOffice

b)

Macros that users write or add

c)

Macros that cannot be modified

d)

Macros for formatting only

31.

Which library contains pre-recorded macros provided by LibreOffice?

a)

My Macros

b)

Untitled1

c)

LibreOffice Macros library

d)

User Macros

32.

Which character is allowed in the name of a Macro, Module, or Library?

a)

Underscore

b)


Space

c)

Dash

d)

Period

33.

What does the code of a macro begin with?

a)

Begin

b)

Start

c)

Sub

d)

Function

34.


What is the first step to organize a macro in LibreOffice?

a)

Click on Tools > Macros > Organize Macros > LibreOffice Basic

b)

Create a new library

c)


Open the Basic Macro Organizer dialog

d)

Select a module

35.

Which option do you select to create a new library for macros?

a)

Tools > Macros > New Library

b)

Library > New

c)

File > New > Library

d)

Edit > Library >Create

36.

What is the purpose of creating a library in LibreOffice?

a)

To run calculations

b)

To store macros

c)

To edit documents

d)

To format text

37.

What does the command 'Print' do in the context of the macro?

a)

Prints the document

b)

Saves the macro

c)

Displays text in a dialog box

d)

Closes the program

38.

What does the term 'Sub Main' refer to in the macro code?

a)

A variable

b)

A module

c)

A command

d)

A function

39.

What is the role of the IDE in relation to macros?

a)


To run and edit macros

b)

To format cells

c)

To create spreadsheets

d)

To view data

40.

What is the first keyword used to define a function in LibreOffice Basic?

a)

Define

b)

Function

c)

Sub

d)

Macro