Podcast
Questions and Answers
which of the following is a common approach for solving any problem?
which of the following is a common approach for solving any problem?
- algorithm (correct)
- procedure
- function
- flowchart
what is the first step towards problem-solving?
what is the first step towards problem-solving?
- understanding and describing the problem (correct)
- designing the solution of the problem
- asking someone for the solution
- finding the cost to solve the problem
the program code is also referred to as
the program code is also referred to as
- executable code
- object code
- source code (correct)
- binary code
which of the following is an example of logical error?
which of the following is an example of logical error?
built-in debugger of python is
built-in debugger of python is
an algorithm is a finite set of steps to solve a problem?
an algorithm is a finite set of steps to solve a problem?
what is the first step in the experimental approach of solving a problem?
what is the first step in the experimental approach of solving a problem?
the act of verifying a program's right functionality by running it with some input data and looking at the results is called
the act of verifying a program's right functionality by running it with some input data and looking at the results is called
an user manual guides the user through the _______ of the program.
an user manual guides the user through the _______ of the program.
if the program runs but the results are not correct then it is a _______ error.
if the program runs but the results are not correct then it is a _______ error.