Answer:
a group of instructions that can be used to organize a program or perform a repeated task
Explanation:
A function is a group of commands that can be called upon with extra parameters if needed.
Example:
def foo(): #defining this function and naming it foo
return True #what is performed when foo is called on
if foo() == True: #foo() is calling on a function named foo
print('yes')
Answer:
Some of the functions of word processing software include: Creating, editing, saving and printing documents. Copying, pasting, moving and deleting text within a document. Formatting text, such as font type, bolding, underlining or italicizing.
Explanation:
Typically, in older systems, the GUI would be Text Based
The part of the computer that contains the brain, or central processing unit, is also known as the system unit. Correct answer: D
The system unit contains the main components of a computer. The keyboard, mouse and monitor on the other hands are the peripheral devices. The system unit contains the CPU, motherboard, hard drive, and RAM.