Answer:
Check the explanation
Explanation:
The programmable code to solve the question above will be written in a python programming language <u><em>(which is a high-level, interpreted, general-purpose programming language.)</em></u>
<u><em /></u>
f = open('thisFile.txt', 'r')
w = open('thatFile.txt', 'w')
count = 0
for line in f:
if count % 2 == 0:
w.write(line)
count += 1
w.close()
f.close()
Desktop can be customized and it usually has more processing power than laptops, as for laptops are better for portable work like word document
A computer.
Core components of a computer
Processor (cpu): can compute instructions
RAM (random access memory): Holds running processes.
HDD( hard disk drive): Stores data, e.g. pictures, documents, games etc.
Motherboard: Allows devices to communicate with each other via a "bus".
Power Supply (PSU): converts AC current to DC, providing the computer with power.