Q2: Specify any four difference between Client/Server computing and Peer-to-Peer computing. Which architecture used by Bitcoin digital currency?
Q3: Answer the following questions by explaining every step of calculation:
Part 1:
a. Convert Octal Number 6458 to Decimal Number
b. Convert Hexadecimal Number 5BF16 to Decimal Number
c. Convert Binary Number 1010112 to Decimal Number
d. Convert Decimal Number 19510 to Binary Number
Part 2:
a. Convert binary fraction 0.10012 to Decimal fraction.
b. Find Addition of Binary Numbers: 10111012 + 11102
Please, Please, Please and Please…
1. I need new and unique answers, please. (Use your own words, don't copy and paste, even when you answer like theses answers before.)
2. Please Use your keyboard to answer my Questions. (Don't use handwriting)
3. Please and please i need a good and a perfect answers.
4. I prefer if you can to help me to put your References after your answer, please.
Thank you..
Question 2:
Step 1:
Step 2:
Peer to peer model of computing is used by Bitcoin digital currency.
Question 3:
Part 1:
a.)
Procedure to convert octal number(645) to decimal number:
Step 1) Write down the place value of each digit.
Step 2) Add up the place value of each digit.
= 6*64 + 8*4 + 1*5
= 384 + 32 + 5
= 421
So, 645 in decimal is equal to 421.
b.)
Procedure to convert hexadecimal number(5BF) to decimal number:
Step 1) Write down the place value of each digit.
Step 2) Add up the place value of each digit.
= 256*5 + 16*11 + 1*15
= 1280 + 176 + 15
= 1471
So, 5BF in decimal is equal to 1471.
c.)
Procedure to convert binary number(101011) to decimal number:
Step 1) Write down the place value of each digit.
Step 2) Add up the place value of each digit.
= 32*1 + 16*0 + 8*1 + 4*0 + 2*1 + 1*1
= 32 + 0 + 8 + 0 + 2 + 1
= 43
So, 1010 in decimal is equal to 43.
d.)
Procedure to convert the decimal value 195 to the binary (8-bit) procedure is as follows:
Part 2:
a.)
Procedure to convert binary fraction(0.1001) to decimal number:
b.)
Addition of two binary numbers 1011101 + 1110 is given below:
Rules for binary addition are as follows:
0 + 0 = 0
0 + 1 = 1
1 + 0 = 1
1 + 1 = 10 (which is 0 carry 1)
Get Answers For Free
Most questions answered within 1 hours.