Answer:
8 Standard Computer Components and What They Do
Explanation:
Motherboard. The motherboard is an important computer component because it’s what everything else connects to!
Power Supply. True to its name, the power supply powers all other components of the machine.
Central Processing Unit (CPU)
Random-access Memory (RAM)
Hard Disk Drive / Solid State Drive.
Video Card.
Optical Drives.
Answer:
b
Explanation:
Tactical. Perhaps she needs yo keep in touch with the board of directors in order to make an strategic planning.
SpongeBob, Teen Titan Go, Future Worm. That's all I can think!
If 29 bits of the 32 available addressing bits are used for the subnet, then only 3 bits giving 2^3=8 combinations remain for the host addresses.
In reality, the all zeros and all ones addresses are reserved. So, 8 addresses can exist, but 6 of those are available.
The way the question is formulated it seems the answer 8 is what they're after.
user_in = str ( input ("Please enter a phrase: " ))
def reverse_str (string):
e = 0
for e in range (len (string)):
x = -1
print string[x]
x += (len (string))