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
SubVIs ... a-Simplify Block Diagrams b-Modularize Block Diagrams c-Reduce the number of Block Diagram icons d-All of the above
Answers (1)
Which of the following statement is true? A) The more complete an organization wants to get its information, the less it costs B) The more accurate an organization wants to get its information, the less it costs C) The less accurate an organization
Answers (1)
What EFC number will enable a student to receive the full amount of a Pell Grant?
Answers (1)
This is defined as a station movement from a BSS in one ESS to a BSS within another ESS. This case is supported only in the sense that the station can move. Maintenance of upper-layer connections supported by 802.11 cannot be guaranteed.
Answers (1)
What engine component is shown in the above Figure? A. Main bearing B. End bearing C. Camshaft bearing D. Thrust bearing
Answers (2)
New Questions in Computers & Technology
Mrs. Sims polled her students about which social media app they use most. Which type of chart would best display this data?
Answers (1)
1. In a language with zero-based indexing, at what index will the 100th item in an array
Answers (1)
What is the best file format for priniting?
Answers (1)
Write the reverseO function recursively. This function takes a string and the length of the string as arguments and returns the same string with its characters in the reverse order
Answers (1)
in contrast to the query languages used to interact with a relational database, interaction with an object-oriented database takes places via methods, which are called by sending a message to an object. (T/F) T
Answers (1)
Home
»
Computers & Technology
» Convert (65.125) 10 to octal.
Sign In
Sign Up
Forgot Password?