Answer:
Boolean
Explanation:
If statement condition always returns true or false,which is a boolean data type.
X is true or false
it maybe a variable or an expression.
Lian is asked to create a variable that will keep track of how many times the user has tried to enter their password. What kind of variable should be created?
a string variable
a binary variable
a user variable
an iteration variable
Answer:
a string variable
Explanation:
Jean put several modules of code together in a certain order to make an actor walk through different rooms of a house in a video game. What type of programming was used?
a bottom-up approach
a float variable
a logic gate
a top-down approach
Which of the following statements is true of subroutines? Check all that apply.
They can be used in multiple places.
They can be used in one place only.
They save a programmer time since they are reusable.
They can be used only once,
They can contribute to excessive use of a computer's resources.
Answer:
They can be used in multiple places.
They save a programmer time since they are reusable.
They can contribute to excessive use of a computer’s resources.
Explanation:
Got it right on Edge.