IH RECODE Gr-7

IH RECODE Gr-7

7th Grade

7 Qs

quiz-placeholder

Similar activities

Python Mathematics Operators

Python Mathematics Operators

7th - 10th Grade

14 Qs

Programming concepts: Revision

Programming concepts: Revision

4th - 9th Grade

15 Qs

Python Data types & Exceptions

Python Data types & Exceptions

1st - 10th Grade

14 Qs

Python II Lesson 2

Python II Lesson 2

5th - 9th Grade

12 Qs

python coding grade 7

python coding grade 7

7th Grade

7 Qs

Python Review

Python Review

7th - 8th Grade

17 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Python

Python

7th - 8th Grade

12 Qs

IH RECODE Gr-7

IH RECODE Gr-7

Assessment

Passage

Computers

7th Grade

Easy

Created by

Akanksha Sharma

Used 1+ times

FREE Resource

7 questions

Show all answers

1.

OPEN ENDED QUESTION

5 mins • 10 pts

Observe the given code and identify the logical error it it. Re-write the code with correction.

Evaluate responses using AI:

OFF

2.

OPEN ENDED QUESTION

5 mins • 10 pts

Write a python program that converts a temperature from Celsius to Fahrenheit using the given formula. Reverse the formula to calculate the vice-versa.

Evaluate responses using AI:

OFF

3.

OPEN ENDED QUESTION

5 mins • 5 pts

Observe the give python program and identify the logical error. Re-write it after correction.

Evaluate responses using AI:

OFF

4.

OPEN ENDED QUESTION

5 mins • 5 pts

Observe the given incomplete code. Complete it with the help of the options and re-write.

Evaluate responses using AI:

OFF

5.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Observe the given code and predict the output -

112.5

250

100

50.5

6.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

If a=12, b=6, c=45 then what will the output of the statement :

print(a>b and b<c)

TRUE

FALSE

YES

NO

7.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

If a=12, b=6, c=45 then what will the output of the statement :

print(a>b or b<c)

TRUE

FALSE

YES

0