18. アプリケーションの定義
A program or piece of software designed to fulfill
a particular purpose
(出典: http://www.oxforddictionaries.com/)
訳:
ある目的を達成するためにデザインされたプログラム
またはソフトウェアの一部
第17回 Morning Project Samurai 定例ミーティング資料 (c) Junya Kaneko
19. ソフトウェアの定義
The entire set of programs, procedures, and related
documentation associated with a system and especially a
computer system
(出典: http://http://www.merriam-webster.com/)
訳:
システム(特にコンピュータシステム)に関連づけられた、
プログラム、プロシジャ、ドキュメント全体の集合
第17回 Morning Project Samurai 定例ミーティング資料 (c) Junya Kaneko
21. プログラムの定義
A set of instructions that tell a computer what to do
(出典: http://www.merriam-webster.com/)
訳:
コンピュータに何をすべきかを伝える命令の集合
print(‘Hello’) Hello
prin(‘I’m hot!’) …
(出典: https://www.apple.com/)
Python という言葉を用いてコンピュータと対話する
= Python でプログラムを作る
第17回 Morning Project Samurai
定例ミーティング資料
(c) Junya Kaneko