Each submacro in a macro group must have a(n) ________ name
A) event
B) unique
C) command
D) submacro
B
Computer Science & Information Technology
You might also like to view...
The power-on self-test does all of the following EXCEPT ________
A) load the operating system B) test memory chips C) test the video card and video memory D) identify the BIOS
Computer Science & Information Technology
Which expression is equivalent to if (!(grade == sentinelValue))?
a. if (grade !== sentinelValue) b. if (grade != sentinelValue) c. ! if (grade == sentinelValue) d. ! if (grade !== sentinelValue)
Computer Science & Information Technology