subject

The book shows how to add and subtract binary and decimal numbers. however, other numbering systems are also very popular when dealing with computers. the octal (base 8) numbering system is one of these. the following table shows pairs of octal numbers:
a b
a. 3174 0522
b. 4165 1654
1) what is the sum of a and b if they represent unsigned 12-bit octal numbers? the result should be written in octal. show your work.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 12:00
Using the list, you can select the number of photos that will appear on each slide. a. theme b. frame shape c. pictures in album d. picture layout
Answers: 1
question
Computers and Technology, 24.06.2019 00:40
What is the error in the following pseudocode? module main() call raisetopower(2, 1.5) end module module raisetopower(real value, integer power) declare real result set result = value^power display result end module
Answers: 1
question
Computers and Technology, 25.06.2019 05:00
Arun is 5 years older than anu. five years ago, the ratio of their ages was 3: 2 . find their present age
Answers: 2
question
Computers and Technology, 25.06.2019 05:10
Assume that two parallel arrays have been declared and initialized: healthoption an array of type char that contains letter codes for different healthcare options and annual cost an array of type int. the i-th element of annual cost indicates the annual cost of the i-th element of healthoption. in addition, there is an char variable, best2.write the code necessary to assign to best2 the health option with the lower annual cost, considering only the first two healthcare options. thus, if the values of healthoption are 'b', 'q', 'w', 'z' and the values of annualcost are 8430, 9400, 7050, 6400 your code would assign 'b' to best2 because 8430 is less than 9400 and is associated with 'b' in the parallel array. (we ignore 'w' and 'z' because we are considering only the first two options.)
Answers: 1
You know the right answer?
The book shows how to add and subtract binary and decimal numbers. however, other numbering systems...
Questions
question
Mathematics, 20.09.2020 15:01
question
Mathematics, 20.09.2020 15:01
question
Spanish, 20.09.2020 15:01
Questions on the website: 13722367