Wednesday, February 27, 2019

Complete Sentences

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

Please restate the question and write the answers to your questions in complete sentences. Why do you think I am asking you to to write in complete sentences and restate the questions?
Image result for javascript logo


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

Please restate the question and write the answers to your questions in complete sentences. Why do you think I am asking you to to write in complete sentences and restate the questions?

Basic JavaScript and Graphics
Please restate the question and write the answers to your questions in complete sentences. Why do you think I am asking you to to write in complete sentences and restate the questions?

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


Tuesday, February 26, 2019

For Loop

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

Loop - a programming structure used to repeat actions without the player needing to write the same lines of code over and over.  What is a for loop?
Image result for javascript logo


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

What are the Boolean Operators?
Basic JavaScript and Graphics
What does the span tag do? Can you explain the span tag to me in a little more information?

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


Monday, February 25, 2019

Loops

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

Loop - a programming structure used to repeat actions without the player needing to write the same lines of code over and over. What has to be done to the code so it will loop?
Image result for javascript logo


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

Booleans are “truth values” — they are data type that can contain either the value true or false. Boolean statements are statements that evaluate to be true or false. Write a Boolean statement.
Basic JavaScript and Graphics

The <div> tag defines a division or a section in an HTML document.
The <div> element is often used as a container for other HTML elements to style them with CSS.
Write the CSS to give a <div> a background color.

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


Thursday, February 21, 2019

Boolean

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

Have the hero attack you. Write the command to correctly attack yourself. Remember to use correct punctuation.
Image result for javascript logo


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

What is a a Boolean value? Write an example of a Boolean value.
Basic JavaScript and Graphics
What are pseudo-classes and pseudo-elements?

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


Wednesday, February 20, 2019

Comments

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

What are comment used for? Write your answer as a python comment.
Image result for javascript logo


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

What are comment used for? Write your answer as a JavaScript comment.

Basic JavaScript and Graphics
How would you explain to someone who is just starting to learn web design why DRY is so important?

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


Tuesday, February 19, 2019

String

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

String - a type of data that represents text. In both Python and JavaScript, strings are represented by text inside quotes. In Course 1, strings are used to identify objects for the hero to attack.
Write your name as a string in Python?
Image result for javascript logo


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

String - a type of data that represents text. In both Python and JavaScript, strings are represented by text inside quotes.
Write your name as a string in Python?
Basic JavaScript and Graphics
What is the Don't Repeat Yourself Principle and how do you apply it to CSS?

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


Thursday, February 14, 2019

Love Letter

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


Image result for javascript logo


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


By KATHERINE SCHULTEN Download the Audio
Write a three paragraph letter supporting your opinion. Please check grammar, spelling and punctuation.  Post it on your Blog.

Try your hand at writing a similar “love letter” to the piece of technology that means the most to you, whether it’s an iPod you own or a computer, television, camera, or cellphone you covet. Like David Pogue does, address the device directly and describe the details that make it “something special” to you. (You needn’t write about the tech specifics of the device unless you want to; instead, you might concentrate on how this device improves, or could improve, your life.)  

Wednesday, February 13, 2019

Arguments

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

Argument - extra information passed into a method to modify what the method does. In both Python and JavaScript, arguments are represented by code that is inside the parentheses after a method. Write an example of an argument.
Image result for javascript logo


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

When you want a user to input a dollar and cents value what would you write in your code? Write an example.

Basic JavaScript and Graphics
What is the child selector and how do you use it?

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