placeholder image to represent content

W18: Final Exam (BECC0302)

Quiz by Bryan N. Manalaotao

Our brand new solo games combine with your quiz, on the same screen

Correct quiz answers unlock more play!

New Quizalize solo game modes
50 questions
Show answers
  • Q1
    What is an algorithm?
    A formal programming language
    A flowchart symbol
    A graphical representation of operations
    A step-by-step procedure
    20s
  • Q2
    Which of the following accurately describes pseudocode?
    An informal way of writing programming code in English
    A flowchart symbol
    A formal programming language
    A graphical representation of operations
    20s
  • Q3
    What is the purpose of a flowchart?
    To declare algorithms
    To write formal programming code
    To represent a sequence of operations graphically
    To initialize variables
    20s
  • Q4
    What does an oval or rounded rectangle represent in a flowchart?
    Initialization block
    Decision block
    Connector block
    Terminal block
    20s
  • Q5
    How are flowlines represented in a flowchart?
    By rectangles
    By directed lines
    By circles
    By diamonds
    20s
  • Q6
    What is the purpose of a decision block in a flowchart?
    To indicate the start and end of a module or program
    To represent a logical decision
    To initialize variables
    To connect sections of a flowchart
    20s
  • Q7
    What does a hexagon represent in a flowchart?
    Decision block
    Connector block
    Terminal block
    Initialization block
    20s
  • Q8
    Which symbol in a flowchart indicates general input and output operations?
    Oval
    Rectangle
    Parallelogram
    Diamond
    20s
  • Q9
    What does a connector block represent in a flowchart?
    Input/output operation
    Decision-making process
    Connection point between flowchart sections
    Initialization of variables
    20s
  • Q10
    What is a common property/guideline of a flowchart?
    Containment of programming language
    Neatness and clarity for the user
    Intersection of flowlines
    Multiple start and ending points
    20s
  • Q11
    Which flowchart symbol has exactly two exits?
    Decision block
    Terminal block
    Process block
    Input/output block
    20s
  • Q12
    What does a parallelogram represent in a flowchart?
    Decision block
    Initialization block
    Terminal block
    Input/Output block
    20s
  • Q13
    What should flowcharts avoid to enhance readability?
    Blocks containing programming language
    Inclusion of programming language
    Intersection of flowlines
    Not clear organization
    20s
  • Q14
    What is a function in C++?
    A loop structure
    A data type
    A code declaration
    A group of statements performing a task
    30s
  • Q15
    Which function is mandatory in every C++ program?
    main()
    execute()
    start()
    begin()
    30s

Teachers give this quiz to your class