pencil-icon
Build your own quiz

Computers

10th -

University

Image

Creating Algorithms through Pseudocodes and Flowcharts

197
plays

20 questions

Show Answers
See Preview
  • 1. Multiple Choice
    45 seconds
    1 pt

    What is the difference between a flowchart and pseudocode?

    A flowchart is diagramatic whilst pseudocode is written in a programming language (eg. Pascal, Java, Visual Basic).

    A flowchart is textual whilst pseudocode is diagrammatic.

    A flowchart is a diagrammatic description of an algorithm whilst pseudocode is a textual description of an algorithm.

    Fowchart and pseudocode are representations of algorithms.

  • 2. Multiple Choice
    30 seconds
    1 pt

    Which of the following assignment statements is assigning text to a variable?

    myName = "Sir Philip"

    myAge = 24

    myTax = salary * .20

    myGWA = 1.76

  • 3. Multiple Choice
    30 seconds
    1 pt

    An identifier is the 'name' given to a variable.

    For example:

    distanceToSchool = 5 & " km"

    What is the value of the variable?

    5

    5 km

    5km

    distanceToSchool

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?