How many binary digits are needed to create 1024 combination
How many binary digits are needed to create 1024 combinations?
A. 8
B. 9
C. 10
D. 11
Solution
===============================================
 How many binary digits are needed to create 1024 combinations?
    A. 8
    B. 9
    C. 10
    D. 11
--------------
 Answer:
 --------------
C. 10
---------------------
 Explanation:
 ---------------------
10 binary digits are needed to create 1024 combinations
A. 2 power 8 = 256
B. 2 power 9 = 512
C. 2 power 10 = 1024
   D. 2 power 11 = 2048
   
    Option C is fit for the 1024 combinations.
 ===============================================

