Answer:
1111000
Explanation:
perform the following. write from right to left:
- is the number even? then write down a 0
- is the number odd? then write down a 1 and subtract 1
- divide by 2
- repeat until you reach 0.
So for 120:
120 is even, so write down a 0 and continue with 120/2=60
60 is even, so write down a 0 and continue with 60/2=30
30 is even, so write down a 0 and continue with 30/2=15
15 is odd, so write down a 1 and continue with 14/2=7
7 is odd, so write down a 1 and continue with 6/2=3
3 is odd, so write down a 1 and continue with 2/2=1
1 is odd, so write down a 1 and finish with 0
Color's RGB value indicates its red, green, and blue intensity. Each intensity value is on a scale of 0 to 255, or in hexadecimal from 00 to FF.
RGB values are used in HTML, XHTML, CSS, and other web standards. For more, including visual samples and RGB values, see:
The answer should be it’s a transitionl
When you plug the computer into an outlet the electricity flows from the outlet to the Power Supply Unit (PSU) of the computer.
1000 bps = 1 kilobit per second
1000 kb/s = 1 megabit/s
1000mb/s = 1 gigabit/s
1000gb/s = 1 terabit/s
bps = Bits Per Second