Untitled
10 Questions
14 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

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?

  • 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

  • executable code
  • object code
  • source code (correct)
  • binary code

which of the following is an example of logical error?

<p>infinite loop (C)</p> Signup and view all the answers

built-in debugger of python is

<p>pdb (A)</p> Signup and view all the answers

an algorithm is a finite set of steps to solve a problem?

<p>True (A)</p> Signup and view all the answers

what is the first step in the experimental approach of solving a problem?

<p>identify (C)</p> Signup and view all the answers

the act of verifying a program's right functionality by running it with some input data and looking at the results is called

<p>testing (B)</p> Signup and view all the answers

an user manual guides the user through the _______ of the program.

<p>logic (B)</p> Signup and view all the answers

if the program runs but the results are not correct then it is a _______ error.

<p>logical (B)</p> Signup and view all the answers

More Like This

Use Quizgecko on...
Browser
Browser