Python
VBA & Macros
Excel Functions
Stats Analysis
Power BI
100

What keyword is used to define a function in Python?

def

100

What does VBA stand for?

Visual Basic for Applications

100

What function returns the average of a range?

=AVERAGE()

100

What function gives you the largest number in a range?

=MAX()

100

What visual shows trends over time in Power BI?

Line chart

200

What data type stores a list of items in order and allows duplicates?

list

200

What keyword is used to declare a variable in VBA?

Dim

200

What function counts how many cells contain numbers?

=COUNT()

200

What is the middle value of an ordered data set called?

Median

200

What language is used for calculations in Power BI?

DAX

300

Which operator checks if two values are equal?

==

300

Which object is used to show a pop-up message in VBA?

MsgBox

300

Which function finds the most frequent number in a range?

=MODE()

300

Which function measures how far numbers deviate from the mean?

=STDEV.S()

300

What is the tool that lets users filter visuals?

Slicer

400

What is the output of len([3, 4, 5, 6])

4

400

What keyword ends a subroutine?

End Sub

400

What formula would calculate percentage change from A1 to B1?

=(B1 - A1) / A1

400

What percentage of data falls within 2 standard deviations in a normal distribution?

95%

400

What is the purpose of the Format pane in Power BI?

To customize visual appearance

500

What is the difference between a tuple and a list in Python?

Tuples are immutable, lists are mutable.

500

What function returns the position of one string within another in VBA?

InStr

500

What function looks up a value in the first column of a range and returns a value in the same row from another column?

=VLOOKUP()

500

What does a correlation coefficient of -1 mean?

Perfect negative linear relationship

500

What is the difference between a Measure and a Column in Power BI?

Measures calculate at runtime; columns are stored in the data model.

M
e
n
u