VBA is a subset of ________
A) Microsoft Visual Basic
B) Microsoft Access
C) the macro generator
D) Microsoft Windows
A
You might also like to view...
If you want to examine an input value without actually removing it from the input stream, you can apply a member function of cin to the variable ch, which you are to assume is a char type variable. Which of these does this task?
a. cin.get(ch); b. cin.put(ch); c. cin.peek(ch); d. cin.putback(ch);
What is the purpose of the fast link pulse?
What will be an ideal response?
Trojan horse viruses are difficult to detect because ________.
a) they hide within the system until a certain time or condition is met b) they allow a malicious user access to the system c) they do not require any user action to be activated d) they appear to be legitimate programs
Using a class object within another class object is known as ____.
A. nesting B. circular referencing C. building D. composition