What is the line of code to make "hello" to appear on your screen?
text(`hello');
What does a HEX do? What color does HEX determine in the code?
HEX controls the color of the text.
textFont('')
True of False you paste the code for your music in index.html
False
What is the percentage of Black people in STEM?
9% of Black people are in STEM overall
What is the line of code for adjusting the text size?
textSize (50);
What does RGB do? What color does RGB determine in the code?
RGB determines the background color.
True or False before you paste your code you delete a line of code?
True
True or False myVideo.position(); is placed in the middle of your music track code?
False
It is placed at the end
What does STEM stand for?
Science, Technology, Engineering, & Mathematics
what line of code determines the size of your background?
createCanvas(500, 500);
True or False RGB uses the # before the numbers
False
True or False when you copy your code the @import button is already selected.
False
<link> button is already selected
Line of code used before you paste your music track code in parenthesis?
myVideo = createDiv ('');
True or False 9% of Black people are on the Technology field?
False
7% of Black people are in the Technology field
What are the three lines of code that come before embedding music into your code
let myVideo;
let videoWidth = 500;
let videoHeight = 400;
What does RGB stand for?
Red,Green, Blue
Where do you paste your font code?
index.html
what are the first three lines of code that help to set up the code for music?
let myVideo;
let videoWidth = ;
let videoHeight = ;
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
What is the line of code used to place your song code and paste your song link?
myVideo = createDiv ();
True or False RGB is the most used color method in coding.
True
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!
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!
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