wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Quiz on SDGs, Entrepreneurship, and Python

Total questions: 50

Worksheet time: 25mins

Name
Class
Date
1.

In which year were the UN Sustainable Development Goals (SDGs) adopted?

a)

2005

b)

2010

c)

2015

d)

2020

2.

How many SDGs are there?

a)

15

b)

16

c)

17

d)

18

3.

By which year do the SDGs aim to be achieved?

a)

2025

b)

2030

c)

2035

d)

2040

4.

SDG 2 stands for:

a)

No Poverty

b)

Zero Hunger

c)

Good Health and Well-being

d)

Clean Water and Sanitation

5.

Which SDG focuses on climate action?

a)

SDG 7

b)

SDG 10

c)

SDG 13

d)

SDG 15

6.

AI-based mobile apps that detect malnutrition - supports which SDG?

a)

SDG 1

b)

SDG 2

c)

SDG 3

d)

SDG 4

7.

Which SDG is related to education?

a)

SDG 3

b)

SDG 4

c)

SDG 5

d)

SDG 6

8.

A chatbot for mental health awareness supports:

a)

SDG 2

b)

SDG 3

c)

SDG 4

d)

SDG 8

9.

Which of these is NOT a challenge in achieving SDGs?

a)

Lack of awareness

b)

Political instability

c)

Environmental disasters

d)

Abundant resources

10.

SDG 5 aims at:

a)

Gender Equality

b)

Industry & Innovation

c)

Responsible Consumption

d)

Sustainable Cities

11.

AI can help reduce carbon emissions by:

a)

Deforestation

b)

Predicting weather and optimizing renewable energy

c)

Increasing energy wastage

d)

None of these

12.

Which organization adopted SDGs?

a)

WHO

b)

UNESCO

c)

UN

d)

UNICEF

13.

SDG 6 is related to:

a)

Quality Education

b)

Clean Water and Sanitation

c)

Gender Equality

d)

Climate Action

14.

SDG 7 is about:

a)

Clean Energy

b)

Life Below Water

c)

Peace and Justice

d)

Responsible Consumption

15.

Which SDG ensures "Peace, Justice and Strong Institutions"?

a)

SDG 15

b)

SDG 16

c)

SDG 17

d)

SDG 11

16.

SDG 14 focuses on:

a)

Life on Land

b)

Life Below Water

c)

Industry and Innovation

d)

Sustainable Cities

17.

Which SDG promotes partnerships among countries?

a)

SDG 12

b)

SDG 15

c)

SDG 17

d)

SDG 10

18.

An entrepreneur is a person who:

a)

Only works for salary

b)

Runs a business and takes risks

c)

Avoids risks completely

d)

Is born with special powers

19.

Entrepreneurship is mainly about:

a)

Government jobs

b)

Self-employment

c)

Teaching

d)

Import/Export only

20.

Which of the following is NOT an activity of entrepreneurs?

a)

Fulfil customer needs

b)

Create jobs

c)

Spread wealth

d)

Ignore society

21.

Using local resources for production helps to:

a)

Increase costs

b)

Lower costs

c)

Stop business growth

d)

Waste resources

22.

Which quality is important for a successful entrepreneur?

a)

Giving up easily

b)

Laziness

c)

Creativity

d)

Over-dependence on others

23.

Entrepreneurs contribute positively to society by:

a)

Polluting the environment

b)

Saving the environment

c)

Ignoring customers

d)

Avoiding innovation

24.

One of the myths of entrepreneurship is:

a)

Entrepreneurs are born, not made

b)

Entrepreneurs create jobs

c)

Entrepreneurs help society

d)

Entrepreneurs innovate

25.

Increased competition among entrepreneurs leads to:

a)

Higher prices

b)

Lower prices

c)

Less innovation

d)

Reduced quality of life

26.

Which is true about entrepreneurship?

a)

Only big businesses are entrepreneurs

b)

One needs a lot of money to start

c)

Entrepreneurs must know everything

d)

Entrepreneurs can start small and grow

27.

Which of these is NOT a quality of a successful entrepreneur?

a)

Confidence

b)

Patience

c)

Responsibility

d)

Carelessness

28.

Which of these is a benefit of entrepreneurship?

a)

Creates jobs

b)

Spreads wealth

c)

Improves living standards

d)

All of these

29.

Entrepreneurs take decisions after:

a)

Thinking carefully

b)

Guessing randomly

c)

Following others blindly

d)

Ignoring facts

30.

Which of these is a false belief?

a)

Entrepreneurs must take extreme risks

b)

Entrepreneurs can start with small capital

c)

Entrepreneurs can help society

d)

Entrepreneurs can learn skills

31.

Successful entrepreneurs are usually:

a)

Hardworking

b)

Patient

c)

Confident

d)

All of these

32.

Which of these is an example of social entrepreneurship?

a)

Building schools in rural areas

b)

Ignoring community needs

c)

Raising product prices unfairly

d)

Copying others' businesses

33.

Which of the following is the correct way to display output in Python?

a)

echo("Hello")

b)

print("Hello")

c)

output("Hello")

d)

display("Hello")

34.

Python was designed to be:

a)

Complex and lengthy

b)

Simple and easy to learn

c)

Hardware-dependent

d)

Useless for beginners

35.

Which symbol is used for concatenation in Python?

a)

*

b)

+

c)

-

d)

&

36.

What will be the output of: print("AI" + "Class")

a)

AI Class

b)

AIClass

c)

Error

d)

AI+Class

37.

What is the output of: print("3" + "5")

a)

8

b)

35

c)

Error

d)

53

38.

Which operator is used for addition of numbers in Python?

a)

*

b)

+

c)

-

d)

/

39.

What will be the output of: print(3 + 5)

a)

35

b)

8

c)

Error

d)

53

40.

Which of these is a valid string in Python?

a)

"AI"

b)

'AI'

c)

"""AI"""

d)

All of these

41.

What is the output of: print("AI" * 3)

a)

AI 3

b)

AI AI AI

c)

AIAIAI

d)

Error

42.

What is an IDE?

a)

Integrated Development Environment

b)

Intelligent Debugging Editor

c)

Internal Data Execution

d)

None

43.

Which of these is NOT a Python IDE?

a)

IDLE

b)

PyCharm

c)

Thonny

d)

MS Word

44.

Which mode of Python IDE executes code line by line?

a)

Script Mode

b)

Interactive Mode

c)

Debug Mode

d)

Compile Mode

45.

Which mode is used for saving programs as .py files?

a)

Script Mode

b)

Interactive Mode

c)

Debug Mode

d)

Output Mode

46.

Which function is used to take user input in Python?

a)

read()

b)

input()

c)

get()

d)

scan()

47.

If user enters "5" and "6" as input (both strings), what will be the output of: print(a + b) where a="5", b="6"

a)

11

b)

56

c)

Error

d)

None

48.

What in the Meaning of "Type" - when it shows "TypeError" in Python ?

a)

Typing Error

b)

Error in Type of Font

c)

Error in Type of Data

d)

None of these

49.

Which function is used to check the data type of a variable?

a)

data()

b)

type()

c)

var()

d)

check()

50.

Which of these is used to go to next line (New Line Character) Python?

a)

#

b)

\n

c)

+

d)

//