Deck 11: Microsoft Excel 2010,workshop 3: Conducting Excel Analysis Through Functions and Charts

ملء الشاشة (f)
exit full mode
سؤال
Which of the terms below would be most closely associated with the following formula:
=100*$B$7

A) named range
B) absolute reference
C) relative reference
D) mixed reference
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
Which of the terms below would be most closely associated with the following formula:
=Q$4/3

A) mixed reference
B) absolute reference
C) relative reference
D) named range
سؤال
Which of the following is NOT a valid cell reference?

A) =T$11
B) =G6
C) =$B$K
D) =$X14
سؤال
Which of the following is a valid name for a range?

A) 2011Sales
B) S2011
C) Sales_2011
D) All are valid names for named ranges.
سؤال
Which of the following formulas contains a hard-coded value?

A) =SUM(J1:J3)
B) =$F$4*$F$5
C) =AVERAGE(Sales)
D) =F1*0.07
سؤال
If a cell in a formula should remain in the same row when copied,but change the column,use a(n)________.

A) relative reference
B) named range
C) absolute reference
D) mixed reference
سؤال
Which of the following statements about cell references is FALSE?

A) Cell references can NOT refer to a range of cells.
B) Referencing cells improves efficiency should cell data change over time.
C) Cell references can refer to a single cell.
D) None of the above statements is false.
سؤال
Which of the following is the argument in the following formula:
=SUM(J2:J4)

A) =
B) J2:J4
C) SUM
D) None of the above are arguments.
سؤال
In order to display only the current date,use the ________ function.

A) DAY
B) DATE
C) NOW
D) TODAY
سؤال
Which of the terms below would be most closely associated with the following formula:
=SUM(Quantities)

A) mixed reference
B) named range
C) relative reference
D) absolute reference
سؤال
If a cell included in a formula needs to remain unchanged when the formula is copied,use a(n)________.

A) relative reference
B) mixed reference
C) named range
D) absolute reference
سؤال
The structure and order of a function and its arguments is also known as the function's ________.

A) reference
B) syntax
C) range
D) pseudocode
سؤال
If a cell in a formula should remain in the same column when copied,but change the row,use a(n)________.

A) named range
B) relative reference
C) absolute reference
D) mixed reference
سؤال
A(n)________ allows a cell's row and column to change when copied.

A) relative reference
B) named range
C) mixed reference
D) absolute reference
سؤال
Which of the following is NOT a type of cell reference?

A) relative
B) mixed
C) absolute
D) formula
سؤال
Which of the following is TRUE about hard-coded values?

A) In the formula =J5*12 the 12 is a hard-coded value.
B) A formula such as =P1*Q2 contains a hard-coded value.
C) Hard-coding is recommended when you have a value that may change.
D) Hard-coding makes it easier to update data and adapt to change.
سؤال
In order to simplify a formula,users can replace cell ranges such as J2:J5 with a(n)________.

A) relative reference
B) absolute reference
C) named range
D) mixed reference
سؤال
Which of the following is the function in the following formula:
=AVERAGE(E2:E5)

A) =
B) E2:E5
C) AVERAGE
D) None of the above are functions.
سؤال
Which of the terms below would be most closely associated with the following formula:
=J1*H4

A) relative reference
B) named range
C) absolute reference
D) mixed reference
سؤال
Which of the terms below would be most closely associated with the following formula:
=$J1+44

A) mixed reference
B) absolute reference
C) named range
D) relative reference
سؤال
The Show Formulas view is when cells display the formulas instead of the output.
سؤال
To perform a comparison and make a decision based on that decision,use a ________ function.

A) logical
B) math & trig
C) statistical
D) financial
سؤال
IF,AND,and OR are examples of ________ functions.

A) financial
B) statistical
C) logical
D) math & trig
سؤال
All cell references MUST include a $ within the reference.
سؤال
Cell references improve efficiency and flexibility,and allow easier updates to a spreadsheet.
سؤال
The cells associated with a named range can be modified after they have been created.
سؤال
SUM,MIN,and MAX are examples of Excel functions.
سؤال
The formula below contains a named range.
=SUM($J$5:J$7)
سؤال
Finding the maximum,minimum,and average values for a range of cells are all part of the category of functions called ________ functions.

A) logical
B) statistical
C) math & trig
D) financial
سؤال
Arguments are required for all functions.
سؤال
The formula below contains a hard-coded value.
=B3*8.85
سؤال
Hard-coding values,like sales tax in a formula,is generally preferable to using cell references.
سؤال
Named ranges make formulas easier to read.
سؤال
A cell reference allows users to refer to a cell in a formula.
سؤال
If you type a formula into a cell and instead of results you see a formula,it is because you have likely switched the Show Formulas feature on.
سؤال
Absolute values of a number,rounding,and summing are all part of the category of functions called ________ functions.

A) logical
B) statistical
C) engineering
D) math & trig
سؤال
Names for named ranges must start with a number.
سؤال
A named range can be a single cell.
سؤال
To switch to the Show Formulas view,hold the Ctrl key and press the $ key.
سؤال
Loan payment calculations and net present value calculations are formulas found in the ________ category of functions.

A) logical
B) statistical
C) financial
D) math & trig
سؤال
Inputs given to a function are known as ________.
سؤال
Two different pseudocodes can produce the same results.
سؤال
All arguments MUST be separated by commas.
سؤال
A formula which states =B1*$B5 contains two ________ references.
سؤال
Excel includes statistical functions such as SUM.
سؤال
The PMT function requires users to enter the total number of payments that will be made for the loan,or the ________.
سؤال
The structure and order of the function,and the arguments needed for Excel to run a function,are known as the ________ of the function.
سؤال
A(n)________ is a named calculation where Excel calculates the output based on the input provided.
سؤال
Some functions have optional arguments that can remain blank.
سؤال
The PMT function requires users to enter present value for an investment,known as the ________ field within the function.
سؤال
Syntax rules state that functions start with an equal sign.
سؤال
Users can create pseudocode to understand the logic of a problem before actually creating a formula.
سؤال
Pseudocode is a complete formula,such as:
=IF(H1>15,A5*5,A5*7)
سؤال
The PMT function's first argument is the periodic interest ________ of the loan.
سؤال
A(n)________ allows users to refer to a particular cell or range of cells within a formula or function.
سؤال
In this formula: =SUM(Sales),SUM is an example of a(n)________.
سؤال
Including actual data in a formula is known as ________ the values.
سؤال
A rough draft of a formula or code is also known as ________.
سؤال
Functions such as TODAY,which has no arguments,are written as: =TODAY
سؤال
A set of cells that have been given a label that can then be used within a formula or function is a(n)________ range.
سؤال
There are two methods for creating functions: typing in the function and through the Functions ________ dialog box.
سؤال
The Statistical Function Category is used when working with ________ calculations.
سؤال
Match between columns
named range
=$A$1
named range
=12*7%
named range
=$B1
named range
=SUM(Sales)
named range
=J7
absolute reference
=$A$1
absolute reference
=12*7%
absolute reference
=$B1
absolute reference
=SUM(Sales)
absolute reference
=J7
hard-coding
=$A$1
hard-coding
=12*7%
hard-coding
=$B1
hard-coding
=SUM(Sales)
hard-coding
=J7
mixed reference
=$A$1
mixed reference
=12*7%
mixed reference
=$B1
mixed reference
=SUM(Sales)
mixed reference
=J7
relative reference
=$A$1
relative reference
=12*7%
relative reference
=$B1
relative reference
=SUM(Sales)
relative reference
=J7
سؤال
Match between columns
statistical
NOW
statistical
PMT
statistical
IF
statistical
SUM
statistical
MAX
financial
NOW
financial
PMT
financial
IF
financial
SUM
financial
MAX
math & trig
NOW
math & trig
PMT
math & trig
IF
math & trig
SUM
math & trig
MAX
logical
NOW
logical
PMT
logical
IF
logical
SUM
logical
MAX
date & time
NOW
date & time
PMT
date & time
IF
date & time
SUM
date & time
MAX
سؤال
Match between columns
third
equal sign (=)
third
function name
third
opening parenthesis
third
arguments (separated by commas)
third
closing parenthesis
first
equal sign (=)
first
function name
first
opening parenthesis
first
arguments (separated by commas)
first
closing parenthesis
fifth
equal sign (=)
fifth
function name
fifth
opening parenthesis
fifth
arguments (separated by commas)
fifth
closing parenthesis
fourth
equal sign (=)
fourth
function name
fourth
opening parenthesis
fourth
arguments (separated by commas)
fourth
closing parenthesis
second
equal sign (=)
second
function name
second
opening parenthesis
second
arguments (separated by commas)
second
closing parenthesis
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/65
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 11: Microsoft Excel 2010,workshop 3: Conducting Excel Analysis Through Functions and Charts
1
Which of the terms below would be most closely associated with the following formula:
=100*$B$7

A) named range
B) absolute reference
C) relative reference
D) mixed reference
A
2
Which of the terms below would be most closely associated with the following formula:
=Q$4/3

A) mixed reference
B) absolute reference
C) relative reference
D) named range
A
3
Which of the following is NOT a valid cell reference?

A) =T$11
B) =G6
C) =$B$K
D) =$X14
C
4
Which of the following is a valid name for a range?

A) 2011Sales
B) S2011
C) Sales_2011
D) All are valid names for named ranges.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
5
Which of the following formulas contains a hard-coded value?

A) =SUM(J1:J3)
B) =$F$4*$F$5
C) =AVERAGE(Sales)
D) =F1*0.07
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
6
If a cell in a formula should remain in the same row when copied,but change the column,use a(n)________.

A) relative reference
B) named range
C) absolute reference
D) mixed reference
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
7
Which of the following statements about cell references is FALSE?

A) Cell references can NOT refer to a range of cells.
B) Referencing cells improves efficiency should cell data change over time.
C) Cell references can refer to a single cell.
D) None of the above statements is false.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
8
Which of the following is the argument in the following formula:
=SUM(J2:J4)

A) =
B) J2:J4
C) SUM
D) None of the above are arguments.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
9
In order to display only the current date,use the ________ function.

A) DAY
B) DATE
C) NOW
D) TODAY
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
10
Which of the terms below would be most closely associated with the following formula:
=SUM(Quantities)

A) mixed reference
B) named range
C) relative reference
D) absolute reference
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
11
If a cell included in a formula needs to remain unchanged when the formula is copied,use a(n)________.

A) relative reference
B) mixed reference
C) named range
D) absolute reference
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
12
The structure and order of a function and its arguments is also known as the function's ________.

A) reference
B) syntax
C) range
D) pseudocode
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
13
If a cell in a formula should remain in the same column when copied,but change the row,use a(n)________.

A) named range
B) relative reference
C) absolute reference
D) mixed reference
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
14
A(n)________ allows a cell's row and column to change when copied.

A) relative reference
B) named range
C) mixed reference
D) absolute reference
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
15
Which of the following is NOT a type of cell reference?

A) relative
B) mixed
C) absolute
D) formula
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
16
Which of the following is TRUE about hard-coded values?

A) In the formula =J5*12 the 12 is a hard-coded value.
B) A formula such as =P1*Q2 contains a hard-coded value.
C) Hard-coding is recommended when you have a value that may change.
D) Hard-coding makes it easier to update data and adapt to change.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
17
In order to simplify a formula,users can replace cell ranges such as J2:J5 with a(n)________.

A) relative reference
B) absolute reference
C) named range
D) mixed reference
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
18
Which of the following is the function in the following formula:
=AVERAGE(E2:E5)

A) =
B) E2:E5
C) AVERAGE
D) None of the above are functions.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
19
Which of the terms below would be most closely associated with the following formula:
=J1*H4

A) relative reference
B) named range
C) absolute reference
D) mixed reference
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
20
Which of the terms below would be most closely associated with the following formula:
=$J1+44

A) mixed reference
B) absolute reference
C) named range
D) relative reference
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
21
The Show Formulas view is when cells display the formulas instead of the output.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
22
To perform a comparison and make a decision based on that decision,use a ________ function.

A) logical
B) math & trig
C) statistical
D) financial
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
23
IF,AND,and OR are examples of ________ functions.

A) financial
B) statistical
C) logical
D) math & trig
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
24
All cell references MUST include a $ within the reference.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
25
Cell references improve efficiency and flexibility,and allow easier updates to a spreadsheet.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
26
The cells associated with a named range can be modified after they have been created.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
27
SUM,MIN,and MAX are examples of Excel functions.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
28
The formula below contains a named range.
=SUM($J$5:J$7)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
29
Finding the maximum,minimum,and average values for a range of cells are all part of the category of functions called ________ functions.

A) logical
B) statistical
C) math & trig
D) financial
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
30
Arguments are required for all functions.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
31
The formula below contains a hard-coded value.
=B3*8.85
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
32
Hard-coding values,like sales tax in a formula,is generally preferable to using cell references.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
33
Named ranges make formulas easier to read.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
34
A cell reference allows users to refer to a cell in a formula.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
35
If you type a formula into a cell and instead of results you see a formula,it is because you have likely switched the Show Formulas feature on.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
36
Absolute values of a number,rounding,and summing are all part of the category of functions called ________ functions.

A) logical
B) statistical
C) engineering
D) math & trig
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
37
Names for named ranges must start with a number.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
38
A named range can be a single cell.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
39
To switch to the Show Formulas view,hold the Ctrl key and press the $ key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
40
Loan payment calculations and net present value calculations are formulas found in the ________ category of functions.

A) logical
B) statistical
C) financial
D) math & trig
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
41
Inputs given to a function are known as ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
42
Two different pseudocodes can produce the same results.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
43
All arguments MUST be separated by commas.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
44
A formula which states =B1*$B5 contains two ________ references.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
45
Excel includes statistical functions such as SUM.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
46
The PMT function requires users to enter the total number of payments that will be made for the loan,or the ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
47
The structure and order of the function,and the arguments needed for Excel to run a function,are known as the ________ of the function.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
48
A(n)________ is a named calculation where Excel calculates the output based on the input provided.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
49
Some functions have optional arguments that can remain blank.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
50
The PMT function requires users to enter present value for an investment,known as the ________ field within the function.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
51
Syntax rules state that functions start with an equal sign.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
52
Users can create pseudocode to understand the logic of a problem before actually creating a formula.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
53
Pseudocode is a complete formula,such as:
=IF(H1>15,A5*5,A5*7)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
54
The PMT function's first argument is the periodic interest ________ of the loan.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
55
A(n)________ allows users to refer to a particular cell or range of cells within a formula or function.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
56
In this formula: =SUM(Sales),SUM is an example of a(n)________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
57
Including actual data in a formula is known as ________ the values.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
58
A rough draft of a formula or code is also known as ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
59
Functions such as TODAY,which has no arguments,are written as: =TODAY
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
60
A set of cells that have been given a label that can then be used within a formula or function is a(n)________ range.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
61
There are two methods for creating functions: typing in the function and through the Functions ________ dialog box.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
62
The Statistical Function Category is used when working with ________ calculations.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
63
Match between columns
named range
=$A$1
named range
=12*7%
named range
=$B1
named range
=SUM(Sales)
named range
=J7
absolute reference
=$A$1
absolute reference
=12*7%
absolute reference
=$B1
absolute reference
=SUM(Sales)
absolute reference
=J7
hard-coding
=$A$1
hard-coding
=12*7%
hard-coding
=$B1
hard-coding
=SUM(Sales)
hard-coding
=J7
mixed reference
=$A$1
mixed reference
=12*7%
mixed reference
=$B1
mixed reference
=SUM(Sales)
mixed reference
=J7
relative reference
=$A$1
relative reference
=12*7%
relative reference
=$B1
relative reference
=SUM(Sales)
relative reference
=J7
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
64
Match between columns
statistical
NOW
statistical
PMT
statistical
IF
statistical
SUM
statistical
MAX
financial
NOW
financial
PMT
financial
IF
financial
SUM
financial
MAX
math & trig
NOW
math & trig
PMT
math & trig
IF
math & trig
SUM
math & trig
MAX
logical
NOW
logical
PMT
logical
IF
logical
SUM
logical
MAX
date & time
NOW
date & time
PMT
date & time
IF
date & time
SUM
date & time
MAX
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
65
Match between columns
third
equal sign (=)
third
function name
third
opening parenthesis
third
arguments (separated by commas)
third
closing parenthesis
first
equal sign (=)
first
function name
first
opening parenthesis
first
arguments (separated by commas)
first
closing parenthesis
fifth
equal sign (=)
fifth
function name
fifth
opening parenthesis
fifth
arguments (separated by commas)
fifth
closing parenthesis
fourth
equal sign (=)
fourth
function name
fourth
opening parenthesis
fourth
arguments (separated by commas)
fourth
closing parenthesis
second
equal sign (=)
second
function name
second
opening parenthesis
second
arguments (separated by commas)
second
closing parenthesis
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.