<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://www.categories.acsl.org/wiki/index.php?action=history&amp;feed=atom&amp;title=My_test_page</id>
	<title>My test page - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://www.categories.acsl.org/wiki/index.php?action=history&amp;feed=atom&amp;title=My_test_page"/>
	<link rel="alternate" type="text/html" href="http://www.categories.acsl.org/wiki/index.php?title=My_test_page&amp;action=history"/>
	<updated>2026-04-23T16:57:02Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>http://www.categories.acsl.org/wiki/index.php?title=My_test_page&amp;diff=651&amp;oldid=prev</id>
		<title>Marc: Created page with &quot;This is a &#039;&#039;&#039;bold&#039;&#039;&#039; statement and here is another &#039;&#039;&#039;very bold&#039;&#039;&#039; two words.  Each contest in the Elementary Division consists of 5 short answer questions covering one topic...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.categories.acsl.org/wiki/index.php?title=My_test_page&amp;diff=651&amp;oldid=prev"/>
		<updated>2020-07-28T18:27:13Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This is a &amp;#039;&amp;#039;&amp;#039;bold&amp;#039;&amp;#039;&amp;#039; statement and here is another &amp;#039;&amp;#039;&amp;#039;very bold&amp;#039;&amp;#039;&amp;#039; two words.  Each contest in the Elementary Division consists of 5 short answer questions covering one topic...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This is a &amp;#039;&amp;#039;&amp;#039;bold&amp;#039;&amp;#039;&amp;#039; statement and here is another &amp;#039;&amp;#039;&amp;#039;very bold&amp;#039;&amp;#039;&amp;#039; two words.&lt;br /&gt;
&lt;br /&gt;
Each contest in the Elementary Division consists of 5 short answer questions covering one topic each contest; the topic for each contest is listed below.  The time limit for the 5-question test is 30 minutes. More information about this division is available in this presentation.&lt;br /&gt;
&lt;br /&gt;
​== This is section header==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Each contest in the Junior, Intermediate, and Senior Divisions has two parts: a take home 72-hour time limit programming problem and a set of short answer questions.  Each short answer test consists  of 2 questions on each of the first two topics listed below and 1 question on the third topic for a total of 5 questions.  The time limit for the 5 question test is 30 minutes.&lt;br /&gt;
&lt;br /&gt;
=== THis is a subsectino ===&lt;br /&gt;
&lt;br /&gt;
Mastering this topic is essential for systems programming, programming in assembly language, optimizing code, and hardware design.&lt;br /&gt;
&lt;br /&gt;
== Operators ==&lt;br /&gt;
&lt;br /&gt;
=== Bitwise Operators ===&lt;br /&gt;
&lt;br /&gt;
The logical operators are  &amp;#039;&amp;#039;&amp;#039;not&amp;#039;&amp;#039;&amp;#039; (~ or $\neg$), &amp;#039;&amp;#039;&amp;#039;and&amp;#039;&amp;#039;&amp;#039; (&amp;amp;), &amp;#039;&amp;#039;&amp;#039;or&amp;#039;&amp;#039;&amp;#039; (|), and &amp;#039;&amp;#039;&amp;#039;xor&amp;#039;&amp;#039;&amp;#039; ($\oplus$). These operators should be familiar to ACSL students from the [[Boolean Algebra]] and [[Digital Electronics]] categories.&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;not&amp;#039;&amp;#039;&amp;#039; is a unary operator that performs logical negation on each bit. Bits that are 0 become 1, and those that are 1 become 0. For example: ~101110 has a value of 010001.&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;and&amp;#039;&amp;#039;&amp;#039; is a binary operator that performs the logical &amp;#039;&amp;#039;&amp;#039;and&amp;#039;&amp;#039;&amp;#039; of each bit in each of its operands.  The &amp;#039;&amp;#039;&amp;#039;and&amp;#039;&amp;#039;&amp;#039; of two values is 1 only if both values are 1. For example, &amp;#039;&amp;#039;&amp;#039;1011011 and 011001&amp;#039;&amp;#039;&amp;#039; has a value of &amp;#039;&amp;#039;&amp;#039;001001&amp;#039;&amp;#039;&amp;#039;. The &amp;#039;&amp;#039;&amp;#039;and&amp;#039;&amp;#039;&amp;#039; function is often used to isolate the value of a bit in a bit-string or to clear the value of a bit in a bit-string.&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;or&amp;#039;&amp;#039;&amp;#039; is a binary operator that performs the logical &amp;#039;&amp;#039;&amp;#039;or&amp;#039;&amp;#039;&amp;#039; of each bit in each of its operands. The &amp;#039;&amp;#039;&amp;#039;or&amp;#039;&amp;#039;&amp;#039; of two values is 1 only if one or both values are 1. For example, &amp;#039;&amp;#039;&amp;#039;1011011 or 011001&amp;#039;&amp;#039;&amp;#039; has a value of &amp;#039;&amp;#039;&amp;#039;111011&amp;#039;&amp;#039;&amp;#039;. The &amp;#039;&amp;#039;&amp;#039;or&amp;#039;&amp;#039;&amp;#039; function is often use to force the value of a bit in a bit-string to be 1, if it isn&amp;#039;t already.&lt;/div&gt;</summary>
		<author><name>Marc</name></author>
	</entry>
</feed>