Coding Basics
Colors
Font
Music
Fun Fact Review
100

What is the line of code to make "hello" to appear on your screen? 

text(`hello');

100

What does a HEX do? What color does HEX determine in the code?

HEX controls the color of the text. 

100
What line of code allows for the user to see the font?


textFont('')

100

True of False you paste the code for your music in index.html

False

100

What is the percentage of Black people in STEM?

9% of Black people are in STEM overall

200

What is the line of code for adjusting the text size?

textSize (50);

200

What does RGB do? What color does RGB determine in the code? 

RGB determines the background color.

200

True or False before you paste your code you delete a line of code?

True

200

True or False myVideo.position(); is placed in the middle of your music track code?

False 

It is placed at the end 

200

What does STEM stand for?

Science, Technology, Engineering, & Mathematics

300

what line of code determines the size of your background? 

createCanvas(500, 500);

300

True or False RGB uses the # before the numbers 

False 

300

True or False when you copy your code the @import button is already selected. 

False

<link> button is already selected 

300

Line of code used before you paste your music track code in parenthesis? 

myVideo = createDiv ('');

300

True or False 9% of Black people are on the Technology field?

False 

7% of Black people are in the Technology field

400

What are the three lines of code that come before embedding music into your code 

let myVideo;

let videoWidth = 500;

let videoHeight = 400;

400

What does RGB stand for?

Red,Green, Blue

400

Where do you paste your font code?

index.html

400

what are the first three lines of code that help to set up the code for music? 

let myVideo;

let videoWidth = ;

let videoHeight = ;

400

True or False 5.9% of Black people are in software development & 4% are website designers

False 

4% of Black people are in software development & 5.9% are website designers

500

What is the line of code used to place your song code and paste your song link?  

myVideo = createDiv ();

500

True or False RGB is the most used color method in coding.

True

500

How do you get access to font code? 

(hint: 5 steps)

step 1: go to google fonts 

step 2: select font

step 3: click get font

step 4: click get embed code 

step 5: Copy code!

500

What are the steps to embed a music track into code? (hint: 6 steps)

step 1: go to Spotify 

step 2: select a song 

step 3: click on the three dots 

step 4: click the share button 

step 5: click embed track 

step 6: copy code!

500

What is the precise percentage of Black people that make up google's work force? 

2.5% of Black people make up google's work force