The symbol for the universal selector is the ____.

A. asterisk ( * )
B. comma ( , )
C. period ( . )
D. apostrophe ( ‘ )


Answer: A

Computer Science & Information Technology

You might also like to view...

Describe the change in the time complexity of K-means as the number of clusters to be found increases.

What will be an ideal response?

Computer Science & Information Technology

The 24 Hours calendar is the default calendar in Project 2013

Indicate whether the statement is true or false

Computer Science & Information Technology

What type of cryptography is demonstrated by reversing the alphabet so A becomes Z, B becomes Y, and so on?

A. complete cipher B. substitution cipher C. alphabet cipher D. roman cipher

Computer Science & Information Technology

The following pseudocode is an example of ____.do stepAdo stepBif conditionC is true then   do stepDelse    do stepEendifwhile conditionF is true   do stepGendwhile

A. nesting B. stacking C. single alternative structures D. a posttest

Computer Science & Information Technology