Designing Solutions Through Programming - block 8 - September 12 2018 Lesson Notes

From Computer Science Wiki
Revision as of 10:37, 12 September 2018 by Mr. MacKenty (talk | contribs) (Created page with " __NOTOC__ <table cellspacing="10" style="width:100%;"> <tr> <td style="width:50%; margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0 1em 1em 1...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Please review EVERY BIT of this code:

<sytaxhighlight lang="html">

Hello

Hello and welcome to my page.

I'd like to tell you a bit about me :-)

Hi Everyone! :-)

I'm just learning HTML!

I like the following foods:
  • Pasta with pesto
  • Hamburgers
  • Soups
  • Fruits
Click here to go to google
</syntaxhighlight>

Also, please review EVERY LINE of this code:

p {
    border: 2px solid black;
    padding: 3px;
    margin: 3px;
    background-color: mistyrose;
    color: black;
}

div {

    border: 2px solid black;
    padding: 3px;
    margin: 3px;
    background-color: rgb(235, 190, 186);
    color: black;

}

div.important {

    border: 2px solid black;
    padding: 3px;
    margin: 3px;
    background-color: rgb(255, 255, 255);
    color: rgb(224, 21, 21);
}

div.container {

    border:1px solid gray;
    padding:5px;
    margin:5px;

}


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 will also ask you to complete a self-assessment which I will use to help me guage how well you think you understand our material in class.

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]