- Many Companies try to use computers and other technology to improve business efficiency. IT literacy is the first world of computer users. Personal computeries become more powerful. More powerful appplications are under the heading of new literacies.
- 多くの企業は、ビジネスの効率を改善するために、コンピュータやその他の技術を使用するようにしてください。 ITリテラシーは、コンピュータユーザーの最初の世界です。個人のパソコンは、より強力になります。より強力なアプリケーションは新しいリテラシーの見出しの下にあります。 *Computer literacy generally refers to the ability to use applications rather than to program. Individuals who are very computer literate are sometimes called power users. *コンピュータリテラシーは、一般的ではなく、プログラムによりアプリケーションを使用する能力を指します。非常にコンピュータの文芸のある個人は、時々 、パワーユーザーと呼ばれています.
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Basic IT Literacy | |
| ================= | |
| * Many Companies try to use computers and other technology to improve business efficiency. IT literacy is the first world of computer users. Personal computeries become more powerful. More powerful appplications are under the heading of new literacies. | |
| * 多くの企業は、ビジネスの効率を改善するために、コンピュータやその他の技術を使用するようにしてください。 ITリテラシーは、コンピュータユーザーの最初の世界です。個人のパソコンは、より強力になります。より強力なアプリケーションは新しいリテラシーの見出しの下にあります。 | |
| *Computer literacy generally refers to the ability to use applications rather than to program. Individuals who are very computer literate are sometimes called power users. | |
| *コンピュータリテラシーは、一般的ではなく、プログラムによりアプリケーションを使用する能力を指します。非常にコンピュータの文芸のある個人は、時々 、パワーユーザーと呼ばれています. | |
Computer system now include a wide virety of smart devices including smartphones, television and wireless networks.Computers have become an electronic device of almost every day use for individuals of every age. They are essential in almost all the business dealings that are made nowadays.So computers are a part of our life.Nowadays internet is essential thing. But the Internet is not a very safe place.There are hackerrs trying to access your computer.Antivirus will also destroy your data and information.
 The security system is essential thing for internet users.
 Computer Security
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | "use strict"; | |
| enchant(); // enchantライブラリ呼び出し | |
| var game, stage; // GameCore,Sceneオブジェクト | |
| var gs = (enchant.Class.create({ | |
| initialize: function() { | |
| this.fps = 30; // 描画スピード(per second) | |
| this.width = 320; // 画面の幅 | |
| this.height = 320; // 画面の高さ | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | enchant(); // enchantライブラリ呼び出し | |
| var game,stage; // GameCore,SceneGroupオブジェクト | |
| var gs = {fps:10}; // Gameのfps | |
| gs.canvas = { // Windowの高さ,幅 | |
| height:320 | |
| ,width:320 | |
| }; | |
| // ================================================== | |
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | gisttest.txtS |