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;
}
 


No comments: