<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>quiz &#8211; stoimen&#039;s web log</title>
	<atom:link href="/category/quiz/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>on web development</description>
	<lastBuildDate>Tue, 13 Feb 2018 08:18:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>You think you know algorithms. Quiz results!</title>
		<link>/2012/05/09/you-think-you-know-algorithms-quiz-results-2/</link>
		<comments>/2012/05/09/you-think-you-know-algorithms-quiz-results-2/#respond</comments>
		<pubDate>Wed, 09 May 2012 14:14:50 +0000</pubDate>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
				<category><![CDATA[quiz]]></category>
		<category><![CDATA[Algorithm]]></category>
		<category><![CDATA[Bubble sort]]></category>
		<category><![CDATA[Divide and conquer algorithm]]></category>
		<category><![CDATA[Merge sort]]></category>
		<category><![CDATA[Quicksort]]></category>
		<category><![CDATA[Radix sort]]></category>
		<category><![CDATA[Sort]]></category>
		<category><![CDATA[Sorting algorithms]]></category>

		<guid isPermaLink="false">/?p=3115</guid>
		<description><![CDATA[Finally the results from &#8220;You think you know algorithms&#8221; are out. This time only 3 of you have answered correctly to all the questions. 1. Which string searching algorithm is faster? Morris-Pratt correct answer (ref) Brute force Rabin-Karp 2. Can you use radix sort for sorting floats? Yes No correct answer (ref) 3. Quicksort needs &#8230; <a href="/2012/05/09/you-think-you-know-algorithms-quiz-results-2/" class="more-link">Continue reading <span class="screen-reader-text">You think you know algorithms. Quiz results!</span> <span class="meta-nav">&#8594;</span></a><div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2012/02/29/you-think-you-know-algorithms-quiz-results/" rel="bookmark" title="You think you know algorithms. Quiz results!">You think you know algorithms. Quiz results! </a></li>
<li><a href="/2012/03/16/you-think-you-know-php-quiz-results/" rel="bookmark" title="You think you know PHP. Quiz Results!">You think you know PHP. Quiz Results! </a></li>
<li><a href="/2012/03/07/you-think-you-know-javascript-quiz-results/" rel="bookmark" title="You think you know javascript. Quiz results!">You think you know javascript. Quiz results! </a></li>
<li><a href="/2012/03/13/computer-algorithms-quicksort/" rel="bookmark" title="Computer Algorithms: Quicksort">Computer Algorithms: Quicksort </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>Finally the results from <a href="/2012/04/11/you-think-you-know-algorithms/" title="You think you know algorithms" target="_blank">&#8220;You think you know algorithms&#8221;</a> are out. This time only <strong>3</strong> of you have answered correctly to all the questions.</p>
<h3>1. Which string searching algorithm is faster?</h3>
<ul>
<li>Morris-Pratt <span style="color: #339966;">correct answer</span> (<a href="/2012/04/09/computer-algorithms-morris-pratt-string-searching/" title="Computer Algorithms: Morris-Pratt String Searching" target="_blank">ref</a>)</li>
<li>Brute force</li>
<li>Rabin-Karp</li>
</ul>
<p><figure id="attachment_3123" style="width: 600px" class="wp-caption alignnone"><a href="/wp-content/uploads/2012/05/Answers1.png"><img src="/wp-content/uploads/2012/05/Answers1.png" alt="Quiz results for &quot;Which string searching algorithm is faster?&quot;" title="Quiz results for &quot;Which string searching algorithm is faster?&quot;" width="600" height="371" class="size-full wp-image-3123" srcset="/wp-content/uploads/2012/05/Answers1.png 600w, /wp-content/uploads/2012/05/Answers1-300x185.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></a><figcaption class="wp-caption-text">  </figcaption></figure><br />
<span id="more-3115"></span></p>
<h3>2. Can you use radix sort for sorting floats?</h3>
<ul>
<li>Yes</li>
<li>No <span style="color: #339966;">correct answer</span> (<a href="/2012/03/19/computer-algorithms-radix-sort/" title="Computer Algorithms: Radix Sort" target="_blank">ref</a>)</li>
</ul>
<figure id="attachment_3124" style="width: 600px" class="wp-caption alignnone"><a href="/wp-content/uploads/2012/05/Answers2.png"><img src="/wp-content/uploads/2012/05/Answers2.png" alt="Quiz results for &quot;Can you use radix sort for sorting floats?&quot;" title="Quiz results for &quot;Can you use radix sort for sorting floats?&quot;" width="600" height="371" class="size-full wp-image-3124" srcset="/wp-content/uploads/2012/05/Answers2.png 600w, /wp-content/uploads/2012/05/Answers2-300x185.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></a><figcaption class="wp-caption-text"> </figcaption></figure>
<h3>3. Quicksort needs additional memory space?</h3>
<ul>
<li>Yes</li>
<li>No</li>
<li>Only in iterative implementation <span style="color: #339966;">correct answer</span> (<a href="/2012/03/13/computer-algorithms-quicksort/" title="Computer Algorithms: Quicksort" target="_blank">ref</a>)</li>
<li>Only in recursive implementation</li>
</ul>
<figure id="attachment_3125" style="width: 600px" class="wp-caption alignnone"><a href="/wp-content/uploads/2012/05/Answers3.png"><img src="/wp-content/uploads/2012/05/Answers3.png" alt="Quiz results for &quot;Quicksort needs additional memory space?&quot;" title="Quiz results for &quot;Quicksort needs additional memory space?&quot;" width="600" height="371" class="size-full wp-image-3125" srcset="/wp-content/uploads/2012/05/Answers3.png 600w, /wp-content/uploads/2012/05/Answers3-300x185.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></a><figcaption class="wp-caption-text"> </figcaption></figure>
<h3>4. In the worst case scenario which is slower?</h3>
<ul>
<li>Quicksort</li>
<li>Bubble sort</li>
<li>They are equally slow <span style="color: #339966;">correct answer</span> (<a href="/2012/03/13/computer-algorithms-quicksort/" title="Computer Algorithms: Quicksort" target="_blank">ref</a>)</li>
</ul>
<figure id="attachment_3126" style="width: 600px" class="wp-caption alignnone"><a href="/wp-content/uploads/2012/05/Answers4.png"><img src="/wp-content/uploads/2012/05/Answers4.png" alt="Quiz results for &quot;In the worst case scenario which is slower?&quot;" title="Quiz results for &quot;In the worst case scenario which is slower?&quot;" width="600" height="371" class="size-full wp-image-3126" srcset="/wp-content/uploads/2012/05/Answers4.png 600w, /wp-content/uploads/2012/05/Answers4-300x185.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></a><figcaption class="wp-caption-text"> </figcaption></figure>
<h3>5. Is merge sort faster than quicksort in general?</h3>
<ul>
<li>Yes, its complexity is O(n.log(n)) always!</li>
<li>No, in practice quicksort is often faster than merge sort <span style="color: #339966;">correct answer</span> (ref)<a href="/2012/03/13/computer-algorithms-quicksort/" title="Computer Algorithms: Quicksort" target="_blank"></a></li>
</ul>
<figure id="attachment_3127" style="width: 600px" class="wp-caption alignnone"><a href="/wp-content/uploads/2012/05/Answers5.png"><img src="/wp-content/uploads/2012/05/Answers5.png" alt="Quiz results for &quot;Is merge sort faster than quicksort in general?&quot;" title="Quiz results for &quot;Is merge sort faster than quicksort in general?&quot;" width="600" height="371" class="size-full wp-image-3127" srcset="/wp-content/uploads/2012/05/Answers5.png 600w, /wp-content/uploads/2012/05/Answers5-300x185.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></a><figcaption class="wp-caption-text"> </figcaption></figure>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2012/02/29/you-think-you-know-algorithms-quiz-results/" rel="bookmark" title="You think you know algorithms. Quiz results!">You think you know algorithms. Quiz results! </a></li>
<li><a href="/2012/03/16/you-think-you-know-php-quiz-results/" rel="bookmark" title="You think you know PHP. Quiz Results!">You think you know PHP. Quiz Results! </a></li>
<li><a href="/2012/03/07/you-think-you-know-javascript-quiz-results/" rel="bookmark" title="You think you know javascript. Quiz results!">You think you know javascript. Quiz results! </a></li>
<li><a href="/2012/03/13/computer-algorithms-quicksort/" rel="bookmark" title="Computer Algorithms: Quicksort">Computer Algorithms: Quicksort </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2012/05/09/you-think-you-know-algorithms-quiz-results-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You think you know &#8230; algorithms?</title>
		<link>/2012/04/11/you-think-you-know-algorithms/</link>
		<comments>/2012/04/11/you-think-you-know-algorithms/#respond</comments>
		<pubDate>Wed, 11 Apr 2012 08:04:34 +0000</pubDate>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
				<category><![CDATA[quiz]]></category>
		<category><![CDATA[algorithms]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Super Quiz]]></category>
		<category><![CDATA[weekly quiz]]></category>

		<guid isPermaLink="false">/?p=3021</guid>
		<description><![CDATA[Note!– By reading this blog you can get the right answers! Loading&#8230; The answers will be published a week after the quiz has started!<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2012/02/29/you-think-you-know-javascript/" rel="bookmark" title="You think you know &#8230; javascript?">You think you know &#8230; javascript? </a></li>
<li><a href="/2012/03/09/you-think-you-know-php/" rel="bookmark" title="You think you know &#8230; PHP?">You think you know &#8230; PHP? </a></li>
<li><a href="/2012/03/07/you-think-you-know-javascript-quiz-results/" rel="bookmark" title="You think you know javascript. Quiz results!">You think you know javascript. Quiz results! </a></li>
<li><a href="/2012/05/09/you-think-you-know-algorithms-quiz-results-2/" rel="bookmark" title="You think you know algorithms. Quiz results!">You think you know algorithms. Quiz results! </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>Note!– By reading this blog you can get the right answers!</p>
<p><iframe src="https://docs.google.com/spreadsheet/embeddedform?formkey=dHh3NkJiOTJYYkVNem9RVTNVWVh0V0E6MQ" width="640" height="1000" frameborder="0" marginheight="0" marginwidth="0">Loading&#8230;</iframe></p>
<p>The answers will be published a week after the quiz has started!</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2012/02/29/you-think-you-know-javascript/" rel="bookmark" title="You think you know &#8230; javascript?">You think you know &#8230; javascript? </a></li>
<li><a href="/2012/03/09/you-think-you-know-php/" rel="bookmark" title="You think you know &#8230; PHP?">You think you know &#8230; PHP? </a></li>
<li><a href="/2012/03/07/you-think-you-know-javascript-quiz-results/" rel="bookmark" title="You think you know javascript. Quiz results!">You think you know javascript. Quiz results! </a></li>
<li><a href="/2012/05/09/you-think-you-know-algorithms-quiz-results-2/" rel="bookmark" title="You think you know algorithms. Quiz results!">You think you know algorithms. Quiz results! </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2012/04/11/you-think-you-know-algorithms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You think you know PHP. Quiz Results!</title>
		<link>/2012/03/16/you-think-you-know-php-quiz-results/</link>
		<comments>/2012/03/16/you-think-you-know-php-quiz-results/#respond</comments>
		<pubDate>Fri, 16 Mar 2012 14:30:11 +0000</pubDate>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
				<category><![CDATA[quiz]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Ello]]></category>
		<category><![CDATA[Foo bar]]></category>
		<category><![CDATA[Foo bar Foo Bar]]></category>
		<category><![CDATA[Foobar]]></category>
		<category><![CDATA[String]]></category>

		<guid isPermaLink="false">/?p=2919</guid>
		<description><![CDATA[With 400+ answers here are the results. First I want to thank you for participating in the quiz and congrats for the 16 users that answered correctly to all the questions! 1. What will be the output of the following code? echo date('Y-m-d', strtotime('-1 month ago')); Error One month ago from the current date and &#8230; <a href="/2012/03/16/you-think-you-know-php-quiz-results/" class="more-link">Continue reading <span class="screen-reader-text">You think you know PHP. Quiz Results!</span> <span class="meta-nav">&#8594;</span></a><div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2012/03/07/you-think-you-know-javascript-quiz-results/" rel="bookmark" title="You think you know javascript. Quiz results!">You think you know javascript. Quiz results! </a></li>
<li><a href="/2012/05/09/you-think-you-know-algorithms-quiz-results-2/" rel="bookmark" title="You think you know algorithms. Quiz results!">You think you know algorithms. Quiz results! </a></li>
<li><a href="/2012/02/29/you-think-you-know-algorithms-quiz-results/" rel="bookmark" title="You think you know algorithms. Quiz results!">You think you know algorithms. Quiz results! </a></li>
<li><a href="/2010/09/17/5-php-string-functions-you-need-to-know/" rel="bookmark" title="5 PHP String Functions You Need to Know">5 PHP String Functions You Need to Know </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>With 400+ answers here are the results. First I want to thank you for participating in the quiz and congrats for the <strong>16</strong> users that answered correctly to all the questions!</p>
<h3>1. What will be the output of the following code?</h3>
<pre lang="PHP">echo date('Y-m-d', strtotime('-1 month ago'));</pre>
<ul>
<li>Error</li>
<li>One month ago from the current date and time</li>
<li>One month in the future from the current date and time <span style="color: #339966;">correct answer</span> (<a href="/2011/11/04/how-to-check-if-a-date-is-more-or-less-than-a-month-ago-with-php/" title="How to Check if a Date is More or Less Than a Month Ago with PHP">ref</a>)</li>
</ul>
<p><figure id="attachment_2925" style="width: 600px" class="wp-caption alignnone"><a href="/wp-content/uploads/2012/03/answer11.png"><img src="/wp-content/uploads/2012/03/answer11.png" alt="Answers of the first question" title="Answers of the first question" width="600" height="371" class="size-full wp-image-2925" srcset="/wp-content/uploads/2012/03/answer11.png 600w, /wp-content/uploads/2012/03/answer11-300x185.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></a><figcaption class="wp-caption-text"> </figcaption></figure><br />
<span id="more-2919"></span></p>
<h3>2. Is it possible to extend an interface with an abstract class?</h3>
<ul>
<li>Yes <span style="color: #339966;">correct answer</span> (<a href="/2011/10/20/some-notes-on-the-object-oriented-model-of-php/" title="Some Notes on the Object-oriented Model of PHP">ref</a>)</li>
<li>No</li>
</ul>
<figure id="attachment_2926" style="width: 600px" class="wp-caption alignnone"><a href="/wp-content/uploads/2012/03/answer21.png"><img src="/wp-content/uploads/2012/03/answer21.png" alt="Answers of the second question" title="Answers of the second question" width="600" height="371" class="size-full wp-image-2926" srcset="/wp-content/uploads/2012/03/answer21.png 600w, /wp-content/uploads/2012/03/answer21-300x185.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></a><figcaption class="wp-caption-text"> </figcaption></figure>
<h3>3. What is the output of the following code?</h3>
<pre lang="PHP">$arr = array(1 => 10, "1" => 20); 
echo count($arr);</pre>
<ul>
<li>Error</li>
<li>0</li>
<li>1 <span style="color: #339966;">correct answer</span> (<a href="/2011/10/19/thing-to-know-about-php-arrays/" title="Thing to Know About PHP Arrays">ref</a>)</li>
<li>2</li>
</ul>
<figure id="attachment_2927" style="width: 600px" class="wp-caption alignnone"><a href="/wp-content/uploads/2012/03/answer31.png"><img src="/wp-content/uploads/2012/03/answer31.png" alt="Answers of the third question" title="Answers of the third question" width="600" height="371" class="size-full wp-image-2927" srcset="/wp-content/uploads/2012/03/answer31.png 600w, /wp-content/uploads/2012/03/answer31-300x185.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></a><figcaption class="wp-caption-text"> </figcaption></figure>
<h3>4. What is the output of the following code?</h3>
<pre lang="PHP">$str = "hello world"; echo $str{1};</pre>
<ul>
<li>An error</li>
<li>h</li>
<li>e <span style="color: #339966;">correct answer</span> (<a href="/2011/08/18/powerful-php-less-known-string-manipulation/" title="Powerful PHP: Less Known String Manipulation">ref</a>)</li>
<li>ello world</li>
</ul>
<figure id="attachment_2928" style="width: 600px" class="wp-caption alignnone"><a href="/wp-content/uploads/2012/03/answer41.png"><img src="/wp-content/uploads/2012/03/answer41.png" alt="Answers of the fourth question" title="Answers of the fourth question" width="600" height="371" class="size-full wp-image-2928" srcset="/wp-content/uploads/2012/03/answer41.png 600w, /wp-content/uploads/2012/03/answer41-300x185.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></a><figcaption class="wp-caption-text"> </figcaption></figure>
<h3>5. What is the output of the following code?</h3>
<pre lang="PHP">
$str = "foo Bar"; 
echo ucwords($str);
</pre>
<ul>
<li>Foo bar</li>
<li>Foo Bar <span style="color: #339966;">correct answer</span> (<a href="/2010/09/17/5-php-string-functions-you-need-to-know/" title="5 PHP String Functions You Need to Know">ref</a>)</li>
<li>FOO BAR</li>
<li>foo bar</li>
</ul>
<figure id="attachment_2924" style="width: 600px" class="wp-caption alignnone"><a href="/wp-content/uploads/2012/03/answer5.png"><img src="/wp-content/uploads/2012/03/answer5.png" alt="Answers of the fifth question" title="Answers of the fifth question" width="600" height="371" class="size-full wp-image-2924" srcset="/wp-content/uploads/2012/03/answer5.png 600w, /wp-content/uploads/2012/03/answer5-300x185.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></a><figcaption class="wp-caption-text"> </figcaption></figure>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2012/03/07/you-think-you-know-javascript-quiz-results/" rel="bookmark" title="You think you know javascript. Quiz results!">You think you know javascript. Quiz results! </a></li>
<li><a href="/2012/05/09/you-think-you-know-algorithms-quiz-results-2/" rel="bookmark" title="You think you know algorithms. Quiz results!">You think you know algorithms. Quiz results! </a></li>
<li><a href="/2012/02/29/you-think-you-know-algorithms-quiz-results/" rel="bookmark" title="You think you know algorithms. Quiz results!">You think you know algorithms. Quiz results! </a></li>
<li><a href="/2010/09/17/5-php-string-functions-you-need-to-know/" rel="bookmark" title="5 PHP String Functions You Need to Know">5 PHP String Functions You Need to Know </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2012/03/16/you-think-you-know-php-quiz-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You think you know &#8230; PHP?</title>
		<link>/2012/03/09/you-think-you-know-php/</link>
		<comments>/2012/03/09/you-think-you-know-php/#comments</comments>
		<pubDate>Fri, 09 Mar 2012 11:44:49 +0000</pubDate>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
				<category><![CDATA[quiz]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">/?p=2871</guid>
		<description><![CDATA[Note!– By reading this blog you can get the right answers! Loading&#8230; The answers will be published a week after the quiz has started!<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2012/02/29/you-think-you-know-javascript/" rel="bookmark" title="You think you know &#8230; javascript?">You think you know &#8230; javascript? </a></li>
<li><a href="/2012/04/11/you-think-you-know-algorithms/" rel="bookmark" title="You think you know &#8230; algorithms?">You think you know &#8230; algorithms? </a></li>
<li><a href="/2012/03/07/you-think-you-know-javascript-quiz-results/" rel="bookmark" title="You think you know javascript. Quiz results!">You think you know javascript. Quiz results! </a></li>
<li><a href="/2012/03/16/you-think-you-know-php-quiz-results/" rel="bookmark" title="You think you know PHP. Quiz Results!">You think you know PHP. Quiz Results! </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p><em><strong>Note!</strong></em>– By reading this blog you can get the right answers!</p>
<p><iframe src="https://docs.google.com/spreadsheet/embeddedform?formkey=dFdienFNQ19Ic1NmSXBjWjhLRHgteEE6MQ" width="760" height="1014" frameborder="0" marginheight="0" marginwidth="0">Loading&#8230;</iframe></p>
<p>The answers will be published a week after the quiz has started!</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2012/02/29/you-think-you-know-javascript/" rel="bookmark" title="You think you know &#8230; javascript?">You think you know &#8230; javascript? </a></li>
<li><a href="/2012/04/11/you-think-you-know-algorithms/" rel="bookmark" title="You think you know &#8230; algorithms?">You think you know &#8230; algorithms? </a></li>
<li><a href="/2012/03/07/you-think-you-know-javascript-quiz-results/" rel="bookmark" title="You think you know javascript. Quiz results!">You think you know javascript. Quiz results! </a></li>
<li><a href="/2012/03/16/you-think-you-know-php-quiz-results/" rel="bookmark" title="You think you know PHP. Quiz Results!">You think you know PHP. Quiz Results! </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2012/03/09/you-think-you-know-php/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>You think you know javascript. Quiz results!</title>
		<link>/2012/03/07/you-think-you-know-javascript-quiz-results/</link>
		<comments>/2012/03/07/you-think-you-know-javascript-quiz-results/#comments</comments>
		<pubDate>Wed, 07 Mar 2012 10:27:37 +0000</pubDate>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
				<category><![CDATA[quiz]]></category>
		<category><![CDATA[Client-side JavaScript]]></category>
		<category><![CDATA[Curly bracket programming languages]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[JavaScript programming language]]></category>
		<category><![CDATA[JavaScript syntax]]></category>
		<category><![CDATA[JScript]]></category>
		<category><![CDATA[Scripting languages]]></category>

		<guid isPermaLink="false">/?p=2854</guid>
		<description><![CDATA[After a week again, the &#8220;You think you know &#8230; JavaScript&#8221; quiz results are on! 1. Which loop is faster in JavaScript? for while correct answer 2. What will be alerted by the code bellow? var str = 'my-'; alert(str.split('-')[1]); Error An empty string correct answer &#8220;-&#8220; &#8220;my&#8221; 3. What is server-side JavaScript? JS scripts &#8230; <a href="/2012/03/07/you-think-you-know-javascript-quiz-results/" class="more-link">Continue reading <span class="screen-reader-text">You think you know javascript. Quiz results!</span> <span class="meta-nav">&#8594;</span></a><div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2012/02/29/you-think-you-know-algorithms-quiz-results/" rel="bookmark" title="You think you know algorithms. Quiz results!">You think you know algorithms. Quiz results! </a></li>
<li><a href="/2012/03/16/you-think-you-know-php-quiz-results/" rel="bookmark" title="You think you know PHP. Quiz Results!">You think you know PHP. Quiz Results! </a></li>
<li><a href="/2012/05/09/you-think-you-know-algorithms-quiz-results-2/" rel="bookmark" title="You think you know algorithms. Quiz results!">You think you know algorithms. Quiz results! </a></li>
<li><a href="/2012/01/24/javascript-performance-for-vs-while/" rel="bookmark" title="JavaScript Performance: for vs. while">JavaScript Performance: for vs. while </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>After a week again, the &#8220;You think you know &#8230; JavaScript&#8221; quiz results are on!</p>
<p><strong>1. Which loop is faster in JavaScript?</strong></p>
<ul>
<li>for</li>
<li>while <span style="color: #339966;">correct answer</span></li>
</ul>
<p><figure id="attachment_2883" style="width: 600px" class="wp-caption alignnone"><a href="/wp-content/uploads/2012/03/answer1.png"><img src="/wp-content/uploads/2012/03/answer1.png" alt="Answers of the first question chart" title="Answers of the first question chart" width="600" height="371" class="size-full wp-image-2883" srcset="/wp-content/uploads/2012/03/answer1.png 600w, /wp-content/uploads/2012/03/answer1-300x185.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></a><figcaption class="wp-caption-text"> </figcaption></figure><br />
<span id="more-2854"></span><br />
<strong>2. What will be alerted by the code bellow? </strong></p>
<pre lang="javascript">var str = 'my-'; alert(str.split('-')[1]);</pre>
<ul>
<li>Error</li>
<li>An empty string <span style="color: #339966;">correct answer</span></li>
<li>&#8220;-&#8220;</li>
<li>&#8220;my&#8221;</li>
</ul>
<figure id="attachment_2885" style="width: 600px" class="wp-caption alignnone"><a href="/wp-content/uploads/2012/03/answer2.png"><img src="/wp-content/uploads/2012/03/answer2.png" alt="Answers of the second question chart" title="Answers of the second question chart" width="600" height="371" class="size-full wp-image-2885" srcset="/wp-content/uploads/2012/03/answer2.png 600w, /wp-content/uploads/2012/03/answer2-300x185.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></a><figcaption class="wp-caption-text"> </figcaption></figure>
<p><strong>3. What is server-side JavaScript?</strong></p>
<ul>
<li>JS scripts files placed on the server that can be publicly accessed by the client</li>
<li>JS engine running on the server accessible via http <span style="color: #339966;">correct answer</span></li>
</ul>
<figure id="attachment_2887" style="width: 600px" class="wp-caption alignnone"><a href="/wp-content/uploads/2012/03/answer3.png"><img src="/wp-content/uploads/2012/03/answer3.png" alt="Answers of the third question chart" title="Answers of the third question chart" width="600" height="371" class="size-full wp-image-2887" srcset="/wp-content/uploads/2012/03/answer3.png 600w, /wp-content/uploads/2012/03/answer3-300x185.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></a><figcaption class="wp-caption-text">90.91% right answers</figcaption></figure>
<p><strong>4. Is it possible to have private and public methods in a JavaScript object</strong></p>
<ul>
<li>Yes <span style="color: #339966;">correct answer</span></li>
<li>No</li>
</ul>
<figure id="attachment_2889" style="width: 540px" class="wp-caption alignnone"><a href="/wp-content/uploads/2012/03/answer4.png"><img src="/wp-content/uploads/2012/03/answer4.png" alt="Answers of the fourth question chart" title="Answers of the fourth question chart" width="540" height="331" class="size-full wp-image-2889" srcset="/wp-content/uploads/2012/03/answer4.png 540w, /wp-content/uploads/2012/03/answer4-300x183.png 300w" sizes="(max-width: 540px) 100vw, 540px" /></a><figcaption class="wp-caption-text">54.55% answered with the right answer!</figcaption></figure>
<p><em>Note that the quiz will remain open, but no results will be published!</em></p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2012/02/29/you-think-you-know-algorithms-quiz-results/" rel="bookmark" title="You think you know algorithms. Quiz results!">You think you know algorithms. Quiz results! </a></li>
<li><a href="/2012/03/16/you-think-you-know-php-quiz-results/" rel="bookmark" title="You think you know PHP. Quiz Results!">You think you know PHP. Quiz Results! </a></li>
<li><a href="/2012/05/09/you-think-you-know-algorithms-quiz-results-2/" rel="bookmark" title="You think you know algorithms. Quiz results!">You think you know algorithms. Quiz results! </a></li>
<li><a href="/2012/01/24/javascript-performance-for-vs-while/" rel="bookmark" title="JavaScript Performance: for vs. while">JavaScript Performance: for vs. while </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2012/03/07/you-think-you-know-javascript-quiz-results/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>You think you know algorithms. Quiz results!</title>
		<link>/2012/02/29/you-think-you-know-algorithms-quiz-results/</link>
		<comments>/2012/02/29/you-think-you-know-algorithms-quiz-results/#respond</comments>
		<pubDate>Wed, 29 Feb 2012 13:27:43 +0000</pubDate>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
				<category><![CDATA[quiz]]></category>
		<category><![CDATA[algorithms]]></category>
		<category><![CDATA[answers]]></category>
		<category><![CDATA[results]]></category>

		<guid isPermaLink="false">/?p=2790</guid>
		<description><![CDATA[1. Which is the fastest searching algorithm? Jump search Binary search correct answer Interpolation search 2. What is the complexity of binary search? O(log(n*n)) O(log(n)) correct answer O(n*log(n)) 3. Which search algorithm is faster? Binary search correct answer Fibonacci search 4. Which is better for natural language encoding? Run-length encoding Diagram encoding Pattern substitution correct &#8230; <a href="/2012/02/29/you-think-you-know-algorithms-quiz-results/" class="more-link">Continue reading <span class="screen-reader-text">You think you know algorithms. Quiz results!</span> <span class="meta-nav">&#8594;</span></a><div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2012/05/09/you-think-you-know-algorithms-quiz-results-2/" rel="bookmark" title="You think you know algorithms. Quiz results!">You think you know algorithms. Quiz results! </a></li>
<li><a href="/2012/03/07/you-think-you-know-javascript-quiz-results/" rel="bookmark" title="You think you know javascript. Quiz results!">You think you know javascript. Quiz results! </a></li>
<li><a href="/2012/03/16/you-think-you-know-php-quiz-results/" rel="bookmark" title="You think you know PHP. Quiz Results!">You think you know PHP. Quiz Results! </a></li>
<li><a href="/2012/01/02/computer-algorithms-interpolation-search/" rel="bookmark" title="Computer Algorithms: Interpolation Search">Computer Algorithms: Interpolation Search </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p><strong>1. Which is the fastest searching algorithm?</strong></p>
<ul>
<li>Jump search</li>
<li>Binary search <span style="color: #339966;">correct answer</span></li>
<li>Interpolation search</li>
</ul>
<p><figure id="attachment_2824" style="width: 600px" class="wp-caption alignnone"><a href="/wp-content/uploads/2012/02/answer2.png"><img class="size-full wp-image-2824" title="Which is the fastest searching algorithm?" src="/wp-content/uploads/2012/02/answer2.png" alt="Which is the fastest searching algorithm?" width="600" height="371" srcset="/wp-content/uploads/2012/02/answer2.png 600w, /wp-content/uploads/2012/02/answer2-300x185.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></a><figcaption class="wp-caption-text"> </figcaption></figure><br />
<span id="more-2790"></span><br />
<strong>2. What is the complexity of binary search?</strong></p>
<ul>
<li>O(log(n*n))</li>
<li>O(log(n)) <span style="color: #339966;">correct answer</span></li>
<li>O(n*log(n))</li>
</ul>
<figure id="attachment_2822" style="width: 600px" class="wp-caption alignnone"><a href="/wp-content/uploads/2012/02/answer1.png"><img src="/wp-content/uploads/2012/02/answer1.png" alt="What is the complexity of binary search?" title="AWhat is the complexity of binary search?" width="600" height="371" class="size-full wp-image-2822" srcset="/wp-content/uploads/2012/02/answer1.png 600w, /wp-content/uploads/2012/02/answer1-300x185.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></a><figcaption class="wp-caption-text"> </figcaption></figure>
<p><strong>3. Which search algorithm is faster?</strong></p>
<ul>
<li>Binary search <span style="color: #339966;">correct answer</span></li>
<li>Fibonacci search</li>
</ul>
<figure id="attachment_2833" style="width: 600px" class="wp-caption alignnone"><a href="/wp-content/uploads/2012/02/answer3.png"><img src="/wp-content/uploads/2012/02/answer3.png" alt="Which search algorithm is faster?" title="Which search algorithm is faster?" width="600" height="371" class="size-full wp-image-2833" srcset="/wp-content/uploads/2012/02/answer3.png 600w, /wp-content/uploads/2012/02/answer3-300x185.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></a><figcaption class="wp-caption-text"> </figcaption></figure>
<p><strong>4. Which is better for natural language encoding?</strong></p>
<ul>
<li>Run-length encoding</li>
<li>Diagram encoding</li>
<li>Pattern substitution <span style="color: #339966;">correct answer</span></li>
</ul>
<figure id="attachment_2834" style="width: 600px" class="wp-caption alignnone"><a href="/wp-content/uploads/2012/02/answer4.png"><img src="/wp-content/uploads/2012/02/answer4.png" alt="Which is better for natural language encoding?" title="Which is better for natural language encoding?" width="600" height="371" class="size-full wp-image-2834" srcset="/wp-content/uploads/2012/02/answer4.png 600w, /wp-content/uploads/2012/02/answer4-300x185.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></a><figcaption class="wp-caption-text"> </figcaption></figure>
<p><strong>5. What is the complexity of searching into a hash table?</strong></p>
<ul>
<li>Quadratic</li>
<li>Logaritmic</li>
<li>Linear</li>
</ul>
<p><em>Note! &#8211; here (my fault) there&#8217;s no correct answer. The correct answer is that searching into a hash table has constant complexity &#8211; O(1). However I&#8217;ll assume that all of you that answered with &#8220;Linear&#8221; are right!</em></p>
<figure id="attachment_2835" style="width: 600px" class="wp-caption alignnone"><a href="/wp-content/uploads/2012/02/answer5.png"><img src="/wp-content/uploads/2012/02/answer5.png" alt="What is the complexity of searching into a hash table?" title="What is the complexity of searching into a hash table?" width="600" height="371" class="size-full wp-image-2835" srcset="/wp-content/uploads/2012/02/answer5.png 600w, /wp-content/uploads/2012/02/answer5-300x185.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></a><figcaption class="wp-caption-text"> </figcaption></figure>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2012/05/09/you-think-you-know-algorithms-quiz-results-2/" rel="bookmark" title="You think you know algorithms. Quiz results!">You think you know algorithms. Quiz results! </a></li>
<li><a href="/2012/03/07/you-think-you-know-javascript-quiz-results/" rel="bookmark" title="You think you know javascript. Quiz results!">You think you know javascript. Quiz results! </a></li>
<li><a href="/2012/03/16/you-think-you-know-php-quiz-results/" rel="bookmark" title="You think you know PHP. Quiz Results!">You think you know PHP. Quiz Results! </a></li>
<li><a href="/2012/01/02/computer-algorithms-interpolation-search/" rel="bookmark" title="Computer Algorithms: Interpolation Search">Computer Algorithms: Interpolation Search </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2012/02/29/you-think-you-know-algorithms-quiz-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You think you know &#8230; javascript?</title>
		<link>/2012/02/29/you-think-you-know-javascript/</link>
		<comments>/2012/02/29/you-think-you-know-javascript/#respond</comments>
		<pubDate>Wed, 29 Feb 2012 13:25:09 +0000</pubDate>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
				<category><![CDATA[quiz]]></category>
		<category><![CDATA[javascirpt]]></category>
		<category><![CDATA[poll]]></category>

		<guid isPermaLink="false">/?p=2809</guid>
		<description><![CDATA[Note! – By reading this blog you can get the right answers! Loading&#8230; The answers will be published a week after the quiz has started!<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2012/04/11/you-think-you-know-algorithms/" rel="bookmark" title="You think you know &#8230; algorithms?">You think you know &#8230; algorithms? </a></li>
<li><a href="/2012/03/09/you-think-you-know-php/" rel="bookmark" title="You think you know &#8230; PHP?">You think you know &#8230; PHP? </a></li>
<li><a href="/2012/03/07/you-think-you-know-javascript-quiz-results/" rel="bookmark" title="You think you know javascript. Quiz results!">You think you know javascript. Quiz results! </a></li>
<li><a href="/2010/02/27/javascript-a-global-this/" rel="bookmark" title="JavaScript: a global this?!">JavaScript: a global this?! </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>Note! – By reading this blog you can get the right answers!</p>
<p><iframe src="https://docs.google.com/spreadsheet/embeddedform?formkey=dGpPRWttaTVOX2JVbFJvNDBUNG92TUE6MQ" width="640" height="700" frameborder="0" marginheight="0" marginwidth="0">Loading&#8230;</iframe></p>
<p>The answers will be published a week after the quiz has started!</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2012/04/11/you-think-you-know-algorithms/" rel="bookmark" title="You think you know &#8230; algorithms?">You think you know &#8230; algorithms? </a></li>
<li><a href="/2012/03/09/you-think-you-know-php/" rel="bookmark" title="You think you know &#8230; PHP?">You think you know &#8230; PHP? </a></li>
<li><a href="/2012/03/07/you-think-you-know-javascript-quiz-results/" rel="bookmark" title="You think you know javascript. Quiz results!">You think you know javascript. Quiz results! </a></li>
<li><a href="/2010/02/27/javascript-a-global-this/" rel="bookmark" title="JavaScript: a global this?!">JavaScript: a global this?! </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2012/02/29/you-think-you-know-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
