<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>CP1-004 by Cyril Anthoni</title>
      <link>https://padlet.com/cyrilant1/CP1004</link>
      <description>CP1-Programming</description>
      <language>en-us</language>
      <pubDate>2018-03-06 08:25:31 UTC</pubDate>
      <lastBuildDate>2025-09-24 04:43:04 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>YUSUF TAHA</title>
         <author></author>
         <link>https://padlet.com/cyrilant1/CP1004/wish/238602210</link>
         <description><![CDATA[<div>Answers E-1.3<br>a: High Level Language is designed to make programming tasks easier for humans to understand and do/compile, While Low Level/Machine language is designed for Computers to understand/Compile through CPU.<br><br>b: JavaByte code is basically the result of the compiled Java Code we write,it is useful as it can be processed by the Java Virtual Machine.<br><br>c: Case Sensitive means that UpperCase or LowerCase letters are counted, if you wrote the wrong letter it will not work properly.<br><br><br>Answers E1.5<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-03-06 14:05:32 UTC</pubDate>
         <guid>https://padlet.com/cyrilant1/CP1004/wish/238602210</guid>
      </item>
      <item>
         <title>Sadeq Radhi </title>
         <author></author>
         <link>https://padlet.com/cyrilant1/CP1004/wish/238602228</link>
         <description><![CDATA[<div>A. high level language is used to make programming more easier, so human could use and understand&nbsp; while low level languages are the main computer language.<br>B. the result of a compiled java program which can be processed by the java virtual machine.&nbsp;<br>C. the difference between uppercase and lowercase are taken under concern.&nbsp;<br>D.&nbsp; Bytecode&nbsp;<br>E.&nbsp; Machine language <br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-03-06 14:05:33 UTC</pubDate>
         <guid>https://padlet.com/cyrilant1/CP1004/wish/238602228</guid>
      </item>
      <item>
         <title>Sayed Ahmed</title>
         <author></author>
         <link>https://padlet.com/cyrilant1/CP1004/wish/238602480</link>
         <description><![CDATA[<div>Ex 1.3<br>A.&nbsp; High level languages are designed to make the programming task easier by providing a more humanly understandable syntax. They should be compiled or interpreted to a low level so a machine can finally execute binary instructions. Compilers should produce executable files, Java produces code to be executed by the JVM, interpreters take the program instruction and then traduces it to a low level instruction.<br>B. &nbsp; Once a Java program has been converted to bytecode, it can be transferred across a network and executed by Java Virtual Machine (JVM). ... The compiled Javasource code is known as byte code. Java compiler generates the byte code.The byte code can run on any platform / machine regardless of the system's architecture.&nbsp;<br>C.&nbsp; It is this way because of its heritage from C. To keep the language more familiar to what people were used to "in the day", they left it as case-sensitive. There is an added advantage, since Java identifiers can be almost any Unicode character.&nbsp;<br>D. Bytecode<br>E. machine Language<br><br>Ex 1.5<br>Yes, because he cut-n-pastes the solution.<br>Both students gets 0.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-03-06 14:05:52 UTC</pubDate>
         <guid>https://padlet.com/cyrilant1/CP1004/wish/238602480</guid>
      </item>
      <item>
         <title>Ali Alaraibi</title>
         <author></author>
         <link>https://padlet.com/cyrilant1/CP1004/wish/238602565</link>
         <description><![CDATA[<div>Ex 1.3<br>A.&nbsp; High level language is like basic language of machine which allow to write multi commands easily in just one line.&nbsp;<br>B.&nbsp;<br>C. This mean the JAVA commands letters have to be written exactly the same or the code will be missed up.&nbsp;<br>D.<br>E.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-03-06 14:05:59 UTC</pubDate>
         <guid>https://padlet.com/cyrilant1/CP1004/wish/238602565</guid>
      </item>
      <item>
         <title>Aysha</title>
         <author></author>
         <link>https://padlet.com/cyrilant1/CP1004/wish/238602844</link>
         <description><![CDATA[<div>1.3<br>a.&nbsp; Higher level languages has to be converted into machine language in order to execute. <br>b. <strong>Java bytecode</strong> is the instruction set of the JVM. /&nbsp; it distance Java from other languages like C,C++&nbsp;<br>c. lower-case and upper-case letter is different.<br>d. D<br>e. B<br>1.5<br>Yes, because he cut-pastes the solution of author Luda.<br>Fail the course</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-03-06 14:06:19 UTC</pubDate>
         <guid>https://padlet.com/cyrilant1/CP1004/wish/238602844</guid>
      </item>
      <item>
         <title>Mohammed Saif</title>
         <author></author>
         <link>https://padlet.com/cyrilant1/CP1004/wish/238603346</link>
         <description><![CDATA[<div>Answers<br>a:The relationship is to make the machine more easier for making tasks<br>b:Byte-code is the instruction set of the jvm, and it is useful because it can transfer converted programs across a network executed by jvm.<br>c: to keep the language more familiar to what people were used to .<br>d: Byte-code<br>e: Byte-code&nbsp;<br>1.5<br>yes because james copied luda solution<br>cheating</div><div><br><br>&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-03-06 14:06:52 UTC</pubDate>
         <guid>https://padlet.com/cyrilant1/CP1004/wish/238603346</guid>
      </item>
      <item>
         <title>Abdulla</title>
         <author></author>
         <link>https://padlet.com/cyrilant1/CP1004/wish/238603517</link>
         <description><![CDATA[<div>1.3<br><strong>a.</strong>&nbsp; <strong>MACHINE LANGUAGE :-</strong>&nbsp; the language of 0s and 1s is called as machine language. The machine language is system independent because there are different set of binary instruction for different types of computer systems.<br> <strong>HIGH LEVEL LANGUAGE :-</strong>&nbsp; high level languages are English like statements and programs . Written in these languages are needed to be translated into machine language before to their execution using a system software compiler.<br><br><strong>b.</strong>&nbsp; &nbsp;Java bytecode is the result of the compilation of a Java program, an intermediate representation of that program which is machine independent. <br>The Java bytecode gets processed by the Java virtual machine (JVM) instead of the processor. It is the job of the JVM to make the necessary resource calls to the processor in order to run the bytecode. <br><br><strong>c. </strong>&nbsp;Java is a case-sensitive language, which means that the upper or lower case of letters in your Java programs matter. <br><br><strong>d. </strong>Bytecode<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-03-06 14:07:07 UTC</pubDate>
         <guid>https://padlet.com/cyrilant1/CP1004/wish/238603517</guid>
      </item>
      <item>
         <title>Hanan</title>
         <author></author>
         <link>https://padlet.com/cyrilant1/CP1004/wish/238603581</link>
         <description><![CDATA[<div>ex 1.3&nbsp;<br>A. machine language for machine and its low level but&nbsp; high level language&nbsp; for user and to make easir<br>B. Java bytecode is the result of the compilation of a Java program, an intermediate representation of that program which is machine independent.&nbsp;<br>its useful because provides portability and security&nbsp;<br>C. that mean A not same a&nbsp;<br>d. d<br>e. b<br><br>ex 1.5<br>yes , because he cut and past the soultion</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-03-06 14:07:12 UTC</pubDate>
         <guid>https://padlet.com/cyrilant1/CP1004/wish/238603581</guid>
      </item>
      <item>
         <title>Alaradi </title>
         <author></author>
         <link>https://padlet.com/cyrilant1/CP1004/wish/238603648</link>
         <description><![CDATA[<div>Answers&nbsp;<br>A: the programmers use the high level language to write programs which are translated into machine language .&nbsp;<br>B: BYTECODE is computer object code that is processed by a program usually referred to as a virtual machine JVM java virtual machine, Bytecode enables the JVM to perform JIT Compilers and continuously improve the generated machine code .<br>C:&nbsp; it means that the lower and upper case letters are different characters&nbsp;<br>D: Bytecode<br>E: Machine language </div>]]></description>
         <enclosure url="" />
         <pubDate>2018-03-06 14:07:18 UTC</pubDate>
         <guid>https://padlet.com/cyrilant1/CP1004/wish/238603648</guid>
      </item>
      <item>
         <title>Loay Qurban</title>
         <author></author>
         <link>https://padlet.com/cyrilant1/CP1004/wish/238604687</link>
         <description><![CDATA[<div>Ex. 1.3<br>A. High- Level language is used by the user and is the translation of machine language to make it easier for the user to write codes and is connected using the compiler.<br><br>B. Bytecode is java's solution for making its codes into portable code that can be used in any machine , and it is useful because it means you do not require to download a source code for it to run as it runs it into a virtual machine.<br><br>C. It means that it identifies the difference between Upper case and lower case letters which means if a code is supposed to be upper case and written as lower case it will consider it wrong.<br><br>D. Bytecode.<br><br>E. Machine Language<br><br>Ex. 1.5<br><br>Plagiarism has occurred due to James copying Luda's work without citing his sources or bothering to change it.<br>they will get 0 in their assignment and could possibly lose their scholarships if they had one </div>]]></description>
         <enclosure url="" />
         <pubDate>2018-03-06 14:08:46 UTC</pubDate>
         <guid>https://padlet.com/cyrilant1/CP1004/wish/238604687</guid>
      </item>
      <item>
         <title>Hussain Shamtoot</title>
         <author></author>
         <link>https://padlet.com/cyrilant1/CP1004/wish/238604700</link>
         <description><![CDATA[<div>a. Your high-level language code is complied with the compiler and your code will be translated to machine language.<br>b. JAVA bytecode is the machine code for JVM. It is useful as any bytecode program can run in any java supported device with jvm.<br>c. Case-sensitive means that any code written not correctly with upper case or lower case would generate an error, upper case or lower case matters.<br>d. (d) Bytecode<br>e. (b) ML</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-03-06 14:08:47 UTC</pubDate>
         <guid>https://padlet.com/cyrilant1/CP1004/wish/238604700</guid>
      </item>
      <item>
         <title>Maryam Isa</title>
         <author></author>
         <link>https://padlet.com/cyrilant1/CP1004/wish/238605628</link>
         <description><![CDATA[<div>a. the high-level language is easy to be readable and writable; however, it must be translated by the machine language and by the compiler specifically.&nbsp;<br>b. JAVA bytecode is a set of instructions of JAVA virtual machine. it is useful since it provides portability, security and has smaller size.<br>c. uppercase and lowercase are in point.&nbsp;<br>d.&nbsp;"d"<br>e. &nbsp;"b"</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-03-06 14:10:10 UTC</pubDate>
         <guid>https://padlet.com/cyrilant1/CP1004/wish/238605628</guid>
      </item>
      <item>
         <title>sayed abbas + Ali alabdulwahab</title>
         <author></author>
         <link>https://padlet.com/cyrilant1/CP1004/wish/238606219</link>
         <description><![CDATA[<div> </div><div>a.High level languages are designed to make the programming task easier by providing a more humanly understandable syntax. They should be compiled or interpreted to a low level so a machine can finally execute binary instructions. Compilers should produce executable files, Java produces code to be executed by the JVM, interpreters take the program instruction and then traduces it to a low level instruction. Top down we can see them as :<br><br></div><ul><li>High level language</li><li>Assembler</li><li>Machine language (lowest level) </li></ul><div>b. <strong>Bytecode</strong> is the compiled format for <strong>Java</strong> programs. Once a <strong>Java</strong> program has been converted to <strong>bytecode</strong>, it can be transferred across a network and executed by <strong>Java</strong> Virtual Machine (JVM). <strong>Bytecode</strong> files generally have a .class extension. <br>c  .A <strong>case</strong>-<strong>sensitive</strong> program that expects <strong>you</strong> to enter all commands in uppercase<strong>will</strong> not respond correctly if <strong>you</strong> enter one or more characters in lowercase. It <strong>will</strong>treat the command RUN differently from run. Programs that <strong>do</strong> not distinguish between uppercase and lowercase are said to be <strong>case</strong>-<strong>insensitive<br>d</strong> . it translate into bytecode<br>e.machine language<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-03-06 14:11:04 UTC</pubDate>
         <guid>https://padlet.com/cyrilant1/CP1004/wish/238606219</guid>
      </item>
      <item>
         <title>SayedQasim</title>
         <author></author>
         <link>https://padlet.com/cyrilant1/CP1004/wish/238607723</link>
         <description><![CDATA[<div>A. The difference between higher level and low level is the primitives the language provide. For example, in low level, or machine language, you are down to the programming level like <strong>put</strong> something in register a, <strong>put</strong> something in <strong>register b</strong>, get their addresses, adding them, then <strong>put result</strong> back into a new register.<br><br><br><br><br> <br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-03-06 14:13:20 UTC</pubDate>
         <guid>https://padlet.com/cyrilant1/CP1004/wish/238607723</guid>
      </item>
      <item>
         <title>SayedQasim</title>
         <author></author>
         <link>https://padlet.com/cyrilant1/CP1004/wish/238608957</link>
         <description><![CDATA[<div>B.&nbsp;Programming code that, once <a href="https://www.webopedia.com/TERM/C/compile.html">c</a>ompiled, is run through a virtual machine instead of the computers processor. By using this approach, source code can be run on any platform once it has been compiled and run through the virtual machine&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-03-06 14:15:07 UTC</pubDate>
         <guid>https://padlet.com/cyrilant1/CP1004/wish/238608957</guid>
      </item>
      <item>
         <title>SayedQasim</title>
         <author></author>
         <link>https://padlet.com/cyrilant1/CP1004/wish/238609145</link>
         <description><![CDATA[<div>C. it is case sensitive, you need to be careful with the capital and small letters</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-03-06 14:15:25 UTC</pubDate>
         <guid>https://padlet.com/cyrilant1/CP1004/wish/238609145</guid>
      </item>
      <item>
         <title>SayedQasim </title>
         <author></author>
         <link>https://padlet.com/cyrilant1/CP1004/wish/238609848</link>
         <description><![CDATA[<div>D.&nbsp;The <strong>Java compiler translates Java</strong> programs <strong>into</strong> a language called <strong>Java</strong>bytecode&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-03-06 14:16:32 UTC</pubDate>
         <guid>https://padlet.com/cyrilant1/CP1004/wish/238609848</guid>
      </item>
      <item>
         <title>SayedQasim</title>
         <author></author>
         <link>https://padlet.com/cyrilant1/CP1004/wish/238612345</link>
         <description><![CDATA[<div>E. Machine languange&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-03-06 14:19:58 UTC</pubDate>
         <guid>https://padlet.com/cyrilant1/CP1004/wish/238612345</guid>
      </item>
      <item>
         <title>Ammar Ahmed</title>
         <author></author>
         <link>https://padlet.com/cyrilant1/CP1004/wish/238619325</link>
         <description><![CDATA[<div><strong>1.3 — Understanding JAVA&nbsp;<br></strong><br></div><div>a.&nbsp; &nbsp; &nbsp; &nbsp;The High-level language needs to be translated into a machine language before being executed with a system software compiler. Therefore, machine language is a prime language and a system independent language.&nbsp;<br><br></div><div>b.&nbsp; &nbsp; &nbsp; &nbsp;Java bytecode is an instruction set located in Java Virtual Machine (JVM). Java source code can be converted into Java bytecode. Java bytecode’s usefulness lie within its code that is simple enough to execute in the hardware directly.&nbsp;</div><div>&nbsp;</div><div>c.&nbsp; &nbsp; &nbsp; &nbsp;JAVA is case sensitive; as in Java treats uppercase and lowercase letters as different in a similar way to UNIX system.&nbsp;</div><div>&nbsp;</div><div>d.&nbsp; &nbsp; &nbsp; &nbsp;Machine Code&nbsp;</div><div>&nbsp;</div><div>e.&nbsp; &nbsp; &nbsp; &nbsp;Bytecode <br><br><strong>1.5 &nbsp; — What is Plagiarism</strong></div><div>&nbsp;</div><div>Yes, because James copy-pasted the code without comprehending how the code came to be. James and Luda would be subject to disciplinary action.&nbsp;<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-03-06 14:28:51 UTC</pubDate>
         <guid>https://padlet.com/cyrilant1/CP1004/wish/238619325</guid>
      </item>
      <item>
         <title>Ali Alaraibi</title>
         <author></author>
         <link>https://padlet.com/cyrilant1/CP1004/wish/240474565</link>
         <description><![CDATA[<div>Ex 1.3<br>A.  High level language is like basic language of machine which allow to write multi commands easily in just one line. <br>B. <br>C. This mean the JAVA commands letters have to be written exactly the same or the code will be missed up. <br>D. Bytecode<br>E. Machine Code</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-03-10 17:27:42 UTC</pubDate>
         <guid>https://padlet.com/cyrilant1/CP1004/wish/240474565</guid>
      </item>
   </channel>
</rss>
