<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://cs.indstate.edu/web/index.php?action=history&amp;feed=atom&amp;title=CS_Terms_-_Getting_Started</id>
	<title>CS Terms - Getting Started - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://cs.indstate.edu/web/index.php?action=history&amp;feed=atom&amp;title=CS_Terms_-_Getting_Started"/>
	<link rel="alternate" type="text/html" href="https://cs.indstate.edu/web/index.php?title=CS_Terms_-_Getting_Started&amp;action=history"/>
	<updated>2026-04-14T16:10:18Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://cs.indstate.edu/web/index.php?title=CS_Terms_-_Getting_Started&amp;diff=173&amp;oldid=prev</id>
		<title>Jkinne: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://cs.indstate.edu/web/index.php?title=CS_Terms_-_Getting_Started&amp;diff=173&amp;oldid=prev"/>
		<updated>2025-08-17T13:22:14Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 13:22, 17 August 2025&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key wiki2:diff:1.41:old-172:rev-173 --&gt;
&lt;/table&gt;</summary>
		<author><name>Jkinne</name></author>
	</entry>
	<entry>
		<id>https://cs.indstate.edu/web/index.php?title=CS_Terms_-_Getting_Started&amp;diff=172&amp;oldid=prev</id>
		<title>wiki_previous&gt;Jkinne at 02:26, 7 January 2020</title>
		<link rel="alternate" type="text/html" href="https://cs.indstate.edu/web/index.php?title=CS_Terms_-_Getting_Started&amp;diff=172&amp;oldid=prev"/>
		<updated>2020-01-07T02:26:25Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[https://www.khanacademy.org/computing/ap-computer-science-principles Khan Academy AP CS Principles] and [https://www.khanacademy.org/computing/computer-science Khan Academy Computing] are good resources to learn and refresh some of this information.&lt;br /&gt;
&lt;br /&gt;
=Storage=&lt;br /&gt;
* bit is 0 or 1, stands for “binary digit”&lt;br /&gt;
* byte is 8 bits, written for example like 1001 0101&lt;br /&gt;
* B - abbreviation for byte&lt;br /&gt;
* b - abbreviation for bit&lt;br /&gt;
* KB - kilobyte, 1000 bytes&lt;br /&gt;
* MB - megabyte, 1 million bytes&lt;br /&gt;
* GB - gigabyte, 1 billion bytes&lt;br /&gt;
* TB - terabyte, 1 trillion bytes&lt;br /&gt;
&lt;br /&gt;
=Base systems=&lt;br /&gt;
* Able to convert between decimal, binary, hexadecimal, octal&lt;br /&gt;
* 15 = 1111 binary = F hex&lt;br /&gt;
* 255 = 1111 1111 binary = FF hex&lt;br /&gt;
* unsigned 8 bit integer ranges from 0 to 255&lt;br /&gt;
* signed 8 bit integer is between -128 and 127&lt;br /&gt;
* unsigned 32 bit integer ranges from 0 to  2&amp;lt;sup&amp;gt;32&amp;lt;/sup&amp;gt;-1, about 4 billion&lt;br /&gt;
* signed 32 bit integer ranges from -2&amp;lt;sup&amp;gt;31&amp;lt;/sup&amp;gt; to 2&amp;lt;sup&amp;gt;31&amp;lt;/sup&amp;gt;-1, about +/-2 billion&lt;br /&gt;
* unsigned k bit integer at most 2&amp;lt;sup&amp;gt;k&amp;lt;/sup&amp;gt;-1&lt;br /&gt;
&lt;br /&gt;
=Computer components=&lt;br /&gt;
* RAM - random access memory.  The kind of memory used in computers, random access means any part of memory can be accessed without having to look at the rest of memory (same amount of time to look up any part of RAM).&lt;br /&gt;
* Hard drive / Hard disk - one of the two main long-term storage used in most computers.  Physically, data is stored on magnetic platters that spin around very fast (spinning much like CD/DVD/record players)&lt;br /&gt;
* Solid state drive - the other main long-term storage used in most computers.  Physically, data is normally stored in flash memory.  SSDs are typically faster than HDDs but more expensive and have different error behavior.  &lt;br /&gt;
* CPU - central processing unit - the part of the computer that is &amp;quot;in charge&amp;quot;.  Executes programs that are in &amp;quot;machine code&amp;quot;.&lt;br /&gt;
* input devices - used to bring data into the computer - hard drive, keyboard, mouse, touch screen, modem&lt;br /&gt;
* output devices - computer sends data out to these - hard drive, screen, printer&lt;/div&gt;</summary>
		<author><name>wiki_previous&gt;Jkinne</name></author>
	</entry>
</feed>