COMPLETE SOLUTIONS VERIFIED LATEST UPDATE
GRADED A++ VERSION 2025/2026
When a function computes a value and needs to send it back to where the
function was called it needs this:
argument
def
don't pick this answer
invoke
return
return
Which of the following is NOT a benefit of learning to code?
You can become a better problem solver
You may need to code in your job
You can develop a basic understanding of how software works
You learn to easily give up whenever you encounter a difficult problem.
You learn to easily give up whenever you encounter a difficult problem.
T/F: An algorithm is a list of steps needed to solve a problem.
True
Which of the following is NOT an essential algorithm property?
The algorithm has inputs
,The algorithm has outputs
The order of the steps is completely random
Each steps is doable
The algorithm must eventually hault
The order of the steps is completely random.
Which of the following is NOT a part of the Program Development Cycle?
Browsing
Input
Output
Processing
Browsing
Which of the following is NOT one of the four main parts of a general-purpose
computer?
central processing unit(CPU)
memory(RAM)
inputs (like keyboard or mouse
outputs(like monitor or printer
blanket(to keep the parts warm)
blanket ( to keep the parts warm)
In a flowchart, which shape is used to represent the start or end of a solution?
arrow
diamond
oval
,parallelogram
rectangle
oval
In a flowchart, which shape is used to represent an action or process?
arrow
diamond
oval
parallelogram
rectangle
rectangle
In a flowchart, which shape is used to represent the flow of execution?
arrow
diamond
oval
parallelogram
rectangle
arrow
In a flowchart, which shape is used to represent input and output?
arrow
diamond
oval
parallelogram
rectangle
, parallelogram
In Python, a ____ begins with a pound sign (#)
comment
formula
input
comment
Which of the following is an environment for writing and running Python
programs?
ABLE
GRUMPY
IDLE
PUPPY
IDLE
Who created Python?
Bill Gates
Steve Jobs
Guido van Rossum
Alan Turing
Guido van Rossum
Which of the following is an advantage of using python?
it's easy to learn
its portable