Search Header Logo
Python

Python

Assessment

Presentation

Computers

6th Grade

Medium

Created by

Amanda Tudor

Used 711+ times

FREE Resource

14 Slides • 3 Questions

1

Python

What should we know...

Slide image

2

Variable

Variable - Part of a program that can be assigned a specific value.


Made up of two parts, an identifier and a value.


This value can change while the program is running.

3

Constant

Constant - Part of a program that can be assigned a specific value.


Made up of two parts, an identifier and a value.


This value can NOT change while the program is running.

4

Multiple Choice

Question image

What in the name of the variable in this Python code?

1

name

2

input

3

print

4

("What is your name")

5

Comment

We can add notes to our code. It is important that we know how to do this.


To write a comment in your code, start the line with a # symbol. The whole line will then turn a grey colour.

6

Multiple Select

Question image

Why is it important that was use comments in our code?

1

They help the program run smoothly

2

So that when we come back to the code we can understand what it is doing

3

To help other people understand what is going on in our code

4

To add more colours into our code

7

Input, Output & Storage

The following slides are answer to Task 2 & 3.


Copy them into your our workbook

Slide image

8

Slide image

9

Slide image

10

Data Types and Arithmetic

Watch the videos if you have earphones.

Slide image

11

12




Arithmetic Operator

vs

Assignment Operator




13

Arithmetic Operator

Symbols you can use to perfom different calculations.

14

Assignment Operator

The = symbol is the assignment operator, it will assign the answer to the calculation.

15

Rational Operator

An operator that is used to compare data such as > or <=.

16

Logical Operators

AND, OR and NOT are examples of logical operators.

17

Multiple Choice

Which of these is not an arithmetic operator?

1

+

2

-

3

*

4

=

Python

What should we know...

Slide image

Show answer

Auto Play

Slide 1 / 17

SLIDE