Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Design Thinking

Total questions: 10

Worksheet time: 3mins

Name
Class
Date
1.

What is the output of the following code snippet?

int x = 10;

int y = x++ + ++x - --x;

printf("%d", y);

a)

9

b)

10

c)

11

d)

12

2.

What will be the value of num after the execution of the following loop?

int num = 5;

for (int i = 0; i < 3; i++) {

    num *= 2;

}

a)

5

b)

10

c)

15

d)

40

3.

Rebus: 📊 📈 💹 📉 📊 📈 💹 📉

What does this rebus represent in data science?

a)

Data visualization

b)

Data analysis

c)

Data cleaning

d)

Data modeling

4.

Identify the figure that completes the pattern.

a)

1

b)

2

c)

3

d)

4

5.

If the following data points are plotted on a graph, which type of relationship is displayed?

X: 1, 2, 3, 4, 5

Y: 10, 20, 30, 40, 50

a)

Linear

b)

Exponential

c)

Quadratic

d)

Logarithmic

6.

What is the primary goal of Design Thinking?

a)

Maximizing profits

b)

Solving complex problems

c)

Minimizing design costs

d)

Increasing market share

7.

What is the purpose of a prototype in the Design Thinking process?

a)

To finalize the design

b)

To test and gather feedback on a concept

c)

To create a production-ready product

d)

To present the idea to stakeholders

8.

What is the "design challenge" in Design Thinking?

a)

The final product design

b)

The problem or opportunity you're addressing

c)

The brainstorming session

d)

The marketing strategy

9.

Which famous company is often cited as a success story of applying Design Thinking to its products and services?

a)

Microsoft

b)

Apple

c)

Amazon

d)

Google

10.

Which of the following is NOT a common principle of Design Thinking?

a)

Collaboration

b)

Linear problem-solving

c)

Empathy

d)

Iteration