wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

LONG QUIZ 2

Total questions: 60

Worksheet time: 30mins

Name
Class
Date
1.

You need to prevent colleagues from making structural changes to a workbook, such as adding or deleting sheets. What feature should you use?

a)

Protect Sheet

b)

Protect Workbook

c)

Allow Users to Edit Ranges

d)

Track Changes

2.

A manager wants to track all edits made to a shared workbook. What feature should you enable?

a)

Comments

b)

Protect Workbook

c)

Track Changes

d)

Shared Workbook

3.

You need to leave feedback on a specific cell without affecting the data. What should you use?

a)

Add a hyperlink

b)

Insert a comment (Note in Excel 365)

c)

Change the cell color

d)

Protect the cell

4.

A report contains text data, and you need to ensure there are no spelling errors. What feature will you use?

a)

Thesaurus

b)

Proofing

c)

Spell Check

d)

Comments

5.

You want to allow specific users to edit only certain ranges in a protected sheet. What feature should you use?

a)

Protect Workbook

b)

Allow Users to Edit Ranges

c)

Share Workbook

d)

Data Validation

6.

You need to keep the top row visible while scrolling through a long dataset. Which option should you use?

a)

Split

b)

Hide Rows

c)

Freeze Panes > Freeze Top Row

d)

Arrange All

7.

You are working with a large dataset and want to compare data from two parts of the sheet simultaneously. What should you use?

a)

Hide Columns

b)

Split

c)

Freeze Panes

d)

New Window

8.

You want to see how your spreadsheet will look when printed, including headers and margins. Which view should you select?

a)

Normal View

b)

Page Layout

c)

Page Break Preview

d)

Custom View

9.

You frequently filter data in a specific way. How can you save the settings for quick access later?

a)

Save As Template

b)

Create a Custom View

c)

Use Filters

d)

Freeze Panes

10.

You have multiple workbooks open and need to view them side by side. What should you use?

a)

View Side by Side

b)

New Window

c)

Arrange All

d)

Split

11.

You need to automate a repetitive task in Excel. What feature should you use?

a)

Data Validation

b)

Form Controls

c)

Macros

d)

Conditional Formatting

12.

You want to add a dropdown menu to a worksheet for selecting predefined options. Which feature should you use?

a)

Data Validation

b)

Combo Box (Form Control)

c)

Spin Button

d)

Check Box

13.

A macro-enabled workbook is flagged as unsafe. Where can you adjust the security settings to allow it?

a)

File > Save As

b)

Review Tab

c)

Developer Tab > Trust Center

d)

View Tab

14.

You need to write a custom script for advanced automation in Excel. Which tool should you use?

a)

Macro Recorder

b)

VBA Editor

c)

Data Analysis ToolPak

d)

Solver

15.

You want to add an interactive button that executes a macro when clicked. Which control should you use?

a)

Combo Box (Form Control)

b)

Check Box

c)

Button (ActiveX Control)

d)

Option Button

16.

You want to prevent unauthorized users from opening your workbook. What feature should you use?

a)

Protect Workbook

b)

Encrypt with Password

c)

Allow Users to Edit Ranges

d)

Track Changes

17.

You want to adjust how your spreadsheet will split across pages when printed. Which feature is most useful?

a)

Normal View

b)

Page Break Preview

c)

Print Preview

d)

Split

18.

You want to insert a scroll bar to adjust numerical values in a cell. Which control would you use?

a)

Combo Box

b)

Scroll Bar (Form Control)

c)

Check Box

d)

Spin Button

19.

You are performing a task that you want Excel to replicate automatically in the future. What should you do first?

a)

Open the VBA Editor.

b)

Use the Record Macro feature.

c)

Create a Pivot Table.

d)

Use Conditional Formatting.

20.

You are working on a large spreadsheet and need to focus on a specific section by magnifying it. Which feature should you use?

a)

Zoom

b)

Freeze Panes

c)

Page Layout

d)

Arrange All

21.

What are the main advantages of using the INDEX and MATCH functions in Excel?

a)

They can perform complex calculations

b)

They can handle multiple criteria

c)

They are faster than VLOOKUP

d)

They create dynamic charts

22.

When might you use the Index-Match combination instead of VLOOKUP?

a)

When you need to perform calculations on the result

b)

When you want to search in a single column

c)

When you need to retrieve data from another worksheet

d)

When working with text data only

23.

What does VBA stand for in Excel?

a)

Visual Basic for Application

b)

Visual Basic for Analysis

c)

Very Basic Automation

d)

Virtual Business Applications

24.

How can VBA be used in Excel for financial analysis?

a)

To create pivot tables

b)

To format cells

c)

To automate repetitive tasks

d)

To import data from external sources

25.

What is the main benefit of using named ranges in Excel?

a)

They make formulas more complex

b)

They improve data accuracy

c)

They slow down worksheet performance

d)

They are used for text formatting

26.

How can named ranges be used in financial modeling?

a)

For creating custom charts

b)

For speeding up data entry

c)

For error reduction in formulas

d)

For importing data from external sources

27.

When might you use the CHOOSE function in financial modeling?

a)

For sorting data

b)

For performing complex calculations

c)

For dynamic scenario analysis

d)

For text manipulation

28.

How can VBA be used to enhance financial reporting?

a)

To create dynamic charts

b)

To automate data cleansing

c)

To calculate averages

d)

To import data from external sources

29.

What is one of the main benefits of using VBA in financial analysis workflows?

a)

It requires no programming knowledge

b)

It slows down data processing

c)

It reduces customisation options

d)

It allows for advanced scenario analysis and modeling

30.

What is the purpose of VBA Basics in Excel?

a)

The purpose of VBA Basics in Excel is to automate tasks and create custom functions and macros.

b)

The purpose of VBA Basics in Excel is to analyze data and generate reports.

c)

The purpose of VBA Basics in Excel is to create pivot tables and charts.

d)

The purpose of VBA Basics in Excel is to format cells and apply conditional formatting.

31.

What are VBA Variables and how are they used in Excel?

a)

VBA variables are used to create macros in Excel.

b)

VBA variables are used to format cells in Excel.

c)

VBA variables are used to import data into Excel.

d)

VBA variables are used to store and manipulate data in Excel.

32.

How does VBA Error Handling help in Excel?

a)

VBA Error Handling helps in Excel by slowing down the execution of code.

b)

VBA Error Handling helps in Excel by ignoring all errors and continuing with the code execution.

c)

VBA Error Handling helps in Excel by automatically fixing any errors in the code.

d)

VBA Error Handling helps in Excel by managing errors and preventing code crashes.

33.

How do you record a macro in Excel?

a)

To record a macro in Excel, go to the 'Data' tab, click on 'Sort' in the 'Sort & Filter' group, and select 'Record Macro'.

b)

To record a macro in Excel, go to the 'Insert' tab, click on 'Module' in the 'Code' group, and select 'Record Macro'.

c)

To record a macro in Excel, go to the 'File' tab, click on 'Options' in the 'Customize Ribbon' section, and select 'Record Macro'.

d)

To record a macro in Excel, go to the 'View' tab, click on 'Macros' in the 'Macros' group, and select 'Record Macro'.

34.

What is the purpose of On Error Resume Next in VBA?

a)

To ignore runtime errors and continue execution

b)

To handle runtime errors and continue execution

c)

To automatically fix runtime errors and continue execution

d)

To display an error message and stop execution

35.

Which format should be used for saving files with macros?

a)

.html

b)

.xlsx

c)

.xlsm

d)

.hwdp

36.

an action or a set of actions that you can run as many times as you want. When you create a -------, you are recording your mouse clicks and keystrokes.

a)

VBA

b)

match index

c)

Macro

d)

Vlook up

37.

Wrong code color is

a)

Black

b)

Blue

c)

Red

d)

Green

38.

This is where the code that is generated with a macro recorder goes.

a)

Code Window

b)

Module

c)

Immediate window

d)

Properties Window

39.

You can NOT edit macro after it has been recorded.

a)

TRUE

b)

FALSE

40.

After a macro is recorded, you can play back those actions anytime you want.

a)

TRUE

b)

FALSE

41.

You can NOT undo an Excel action after you run a macro.

a)

TRUE

b)

FALSE

42.

What is the purpose of using macros in MS Excel?

a)

To make the tasks more complicated

b)

To automate routine tasks

c)

To slow down the procedure

d)

To limit the functionality of Excel

43.

This is one of the options in the Macros command button dropdown menu. This opens the Macro dialog box where you can select a macro to run or edit.

a)

Use Relative References

b)

Record Macro

c)

View Macros

d)

Delete Macro

44.

What is the purpose of protecting a worksheet in MS Excel?

a)

To restrict access to the workbook

b)

To make it easier to format cells

c)

To prevent accidental deletion of critical data

d)

To allow anyone to modify the data

45.

What is the purpose of a data table in MS Excel?

a)

To create a list of macros

b)

To summarize data in a table format

c)

To send emails from Excel

d)

To protect the workbook

46.

What does the Use Relative References option do in MS Excel?

a)

Sorts the data in ascending order

b)

Counts the number of cells in a range

c)

Uses relative cell addresses when recording a macro

d)

Uses absolute cell addresses when recording a macro

47.

1. The programming environment which permits coding, compilation, running and debugging from a single window is called

a)

Integrated Development Environment (IDE)

b)

Editor

c)

Highlighter

d)

Compiler

48.

4. VBA supports ready made user interface components like .

a)

UserForm, CommandButton

b)

Label, TextBox, ComboBox, ListBox

c)

TabStrip, OptionButton, ToggleButton

d)

all of them

49.

6. VBA can be used to automate carried out through MS Excel.

a)

data processing

b)

graphing

c)

accessing cell values

d)

all of them

50.

Which of the following statements is FALSE about the Data Validation function in Microsoft Excel?

a)

Data validation enables users to select one or more cells to validate in the worksheet.

b)

Data validation restricts data entry to a certain range of dates, limit choices by using a list, or allowing only positive whole numbers are entered by the user.

c)

Data validation changes the appearance of a cell range based on a criterion. If the criteria is true, the cell range is formatted based on that criteria; if the criteria is false, the cell range is not formatted based on the given criteria.

d)

Data validation provides immediate help to instruct users and clear messages when invalid data is entered in order to make the data entry experience go smoothly.

51.

In what format can worksheets be saved to facilitate easy publishing on the Internet?

a)

PDF

b)

DOCX

c)

HTML

d)

TXT

52.

Which of the following can be saved in a web page format?

a)

Only entire workbooks

b)

Only portions of workbooks

c)

Only items in worksheets

d)

Entire workbooks, portions of workbooks, and items in worksheets

53.

To save a document as a web page, which option should you select in the Save As Type menu in the Save As dialog box?

a)

Web Page

b)

PDF

c)

Word Document

d)

Excel Spreadsheet

54.

This is one of the options in the Macros command button dropdown menu. This opens the Macro dialog box where you can select a macro to run or edit.

a)

Use Relative References

b)

Record Macro

c)

View Macros

d)

Delete Macro

55.

What does the VLOOKUP function do in MS Excel?

a)

Sorts the data in ascending order

b)

Counts the number of cells in a range

c)

Searches for a value vertically

d)

Searches for a value horizontally

56.

What is the purpose of protecting a worksheet in MS Excel?

a)

To restrict access to the workbook

b)

To make it easier to format cells

c)

To prevent accidental deletion of critical data

d)

To allow anyone to modify the data

57.

What is the purpose of using the macro recorder in MS Excel?

a)

To manually perform routine tasks

b)

To delete data from the workbook

c)

To create pivot tables

d)

To automate routine tasks

58.

A features that displays only the data in column (s) according to specified criteria

a)

Formula

b)

Sorting

c)

Filtering

d)

Pivot

59.

The computer processing requires_____, which is a collection of raw facts, figures, and symbols, such as numbers, words, images, video and sound, given to the computer during the input phase.

a)

Data

b)

Information

c)

Input

d)

Output

60.

On which of these groups in the Data tab will you go if you wish to import data from .txt or .csv files?

a)

Sort & Filter

b)

Forecast

c)

Get & Transform Data

d)

Queries & Connections