Problem Solving And Program Design

Approved & Edited by ProProfs Editorial Team
The editorial team at ProProfs Quizzes consists of a select group of subject experts, trivia writers, and quiz masters who have authored over 10,000 quizzes taken by more than 100 million users. This team includes our in-house seasoned quiz moderators and subject matter experts. Our editorial experts, spread across the world, are rigorously trained using our comprehensive guidelines to ensure that you receive the highest quality quizzes.
Learn about Our Editorial Process
| By Catherine Halcomb
C
Catherine Halcomb
Community Contributor
Quizzes Created: 1428 | Total Attempts: 5,961,110
Questions: 8 | Attempts: 461

SettingsSettingsSettings
Problem Solving And Program Design - Quiz

Questions and Answers
  • 1. 

    Explain one advantage and one disadvantage of paper based form and online forms. 

  • 2. 

    Explain the difference between Rich Text and Plain Text.

  • 3. 

    Distinguish between drop-down box and combo box. 

  • 4. 

    Arrange the following in order to create a fillable form. a. Protect the form b. Add control contents C. Customise the tables of the form. d. Add developer tab to display control content. e. Set or change properties for control contents.   

  • 5. 

    What is an algorithm?

    • A.

      Set of instruction steps to solve a given problem.

    • B.

      Series of solutions to assist in solving a problem.

    • C.

      Instructions given to identify a problem and solve it.

    • D.

      The programming language that is use to implement a program.

    Correct Answer
    A. Set of instruction steps to solve a given problem.
    Explanation
    An algorithm is a set of instruction steps that are designed to solve a specific problem. It is a systematic approach that provides a clear and logical sequence of operations to be followed in order to achieve the desired outcome. Algorithms are used in various fields such as mathematics, computer science, and problem-solving in general. They serve as a blueprint for solving complex problems by breaking them down into smaller, more manageable steps. By following the instructions provided by an algorithm, one can effectively solve a given problem.

    Rate this question:

  • 6. 

    The algorithm you develop to solve a problem or task can be divided into ________, _______. 

    Correct Answer
    three,steps
    Explanation
    The algorithm to solve a problem or task can be divided into three steps. These steps are the sequential actions or instructions that need to be followed in order to achieve the desired outcome. By breaking down the algorithm into three steps, it becomes easier to understand and implement the solution. Each step builds upon the previous one, leading to a systematic approach towards problem-solving.

    Rate this question:

  • 7. 

    Algorithm can be written as narrative and also as a pseudocode.

    • A.

      True

    • B.

      False

    Correct Answer
    A. True
    Explanation
    This statement is true because an algorithm can indeed be written as a narrative or as pseudocode. Writing an algorithm as a narrative involves describing the steps and logic in plain language, while writing it as pseudocode involves using a combination of natural language and programming language-like syntax to outline the steps of the algorithm. Both approaches serve the purpose of providing a clear and understandable representation of the algorithm's logic and flow.

    Rate this question:

  • 8. 

    The Top-down design is the method is being used to break down a problem into smaller parts.

    • A.

      True

    • B.

      False

    Correct Answer
    A. True
    Explanation
    The top-down design is indeed a method used to break down a problem into smaller parts. It involves starting with the overall problem and then breaking it down into subproblems or smaller components. This approach allows for a systematic and organized way of problem-solving, where the main problem is tackled by addressing its individual parts. By breaking down the problem, it becomes more manageable and easier to understand, leading to a more effective solution. Therefore, the statement "The Top-down design is the method being used to break down a problem into smaller parts" is true.

    Rate this question:

Quiz Review Timeline +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 23, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Sep 10, 2017
    Quiz Created by
    Catherine Halcomb
Back to Top Back to top
Advertisement