Monday, February 11, 2019

Method

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

Method is an action performed by an object. Write an example of a method.

Image result for javascript logo


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

When you want a user to input their age what would you write in your code? Write an example.

Basic JavaScript and Graphics
What are the three ways that you can write the color value in CSS? Write your favorite color the three ways.

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


Friday, February 8, 2019

Object

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

What is an Objecta A character or thing that can perform actions.
Image result for javascript logo


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

When you want a user to input a name what would you write in your code? Write an example.

Basic JavaScript and Graphics
Spans are used to group together smaller chunks of HTML code in-line. Why do you think Spans don't create a new block?

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


Thursday, February 7, 2019

Basic Syntax

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

Basic Syntax - the rules for correct spelling, grammar, and punctuation in a programming language. What does the syntax need to be for code to execute properly? Why?

Image result for javascript logo


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

How do you assign a value to an existing variable? Write an example.

Basic JavaScript and Graphics
Divs are used to group several different HTML elements together. What does grouping elements allow you to do?

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


Wednesday, February 6, 2019

Declare

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

What is an Algorithm? Look up the word and write the definition in your own words. A step-by-step set of instructions for completing a task. When algorithms are written using code, computers can follow them.

Image result for javascript logo


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

How do you declare and initialize a variable? Write an example.


How do you combine classes in your HTML code? Write an example.

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


Tuesday, February 5, 2019

Actions

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

The hero in Code Combat has actions they perform. What is another word for actions?

Image result for javascript logo


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

How do you write the code to print a line? What do you need to include around the words or string?

Basic JavaScript and Graphics
How can you combine CSS selectors? Why would you combine CSS selectors?

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


Monday, February 4, 2019

Future

Related imagehttps://classflow.com/activfoundation/resource/downloadResourceFile?resourceId=a61cdf6fbb584d8c863515d24ab0745c&resourceFileType=CONVERTED Google Classroom
Question of the Day Form
Computer Coding Magazine


 How will computer coding help you in the future?

Image result for javascript logo

https://classflow.com/activfoundation/resource/downloadResourceFile?resourceId=ba7160ab334f47cea8dfcbfe4500cf68&resourceFileType=CONVERTED
Google Classroom  
Question of the Day Form
Computer Coding Magazine


How will computer coding help you in the future?
Karel Textbook 




How will computer coding help you in the future?

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


Friday, February 1, 2019

Solve the Problem

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


Please complete all your assignments for marking period 2 by Friday. What is the meaning of the statement? First, solve the problem, then, write the code. Why is this important?
Computer Coding Magazine



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


Please complete all your assignments for marking period 2 by Friday. What is the meaning of the statement?
What is the meaning of the statement? First, solve the problem, then, write the code. Why is this important?

Karel Textbook 
Computer Coding Magazine
Please complete all your assignments for marking period 2 by Friday. What is the meaning of the statement? First, solve the problem, then, write the code. Why is this important?
Computer Coding Magazine
<head>
        <link rel="stylesheet" type="text/css" href="style.css">
</head>
body{
       background-color:Chartreuse;
}