Designing Solutions Through Programming - block 8 - November 26 - 2018 Lesson Notes: Difference between revisions

From Computer Science Wiki
(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...")
 
No edit summary
 
Line 9: Line 9:
<!-- ==============================  IN CLASS LEARNING ACTIVITIES ========================== -->
<!-- ==============================  IN CLASS LEARNING ACTIVITIES ========================== -->
<!-- ======================================================================================= -->
<!-- ======================================================================================= -->
# Hello class.
Hello Class!
# Grab login.php and login_process.php from here:
## https://github.com/bmackenty/DesigningSolutionsThroughProgramming


== To Learn ==
Please do your best to design and implement this game:  [[Guess a number]]. The code example on the page is in Python, so it might not be helpful to you. Please make sure you read [https://www.thoughtco.com/rand-php-function-2694085 this article] on random numbers in php.
 
We will review the pretty intense treehouse learning!
 
* Variables
* Operators
* Conditionals
* Comments
* Logical Operators
* Conditionals
* Arrays
* Loops
* Function Basics
* String Functions
* Array Functions
* Closures
* Named Functions
* Error handling





Latest revision as of 09:07, 26 November 2018

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

Hello Class!

Please do your best to design and implement this game: Guess a number. The code example on the page is in Python, so it might not be helpful to you. Please make sure you read this article on random numbers in php.


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]