Sign In
Ask Question
Computers & Technology
Deegan Greene
5 May, 02:55
Convert (65.125) 10 to octal.
+1
Answers (
1
)
Emanuel Mendoza
5 May, 06:16
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?
Get an answer to your question ✅
“Convert (65.125) 10 to octal. ...”
in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers
You Might be Interested in
You are configuring the local windows firewall on your windows 7 computer. which network category needs to have the most stringent rule set? a. public b. private c. home d. domain
Answers (1)
Describe the technology used in space exploration
Answers (1)
You have recently installed a new firewall on network. After the firewall is installed, you review the firewall logs and notice that port 25 incoming traffic is blocked. Which of the following protocol is impacted with this?
Answers (1)
Proper input validation is an effective means for preventing SQL injection attacks A) TrueB) False
Answers (1)
Training exercises that increase muscular strength and can be done without expensive weight equipment are called? •Cross-Training •Weight training •Speed training •Resistance Training
Answers (1)
New Questions in Computers & Technology
A Windows Live ID is used to make a video of a presentation. e-mail a presentation. broadcast a slide show. save as a PDF of the presentation.
Answers (1)
When you create a new folder, the default name for the folder is blank folder. true or false?
Answers (1)
How does the theodolite work?
Answers (1)
Which statement must be included in a program in order touse a deque container? a. #include vector b. #include c. #include container d. #include deque
Answers (1)
Two blue armies are each poised on opposite hills preparing to attack a single red army in the valley. The red army can defeat either of the blue armies separately but will fail to defeat both blue armies if they attack simultaneously.
Answers (1)
Home
»
Computers & Technology
» Convert (65.125) 10 to octal.
Sign In
Sign Up
Forgot Password?