ICT112 Workshop

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Module 1

1 Introduction & Community Consciousness


Why is diversity and inclusivity important to Computer Science?
First of all, diversity is important to Computer Science because it may lead to innovation. By
comparing diverse teams to other tech industry teams, we found out that diverse teams have more
possibilities in considering wide ranges of perspectives and developing unique solutions to problems.
Second, inclusivity, or inclusion, is important to Computer Science because it creates accessible and
welcoming learning environments for students, regardless of their identity, background, and
perspectives. What’s more, inclusivity will increase creativity, income, connection, and ultimately
better projects that fit people globally.
Overall, diversity and inclusivity is important to Computer Science because diversity may lead to
innovation and its corresponding team have more potential in considering wide ranges of
perspectives and developing unique solutions to problems, while inclusivity creates accessible and
welcoming learning environments for students’ identity, background and perspectives without and
barriers and judgements, and it will also increase creativity, income, connection, and ultimately
better projects that fit all kinds of people.

2 Pseudo Code
DEFINE Check Colour
DEFINE Move M&Ms to bin
DEFINE Move M&Ms to box
Var number = 40

Repeat x number {
Check Colour
If Colour = blue {
Move M&Ms to bin
}
else {
Move M&Ms to box
}
}

Repeat x number {
Check Colour
If Colour = white {
Move M&Ms to Pile 1
}
If Colour = yellow {
Move M&Ms to Pile 2
}
Else {
Move M&Ms to Pile 3
}
}

You might also like