What is the process called when you are creating a macro?
A) Tape a macro
B) Play macro
C) Create macro
D) Record macro
D
You might also like to view...
What is the time complexity of the following program?
int N = 0, M = 10; for (int x = 0; x <= M; x++ ) { for (int y = 0; y <= N; y++ ) { writeToDisk(""something""); } } a. O(M*N) b. O(N) c. O(N^2) d. O(M+N)
Describe the two operational modes of the current version of high-performance radio local area network (HiperLAN2).
What will be an ideal response?
________ is the act of using an electronic message for the purpose of getting someone to release private information
Fill in the blank(s) with correct word
In virtualized computing, a single computer is capable of supporting a single operating system.
Answer the following statement true (T) or false (F)