If the year is left off when entering a date in Excel, the current year is assumed, but does not display in the cell.

a. true
b. false

Answer: a. true

Computer Science & Information Technology

You might also like to view...

An attacker sends many packets to a host opening up many TCP sessions that keep the users from accessing services. What type of an attack is this?

a. SYN attack b. Spoof c. Smurf attack d. Directed broadcast

Computer Science & Information Technology

Assuming the following pseudocode for the Fibonacci series, what is the value of fibonacci(5)?

fibonacci(0) = 0 fibonacci(1) = 1 fibonacci(n) = fibonacci(n – 1) + fibonacci(n – 2) a) 8 b) 1 c) 3 (d) 5

Computer Science & Information Technology