Sign In
Ask Question
Frances Delgado
Computers & Technology
5 January, 06:46
Convert (65.125) 10 to octal.
+5
Answers (
1
)
Pittman
5 January, 07:07
0
101.1
Explanation:
Keep in mind that octal has 8 numbers
Step 1: Split your number in 2 parts (integer part and decimal part):
integer part 65 decimal part 0.125
Step 2: Convert the decimal part. For this step you need to multiply your decimal part and 8 (8 correspond the octal base) and get the integer part until you need it:
0.125 * 8 = 1
So your decimal part correspond to number 1 in octal = (1) 8
Step 3: Convert integer part: for this step you need to divide your integer part by 8 until you can and get the remainder
65 / 8 = 8 remainder 1
8 / 8 = 1 remainder 0
1 / 8 = 0 remainder 1
Step 4: join the remainders from bottom to top and get the integer part
101
Step 5: join the integer part and the decimal part to get the octal convertion
101.1
Comment
Complaint
Link
Know the Answer?
Answer
Not Sure About the Answer?
Find an answer to your question 👍
“Convert (65.125) 10 to octal. ...”
in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers
You Might be Interested in
What is metadata A. It is a name for the data that is lost during data compression B. Data that has been analyzed and classified as significant C. Is it the name for data that is not compressed D.
Answers (1)
Does anyone know how to geet into daily ranking and how it works.
Answers (1)
When one method calls another, which of the following statements are true? The class methods and instance methods of one class may call the public class methods of another class using dot notation and referencing the name of the other class.
Answers (1)
A firm offers virtual local area networks and firewalls as an on-demand cloud service. Which service does the firm offer?
Answers (1)
Suppose Animal is an interface that specifies a single method - speak. Now suppose the Dog class implements the Animal interface. In addition to the speak method, the Dog class also has a method called wagTail. Now consider the following code.
Answers (1)
New Questions in Computers & Technology
All information is clearly identified and easy to find within the source
Answers (1)
Ssl (secure sockets layer) operates at which layer of the osi model
Answers (1)
Which amendment discussed in the unit do you think has the greatest effect on your life? Why?
Answers (1)
The data definition, as described in the data dictionary, tells users how each unit of data is defined in the database. Which of the following elements will be used to describe the data? Check All That Apply a.
Answers (1)
Which of these can be used as a smartphone with the power of a laptop? A. Tablet B. E-reader C. Note Book D. Cell Phone
Answers (2)
Home
»
Computers & Technology
» Convert (65.125) 10 to octal.
Sign In
Sign Up
Forgot Password?