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

Computer Science & Information Technology

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)

Computer Science & Information Technology

Describe the two operational modes of the current version of high-performance radio local area network (HiperLAN2).

What will be an ideal response?

Computer Science & Information Technology

________ 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

Computer Science & Information Technology

In virtualized computing, a single computer is capable of supporting a single operating system.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology