2Abstracts a programs various tasks or function into separat
2.Abstracts a program’s various tasks or function into separate named blocks of code.
Modularization
Code blocks
Subroutines
Flowcharts
3.Boolean expressions are only true
True
False
4.Component of a function used to get an output directly from that function.
for
output
return
5.Considered the brain of the computer
GPU
CPU
RAM
HDD
6.Loops are similar to decisions in that they have a condition statement which evaluates to a TRUE or FALSE value.
True
False
Solution
Answers:
------------------------------------------------------------------------------------------------------------------------------------------------------
2) Modularization is the Abstracts a program’s various tasks or function into separate named blocks of code
------------------------------------------------------------------------------------------------------------------------------------------------------
3) False
Explanation :
Boolean expression is not always true sometimes it is false. The result is depend on the operator used and values of operator.
------------------------------------------------------------------------------------------------------------------------------------------------------
4)
The component to a function used to get output directly from a function is return.
------------------------------------------------------------------------------------------------------------------------------------------------------
5)
CPU is considered as the brain of computers
------------------------------------------------------------------------------------------------------------------------------------------------------

