No student devices needed. Know more
14 questions
What is a flowchart?
A flowchart is a text-based way of designing an algorithm
A flowchart is a specific programming language
A flowchart is a diagram that represents a set of instructions
If we want to create a Python function that will roll dice for us, which of the below answers will run correctly?
def dice roll ():
def diceroll ()
def diceroll ():
def diceroll []:
Which symbol does a flowchart begin with?
oval
parallelogram
rectangle
diamond
Which of these errors are not found in the above code?
Missing Brackets
Missing Comma
Missing Colon
Incorrect spelling
What is this symbol used for in a flowchart?
A decision/question
A task to carry out
A subroutine/function
An iteration/loop
Explore all questions with a free account