<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>AP SAMPLE MC QUESTIONS by Cheri Whalen</title>
      <link>https://padlet.com/cheri_whalen/kl2wd3gfb6a8</link>
      <description>PLACE THE NUMBER OF THE MC QUESTION YOU KNOW YOU CAN ANSWER CORRECTLY.
NAME THE OBJECTIVE AND EXPLAIN THE ANSWER</description>
      <language>en-us</language>
      <pubDate>2016-08-25 16:34:36 UTC</pubDate>
      <lastBuildDate>2025-09-26 18:59:07 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Question 5</title>
         <author></author>
         <link>https://padlet.com/cheri_whalen/kl2wd3gfb6a8/wish/119864092</link>
         <description><![CDATA[<div>Name: Owen<br>Objective: Strings<br>Answer: D<br>Explanation:<br>(s.length() &lt; 4) = wordList.size()-1<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-08-25 16:40:31 UTC</pubDate>
         <guid>https://padlet.com/cheri_whalen/kl2wd3gfb6a8/wish/119864092</guid>
      </item>
      <item>
         <title>Question 3</title>
         <author></author>
         <link>https://padlet.com/cheri_whalen/kl2wd3gfb6a8/wish/119864165</link>
         <description><![CDATA[<div>Andrew Mitchell<br>Objective: booleans<br>Answer: D<br>Explanation:&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-08-25 16:40:43 UTC</pubDate>
         <guid>https://padlet.com/cheri_whalen/kl2wd3gfb6a8/wish/119864165</guid>
      </item>
      <item>
         <title>Question 6</title>
         <author></author>
         <link>https://padlet.com/cheri_whalen/kl2wd3gfb6a8/wish/119864263</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2016-08-25 16:40:58 UTC</pubDate>
         <guid>https://padlet.com/cheri_whalen/kl2wd3gfb6a8/wish/119864263</guid>
      </item>
      <item>
         <title>Question 6</title>
         <author></author>
         <link>https://padlet.com/cheri_whalen/kl2wd3gfb6a8/wish/119864303</link>
         <description><![CDATA[<div>Trevor Beem<br>Objective: The value of mystery(4)<br>Answer explained: If you substitute 4 in for (n - 1), then you will multiply 3 * 3 to get 9.<br>Answer: B</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-08-25 16:41:05 UTC</pubDate>
         <guid>https://padlet.com/cheri_whalen/kl2wd3gfb6a8/wish/119864303</guid>
      </item>
      <item>
         <title>Question 3</title>
         <author></author>
         <link>https://padlet.com/cheri_whalen/kl2wd3gfb6a8/wish/119864313</link>
         <description><![CDATA[<div>Parker Molacek<br>Objective: change boolean values<br><br>Consider the method of changeUnionStatus. Which is a correct /* implementation of changeUnionStatus */?<br><br>(A) I only<br>(B) II only<br>(C) III only<br>(D) I and II only<br>(E) I, II, and III<br><br>Answer: D<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-08-25 16:41:07 UTC</pubDate>
         <guid>https://padlet.com/cheri_whalen/kl2wd3gfb6a8/wish/119864313</guid>
      </item>
      <item>
         <title>Question 1</title>
         <author></author>
         <link>https://padlet.com/cheri_whalen/kl2wd3gfb6a8/wish/119864418</link>
         <description><![CDATA[<div>Ty Rasmussen<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-08-25 16:41:23 UTC</pubDate>
         <guid>https://padlet.com/cheri_whalen/kl2wd3gfb6a8/wish/119864418</guid>
      </item>
      <item>
         <title>Alex Gonzalez</title>
         <author></author>
         <link>https://padlet.com/cheri_whalen/kl2wd3gfb6a8/wish/119864463</link>
         <description><![CDATA[<div>Objective: <br>Answer: C;12<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-08-25 16:41:30 UTC</pubDate>
         <guid>https://padlet.com/cheri_whalen/kl2wd3gfb6a8/wish/119864463</guid>
      </item>
      <item>
         <title>Question 1(Andrew Kiggins)</title>
         <author></author>
         <link>https://padlet.com/cheri_whalen/kl2wd3gfb6a8/wish/119864683</link>
         <description><![CDATA[<div>A large Java Program was tested extensively, and&nbsp; no errors were found. what can be concluded?<br><br>(A).All of the preconditions in the program are correct.<br>(B). All of the post-conditions in the program are correct.<br>(C).The code may have bugs.<br>(D). The code has no bugs.<br>(E). Every method in the program may be safely be used in other programs.<br>--------------------------------------------------------------------------------------<br>C- It is impossible to get rid of all bugs out of large code.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-08-25 16:42:05 UTC</pubDate>
         <guid>https://padlet.com/cheri_whalen/kl2wd3gfb6a8/wish/119864683</guid>
      </item>
      <item>
         <title>Question 3</title>
         <author></author>
         <link>https://padlet.com/cheri_whalen/kl2wd3gfb6a8/wish/119864761</link>
         <description><![CDATA[<div>Vince Le<br><br>Question: Consider the method changeUnionStatus. Which is a correct /* implementation of changeUnionStatus */?<br><br>Objective: Change the boolean value of isUnionMember<br><br>Answer: D<br>Answer Explanation: The code for code  I and II is the only one that makes sense. It sets the value of isUnionMember to the opposite, therefore fulfilling the changeUnionStatus purpose.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-08-25 16:42:20 UTC</pubDate>
         <guid>https://padlet.com/cheri_whalen/kl2wd3gfb6a8/wish/119864761</guid>
      </item>
      <item>
         <title>Question</title>
         <author></author>
         <link>https://padlet.com/cheri_whalen/kl2wd3gfb6a8/wish/119864942</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2016-08-25 16:42:47 UTC</pubDate>
         <guid>https://padlet.com/cheri_whalen/kl2wd3gfb6a8/wish/119864942</guid>
      </item>
      <item>
         <title>Question 1</title>
         <author></author>
         <link>https://padlet.com/cheri_whalen/kl2wd3gfb6a8/wish/119864953</link>
         <description><![CDATA[<div>Alexander Frederick Huff IV<br>A large Java program was tested extensively, and no errors were found. What can be concluded?<br>(A) All of the preconditions in the program correct.<br>(B) All of post-conditions in the program are correct.<br>(C) The program may have bugs.<br>(D) Every method in the program may safely be used in other programs.<br>Answer: (C) The program may have bugs. The program may still have bugs after extensive testing and preconditions and post-conditions may still be incorrect while producing correct answers.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-08-25 16:42:49 UTC</pubDate>
         <guid>https://padlet.com/cheri_whalen/kl2wd3gfb6a8/wish/119864953</guid>
      </item>
      <item>
         <title>question 1</title>
         <author></author>
         <link>https://padlet.com/cheri_whalen/kl2wd3gfb6a8/wish/119864960</link>
         <description><![CDATA[<div>Austen Sartain<br>Answer: (D)</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-08-25 16:42:51 UTC</pubDate>
         <guid>https://padlet.com/cheri_whalen/kl2wd3gfb6a8/wish/119864960</guid>
      </item>
      <item>
         <title>Question 6</title>
         <author></author>
         <link>https://padlet.com/cheri_whalen/kl2wd3gfb6a8/wish/119865885</link>
         <description><![CDATA[<div>Jordan Martin Brandon Hardiman<br>Objective: What value does mystery(4) return?<br>Answer: E<br>Explanation: mystery(4)<br>3 * mystery(3)<br>3 * 3 * mystery(2)<br>3 * 3 * 3 * mystery(1)<br>3 * 3 * 3 * 3 = 81</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-08-25 16:45:50 UTC</pubDate>
         <guid>https://padlet.com/cheri_whalen/kl2wd3gfb6a8/wish/119865885</guid>
      </item>
      <item>
         <title>Question 6</title>
         <author></author>
         <link>https://padlet.com/cheri_whalen/kl2wd3gfb6a8/wish/119866217</link>
         <description><![CDATA[<div>Josh Walker<br><br>Objective: return 3 * mystery(n - 1);<br>Answer: B, 3 * (4-1) = 9<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-08-25 16:46:54 UTC</pubDate>
         <guid>https://padlet.com/cheri_whalen/kl2wd3gfb6a8/wish/119866217</guid>
      </item>
   </channel>
</rss>
