Wednesday, March 27, 2019

Moore's Law


https://classflow.com/activfoundation/resource/downloadResourceFile?resourceId=a61cdf6fbb584d8c863515d24ab0745c&resourceFileType=CONVERTED Google Classroom
Question of the Day Form
CodeHS

What is Moore's law and why is it important in computing?
Karel Textbook
https://classflow.com/activfoundation/resource/downloadResourceFile?resourceId=ba7160ab334f47cea8dfcbfe4500cf68&resourceFileType=CONVERTEDImage result for javascript logo

Google Classroom  
Question of the Day Form
CodeHS

What is an infinite loop? What is the problem an infinite loop causes?
Basic JavaScript and Graphics
How do you write the shorthand for the box model? What part does each value represent?

<head>
        <link rel="stylesheet" type="text/css" href="style.css">
</head>
body{
       background-color:Chartreuse;
}
 


Tuesday, March 26, 2019

Bare-Bones


https://classflow.com/activfoundation/resource/downloadResourceFile?resourceId=a61cdf6fbb584d8c863515d24ab0745c&resourceFileType=CONVERTED Google Classroom
Question of the Day Form
CodeHS

What is the bare-bones definition of a computer?
Karel Textbook
https://classflow.com/activfoundation/resource/downloadResourceFile?resourceId=ba7160ab334f47cea8dfcbfe4500cf68&resourceFileType=CONVERTEDImage result for javascript logo

Google Classroom  
Question of the Day Form
CodeHS

What is a while loop?
Basic JavaScript and Graphics
What is the Box Model? What are the 4 parts of the box model? Find an image and paste the link in your answer.

<head>
        <link rel="stylesheet" type="text/css" href="style.css">
</head>
body{
       background-color:Chartreuse;
}
 


Monday, March 25, 2019

GPS Karel


https://classflow.com/activfoundation/resource/downloadResourceFile?resourceId=a61cdf6fbb584d8c863515d24ab0745c&resourceFileType=CONVERTED Google Classroom
Question of the Day Form
CodeHS

Go to the Karel Textbook. What The four directions in Karel's world? Which way does each direction run?
Karel Textbook
https://classflow.com/activfoundation/resource/downloadResourceFile?resourceId=ba7160ab334f47cea8dfcbfe4500cf68&resourceFileType=CONVERTEDImage result for javascript logo

Google Classroom  
Question of the Day Form
CodeHS

What are the four different kind of JavaScript  loops?
For Loops
Basic JavaScript and Graphics
What do you see in the Inspector?

<head>
        <link rel="stylesheet" type="text/css" href="style.css">
</head>
body{
       background-color:Chartreuse;
}
 


Friday, March 22, 2019

Street and Avenues


https://classflow.com/activfoundation/resource/downloadResourceFile?resourceId=a61cdf6fbb584d8c863515d24ab0745c&resourceFileType=CONVERTED Google Classroom
Question of the Day Form
CodeHS

Go to the Karel Textbook. In Karel's World which directions do Streets run? In Karel's World which directions do Avenue run?
Karel Textbook
https://classflow.com/activfoundation/resource/downloadResourceFile?resourceId=ba7160ab334f47cea8dfcbfe4500cf68&resourceFileType=CONVERTEDImage result for javascript logo

Google Classroom  
Question of the Day Form
CodeHS

How many statements does the for loop have? What does statement 3 do?
For Loops
Basic JavaScript and Graphics
What is the Inspector used for? How do you access the Inspector?

<head>
        <link rel="stylesheet" type="text/css" href="style.css">
</head>
body{
       background-color:Chartreuse;
}
 


Thursday, March 21, 2019

Karel's World


https://classflow.com/activfoundation/resource/downloadResourceFile?resourceId=a61cdf6fbb584d8c863515d24ab0745c&resourceFileType=CONVERTED Google Classroom
Question of the Day Form
CodeHS

Go to the Karel Textbook. Describe Karel's world?
Karel Textbook
https://classflow.com/activfoundation/resource/downloadResourceFile?resourceId=ba7160ab334f47cea8dfcbfe4500cf68&resourceFileType=CONVERTEDImage result for javascript logo

Google Classroom  
Question of the Day Form
CodeHS

How many statements does the for loop have? What does statement 2 do?
For Loops
Basic JavaScript and Graphics
 Where you can find documentation for HTML and CSS In CodeHS?

<head>
        <link rel="stylesheet" type="text/css" href="style.css">
</head>
body{
       background-color:Chartreuse;
}
 


Wednesday, March 20, 2019

What is Karel?


https://classflow.com/activfoundation/resource/downloadResourceFile?resourceId=a61cdf6fbb584d8c863515d24ab0745c&resourceFileType=CONVERTED Google Classroom
Question of the Day Form
CodeHS

Go to the Karel Textbook. What is Karel?
Karel Textbook
https://classflow.com/activfoundation/resource/downloadResourceFile?resourceId=ba7160ab334f47cea8dfcbfe4500cf68&resourceFileType=CONVERTEDImage result for javascript logo

Google Classroom  
Question of the Day Form
CodeHS

How many statements does the for loop have? What does statement 1 do?
For Loops
Basic JavaScript and Graphics
What is importance of using documentation? Where you can find documentation for HTML and CSS?

<head>
        <link rel="stylesheet" type="text/css" href="style.css">
</head>
body{
       background-color:Chartreuse;
}