subject
Computers and Technology, 08.05.2021 19:20 bigchow

1. Convert the following decimal numbers to binary: 27 75 164 255 94

2. Convert the following binary numbers to decimal:

1 1010 11001 10000

3. Convert 68.5625 decimal 43.625 decimal

binary binary

4. Convert 00111011.01 binary 1110.001 binary

decimal decimal

5. Convert 110111.1101 binary 10010101.111 binary

decimal decimal

6. Convert 11000011.01 binary 11001010.001 binary

decimal decimal

7. Convert 38.4 decimal 252.33 decimal

binary binary

8. Convert 568.1875 decimal 6143.3175 decimal

binary binary

9. Convert 100111011.01 binary 11001110.1001 binary

decimal decimal

10. Convert 00111111.1111 binary 001000100101.1110 binary

decimal decimal

11. Convert 11111000011.01 binary 1000110111110.001 binary

decimal decimal

12. Convert 3138.4 decimal 639.13 decimal

binary binary

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 05:20
Write a program called assignment3 (saved in a ļ¬le assignment3.java) that computes the greatest common divisor of two given integers. one of the oldest numerical algorithms was described by the greek mathematician, euclid, in 300 b.c. it is a simple but very eā†µective algorithm that computes the greatest common divisor of two given integers. for instance, given integers 24 and 18, the greatest common divisor is 6, because 6 is the largest integer that divides evenly into both 24 and 18. we will denote the greatest common divisor of x and y as gcd(x, y). the algorithm is based on the clever idea that the gcd(x, y) = gcd(x ! y, y) if x > = y and gcd(x, y) = gcd(x, y ! x) if x < y. the algorithm consists of a series of steps (loop iterations) where the ā€œlargerā€ integer is replaced by the diā†µerence of the larger and smaller integer. this continues until the two values are equal. that is then the gcd.
Answers: 3
question
Computers and Technology, 22.06.2019 14:30
What percentage of companies is projected to use social media to locate new employees in 2012
Answers: 2
question
Computers and Technology, 22.06.2019 21:00
Simon says is a memory game where "simon" outputs a sequence of 10 characters (r, g, b, y) and the user must repeat the sequence. create a for loop that compares the two strings starting from index 0. for each match, add one point to userscore. upon a mismatch, exit the loop using a break statement. assume simonpattern and userpattern are always the same length. ex: the following patterns yield a userscore of 4: simonpattern: rrgbryybgy userpattern: rrgbbrybgy
Answers: 2
question
Computers and Technology, 22.06.2019 23:30
Creating "smart interfaces" in all sectors of industry, government, and the public arena is one of the fastest growing hct areas. these interfaces model, interpret, and analyze such human characteristics as speech, gesture, and vision. the field of biometrics, in which humans authenticate themselves to machines, is an area of considerable interest to hct practitioners. fingerprint scans are one of the most frequently used biometric options, and this article, biometric student identification: practical solutions for accountability & security in schools, makes a case for the implementation of fingerprint scans in schools. critique the article, and answer the following questions: according to the author, what are the main benefits of adopting fingerprint scans in schools for student identification? according to the author, what are the main drawbacks of adopting fingerprint scans in schools for student identification? do you agree with the author's assessment of the pl
Answers: 2
You know the right answer?
1. Convert the following decimal numbers to binary: 27 75 164 255 94

2. Convert the fol...
Questions
question
Mathematics, 23.04.2020 19:57
Questions on the website: 13722367