Eight bits is a byte. What is the term used by programmers for 4-bits?
A. nibble@
B. fifty cents
C. Heptabit
D. There is no special term.
AHow much memory is reserved for the following variables
in MS Visual C++?
``` int k;
int *k_ptr;
float q, *q_ptr;```
A. 10
B. 13
C. 16
D. 18
C
You might also like to view...
Answer the following statements true (T) or false (F)
1. Relational operators connect two or more relational expressions into one, or reverse the logic of an expression. 2. An expression in a C++ if statement that evaluates to 5, -5, or for that matter anything other than 0, is considered true. 3. The following statements will not print anything. 4. The following C++ test checks if the variable child is in the range 3 - 12. if (child >= 3 && <= 12) 5. If the sub-expression on the left side of an && operator is true, the expression on the right side will not be checked.
If a field in a table has a ________ a drop down menu will appear in the field
Fill in the blank(s) with correct word
What happens in Slide Show view after the final slide is displayed?
A) A black slide displays. B) The Slide Show view ends and you are taken back to Normal view. C) A white slide displays. D) The presentation stays on the final slide.
Presentation slides can be advanced at predetermined intervals, by clicking or tapping on the screen, or by ____.
A. right-clicking the mouse B. pressing the esc key C. pressing the backspace key D. pressing the spacebar