b) Customer Review Metrics
c) Customer Retention Model
d) Customer Response Marketing
5.
In philosophy, what term is used for the study of the nature of reality, including the
relationship between mind and matter?
a) Epistemology
b) Logic
c) Metaphysics
d) Ethics
6.
In Python, what is the output of the following code?
```python
def some_function(x):
return x * 2
result = some_function(5)
print(result)
```
a) 5
b) 10
c) "10"
d) This code will raise an error.
7.
What accounting method records revenue when it is earned and expenses when they are
incurred, rather than when the cash is received or paid?
a) Accrual basis accounting
b) Cash basis accounting
c) Double-entry accounting
d) FIFO accounting