Designing Solutions Through Programming block 1 Lesson Notes - September 19: Difference between revisions

From Computer Science Wiki
No edit summary
No edit summary
Line 1: Line 1:
__NOTOC__
<table cellspacing="10" style="width:100%;">
<tr>
<td style="margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0 1em 1em 1em; background-color:lightyellow; align:right;vertical-align:top;" colspan="2">
==[[File:target.png]] Our Big Idea ==
<br />
<h3>The function of every web application system is to accept data, process data and output information. Effective design of interdependent components results in useful function.</h3>
<br />
</td>
</tr>
<tr>
<td style="width:50%; margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0 1em 1em 1em; background-color:#E6F9E6; align:right;vertical-align:top;">
==[[File:class_plan.png]] What are we going to learn today?==
Hello Class!
By the end of class you will be able to say:
== Review ==
* I can explain every form input has a '''type''' there are different kinds of types.  
* I can explain every form input has a '''type''' there are different kinds of types.  
** Because this is such a core idea, you will spend all class practicing input types, using this website: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input
* I can construct 4 different types of input types
* I can construct 4 different types of input types
== New Learning ==
* I can describe the two important attributes of a variables
* I can describe how data is passed to a form
</td>
<td style="margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0 1em 1em 1em; background-color:#E6F9E6; align:right;vertical-align:top;">
==[[file:homework.png]] What is our homework? ==
* None. Please enjoy your weekend
</td>
</tr>
<tr>
<td style="margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0 1em 1em 1em; background-color:lightyellow; align:right;vertical-align:top;" colspan="2">
==[[File:target.png]] How am I being assessed today? ==
I will assess you formatively today, and make a professional judgement to what extent you understand our learning material. I will use observation, your written work, answers to questions, and contribution to class discussions as data to make my decisions. I normally record my observations in a "evidence of learning" spreadsheet, which I will happily share with you privately if you so wish. I usually need a day or two notice.
</td>
</tr>
<tr>
<td style="margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0 1em 1em 1em; background-color:#FFF5FF; align:right;vertical-align:top;" colspan="2">
== [[Image:computer1.png]] As a computer scientist, you have: ==
* Confidence in dealing with complexity
* Persistence in working with difficult problems
* Tolerance for ambiguity
* The ability to deal with open-ended problems
* The ability to communicate and work with others to achieve a common goal or solution
</td>
</tr>
<tr>
<td style="margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0 1em 1em 1em; background-color:lightgray; align:right;vertical-align:top;" colspan="2">
== [[Image:credit.png]] Credits ==
* Icons used with tremendous gratitude by [http://www.freepik.com/ Freepik] from [http://www.flaticon.com/ flaticon]
</td>
</tr>
</table>
[[Category:2017-2018 Class Notes]]
[[Category:2017-2018 School Year]]

Revision as of 19:59, 17 September 2017

Target.png Our Big Idea[edit]


The function of every web application system is to accept data, process data and output information. Effective design of interdependent components results in useful function.


Class plan.png What are we going to learn today?[edit]

Hello Class!

By the end of class you will be able to say:

Review[edit]

  • I can explain every form input has a type there are different kinds of types.
  • I can construct 4 different types of input types

New Learning[edit]

  • I can describe the two important attributes of a variables
  • I can describe how data is passed to a form



Homework.png What is our homework?[edit]

  • None. Please enjoy your weekend

Target.png How am I being assessed today?[edit]

I will assess you formatively today, and make a professional judgement to what extent you understand our learning material. I will use observation, your written work, answers to questions, and contribution to class discussions as data to make my decisions. I normally record my observations in a "evidence of learning" spreadsheet, which I will happily share with you privately if you so wish. I usually need a day or two notice.

Computer1.png As a computer scientist, you have:[edit]

  • Confidence in dealing with complexity
  • Persistence in working with difficult problems
  • Tolerance for ambiguity
  • The ability to deal with open-ended problems
  • The ability to communicate and work with others to achieve a common goal or solution

Credit.png Credits[edit]