<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>&amp;#39;ın yeniden yapımı by Yeşim Arslan</title>
      <link>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2017-01-06 09:37:55 UTC</pubDate>
      <lastBuildDate>2023-03-29 03:03:56 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title></title>
         <author>yesimarslan_91</author>
         <link>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145645087</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/161396698/cbe04f01a3b1fdc3f3be370b3f8fb9c6/CHAPTER_2.zip" />
         <pubDate>2017-01-06 09:41:42 UTC</pubDate>
         <guid>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145645087</guid>
      </item>
      <item>
         <title>You can also find the topic here</title>
         <author>yesimarslan_91</author>
         <link>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145645165</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-01-06 09:42:13 UTC</pubDate>
         <guid>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145645165</guid>
      </item>
      <item>
         <title></title>
         <author>yesimarslan_91</author>
         <link>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145645208</link>
         <description><![CDATA[<div><strong>Introduction</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-01-06 09:42:40 UTC</pubDate>
         <guid>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145645208</guid>
      </item>
      <item>
         <title></title>
         <author>yesimarslan_91</author>
         <link>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145645242</link>
         <description><![CDATA[<div>•Before writing a program</div><div>–Have a thorough understanding of problem&nbsp;</div><div>–Carefully plan your approach for solving it</div><div>•While writing a program&nbsp;</div><div>–Know what “building blocks” are available</div><div>–Use good programming principles</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-01-06 09:42:56 UTC</pubDate>
         <guid>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145645242</guid>
      </item>
      <item>
         <title>Algorithms</title>
         <author>yesimarslan_91</author>
         <link>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145645273</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-01-06 09:43:09 UTC</pubDate>
         <guid>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145645273</guid>
      </item>
      <item>
         <title></title>
         <author>yesimarslan_91</author>
         <link>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145645314</link>
         <description><![CDATA[<div>•Computing problems</div><div>–Solved by executing a series of actions in a specific order</div><div>•Algorithm a procedure determining</div><div>–Actions to be executed </div><div>–Order to be executed</div><div>–Example: recipe</div><div>•Program control</div><div>–Specifies the order in which statements are executed</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-01-06 09:43:26 UTC</pubDate>
         <guid>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145645314</guid>
      </item>
      <item>
         <title>Pseudocode</title>
         <author>yesimarslan_91</author>
         <link>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145645362</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-01-06 09:43:44 UTC</pubDate>
         <guid>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145645362</guid>
      </item>
      <item>
         <title></title>
         <author>yesimarslan_91</author>
         <link>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145645396</link>
         <description><![CDATA[<div>•Pseudocode</div><div>–Artificial, informal language used to develop algorithms</div><div>–Similar to everyday English</div><div>•Not executed on computers </div><div>–Used to think out program before coding</div><div>•Easy to convert into C++ program</div><div>–Only executable statements</div><div>•No need to declare variables</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-01-06 09:44:01 UTC</pubDate>
         <guid>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145645396</guid>
      </item>
      <item>
         <title>Control Structures</title>
         <author>yesimarslan_91</author>
         <link>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145645522</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-01-06 09:44:53 UTC</pubDate>
         <guid>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145645522</guid>
      </item>
      <item>
         <title></title>
         <author>yesimarslan_91</author>
         <link>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145645556</link>
         <description><![CDATA[<div>•Sequential execution</div><div>–Statements executed in order</div><div>•Transfer of control</div><div>–Next statement executed <em>not</em> next one in sequence</div><div>•3 control structures (Bohm and Jacopini)</div><div>–Sequence structure</div><div>•Programs executed sequentially by default</div><div>–Selection structures</div><div>•<strong>if</strong>, <strong>if/else</strong>, <strong>switch</strong></div><div>–Repetition structures</div><div>•<strong>while</strong>, <strong>do/while</strong>, <strong>for</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-01-06 09:45:12 UTC</pubDate>
         <guid>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145645556</guid>
      </item>
      <item>
         <title>if Selection Structure</title>
         <author>yesimarslan_91</author>
         <link>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145645586</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-01-06 09:45:31 UTC</pubDate>
         <guid>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145645586</guid>
      </item>
      <item>
         <title></title>
         <author>yesimarslan_91</author>
         <link>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145645669</link>
         <description><![CDATA[<div>•<strong>if</strong></div><div>–Performs action if condition true</div><div>•<strong>if/else</strong></div><div>–Different actions if conditions true or false</div><div>•Pseudocode</div><div><em><br>if student’s grade is greater than or equal to 60<br>&nbsp;print “Passed”</em></div><div><em><br>else</em></div><div><em><br>&nbsp; print “Failed”&nbsp;</em></div><div>•C++ code</div><div><br>&nbsp; <strong>if ( grade &gt;= 60 )&nbsp;<br>&nbsp; &nbsp; cout &lt;&lt; "Passed";<br>&nbsp;else<br>&nbsp; &nbsp; cout &lt;&lt; "Failed";</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-01-06 09:46:07 UTC</pubDate>
         <guid>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145645669</guid>
      </item>
      <item>
         <title>while Repetition Structure</title>
         <author>yesimarslan_91</author>
         <link>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145645698</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-01-06 09:46:21 UTC</pubDate>
         <guid>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145645698</guid>
      </item>
      <item>
         <title></title>
         <author>yesimarslan_91</author>
         <link>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145645727</link>
         <description><![CDATA[<div>•Repetition structure</div><div>–Action repeated while some condition remains true</div><div>–Psuedocode</div><div><em><br>while there are more items on my shopping list</em></div><div><em><br>   Purchase next item and cross it off my list</em></div><div>–<strong>while</strong> loop repeated until condition becomes false</div><div>•Example</div><div><strong><br>int product = 2;</strong></div><div><strong><br>while ( product &lt;= 1000 )</strong></div><div><strong><br>   product = 2 * product;</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-01-06 09:46:40 UTC</pubDate>
         <guid>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145645727</guid>
      </item>
      <item>
         <title>Formulating Algorithms (Counter-Controlled Repetition)</title>
         <author>yesimarslan_91</author>
         <link>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145645767</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-01-06 09:47:02 UTC</pubDate>
         <guid>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145645767</guid>
      </item>
      <item>
         <title></title>
         <author>yesimarslan_91</author>
         <link>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145645792</link>
         <description><![CDATA[<div>•Counter-controlled repetition</div><div>–Loop repeated until counter reaches certain value</div><div>•Definite repetition</div><div>–Number of repetitions known </div>]]></description>
         <enclosure url="" />
         <pubDate>2017-01-06 09:47:18 UTC</pubDate>
         <guid>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145645792</guid>
      </item>
      <item>
         <title>Nested Control Structures</title>
         <author>yesimarslan_91</author>
         <link>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145645820</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-01-06 09:47:38 UTC</pubDate>
         <guid>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145645820</guid>
      </item>
      <item>
         <title></title>
         <author>yesimarslan_91</author>
         <link>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145645852</link>
         <description><![CDATA[<div>•Problem statement</div><div><br>    <em>A college has a list of test results (1 = pass, 2 = fail) for 10 students.  Write a program that analyzes the results.  If more than 8 students pass, print "Raise Tuition".</em></div><div>•Notice that</div><div>–Program processes 10 results</div><div>•Fixed number, use counter-controlled loop</div><div>–Two counters can be used</div><div>•One counts number that passed</div><div>•Another counts number that fail</div><div>–Each test result is 1 or 2</div><div>•If not 1, assume 2</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-01-06 09:47:53 UTC</pubDate>
         <guid>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145645852</guid>
      </item>
      <item>
         <title>Assignment Operators</title>
         <author>yesimarslan_91</author>
         <link>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145645968</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-01-06 09:48:53 UTC</pubDate>
         <guid>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145645968</guid>
      </item>
      <item>
         <title></title>
         <author>yesimarslan_91</author>
         <link>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145646089</link>
         <description><![CDATA[<div>•Assignment expression abbreviations</div><div>–Addition assignment operator</div><div><strong><br> c = c + 3;</strong> abbreviated to <br><strong>c += 3;</strong></div><div>•Statements of the form</div><div><strong><br>variable = variable operator expression;</strong></div><div><br>can be rewritten as</div><div><strong><br>variable operator= expression;</strong></div><div>•Other assignment operators</div><div><strong><br>d -= 4     (d = d - 4)</strong></div><div><strong><br>e *= 5     (e = e * 5)</strong></div><div><strong><br>f /= 3     (f = f / 3)</strong></div><div><strong><br>g %= 9     (g = g % 9) </strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-01-06 09:49:36 UTC</pubDate>
         <guid>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145646089</guid>
      </item>
      <item>
         <title>Increment and Decrement Operators</title>
         <author>yesimarslan_91</author>
         <link>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145646175</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-01-06 09:50:09 UTC</pubDate>
         <guid>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145646175</guid>
      </item>
      <item>
         <title></title>
         <author>yesimarslan_91</author>
         <link>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145646228</link>
         <description><![CDATA[<div>•Increment operator (<strong>++</strong>) - can be used instead of <strong>c += 1</strong></div><div>•Decrement operator (<strong>--</strong>) - can be used instead of <strong>c -= 1</strong></div><div>–Preincrement</div><div>•When the operator is used before the variable (<strong>++c</strong> or <strong>–c</strong>)</div><div>•Variable is changed, then the expression it is in is evaluated.</div><div>–Posincrement</div><div>•When the operator is used after the variable (<strong>c++</strong> or <strong>c--</strong>)</div><div>•Expression the variable is in executes, then the variable is changed.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-01-06 09:50:32 UTC</pubDate>
         <guid>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145646228</guid>
      </item>
      <item>
         <title>Essentials of Counter-Controlled Repetition</title>
         <author>yesimarslan_91</author>
         <link>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145646301</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-01-06 09:50:57 UTC</pubDate>
         <guid>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145646301</guid>
      </item>
      <item>
         <title></title>
         <author>yesimarslan_91</author>
         <link>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145646329</link>
         <description><![CDATA[<div>•Counter-controlled repetition requires</div><div>–Name of control variable/loop counter</div><div>–Initial value of control variable</div><div>–Condition to test for final value</div><div>–Increment/decrement to modify control variable when looping</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-01-06 09:51:11 UTC</pubDate>
         <guid>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145646329</guid>
      </item>
      <item>
         <title>for Repetition Structure</title>
         <author>yesimarslan_91</author>
         <link>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145646372</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-01-06 09:51:32 UTC</pubDate>
         <guid>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145646372</guid>
      </item>
      <item>
         <title></title>
         <author>yesimarslan_91</author>
         <link>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145646406</link>
         <description><![CDATA[<div>•<strong>for</strong> loops can usually be rewritten as <strong>while</strong> loops</div><div><strong><br>initialization;</strong></div><div><strong><br>while ( loopContinuationTest){</strong></div><div><strong><br>   statement</strong></div><div><strong><br>   increment;</strong></div><div><strong><br>}</strong></div><div>•Initialization and increment</div><div>–For multiple variables, use comma-separated lists</div><div><strong><br>for (inti = 0, j = 0;  j + i &lt;= 10; j++, i++)</strong></div><div><strong><br>   cout &lt;&lt; j + i &lt;&lt; endl;</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-01-06 09:51:53 UTC</pubDate>
         <guid>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145646406</guid>
      </item>
      <item>
         <title>switch Multiple-Selection Structure</title>
         <author>yesimarslan_91</author>
         <link>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145646503</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-01-06 09:52:29 UTC</pubDate>
         <guid>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145646503</guid>
      </item>
      <item>
         <title></title>
         <author>yesimarslan_91</author>
         <link>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145646567</link>
         <description><![CDATA[<div>•<strong>switch</strong></div><div>–Test variable for multiple values</div><div>–Series of <strong>case</strong> labels and optional <strong>default</strong> case</div><div><strong><br>  switch ( variable ) {<br>   case value1:        // taken if variable == value1</strong></div><div><strong><br>  statements</strong></div><div><strong><br>  break;              // necessary to exit switch</strong></div><div><strong><br>   </strong></div><div><strong><br>  case value2:</strong></div><div><strong><br>  case value3:     // taken if variable == value2 or == value3</strong></div><div><strong><br>  statements</strong></div><div><strong><br>  break;</strong></div><div><br><br></div><div><strong><br>  default:        // taken if variable matches no other cases</strong></div><div><strong><br>  statements<br>    break;</strong></div><div><strong><br>  }</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-01-06 09:52:53 UTC</pubDate>
         <guid>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145646567</guid>
      </item>
      <item>
         <title>do/while Repetition Structure</title>
         <author>yesimarslan_91</author>
         <link>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145646627</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-01-06 09:53:13 UTC</pubDate>
         <guid>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145646627</guid>
      </item>
      <item>
         <title></title>
         <author>yesimarslan_91</author>
         <link>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145646671</link>
         <description><![CDATA[<div>•Similar to <strong>while</strong> structure</div><div>–Makes loop continuation test at end, not beginning</div><div>–Loop body executes at least once</div><div>•Format</div><div><strong><br>do {</strong></div><div><strong><br>   statement</strong></div><div><strong><br>} while ( condition );</strong></div><div>•</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-01-06 09:53:30 UTC</pubDate>
         <guid>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145646671</guid>
      </item>
      <item>
         <title>break and continue Statements</title>
         <author>yesimarslan_91</author>
         <link>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145646716</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-01-06 09:53:47 UTC</pubDate>
         <guid>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145646716</guid>
      </item>
      <item>
         <title></title>
         <author>yesimarslan_91</author>
         <link>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145646766</link>
         <description><![CDATA[<div>break statement
<br>Immediate exit from while, for, do/while, switch
<br>Program continues with first statement after structure
<br>Common uses
<br>Escape early from a loop
<br>Skip the remainder of switch
<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-01-06 09:54:05 UTC</pubDate>
         <guid>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145646766</guid>
      </item>
      <item>
         <title>Logical Operators</title>
         <author>yesimarslan_91</author>
         <link>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145646832</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-01-06 09:54:29 UTC</pubDate>
         <guid>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145646832</guid>
      </item>
      <item>
         <title></title>
         <author>yesimarslan_91</author>
         <link>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145646881</link>
         <description><![CDATA[<div>•<strong>!</strong> (logical <strong>NOT</strong>, logical negation)</div><div>–Returns <strong>true</strong> when its condition is <strong>false</strong>, &amp; vice versa</div><div><strong><br>  if ( !( grade == sentinelValue ) )<br>    cout &lt;&lt; "The next grade is " &lt;&lt; grade &lt;&lt; endl;</strong></div><div><br>Alternative:</div><div><strong><br>  if ( grade != sentinelValue )<br>    cout &lt;&lt; "The next grade is " &lt;&lt; grade &lt;&lt; endl;</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-01-06 09:54:46 UTC</pubDate>
         <guid>https://padlet.com/yesimarslan_91/hfaqbwh8mn3j/wish/145646881</guid>
      </item>
   </channel>
</rss>
