Question

Q2: Specify any four difference between Client/Server computing and Peer-to-Peer computing. Which architecture used by Bitcoin...

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..

Homework Answers

Answer #1

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:

  • In order to convert an octal number (base-8) to the decimal number (base-10) system, we must use the octal place value to add the base-10 value of each digit.
  • Within the octal place value system, the value increases eight-fold each time you move a place to the left.
  • The digit values in the octal range from null to seven; numbers 8 and 9 are not permitted.

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:

  • In order to convert a hexadecimal number (base-16) to the decimal number (base-10) system, we must use the hexadecimal place value to add the base-10 value of each digit.
  • Within the hexadecimal place value system, the value increases sixteen-fold each time you move a place to the left.
  • The digit values in the hexadecimal range from zero to 15; with the letters A, B, C, D, E and F representing the numbers 10, 11, 12, 13, 14 and 15 respectively.

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:

  • In order to convert a binary number (base-2) to the decimal number (base-10) system, we must use the binary place value to add the base-10 value of each digit.
  • Within the binary place value system, the value increases two-fold each time you move a place to the left.

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:

  • Divide the number repeatedly by 2 and keep track of each remaining quotient until we obtain a quotient ZERO.
  • Construct the base 2 representation by taking all the remainders previously determined in that order from the last remaining to the first.

Part 2:

a.)

Procedure to convert binary fraction(0.1001) to decimal number:

  • Starting with rightmost number digit, multiply with 2 to the power of 0, 2 to the power of one and so on.
  • For fraction, begin with left most digits after the decimal and start multiplying by 1/20, 1/21, 1/22, 1/23 and so on.
  • Add the numbers above to get the Binary to decimal.

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)


Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Q2: Specify any four difference between Client/Server computing and Peer-to-Peer computing. Which architecture used by Bitcoin...
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 +...
Q3:  Answer the following questions by explaining every step of calculation: Part 1: a. Convert Octal Number...
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...
Q: In business telecommunication, we use the following technologies for communication, explain them and highlight their...
Q: In business telecommunication, we use the following technologies for communication, explain them and highlight their applications and limitations. •Centralized •Distributed •Client/server • Interorganizational •Global 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.
i need Unique answer use your own words , don't copy and paste, and don't use...
i need Unique answer use your own words , don't copy and paste, and don't use your handwriting please. i need Unique answer use your own words , don't copy and paste, and don't use your handwriting please. i need Unique answer use your own words , don't copy and paste, and don't use your handwriting please. Q: Solve the following questions Find the mean and the Variance of the following sample data:             x Frequency (f) 1 5 2...
Please Use your keyboard (Don't use handwriting) Thank you.. I need new and unique answers, please....
Please Use your keyboard (Don't use handwriting) Thank you.. I need new and unique answers, please. (Use your own words, don't copy and paste) Write a Java program that: Asks the user to enter his/her first name and ID. Prints the user's first name and ID in reverse order with a space between them recursively. Important notes: You should have to copy and paste the Java as your answer for this question. DON’T take screen shot for your Java Code....
Elements of Computer Organization In the following exercise you will practice working with binary numbers and...
Elements of Computer Organization In the following exercise you will practice working with binary numbers and creating digital circuits. The answer should be submitted electronically, you have the choices how to produce the answers: draw by hand and take photo/scan the drawing, then insert the image into a Word file, and save that file as a .pdf - but the most preferable way would be for you to design your circuit using software. You can use either LogiSim (Links to...
I need new and unique answers, please. (Use your own words, don't copy and paste), Please...
I need new and unique answers, please. (Use your own words, don't copy and paste), Please Use your keyboard (Don't use handwriting) Thank you.. M’s refusal of a heart transplant M was a 15-year-old girl who refused to consent to a heart transplant operation in 1999 when her own heart was failing. Her mother gave legal consent on her behalf, but health professionals were unwilling to proceed without M’s agreement. M said she did not want to die but neither...
Please Use your keyboard (Don't use handwriting) Thank you.. ****** please re-write my answer i need...
Please Use your keyboard (Don't use handwriting) Thank you.. ****** please re-write my answer i need unique answers(Use your own words, don't copy and paste), ****** **** And complete my answer Pleases divided as introduction, body conclusion . **** Q: COVID-19 Pandemic is an exceptional event that affecting all segments of the population and is particularly detrimental to members of certain social groups in the most vulnerable situations. Discuss the social consequences of COVID-19 illustrating the more vulnerable social group?...
Questions 1 through 6 work with the length of the sidereal year vs. distance from the...
Questions 1 through 6 work with the length of the sidereal year vs. distance from the sun. The table of data is shown below. Planet Distance from Sun (in millions of miles) Years (as a fraction of Earth years) ln(Dist) ln(Year) Mercury 36.19 0.2410 3.5889 -1.4229 Venus 67.63 0.6156 4.2140 -0.4851 Earth 93.50 1.0007 4.5380 0.0007 Mars 142.46 1.8821 4.9591 0.6324 Jupiter 486.46 11.8704 6.1871 2.4741 Saturn 893.38 29.4580 6.7950 3.3830 Uranus 1,794.37 84.0100 7.4924 4.4309 Neptune 2,815.19 164.7800 7.9428...
Plagiarism Certification Tests for Undergraduate College Students and Advanced High School Students These tests are intended...
Plagiarism Certification Tests for Undergraduate College Students and Advanced High School Students These tests are intended for undergraduate students in college or those under 18 years of age. Read these directions carefully! The below test includes 10 questions, randomly selected from a large inventory. Most questions will be different each time you take the test, You must answer at least 9 out of 10 questions correctly to receive your Certificate. You have 40 minutes to complete each test, and you...