Which of the following points do you need to consider when presenting your work online?

A. Have you approached your portfolio as a design problem?
B. Is your digital presentation user friendly? Did you test it? Is it easy to find and view your work?
C. Where will you post your portfolio online?
D. Are your labels or descriptions succinct and well written?
E. Does it best showcase all kinds of your work?
F. All of these are correct.

Answer: F

Computer Science & Information Technology

You might also like to view...

Which of the following statements about LINQ is false?

a) A new LINQ query must be used when changes are made to the data source. b) A LINQ query does not need to have a let clause c) A LINQ query returns an IEnumerable object d) LINQ stands for Language Integrated Query.

Computer Science & Information Technology

Which of the following statements is false?

a. To ensure that the operands in a mixed-type expression are of the same type, Java performs implicit conversion on selected operands. b. Cast operators are unary operators. c. Cast operators associate from right to left and are one level lower in precedence than the multiplicative operators. d. Cast operators are formed by placing parentheses around the name of a type.

Computer Science & Information Technology