<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Arrays - Session 1 by dina sar</title>
      <link>https://padlet.com/dinna_sarris/du9cpmngja62</link>
      <description>Made with wonder</description>
      <language>en-us</language>
      <pubDate>2017-04-08 17:30:07 UTC</pubDate>
      <lastBuildDate>2026-01-02 00:41:16 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Post your answers for the following questions.</title>
         <author>dinna_sarris</author>
         <link>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165517549</link>
         <description><![CDATA[<div>1. What is an array? Provide an example of an array.<br>2. How to represent an element in an array?</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-08 17:31:48 UTC</pubDate>
         <guid>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165517549</guid>
      </item>
      <item>
         <title>Fatma Abdulwahid</title>
         <author></author>
         <link>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165532984</link>
         <description><![CDATA[<div>1)An <em>array</em> is a container object that holds a fixed number of values of a single type.&nbsp; an example:store a fixed-size sequential collection of elements of the same type.&nbsp;</div><div>2)An element is accessed by indexing the array name. This is done by placing the index of the element within square brackets after the name of the array.&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-09 03:47:25 UTC</pubDate>
         <guid>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165532984</guid>
      </item>
      <item>
         <title>Raham </title>
         <author></author>
         <link>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165532989</link>
         <description><![CDATA[<div>1) An array is used to store a collection of data, but it is often more useful to think of an array as a collection of variables of the same type.<br>( example) :&nbsp;</div><pre>arrayRefVar = new dataType[arraySize];

2)Each item in an array is called an <em>element</em>, and each element is accessed by its numerical <em>index</em>. As shown in the preceding illustration, numbering begins with 0. The 9th element, for example, would therefore be accessed at index 8.</pre>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-09 03:47:38 UTC</pubDate>
         <guid>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165532989</guid>
      </item>
      <item>
         <title>Meera AlHosani</title>
         <author></author>
         <link>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165532992</link>
         <description><![CDATA[<div>1)An <em>array</em> is a container object that holds a fixed number of values of a single type OR a collection of variables of the same type.</div><div>2) An element is accessed by indexing the array name. This is done by placing the index of the element within square brackets after the name of the array.&nbsp;</div>]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/190746678/abe3418fa47b3b105e60f795e6f67fb1/Screen_Shot_2017_04_09_at_7_52_44_AM.png" />
         <pubDate>2017-04-09 03:47:42 UTC</pubDate>
         <guid>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165532992</guid>
      </item>
      <item>
         <title>haikha Alzaabi</title>
         <author></author>
         <link>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165532994</link>
         <description><![CDATA[<div> an <strong>array</strong> is a group of related data values (called <a href="http://www.computerhope.com/jargon/e/element.htm">elements</a>) that are grouped together.<br><br>EX:-<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-09 03:47:45 UTC</pubDate>
         <guid>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165532994</guid>
      </item>
      <item>
         <title>shaikha ahmed </title>
         <author></author>
         <link>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165532997</link>
         <description><![CDATA[<div>An <strong>array</strong> is a container object that holds a fixed number of values of a single  type .<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-09 03:47:49 UTC</pubDate>
         <guid>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165532997</guid>
      </item>
      <item>
         <title>Ghadeer</title>
         <author></author>
         <link>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165533002</link>
         <description><![CDATA[<div>a series of <a href="http://www.webopedia.com/TERM/O/object.html">objects</a> all of which are the same size and type. ex: you could have an array of <a href="http://www.webopedia.com/TERM/I/integer.html">integers</a> or an array of <a href="http://www.webopedia.com/TERM/C/character.html">characters</a> or an array of anything that has a defined <a href="http://www.webopedia.com/TERM/D/data_type.html">data type</a>.<br><br>The entire array is <a href="http://www.webopedia.com/TERM/S/store.html">stored</a> <a href="http://www.webopedia.com/TERM/C/contiguous.html">contiguously</a> in <a href="http://www.webopedia.com/TERM/M/memory.html">memory</a><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-09 03:48:05 UTC</pubDate>
         <guid>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165533002</guid>
      </item>
      <item>
         <title>Hajer Majed</title>
         <author></author>
         <link>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165533006</link>
         <description><![CDATA[<div>Array is a collection of data items that can be selected by indices computed at run-time.<br>Example:<br>&nbsp; a[3]=40; &nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-09 03:48:09 UTC</pubDate>
         <guid>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165533006</guid>
      </item>
      <item>
         <title>Marwa Alshouq</title>
         <author></author>
         <link>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165533010</link>
         <description><![CDATA[<pre><strong><sup>1</sup></strong>*An <strong>array</strong> is a group of related data values (called <a href="http://www.computerhope.com/jargon/e/element.htm">elements</a>) that are grouped together. </pre><div>*All of the array elements must be the same data type. ex: <strong>var cars = ["Saab", "Volvo", "BMW"];<br><br>2-&nbsp;</strong>you refer to an array element by referring to the index number.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-09 03:48:19 UTC</pubDate>
         <guid>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165533010</guid>
      </item>
      <item>
         <title>Mahra Alhosani</title>
         <author></author>
         <link>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165533011</link>
         <description><![CDATA[<div>1) <br>An <strong>array</strong> is a container object that holds a fixed number of values of a single type.<br><br><br></div><pre>2) 
arrayRefVar = new dataType[arraySize];</pre><div>&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-09 03:48:19 UTC</pubDate>
         <guid>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165533011</guid>
      </item>
      <item>
         <title>badriya salem </title>
         <author></author>
         <link>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165533020</link>
         <description><![CDATA[<div>1-its an container object that holds a fixed number of a single type<br>2-by accessing the values by referring to an index number</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-09 03:48:37 UTC</pubDate>
         <guid>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165533020</guid>
      </item>
      <item>
         <title>Meera Yaser</title>
         <author></author>
         <link>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165533024</link>
         <description><![CDATA[<div>1.An array is a data structure that contains a group of elements. Typically these elements are all of the same <a href="https://techterms.com/definition/datatype">data type</a>, such as an <a href="https://techterms.com/definition/integer">integer</a> or <a href="https://techterms.com/definition/string">string</a>. Arrays are commonly used in computer programs to organize data so that a related set of values can be easily sorted or searched.<br>2.You refer to an array element by referring to the <strong>index number</strong>.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-09 03:48:44 UTC</pubDate>
         <guid>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165533024</guid>
      </item>
      <item>
         <title>Abeer Aljunaibi</title>
         <author></author>
         <link>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165533026</link>
         <description><![CDATA[<div>1) an <strong>array</strong> is a group of related data values (called <a href="http://www.computerhope.com/jargon/e/element.htm">elements</a>) that are grouped together. All of the array elements must be the same data type. <br>2) you can access the values by referring to an index number.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-09 03:48:48 UTC</pubDate>
         <guid>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165533026</guid>
      </item>
      <item>
         <title>Noura Alameri</title>
         <author>st1012140156</author>
         <link>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165533051</link>
         <description><![CDATA[<div>1-An <em>array</em> is a container object that holds a fixed number of values of a single type. (an example of arrays, in the main method of the "Hello World!" application)<br>2- you refer to an array element by referring to the index number.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-09 03:50:12 UTC</pubDate>
         <guid>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165533051</guid>
      </item>
      <item>
         <title>Fatema Mohamed</title>
         <author></author>
         <link>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165533090</link>
         <description><![CDATA[<div>it stores a fixed-size sequential collection of elements of the same type .It is used to store a collection of data.&nbsp;<br><br>dataType[] arrayRefVar&nbsp; &nbsp; &nbsp; = new dataType[arraySize];</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-09 03:52:10 UTC</pubDate>
         <guid>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165533090</guid>
      </item>
      <item>
         <title>Fatima ali</title>
         <author></author>
         <link>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165533170</link>
         <description><![CDATA[<div><strong>Java array</strong> is an object the contains elements of similar data type. It is a data structure where we store similar elements. We can store only fixed set of elements in a java array.<br><br></div><div>Array in java is index based, first element of the array is stored at 0 index.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-09 03:55:28 UTC</pubDate>
         <guid>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165533170</guid>
      </item>
      <item>
         <title>alaa waleed</title>
         <author></author>
         <link>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165534626</link>
         <description><![CDATA[<div>1) An array is a container object that holds a fixed number of values of a single&nbsp; type .&nbsp;<br>EXAMPLE : a[3]=40.<br><br>2) you refer to an array element by referring to the index number.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-09 05:10:50 UTC</pubDate>
         <guid>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165534626</guid>
      </item>
      <item>
         <title>shouq </title>
         <author></author>
         <link>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165534637</link>
         <description><![CDATA[<div>1. series of objects all of which are the same size and type. Each object in an <strong>array</strong> is called an <strong>array</strong> element. For example, you could have an <strong>array</strong>of integers or an <strong>array</strong> of characters or an <strong>array</strong> of anything that has a <strong>defined</strong> data type.<br>2. you refer to an array element by referring to the index number.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-09 05:11:22 UTC</pubDate>
         <guid>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165534637</guid>
      </item>
      <item>
         <title>Alya Suhail  11.</title>
         <author></author>
         <link>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165534639</link>
         <description><![CDATA[<div>1)<br>An array is a data structure that contains a group of elements. Typically these elements are all of the same <a href="https://techterms.com/definition/datatype">data type</a>, such as an <a href="https://techterms.com/definition/integer">integer</a> or <a href="https://techterms.com/definition/string">string</a>.<br>EX:<br>arrayname[0] = "This ";<br>arrayname[1] = "is ";<br>arrayname[2] = "pretty simple.";<br>print arrayname[0];<br>print arrayname[1];<br>print arrayname[2]<br>2)<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-09 05:11:27 UTC</pubDate>
         <guid>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165534639</guid>
      </item>
      <item>
         <title>Shouq Fahad</title>
         <author></author>
         <link>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165534640</link>
         <description><![CDATA[<div>1)An <strong>array</strong> is a data structure that consists of an ordered collection of similar items<br>ex : [  ]<br>2)you refer to an array by referring to the index number.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-09 05:11:30 UTC</pubDate>
         <guid>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165534640</guid>
      </item>
      <item>
         <title>nowrah abdullah </title>
         <author></author>
         <link>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165534646</link>
         <description><![CDATA[<div>holds a fixed number of values of a single type.<br><br>we create array by this statement <br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-09 05:11:40 UTC</pubDate>
         <guid>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165534646</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165534659</link>
         <description><![CDATA[<div>√</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-09 05:12:24 UTC</pubDate>
         <guid>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165534659</guid>
      </item>
      <item>
         <title>Noof Mohamed</title>
         <author></author>
         <link>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165534660</link>
         <description><![CDATA[<div> An array is used to store a collection of data, but it is often more useful to think of an array as a collection of variables of the same type</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-09 05:12:25 UTC</pubDate>
         <guid>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165534660</guid>
      </item>
      <item>
         <title>11-2 Atheer</title>
         <author></author>
         <link>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165534662</link>
         <description><![CDATA[<div>1- An <em>array</em> is a container object that holds a fixed number of values of a single type , EX: ex: <strong>var cars = ["Saab", "Volvo", "BMW"];<br><br>2- </strong>Array in java is index based, first element of the array is stored at 0 index.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-09 05:12:29 UTC</pubDate>
         <guid>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165534662</guid>
      </item>
      <item>
         <title>Maha Alkaabi</title>
         <author></author>
         <link>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165534663</link>
         <description><![CDATA[<div>&nbsp;1- Array: container that holds data items that can be selected by indices computed at run-time.<br>Example:<br>&nbsp;&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-09 05:12:31 UTC</pubDate>
         <guid>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165534663</guid>
      </item>
      <item>
         <title>shamma awadh</title>
         <author></author>
         <link>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165534666</link>
         <description><![CDATA[<div>container object that holds a fixed number of values of a single type.all arrayy elements must be the same data type.<br><br>An element is accessed by indexing the array name. This is done by placing the index of the element within square brackets after the name of the array. <br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-09 05:12:33 UTC</pubDate>
         <guid>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165534666</guid>
      </item>
      <item>
         <title>taif alhammad</title>
         <author></author>
         <link>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165534670</link>
         <description><![CDATA[<div>1)  is an object the contains elements of similar data type.<br>2) by referring to the index number<br>)) </div><ul><li>int a[10];       // integer array</li><li>char b[10];    // character array   i.e. string</li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-09 05:12:45 UTC</pubDate>
         <guid>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165534670</guid>
      </item>
      <item>
         <title>alyazia ahmed </title>
         <author></author>
         <link>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165534716</link>
         <description><![CDATA[<div>an array is a data structure that has ordered collection of similer items&nbsp;<br><br>you refer to an array element to the index number&nbsp;<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-09 05:15:12 UTC</pubDate>
         <guid>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165534716</guid>
      </item>
      <item>
         <title>malak</title>
         <author></author>
         <link>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165534719</link>
         <description><![CDATA[<div>An <em>array</em> is a container object that holds a fixed number of values of a single type.</div><div>dataType[] arrayRefVar      = new dataType[arraySize]</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-09 05:15:14 UTC</pubDate>
         <guid>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165534719</guid>
      </item>
      <item>
         <title>Maha Alkaabi</title>
         <author></author>
         <link>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165534754</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-04-09 05:17:04 UTC</pubDate>
         <guid>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165534754</guid>
      </item>
      <item>
         <title>Shamsa Alhosani</title>
         <author></author>
         <link>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165534802</link>
         <description><![CDATA[<div>1)An <em>array</em> is a container object that holds a fixed number of values of a single type.</div><div>2)Each item in an array is called an <em>element</em>, and each element is accessed by its numerical <em>index</em>.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-04-09 05:19:36 UTC</pubDate>
         <guid>https://padlet.com/dinna_sarris/du9cpmngja62/wish/165534802</guid>
      </item>
   </channel>
</rss>
