Roger is using Microsoft Excel 2016 for the first time, and he needs to enter data in the third column of the worksheet. In this scenario, which of the following would be the column name of the cell that Roger enters data in?
A. ?The number "3"
B. ?The Roman numeral "III"
C. ?The letter "C"
D. ?The term "third"
Answer: C
You might also like to view...
The process of running a program multiple times with a variety of values is called ____ testing.
A. method B. functional C. systematic D. algorithmic
Predict the output of the following nested loops:
``` int n = 1; while(n <= 10) { int m = 10; while(m>=1) { cout << n << “ times “ << m << “ = “ << n*m << endl; m--; } n++; ```
What serves as the network name identifier in a Wi-Fi network?
A. WPA2 ID B. SSID C. WPS Pin number D. MAC address
When is it appropriate to contact law enforcement when an organization experiences a security breach?
A. If a violation is more severe than just breaking company policy rules B. If a breach of security occurs C. If a tolerable or accepted risk is realized D. If an insider uses another employee's credentials