Sandbox: Difference between revisions

From Computer Science Wiki
No edit summary
(Replaced content with "<quiz display=simple> {Type the question here... |type="[]"} + The correct answer. - Wrong or misleading answer. + Another correct answer. - Wrong or misleading answer. </...")
Line 1: Line 1:
__NOTOC__
=== Multiple choice / single response / radio buttons===
{| cellspacing="0" cellpadding="0" style="margin:0em 0em 1em 0em; width:100%"
| style="width:50%; vertical-align:top; border:1px solid Gold; background-color: LightYellow;" rowspan="1"|
<div style="border-bottom:1px solid Gold; background-color:#ffffaa; padding:0.2em 0.5em 0.2em 0.5em; font-size:110%; font-weight:bold;">Coding for radio buttons</div>
<div style="padding:0.4em 1em 0.3em 1em;">
<!-- PICTURE ON LEFT OF TWO BOX SECTION -->
[[Image:Gartoon-Gnome-desktop-config.png|right|48px]]
<pre>
<quiz display=simple>
<quiz display=simple>
{Type the question here...
{Type the question here...
|type="()"}
|type="[]"}
+ The correct answer.
+ The correct answer.
- Wrong or misleading answer.
- Wrong or misleading answer.
- Wrong or misleading answer.
+ Another correct answer.
- Wrong or misleading answer.
- Wrong or misleading answer.
</quiz>
</quiz>
</pre>
</div>
<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:#E6F9E6; align:right;vertical-align:top;">
==[[File:class_plan.png]] What are we going to learn today?==
# We are going to test our understanding of simple math and loops in python. The loop part will be tricky.
# Everyone will be required to submit an answer to a question on our class wiki, and hopefully start coding.
== Standards we are covering today ==
* [[High School Exploring computer science standards | Click here for all our standards]]
* Apply analysis, design, and implementation techniques to solve problems (e.g., use one or more software lifecycle models).
* Describe a software development process used to solve software problems (e.g., design, coding, testing, verification).
* Describe how mathematical and statistical functions, sets, and logic are used in computation.
</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:planfortoday.png]] What is the actual plan? ==
# We will start with a video https://www.youtube.com/watch?v=k3aKKasOmIw
# We will then hack through mean, media and mode in Python. [[Mean, median, mode and other statistical functions]]
# We will then work on our design project
</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;">
== [[File:transport.png]] Want to go further? ==
# How do you most efficiently sort through a data set to find the most frequently occurring number in a list?
</td>
<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;">
==[[File:target.png]] Is this graded? ==
# Students will receive a formative assessment for their problem set work.  [[Media:Problem-setrubric.pdf|Please click here to see how you will be graded]]
</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;">
==[[file:homework.png]] What is your homework and when is it due ?==
# We must work on our design project. Everyone is required to respond to Mr. MacKenty's feedback on the discussion page for your project. This homework is due at the start of our next class.
</td>
<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 ==
''These are the characteristics every computer scientist works towards.''
* 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:Class Notes]]
[[Category:2015-2016 School Year]]

Revision as of 16:14, 6 April 2016

<quiz display=simple> {Type the question here... |type="[]"} + The correct answer. - Wrong or misleading answer. + Another correct answer. - Wrong or misleading answer. </quiz>