grade 7 week 4

grade 7 week 4

7th Grade

5 Qs

quiz-placeholder

Similar activities

Decision Matrix Exit Ticket

Decision Matrix Exit Ticket

6th - 8th Grade

10 Qs

Mini Me

Mini Me

7th Grade

10 Qs

Keyboard Shortcuts in Tinkercard

Keyboard Shortcuts in Tinkercard

6th - 8th Grade

10 Qs

hyperS game

hyperS game

KG - Professional Development

10 Qs

Scrum pour les devs

Scrum pour les devs

1st - 10th Grade

10 Qs

Robotics Vocabulary

Robotics Vocabulary

1st - 7th Grade

10 Qs

Year 8 2D Design Tools

Year 8 2D Design Tools

6th - 8th Grade

10 Qs

PSV ting 1-Unsur Seni

PSV ting 1-Unsur Seni

1st - 12th Grade

10 Qs

grade 7 week 4

grade 7 week 4

Assessment

Quiz

Design

7th Grade

Practice Problem

Medium

Created by

Raghda hamwan

Used 14+ times

FREE Resource

AI

Enhance your content in a minute

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

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

What will be the output of the following Python code?

x = 5

y = 3

print(x + y)

A) 8

B) 53

C) 2

D) Error in the program

2.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

What will be the output of the following Python code؟

x = 10

y = 2

print(x * y)

A) 12

B) 20

C) 102

D) Error

3.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

What will the following Python code print؟

number = 7

if number > 5:

print("Big")

A) Big

B) 7

C) Nothing

D) Error

4.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

What will the following Python code print؟

age = 10

if age > 18:

print("Adult")

A) Adult

B) 10

C) Nothing

D) Error

5.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

What will the following code print?

A) 30

B) Not 25

C) Nothing

D) Error