Answer the following questions true (T) or false (F)
1. All values stored in memory are represented as binary strings, patterns of zeros and ones.
2. The statement
c = d;
checks to see if variables c and d have the same value.
3. If x is a type double variable and n is of type int, the following assignment statements are equivalent.
x = n;
x = (double)n;
1. True
2. False
3. True
You might also like to view...
A(n) ___________________ is used to insert images into a world.
Fill in the blank(s) with the appropriate word(s).
A(n) ________ query can be designed to prompt users for criteria without having to make changes in Design view
Fill in the blank(s) with correct word
A workbook sheet that contains only a chart is called a(n):
A) data marker. B) chart sheet. C) axis. D) legend.
Which form element is useful for limiting user options to a set of choices??
A. ?textarea B. ?selection list C. ?text input box D. ?submit button