<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>CS Lectures for Amy by </title>
      <link>https://padlet.com/brownzhuren/amy</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2023-03-05 08:49:30 UTC</pubDate>
      <lastBuildDate>2026-01-01 21:25:00 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>AP CS A Course Overview</title>
         <author>brownzhuren</author>
         <link>https://padlet.com/brownzhuren/amy/wish/2417324943</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://apcentral.collegeboard.org/media/pdf/ap-computer-science-a-course-overview.pdf" />
         <pubDate>2022-12-12 05:35:55 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/2417324943</guid>
      </item>
      <item>
         <title>Zoom</title>
         <author>brownzhuren</author>
         <link>https://padlet.com/brownzhuren/amy/wish/2503815473</link>
         <description><![CDATA[<div>id: 533 760 1540<br>password:&nbsp;X3Z5kf</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-05 08:54:38 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/2503815473</guid>
      </item>
      <item>
         <title>Syllabus</title>
         <author>brownzhuren</author>
         <link>https://padlet.com/brownzhuren/amy/wish/2503816292</link>
         <description><![CDATA[<div>Mar 3 - Initial Assessment&nbsp;<br><br>Session 1<br>Mar 5 - Basics(1): Address, Type, Debugging Code<br>Mar 10 - Basics(2): Operators<br>Mar 12 - OOP(1): class, object, reference<br>Mar 17 - OOP(2): anatomy of a class<br>Mar 19 - OOP(3): inheritance and polymorphism<br>Mar 24 - OOP Multiple-Choice Exercise<br>Mar 26 - Inheritance and Polymorphism<br>Apr 5 - Code writing (FRQ 2022-1)<br>Apr 7 - Review Exercise + ArrayList<br>Apr 9 - Review Exercise + Sorting<br><br>Session 2<br>Apr 14 - String and String methods<br>Apr 18 - Sampled MC Test<br>Apr 23 - Array MC Problems + Code Writing (FRQ 2022-2)<br>Apr 26 - Code Writing (FRQ 2022-3)<br>Apr 28 - Code Writing (FRQ 2022-4a)<br>&nbsp;<br>Plan<br>&nbsp;[self-paced] Apr 29- MCQ Mock Test<br>Apr 30 (Sun, 2:30pm) - MCQ Analysis, FRQ2022-4b<br>May 1 (3.5 hours) - Algorithm-related MCQ and Code writing<br>May 2 (3.5 hours) - Full-length Mock Test + Analysis</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-05 08:57:13 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/2503816292</guid>
      </item>
      <item>
         <title>Runstone</title>
         <author>brownzhuren</author>
         <link>https://padlet.com/brownzhuren/amy/wish/2503816697</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://runestone.academy/ns/books/published/csawesome/index.html" />
         <pubDate>2023-03-05 08:58:33 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/2503816697</guid>
      </item>
      <item>
         <title>codingbat</title>
         <author>brownzhuren</author>
         <link>https://padlet.com/brownzhuren/amy/wish/2503816788</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://codingbat.com/java" />
         <pubDate>2023-03-05 08:58:53 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/2503816788</guid>
      </item>
      <item>
         <title>Lecture 1</title>
         <author></author>
         <link>https://padlet.com/brownzhuren/amy/wish/2511751829</link>
         <description><![CDATA[<div>-Data types: different data types such as int, double and boolean. How much space they take up<br>-Data types vs objects<br>-External storage &amp; RAM<br>-Bit wise representation<br>-Process of writing code, checking key information and debugging</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-10 12:08:10 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/2511751829</guid>
      </item>
      <item>
         <title>Lecture 2</title>
         <author></author>
         <link>https://padlet.com/brownzhuren/amy/wish/2513124700</link>
         <description><![CDATA[<div>-Clarification of Array lists<br>-ASCII related topics<br>-operator types and precedence<br>-special cases in operators such as short circuit (the rule of &amp;&amp;) and type conversion (such as int to double or likewise)<br>-AP preconditions</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-12 12:04:45 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/2513124700</guid>
      </item>
      <item>
         <title>Lecture 3</title>
         <author></author>
         <link>https://padlet.com/brownzhuren/amy/wish/2520808844</link>
         <description><![CDATA[<div>-Learning about objects. Objects have status(data) and behavior (interface).<br>-Object --&gt; class, method and instance variable. These can be public or private.<br>-Definition of static (not belonging to a specific object)<br>-The difference between object and class<br>-Definition of instance and attribute<br>-Learning about constructors<br>-Specific code for writing an object</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-17 12:07:29 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/2520808844</guid>
      </item>
      <item>
         <title>Lecture 4</title>
         <author></author>
         <link>https://padlet.com/brownzhuren/amy/wish/2522033538</link>
         <description><![CDATA[<div>-How to use and read methods (putting together the information learned in previous classes)<br>-Reviewed "this" and "ToString"<br>-Accessor/Mutator methods<br>-How to call a method<br>-voids do nut return anything<br>-Specific words like overload</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-19 07:06:12 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/2522033538</guid>
      </item>
      <item>
         <title>Lecture 5</title>
         <author></author>
         <link>https://padlet.com/brownzhuren/amy/wish/2530323557</link>
         <description><![CDATA[<div>-Overload (repeating names)<br>-Inheritance (when a class extends another class, the latter taking up some of the values of the former)<br>-how and when to use "super"<br>-the purpose of constructors<br>-Polymorphism (only exists when inheritance and override exists)<br>-ToStrings<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-24 12:06:41 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/2530323557</guid>
      </item>
      <item>
         <title>Lecture 6</title>
         <author></author>
         <link>https://padlet.com/brownzhuren/amy/wish/2531748226</link>
         <description><![CDATA[<div>-Review of ToString() and the definition of "static"<br>-If constructors don't exist, all primitive types have a default value<br>-Pass by values<br>-One java file can only have one public class<br>-Definition of Scope&nbsp;<br>-Stack<br>-Clarifications on how to correctly look at multiple choice questions<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-26 12:06:17 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/2531748226</guid>
      </item>
      <item>
         <title>Lecture 7</title>
         <author></author>
         <link>https://padlet.com/brownzhuren/amy/wish/2544919864</link>
         <description><![CDATA[<div>-Stack - 后到先出<br>-Java is case sensitive (check spellings)<br>-review of "super" (has the be in the first line)<br>-overriding and overloading<br>-Downcasting<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-05 12:05:54 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/2544919864</guid>
      </item>
      <item>
         <title>Lecture 8</title>
         <author></author>
         <link>https://padlet.com/brownzhuren/amy/wish/2547145405</link>
         <description><![CDATA[<div>-How to read and analyze AP free response questions<br>-Answering techniques for FR questions:<br>-sometimes instead of creating, it's better to update (makes response shorter and easier to read)<br>-when you write code in a loop, this code is the same every time it's performed (repeated)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-07 12:05:16 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/2547145405</guid>
      </item>
      <item>
         <title>Lecture 9</title>
         <author></author>
         <link>https://padlet.com/brownzhuren/amy/wish/2547949221</link>
         <description><![CDATA[<div>-Review of enhanced for loop and ToString()<br>-How to create an array + the functions that can be used with arrays (ex: index, length)<br>-Integer.MIN/MAX_VALUE<br>-How to test your values (use one even, one odd and zero)<br>-Arraylists, how to create and use the functions (ex: set, add, get, etc.)</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-09 12:06:50 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/2547949221</guid>
      </item>
      <item>
         <title>Lecture 10</title>
         <author></author>
         <link>https://padlet.com/brownzhuren/amy/wish/2554471406</link>
         <description><![CDATA[<div>-concept of composition<br>-how to look at multiple choice problems: find the relationships between points mentioned (ex: between classes)<br>-review of polymorphism<br>-Errors: ConcurrentModificationException&nbsp;<br>-post conditions in java<br>-Ascending/Descending order<br>-Computational complexity; selection &amp; insertion sorting</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-14 12:16:30 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/2554471406</guid>
      </item>
      <item>
         <title>Lecture 11</title>
         <author></author>
         <link>https://padlet.com/brownzhuren/amy/wish/2558243801</link>
         <description><![CDATA[<div>-Functions and usage of strings&nbsp;<br>-Ex: indexOf, compareTo, etc.<br>-Substrings &nbsp;<br>-Java quick reference sheet<br>-Strings are immutable (all accessors)</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-18 08:09:50 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/2558243801</guid>
      </item>
      <item>
         <title>Lecture 12</title>
         <author></author>
         <link>https://padlet.com/brownzhuren/amy/wish/2564576976</link>
         <description><![CDATA[<div>-correction of "super" misconception--only needs to be in the first line for constructors<br>-practicing answering techniques (look at the time after every set period of time)<br>-math.random review</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-23 12:05:59 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/2564576976</guid>
      </item>
      <item>
         <title>Lecture 13</title>
         <author></author>
         <link>https://padlet.com/brownzhuren/amy/wish/2568693979</link>
         <description><![CDATA[<div>-Different types of questions in AP test (ex: general questions, definition questions)<br>-Learn to find patterns in complicated problems (ex: recursion) by bringing in small numbers like 1 and 2 etc.&nbsp;<br>-Review of Array&nbsp;<br>-Code writing practice - double check response questions to find hidden information in case missed</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-26 12:11:50 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/2568693979</guid>
      </item>
      <item>
         <title>Lecture 14</title>
         <author></author>
         <link>https://padlet.com/brownzhuren/amy/wish/2571685076</link>
         <description><![CDATA[<div>-Code writing techniques (enhanced for loop review)&nbsp;<br>-How to look at complicated questions (Interlanguage)&nbsp;<br>-Arraylist &amp; Array writing&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-28 11:35:59 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/2571685076</guid>
      </item>
      <item>
         <title>Lecture 15 </title>
         <author></author>
         <link>https://padlet.com/brownzhuren/amy/wish/2572820758</link>
         <description><![CDATA[<div>-Problem decomposition ( taking complicated questions and breaking them down into smaller parts. Ex: two dimensional arrays in FRQ questions)</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-30 06:36:54 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/2572820758</guid>
      </item>
      <item>
         <title>Lecture 17-18</title>
         <author>brownzhuren</author>
         <link>https://padlet.com/brownzhuren/amy/wish/2574708060</link>
         <description><![CDATA[<div>-2 dimensional arrays (how to write, how they work etc.)&nbsp;<br>-FRQ code writing practice: how to distribute time between the four questions&nbsp;<br>-the difference between array and arraylist review (arraylist uses set)&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-05-02 06:04:15 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/2574708060</guid>
      </item>
      <item>
         <title>Lecture 16</title>
         <author>brownzhuren</author>
         <link>https://padlet.com/brownzhuren/amy/wish/2574716988</link>
         <description><![CDATA[<div>-Writing arrays (being more familiar with the for loops)<br>-How to take care of multiple choice questions faster&nbsp;<br>-Big programs are prone to have bugs<br>-"break" and "return" </div>]]></description>
         <enclosure url="" />
         <pubDate>2023-05-02 06:11:45 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/2574716988</guid>
      </item>
      <item>
         <title>Lecture 19 - 20</title>
         <author>brownzhuren</author>
         <link>https://padlet.com/brownzhuren/amy/wish/2625531769</link>
         <description><![CDATA[<div>Mock Test Drills<br><br>What was especially well done:</div><ul><li>MCQ - you were able to look at all problems and have an overall picture.</li><li>MCQ - problems with longer code no longer intimidate you.</li><li>FRQ - when facing unfamiliar settings, you were quite resilient and confident</li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2023-06-16 12:54:47 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/2625531769</guid>
      </item>
      <item>
         <title>Lecture 21</title>
         <author>brownzhuren</author>
         <link>https://padlet.com/brownzhuren/amy/wish/2625532777</link>
         <description><![CDATA[<div>-AP CSP Preview with examples of Creative Development tasks</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-06-16 12:56:32 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/2625532777</guid>
      </item>
      <item>
         <title>Lecture 22</title>
         <author></author>
         <link>https://padlet.com/brownzhuren/amy/wish/2625538290</link>
         <description><![CDATA[<div>-Looked at FRQ question from AP-CSA test<br>-Downloaded VSP&nbsp;<br>-Learned basics of Atcoder and attempted to participate in one of the questions</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-06-16 13:05:00 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/2625538290</guid>
      </item>
      <item>
         <title>Snap Lecture - Sep 2</title>
         <author>brownzhuren</author>
         <link>https://padlet.com/brownzhuren/amy/wish/2681885741</link>
         <description><![CDATA[<div>* Discussion of Course Load. This year AP English LC + AP Macroecon + AP CS A/P + Biology / English / Precalculus.<br><br>* Review of FRQ 2023 - 3(a). You remembered a lot!<br><br>* Course plan (to revisit in Oct):&nbsp;<br>** Oct - Jan: AP CSP (with Python), starting with 2 lectures / week<br>** Feb - May: AP CSA</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-09-02 14:13:04 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/2681885741</guid>
      </item>
      <item>
         <title>Lecture 24 - Nov 24</title>
         <author>brownzhuren</author>
         <link>https://padlet.com/brownzhuren/amy/wish/2686755852</link>
         <description><![CDATA[<p>AP CSP Overview</p><ul><li><p>Updates on creative performance tasks</p></li><li><p>Finish sample questions</p></li><li><p>Course logistics</p></li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2023-09-06 13:44:15 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/2686755852</guid>
      </item>
      <item>
         <title>Lecture 25</title>
         <author></author>
         <link>https://padlet.com/brownzhuren/amy/wish/2811154212</link>
         <description><![CDATA[<p>-Diagnosis test practice</p><p>-learning about the different types of MCQs in CSP</p><p>-The bit system</p><p>-Using common sense in certain questions</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-12-02 07:29:25 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/2811154212</guid>
      </item>
      <item>
         <title>Lecture 23 - Jun 16</title>
         <author>brownzhuren</author>
         <link>https://padlet.com/brownzhuren/amy/wish/2811154455</link>
         <description><![CDATA[<p>Today we had a bridge-the-gap lesson about computer science principles. We first reviewed the big ideas and then worked on <a rel="noopener noreferrer nofollow" href="https://apcentral.collegeboard.org/media/pdf/ap-computer-science-principles-course-and-exam-description.pdf">sampled exam problems</a>, with focus on the part that is not overlapping with AP CS A.</p><p>We talked about phishing, digital divide, multi-factor authentication, metadata and data privacy, RSS, parallelisms&nbsp;in computing. Hope this helps to bridge the gap between the big ideas and real-life experiences.</p><p>Enjoy the debate training camp!</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-12-02 07:30:25 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/2811154455</guid>
      </item>
      <item>
         <title>Lecture 26</title>
         <author></author>
         <link>https://padlet.com/brownzhuren/amy/wish/2815517134</link>
         <description><![CDATA[<p>-Backup / Privacy (Most important part!!)</p><p>-Definition of metadata (small pieces of information that does not include content) and practice related to </p><p>-ETL process (extract -&gt; transform -&gt; load)</p><p>-Asymmetric Encryption</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-12-06 05:14:45 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/2815517134</guid>
      </item>
      <item>
         <title>Lecture 27</title>
         <author></author>
         <link>https://padlet.com/brownzhuren/amy/wish/2819315242</link>
         <description><![CDATA[<p>-Digital data (can be collapsed into 0s and 1s) vs Analog Data [can be compared to continuous / discrete math]</p><p>-做题技巧--how long to focus on a question</p><p>-Abstractions in CSP (ex: x mod 2)</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-12-09 07:43:43 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/2819315242</guid>
      </item>
      <item>
         <title>Lecture 28</title>
         <author></author>
         <link>https://padlet.com/brownzhuren/amy/wish/2829265749</link>
         <description><![CDATA[<p>-Modularization</p><p>-Programming library (pre-written code)</p><p>-Sequential search (search 1 by 1)</p><p>-Binary search (only words for sorted) start at half and narrow down (left+right/2)</p><p>-For worst case scenario, sequential search (n) and binary search (log n+1 which is faster)</p><p>-Coding review and practice</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-12-19 07:08:06 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/2829265749</guid>
      </item>
      <item>
         <title>Lecture 29</title>
         <author></author>
         <link>https://padlet.com/brownzhuren/amy/wish/2832701677</link>
         <description><![CDATA[<p>-The internet transfers data between end hosts</p><p>-interoperability of the internet</p><p>-Data (Payload &amp; header)</p><p>-Network resources are shared between end hosts--Packages vs Circuits, Reservations vs best effort </p><p>-the concept of HTTP, IP, TCP etc </p>]]></description>
         <enclosure url="" />
         <pubDate>2023-12-23 07:34:15 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/2832701677</guid>
      </item>
      <item>
         <title>Lecture 30</title>
         <author></author>
         <link>https://padlet.com/brownzhuren/amy/wish/2834454807</link>
         <description><![CDATA[<p>-Tim Berners-Lee (inventor of world wide web, html, url and http)</p><p>-Digital divide</p><p>-Asymmetric encryption, public &amp; private key</p><p>-mentions of commercial use, creative commons license </p><p>-Coding review </p>]]></description>
         <enclosure url="" />
         <pubDate>2023-12-27 07:06:49 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/2834454807</guid>
      </item>
      <item>
         <title>Lecture 31</title>
         <author></author>
         <link>https://padlet.com/brownzhuren/amy/wish/2837524140</link>
         <description><![CDATA[<p>-Definition of program, program statement and code segments </p><p>-Development process overview of the creative task</p><p>-Coding practice and review</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-01-03 07:37:15 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/2837524140</guid>
      </item>
      <item>
         <title>Lecture 32</title>
         <author></author>
         <link>https://padlet.com/brownzhuren/amy/wish/2842462677</link>
         <description><![CDATA[<p>-coding project practice</p><p>-Looking at the task from a project / creative performance point of view </p><p>-Dividing the code into sections: input, procedure, output </p><p>-Testing tips: use System.out.print to identify mistakes and fix them </p><p>-Important: understand the task properly before starting to avoid unnecessary trouble</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-01-09 07:30:06 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/2842462677</guid>
      </item>
      <item>
         <title>Lecture 33</title>
         <author></author>
         <link>https://padlet.com/brownzhuren/amy/wish/2847529029</link>
         <description><![CDATA[<p>-Code optimization process (testing)</p><p>-Practice answering project questions</p><p>-Adding user instructions--using appropriate wording for the target audience </p>]]></description>
         <enclosure url="" />
         <pubDate>2024-01-13 07:37:00 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/2847529029</guid>
      </item>
      <item>
         <title>Lecture 34</title>
         <author>brownzhuren</author>
         <link>https://padlet.com/brownzhuren/amy/wish/2940115187</link>
         <description><![CDATA[<p>-Detailed overview of the creative project guidelines and question types</p><p>-10 questions from the Official 2018 CSP test, review of concepts &amp; 做题方法</p><p>-Iterations, logic/relational operators and other definition checks</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-04-02 07:33:22 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/2940115187</guid>
      </item>
      <item>
         <title>Lecture 35 - 36</title>
         <author>brownzhuren</author>
         <link>https://padlet.com/brownzhuren/amy/wish/2953238362</link>
         <description><![CDATA[<p>-Running creative project &amp; uploading, the process of finishing up / final checking&nbsp;</p><p><br></p><p>-10 Practice test questions</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-04-13 07:20:46 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/2953238362</guid>
      </item>
      <item>
         <title>Lecture 35 &amp; 36</title>
         <author>brownzhuren</author>
         <link>https://padlet.com/brownzhuren/amy/wish/2953238755</link>
         <description><![CDATA[<p>-Running creative project &amp; uploading, the process of finishing up / final checking</p><p>&nbsp;</p><p>-10 Practice test questions</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-04-13 07:22:20 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/2953238755</guid>
      </item>
      <item>
         <title>Lecture 37</title>
         <author>brownzhuren</author>
         <link>https://padlet.com/brownzhuren/amy/wish/2958176382</link>
         <description><![CDATA[<p>-Binary encoding&nbsp;</p><p>-进制转换（十六进制，二进制）etc, bit system</p><p>-Review of "and", "or", and related boolean terminology</p><p>-Defintion of "undecideable problem"</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-04-17 07:36:16 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/2958176382</guid>
      </item>
      <item>
         <title>Lecture 38</title>
         <author>brownzhuren</author>
         <link>https://padlet.com/brownzhuren/amy/wish/2963133496</link>
         <description><![CDATA[<ul><li><p>Symmetric / Asymmetric Encryption ( one lock vs two locks, public and private keys)</p></li><li><p>Lossy / lossless transformation small review</p></li><li><p>Review of scattered terms</p></li><li><p>Abstractions (prodcedural and data abstractions)</p></li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2024-04-21 07:27:31 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/2963133496</guid>
      </item>
      <item>
         <title>Lecture 39</title>
         <author></author>
         <link>https://padlet.com/brownzhuren/amy/wish/2964254393</link>
         <description><![CDATA[<p>-Test techniques ( reading options first, reading from botton to top, etc )</p><p>-Binary addition</p><p>-Definition of documenting programs</p><p>-Sequencing, Selection, Iteration</p><p>-Unferflow / Overflow / Roundoff error</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-04-22 07:23:46 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/2964254393</guid>
      </item>
      <item>
         <title>Lecture 40</title>
         <author>brownzhuren</author>
         <link>https://padlet.com/brownzhuren/amy/wish/2970907988</link>
         <description><![CDATA[<ul><li><p>Logic, Syntax and Runtime errors</p></li></ul><ul><li><p>How to describe a code segment, creative project FRQ practice and answering techniques</p></li><li><p>Infinite Loops&nbsp;(avoid runtime error)</p></li></ul><ul><li><p>Logic Operators vs Relational Operators</p></li><li><p>Importance: Input and Output</p></li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2024-04-26 07:37:45 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/2970907988</guid>
      </item>
      <item>
         <title>Lecture 41 - June 7</title>
         <author>brownzhuren</author>
         <link>https://padlet.com/brownzhuren/amy/wish/3046315543</link>
         <description><![CDATA[<p>-Introduction to competitive programming</p><p>-A simulation problem</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-07-05 13:00:36 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/3046315543</guid>
      </item>
      <item>
         <title>Lecture 42</title>
         <author></author>
         <link>https://padlet.com/brownzhuren/amy/wish/3052486446</link>
         <description><![CDATA[<p>-Coding practice</p><p>-analyzing question prompts, listing different solutions to solve instead of just one</p><p>-Review of string usage, charAt (i)</p><p>-Testing with number examples provided through coding progress</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-07-13 12:47:15 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/3052486446</guid>
      </item>
      <item>
         <title>Lecture 43</title>
         <author></author>
         <link>https://padlet.com/brownzhuren/amy/wish/3073160358</link>
         <description><![CDATA[<p>-Coding practice (Mixing milk)</p><p>-Finding / testing out patterns in the question</p><p>-How to store input </p><p>-Equilibrium, series</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-08-12 12:29:15 UTC</pubDate>
         <guid>https://padlet.com/brownzhuren/amy/wish/3073160358</guid>
      </item>
   </channel>
</rss>
