If the positional values are powers of __________, you have the framework of a __________ number system.
a. 2/binary or base-2
b. 8/octal or base-8
c. 16/hexadecimal or base-16
d. all of the above
d. all of the above
Computer Science & Information Technology
You might also like to view...
Which of the following is a type of S/PDIF connector?
A) Fiber optic B) DIN C) Shielded twisted pair D) D-shell
Computer Science & Information Technology
Answer the following statements true (T) or false (F)
1) All variables declared in a function are global to the program containing the function. 2) An import statement must be included for every module function used in a program. 3) Function fmod returns the floating-point remainder of its two arguments. 4) The keyword return displays the result of a function. 5) A function’s parameter list is a comma-separated list containing the names of the param- eters received by the function when it is called.
Computer Science & Information Technology