grade 7 week 4

grade 7 week 4

7th Grade

5 Qs

quiz-placeholder

Similar activities

Website Components

Website Components

3rd - 9th Grade

10 Qs

Theory Quiz 6: Sustainability

Theory Quiz 6: Sustainability

7th Grade

10 Qs

LAKARAN RBT TINGKATAN 1

LAKARAN RBT TINGKATAN 1

7th Grade

10 Qs

Graphic Design

Graphic Design

1st Grade - Professional Development

10 Qs

Design Process

Design Process

1st Grade - Professional Development

10 Qs

Maths and Design and Technology Quiz

Maths and Design and Technology Quiz

7th - 11th Grade

10 Qs

App Inventor

App Inventor

7th Grade

10 Qs

REKA BENTUK DAN TEKNOLOGI TINGKATAN 1 (1.2 -Kepentingan RBT)

REKA BENTUK DAN TEKNOLOGI TINGKATAN 1 (1.2 -Kepentingan RBT)

7th - 9th Grade

10 Qs

grade 7 week 4

grade 7 week 4

Assessment

Quiz

Design

7th Grade

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