Match the following DatePart arguments with the data they would return:

I. "yyyy"
II. "n"
III. "h"
IV. "m"
V. "w"

A. Minute
B. Month
C. Year
D. Day of the Week
E. Hour


C, A, E, B, D

Computer Science & Information Technology

You might also like to view...

Recursion is memory-intensive because:

a. Recursive functions tend to declare many local variables. b. Previous function calls are still open when the function calls itself and the activation records of these previous calls still occupy space on the call stack. c. Many copies of the function code are created. d. It requires large data values.

Computer Science & Information Technology

In the accompanying figure, areas not selected are represented by ____.

A. white B. pixels C. black D. color

Computer Science & Information Technology

What program controls testing hardware during the boot process?

A) Windows Boot Manager B) POST C) Device Manager D) Task Manager

Computer Science & Information Technology

By hijacking unencrypted cookies an application allows an attacker to take over existing web sessions that do not use SSL or end to end encryption. Which of the following choices BEST mitigates the security risk of public web surfing? (Select TWO)

A. WPA2 B. WEP C. Disabling SSID broadcasting D. VPN E. Proximity to WIFI access point

Computer Science & Information Technology