Programming Intro Python

Programming Intro Python

9th Grade

10 Qs

quiz-placeholder

Similar activities

Cos’è la ROM?

Cos’è la ROM?

6th - 12th Grade

10 Qs

7.02 going online

7.02 going online

4th - 9th Grade

10 Qs

hardware and software(g3)

hardware and software(g3)

2nd - 10th Grade

10 Qs

Adivina quien?

Adivina quien?

1st - 10th Grade

15 Qs

Input, output and storage de

Input, output and storage de

8th Grade - Professional Development

14 Qs

Robotica 2018

Robotica 2018

5th - 9th Grade

11 Qs

Tin 8/1

Tin 8/1

KG - University

10 Qs

Test 1

Test 1

1st - 12th Grade

10 Qs

Programming Intro Python

Programming Intro Python

Assessment

Quiz

Computers

9th Grade

Practice Problem

Hard

Used 74+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an algorithm

a graphical representation of a computer program in relation to its sequence of functions.

A step by step set of instructions to solve a specific problem

a notation resembling a simplified programming language, used in program design.

a high-level general-purpose programming language.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol would represent a decision/selection with in a flowchart

Oval

Square

Rectangle

Diamond

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would we call number 1, number 2 and sum in Python


number1=input("Input first number: ")

# variable to store 1st number


number2=input("Input second number: ")

# variable to store 2nd number


sum=number1 + number2

Process

Selection

Pesudocode

Variable

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data type would True and False be

Integer

String

Boolean

Float/Real

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data type would 1.43 be in python?

Float/Real

Integer

Boolean

String

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable in Python

A reserved memory location in computer used to store data.

A statement that allows a program to follow a different path

A choice in an if statement

A smaller program with in a bigger programme

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

age= (input(“Input age: “))


What is missing in the variable assignment above

Missing a bracket/parenthesis

Haven't assigned it a data type

There is no Colon :

You need a double == sign

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?