Search Header Logo
Grade 7 BMI python project

Grade 7 BMI python project

Assessment

Presentation

Computers

9th - 12th Grade

Medium

Created by

Veronica Yeboah

Used 3+ times

FREE Resource

10 Slides • 12 Questions

1

media

2

media

3

Multiple Choice

Which of the following is NOT one of the goals for today's Python programming session?

1

Write a Python program to calculate BMI

2

Use variables, input(), and print()

3

Learn how to test code and fix bugs

4

Design a website layout

4

Open Ended

Why do you think learning to code a BMI calculator in Python could be useful in real life?

5

media

6

Multiple Choice

Which function is used to display information on the screen in Python?

1

input()

2

print()

3

float()

4

debug()

7

media

8

Open Ended

Explain how the BMI formula connects to solving real-world problems using programming.

9

media
media

10

Fill in the Blank

The symbol ** in Python means ___

11

media

12

Multiple Select

Which of the following are necessary steps to calculate BMI in a Python program?

1

Ask the user for their weight and height

2

Convert inputs to numbers using float()

3

Multiply weight by height

4

Divide weight by height squared

13

media

14

media

15

Fill in the Blank

To join text and numbers in a print statement in Python, you should use a ___ instead of a plus sign.

16

Open Ended

What are the three errors in the buggy BMI code shown, and how would you fix them?

17

media

18

Open Ended

Describe one way you could extend your BMI calculator program to make it more useful for users.

19

Multiple Choice

Which of the following is NOT one of the math operations mentioned that you can use in Python?

1

+

2

/

3

*

4

**

20

media

21

Multiple Choice

Which of the following is NOT a goal for today's Python lesson?

1

Write a Python program to calculate BMI

2

Use variables, input(), and print()

3

Learn how to test code and fix bugs

4

Design a website layout

22

Open Ended

What are some key skills you learned today while creating a BMI calculator in Python?

media

Show answer

Auto Play

Slide 1 / 22

SLIDE