Case Based Critical ThinkingCase 1You are in charge of finalizing the text and type for a new website your company is building. Answer the following questions. If the font size on a header in the website is 36, what are the units?

A. Points
B. Picas
C. Inches
D. Millimeters


Answer: A

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. No more than one ElseIf statement may occur in any one If block. 2. No more than one Else statement may occur in any one If block. 3. A variable declared inside an If block ceases to exist after the block is exited. 4. The following line of code is valid. If letter = ("The quality of mercy is not strained").Substring(7, 1) Then 5. The following line of code is valid. If 0 ? grade ? 100 Then

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. The modulus operator (%) performs division between two integers, but rather than returning the quotient, it returns the remainder. 2. Mathematical expressions involving multiple operators are always evaluated from left to right. 3. When you perform a math operation on two operands of the same data type, the result will always be of that data type. 4. C# does not allow operations that mix the decimal and double data types unless you use a cast operator to explicitly convert one of the operands.

Computer Science & Information Technology

Control information can be placed __________ a message.

a) in front of b) at the back of c) anywhere in d) Both a and b.

Computer Science & Information Technology

An email address is a four part electronic mail address made up of the user name, domain name, and the @ symbol

Indicate whether the statement is true or false

Computer Science & Information Technology