0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

OSとアプリケーション、DB とSQL

Posted at

OSとは

OSとは、Operating Systemの略で、キーボードやマウスなどのデバイスによって入力されたものをアプリケーションに伝える。またソフトウェアとハードウェアの連携を司る人間の脳のような役割を担っている。

アプリケーションとは

アプリケーションとはOS上で動作するプログラムのうちの一つ。

DBとSQL

DBとは検索、保存を簡単にできるようにしたコンピューターの仕組みのことで、よく見るものとしては電話帳がある。このDBからデータを追加、取得、更新、消去するときにデータベースに指示するためにだす言葉をSQLという。
DB上で情報を扱う上で最低限必要な機能の頭文字をとってCRUDというのもがある。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?