Difference between revisions of "GiJeong Kim"

From Biolecture.org
imported>S
(Created page with "<p><b> Bioprogramming</b></p> <hr /> <ol> <li>what is programming? programming is a process of making series of instuction enabling computer to do particular task. progr...")
 
imported>S
Line 6: Line 6:
 
     <li>what is a language? computer is basically operated according to arrangement of 1 and 0. so, it is hard for programmer to impart instruction(programm) directly. programming languages mediate languages of 0 and 1(<i>low-level language</i>), and real human language(<i>high-level language</i>) to make easy to programming. there are lots of languages having different levels according to its purpose and property, such as C, java, R, python, so on.</li>
 
     <li>what is a language? computer is basically operated according to arrangement of 1 and 0. so, it is hard for programmer to impart instruction(programm) directly. programming languages mediate languages of 0 and 1(<i>low-level language</i>), and real human language(<i>high-level language</i>) to make easy to programming. there are lots of languages having different levels according to its purpose and property, such as C, java, R, python, so on.</li>
 
     <li>what is a computer? computer is programmable machine. It consists of hardware and software. hardwares are physical components of computer, which process instructions, receive and reperesent informations, and store what it did. software is program. it falls into two types - operating system and application software. Operating system controls hardware of computers to optimize its functionality. application software is so called program, making computer &quot;work&quot;.</li>
 
     <li>what is a computer? computer is programmable machine. It consists of hardware and software. hardwares are physical components of computer, which process instructions, receive and reperesent informations, and store what it did. software is program. it falls into two types - operating system and application software. Operating system controls hardware of computers to optimize its functionality. application software is so called program, making computer &quot;work&quot;.</li>
     <li>what is a grammer? grammer is rule making order of sentence of language. it indicates the position of key word, punctuation of sentence. programming languages also has grammer, which is especially called syntax.&nbsp;</li>
+
     <li>what is a grammer? grammer is rule making order of sentence of language. it indicates the position of key word, punctuation of sentence. programming languages also has grammer, which is especially called syntax.</li>
 
</ol>
 
</ol>

Revision as of 15:16, 19 May 2015

 Bioprogramming


  1. what is programming? programming is a process of making series of instuction enabling computer to do particular task. program gives logical flow of instructions to computer and also provides ease to handle and readability to user. programming is progressive work, it needs consistant reforming, editing, and correction. it is the reason why program should be user-friendly.
  2. How to make a compiler? compiler translates programming languages into executive instructions for computer. for making compiler, compiler must involves functions such as interpreting programming languages, matching interprted programming languages with set of instructions what computer could be acceptable.
  3. what is a language? computer is basically operated according to arrangement of 1 and 0. so, it is hard for programmer to impart instruction(programm) directly. programming languages mediate languages of 0 and 1(low-level language), and real human language(high-level language) to make easy to programming. there are lots of languages having different levels according to its purpose and property, such as C, java, R, python, so on.
  4. what is a computer? computer is programmable machine. It consists of hardware and software. hardwares are physical components of computer, which process instructions, receive and reperesent informations, and store what it did. software is program. it falls into two types - operating system and application software. Operating system controls hardware of computers to optimize its functionality. application software is so called program, making computer "work".
  5. what is a grammer? grammer is rule making order of sentence of language. it indicates the position of key word, punctuation of sentence. programming languages also has grammer, which is especially called syntax.