Consider _______ when designing for display on a mobile device

a. small screen size
b. font size
c. contrast
d. all of the above

d

Computer Science & Information Technology

You might also like to view...

Which of the following tasks might be better completed by a person rather than a computer?

a. appreciating a sunset view b. analyzing biochemical test data c. analyzing financial data d. calculating sports statistics

Computer Science & Information Technology

What is i after the following for loop?

int y = 0; for (int i = 0; i < 10; ++i) { y += i; } a. 9 b. 10 c. 11 d. undefined

Computer Science & Information Technology