The symbol for the universal selector is the ____.
A. asterisk ( * )
B. comma ( , )
C. period ( . )
D. apostrophe ( ‘ )
Answer: A
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?
The 24 Hours calendar is the default calendar in Project 2013
Indicate whether the statement is true or false
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
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