Intro to CS Study Guide 2023 Flashcards
What does HTML stand for?
Hypertext Markup Language π©
How do you add a paragraph into an HTML code?
By putting <p> and ending it with </p> π©
What does CSS stand for?
Cascading Style Sheets π©
In this line of code, what is the meaning of the two numbers?
rect(100,100)
x,y π©
True or false:
A sprite is a character on the screen with properties that describes its location, movement, and look.
Trueπ©
What is Machine Learning?
Machine learning is how computers recognize patterns & make decisions w/o being explicitly programmed. π₯
What is Input?
The information computers get from users, devices, or other computers. π©
What is Output?
The information computers give to users, devices, or other computers. π©
What is Processing?
The thinking work computers do to turn input to output. π¨
What does Bias mean?
When a decision favors some things and de-prioritizes or excludes others. π¨
What is a Model Card?
Model cards can help evaluate and analyze machine learning models. π¨
What is Categorical Data?
Data that can be put into categories. π©
What is Numerical Data?
Data that can be counted or measured. π©
In App Lab, how do you change the whole theme of the app?
To change the theme, you have to go on the βdesignβ tab, click on βtheme,β and then change it from default to your preferrable theme. π¨
In App Lab, how do you change ONE design aspect of the app?
You can change the font in App Lab by clicking βtext inputβ or βtext areaβ then writing whatever you want, then changing the font family.π¨