{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

bitm interview Flashcards

(54 cards)

1
Q

Spreadsheet

A

electronic file consisting of a grid of columns and rows that

Organizes related data
Displays results of calculations
Enables interpretation of quantitative data for decision making

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Cell

A

the intersections of columns and rows

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Cell reference and cell address

A

ref.: used in formulas to refer to a specific cell

add.: location of cells

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

active cell

A

the current cell in a worksheet, found in the name box

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

name box

A

displays the address(or name) of the active cell, selected chart, or selected table

used to go to cells and ranges or assign a name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

range

A

a group of adjacent or contiguous cells in a worksheet (close to each other)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

formula

A

combines cell references, arithmetic operations, values, and/or functions used in calculation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

what is a worksheet and a workbook

A

worksheet: spreadsheet that usually contains descriptive labels, numeric values, formulas, functions, and charts.

workbook: a collection of one or more related worksheets contained within a single file.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

AutoComplete

A

searches for and automatically displays any other matching text

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

what does a function have to begin with to be valid

A

=

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

cell style

A

impacts the appearance not the data itself

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Alignment:

A

indicates how data are positioned in the boundaries of a cell

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Wrap text:

A

word-wraps data on multiple lines within a cell

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Backstage view:

A

displays print options and the worksheet in print preview mode

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

range finder

A

highlights and color codes each cell as you type its address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Point and Click to Build a Formula:

A

Instead of typing a cell address, you point to and click the cell to enter its address in a formula.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Excel follows PEMDAS but why

A

to control the sequence in which arithmetic operations are performed, which affects the result of the calculation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What is a relative reference and an example of one

A

when formulas adapt to their relative position when copied/pasted . A1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What is an absolute reference and an example of one

A

in a formula it maintains that address when the formula is copied

meaning it remains constant
$A$1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What is a mixed cell reference and an example of one

A

a combo, either the column letter or the row number that has the absolute reference remains fixed while the other part of the cell reference that is relative changes when the formula is copied.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

What is a 3D reference, an example of one, and what types of references can it use

A

includes the name of the worksheet and can be absolute, mixed, or relative.
Ex:
=Sheet2!$B$2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

SUM function

A

totals values in one or more cells and displays the result in the cell containing the function.

22
Q

AVERAGE function

A

calculates the arithmetic mean, or average, for the values in a range of cells.

23
Q

MEDIAN function

A

finds the numerical midpoint value, which is the value that one half of the data set is above or below.

24
MIN function
analyzes a set of values to determine the lowest value max does the opposite
25
PRODUCT function
multiplies all values in one or more cells and displays the results in the cell containing the function
26
SUMPRODUCT function
used to add the total value of the products of two or more data arrays
27
What is the difference between VLOOKUP and HLOOKUP formulas
VLOOKUP function looks for an accepted value in the left column of a specified table array, and then returns a related value located in the same row HLOOKUP function.This data must be arranged in ascending order from left to right.
28
XLOOKUP
searches an array and returns the first value matching the specified data like vlookup XLOOKUP can also return approximate matches if no exact match is found, it can look up data on either the left or right of table array.
28
syntax
the rules that dictate the structure and components required to perform the necessary calculations.
29
PMT function
calculates payments for a loan with a fixed amount at a fixed periodic rate for a fixed time period. rate: interest rate per payment period nper: number of payment periods pv: present value of the loan (principal) fv: future value type: when payments are due
30
IF function
tests specified criteria to see if it is true or false, then returns one value when a condition is met, or is true, and returns another value when the condition is not met, or is false.
31
What is the difference between column, bar, and line charts
column: displays vertical columns where the height represents the value, used to compares values across categories bar: same as column but displays category names in an easy-to-read format line charts: display lines connecting data points to show trends over equal time periods.
32
data point and data series
point: individual value in a cell that is plotted in a chart series: group of related data points
33
What is the difference between category axis & value axis
Category axis: displays descriptive labels for the data points Value axis: displays incremental numbers to identify the approximate value of data points
34
what is a legend
it identifies the color or pattern assigned to each data series and displays when a multiple series chart is created
35
clustered column chart, stacked column chart and 100% stacked column chart
100%
36
what are the different ways you can move a chart
cut and paste dragging it move to a chart sheet
37
a pie chart
shows each data point as a proportion or ratio to the whole data series.
38
combo chart
39
What is a scatterplot chart
shows the relationship between two numeric variables using their X and Y coordinates.
40
What is alt text used for
a description displayed when the pointer is moved over a chart or image
41
What is a sparkline
A small line, column, or win/loss chart contained in a single cell
42
data label
descriptive text that shows the exact value or name of a data point.
43
what is a data table
organizes the results of several what-if analyses within a single table
44
what if analysis
allows you to see how changing variables impacts calculated results
45
what is the difference between one and two variable data tables
1 is a dynamic range that contains different values for one variable to compare how those values affect one or more calculated results. 2 enables you to use two variables, however you are restricted to only one result. creates a matrix
46
goal seek
identifies the necessary input value to obtain a desired goal by changing ONE variable. (backsolve)
47
scenario
a saved set of values in a worksheet allowing you to vary numbers and see potential results
48
solver
an add in that searches for the best or optimal solution to a problem it extends the function of goal seek for more complex problems Optimization models find the highest, lowest, or exact values for one result
49
solver reports
answer report: displays original values and solver results sensitivity report: how sensitive results are to changes in the variable cells limits report: displays impact on objective as variables are maximized or minimized
50
add ins
programs that can be added to excel to add one file>options>add-ins>manage>go
51
constraints
specify binding and non binding restrictions
52
what is an excel function
a predefined computation that simplifies creating a formula that performs a complex calculation