Quantitative research

A. mainly uses small samples of respondents.
B. is not a good method for measuring consumer attitudes and opinions.
C. involves structured responses that can be summarized.
D. relies on open-ended responses to survey questions, instead of multiple-choice responses.
E. is only possible by using a mail survey.


Answer: C

Business

You might also like to view...

Below is the code for the function DDMValue. What is the outcome in B4?



Public Function DDMValue(Div0 As Single, ReqRate As Single, GrowthRate As Single) As Single
If ReqRate > GrowthRate Then
DDMValue = Div0 * (1 + GrowthRate) / (ReqRate - GrowthRate)
Else
DDMValue = CVErr(xlErrValue)
End If
End Function


a) #VALUE!
b) -$110.50
c) $110.50
d) $55.64
e) $27.34

Business

Which of the following is a source of primary data?

a. Journal articles b. Surveys c. Online government documents d. All of the above are sources of primary data.

Business

You are trying to help your aunt figure out how much she owes on a recent flurry of medical bills that resulted from her recent bypass surgery

Her company provided PPO plan includes the following provisions, $2,400 deductible, 10% co-pay and a $6,000 maximum out-of-pocket limit. You have summarized her bills as follow: doctor visits $1,500, surgeon and other docs $16,000, operating room $15,000, hospital stay $21,000, rehabilitative service $10,000. How much does she owe in total on these enormous bills? A) $2,400 B) $61,100 C) $6,000 D) $8,510

Business

One of the most influential computer security models is the Bell-LaPadula model

Indicate whether the statement is true or false.

Business