Answer:
Hi!
10010101 = 149;
01110110 = 118;
00110011 = 51;
11100010 = 226;
10000001 = 129;
Explanation:
To convert binary numbers you can use this formula:
, where position of the bit₀ is the rightmost digit of the number.
Results, using the formula:
10010101 = 1*2⁰+1*2²+1*2⁴+1*2⁷ = 1 + 4 + 16 + 128 = 149.
01110110 = 1*2¹+1*2²+1*2⁴+1*2⁵+1*2⁶ = 118;
00110011 = 1*2⁰+1*2¹+1*2⁴+1*2⁵ = 51;
11100010 = 1*2¹+1*2⁵+1*2⁶+1*2⁷ = 226;
10000001 = 1*2⁰+1*2⁷ = 129;
<em>Note:</em> All bits in 0 multiplied by any number are 0.
Answer:
B, D, E
Explanation:
The public Internet is largest WAN in the world.
A LAN (Local Area Network) typically uses Ethernet and Wireless Routers to connect devices.
A single business would not usually manage a WAN because this would create a monopoly, which is why competition is intentionally created between Internet Service Providers (ISPs), though sometimes a single business could manage a WAN via MPLS, etc.
Answer:
Nitrogen-fixing bacteria, microorganisms capable of transforming atmospheric nitrogen into fixed nitrogen.
Explanation: I hope this helps! (。^▽^)
I guess the correct answer is transport layer
Thе transpοrt layеr is thе layеr in thе οpеn systеm intеrcοnnеctiοn (ΟSI) mοdеl rеspοnsiblе fοr еnd-tο-еnd cοmmunicatiοn οvеr a nеtwοrk. It prοvidеs lοgical cοmmunicatiοn bеtwееn applicatiοn prοcеssеs running οn diffеrеnt hοsts within a layеrеd architеcturе οf prοtοcοls and οthеr nеtwοrk cοmpοnеnts.