Which of the following is not a type of bias introduced unintentionally during output presentations?

A) how information is sorted
B) choice of fonts
C) choice of graphics
D) setting of acceptable limits

B) choice of fonts

Computer Science & Information Technology

You might also like to view...

When resigning from a job, the ________ approach is better for this type of letter

A) passive B) concrete C) indirect D) active

Computer Science & Information Technology

Given the function prototype, what is passed to the function data area in the following function call?

string findWord (int &pos); // function prototype cout << findWord (x); // function call

Computer Science & Information Technology