Computah Stuff
About the Mentors
HTML
CSS
Tech Ethics
100

What is known as the "brains" of a computer?

CPU (Central Processing Unit)

100

Name a mentor who is a former CiC mentee

Aiden, Emily, Zahra, Violet (only need to say one)

100

What does "www" stand for?

World wide web

100

What does CSS stand for?

Cascading Style Sheets

100

What is a narrative?

A spoken or written account of events or experiences that convey a particular message

200

What is the two digit numeric system, that only uses 0 and 1, that computers operate using?

Binary

200

Name a mentor going into their third year

Mia, Emily, Kairo, Dana (only need to say one)

200

What does HTML stand for?

Hyper Text Markup Language

200

How can we add comments in CSS?

/* content */

200

What is our core belief?

No technological system is independent of the social context it is designed, developed, and deployed in.

300

Origins of the term "debugging"

A moth 
300

Name two mentors who follow F1

Mia, Ekam, Thomas

300

What does <a> tag stand for and what does it do>

Anchor tag, and creates a hyperlink

300

What is the DOM?

Represents the structure of an HTML document

300

What was the case study for our ethical matrix?

Cashless store

400

In computer science, what does “GUI” stand for?

Graphical User Interface



400

What mentor who has two pet chickens?

Emily

400

What’s the difference between a tag and an element?

Tag: <div> or </div>, just the code.

Element: <div>Hi there!</div>, the tag plus content.

400

What is the difference between margin and padding?

Margin is used to create space around elements and padding is used to create space around elements inside the border

400
What do the last two tech ethics focus on?
Ethical use of Artificial Intelligence 
500

What type of memory temporarily holds data your computer is working on, but loses it when the power is off?

RAM (Random Access Memory)



500

Where do all* the mentors go during lunch?

The undergrad commons

500

Why is the alt attribute important in <img>?

Accessibility: Screen readers read it to visually impaired users.

SEO: Search engines use it to index images.

Backup: It shows up if the image doesn’t load.

500

How to center a div? 

Flexbox with margin: auto

Flexbox justify-content and align-items

CSS Grid

Horizontal Centering Only

500

Why is Tech Ethics important?

Critically examining the ethics that influence the development and use of technology

Considering the harms and benefits technology has on all communities

Recognizing the social responsibility behind creating technology

M
e
n
u