Python Functions and Flowcharts

Python Functions and Flowcharts

1st - 3rd Grade

14 Qs

quiz-placeholder

Similar activities

Grade 4 - Unit 3 Revision

Grade 4 - Unit 3 Revision

3rd - 4th Grade

15 Qs

Algorithms and Flowcharts

Algorithms and Flowcharts

3rd - 5th Grade

10 Qs

PEMROGRAMAN DASAR

PEMROGRAMAN DASAR

1st Grade

10 Qs

Algoritma pemrograman

Algoritma pemrograman

1st - 3rd Grade

10 Qs

Flowol

Flowol

KG - University

10 Qs

Latihan Bab Konsep bahasa pemograman

Latihan Bab Konsep bahasa pemograman

1st - 5th Grade

10 Qs

2.1 Python subroutines, for loops

2.1 Python subroutines, for loops

KG - 12th Grade

15 Qs

Flowchart

Flowchart

1st - 9th Grade

10 Qs

Python Functions and Flowcharts

Python Functions and Flowcharts

Assessment

Quiz

Computers

1st - 3rd Grade

Medium

Created by

Allan Tolak

Used 194+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
How many times will Boo print?
none
4
5
1

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Which of the following best describes the order in which these lines are processed in Python?
1,2,3,4
1,2,1,2,1,4
1,2,1,2,1,2,4
1,2,1,2,1,2,1,2,4

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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 []:

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
What will print?
1
2
11
1
2
21
1
2
3
11
1
2
3
21

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
What does this shape represent?
Input/Output
Decision
Process
Start/Stop

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Which of the following best describes the order in which these lines are processed in Python?
4, 1, 2
4, 2, 1
1, 2, 3, 4
3, 1, 2

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?