User Tools

Site Tools


computer_basics:programming_fundamentals

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
computer_basics:programming_fundamentals [2018/08/28 19:41] mithatcomputer_basics:programming_fundamentals [2019/01/12 02:32] (current) – [High-level languages] mithat
Line 27: Line 27:
      * a set of rules used to write computer programs.      * a set of rules used to write computer programs.
      * a way of telling the computer what operations to perform.      * a way of telling the computer what operations to perform.
-  * Computers are _binary_ machines.+  * Computers are //binary// machines.
     * Use only ON/OFF switches to control internal states.     * Use only ON/OFF switches to control internal states.
     * Only understand instructions that are expressed in ON/OFF (or 1/0) terms.     * Only understand instructions that are expressed in ON/OFF (or 1/0) terms.
Line 71: Line 71:
 <code> <code>
 if score > 60: if score > 60:
-    print('You passed!');+    print('You passed!')
 else: else:
     print('Try harder!')     print('Try harder!')
computer_basics/programming_fundamentals.1535485271.txt.gz · Last modified: 2018/08/28 19:41 by mithat

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki