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 1 year has passed since last update.

拡張子とは

Posted at

拡張子 (extension)

ファイルの名前の末尾に付けられる文字列のことでドット(.)の後に続く一連の文字で構成されている
EX)"example.txt"というファイル名では、".txt"が拡張子にあたる

主にコンピューターシステムでファイルの種類を示すために使用される
→オペレーティングシステムやアプリケーションがファイルを識別し、関連付けられた処理やアプリケーションを適用できる

一般的なファイルの拡張子とその意味

.txt: テキストファイル
.jpg, .png, .gif: 画像ファイル
.doc, .docx: Microsoft Word文書
.xls, .xlsx: Microsoft Excelスプレッドシート
.pdf: ポータブルドキュメントフォーマット (PDF)
.mp3, .wav: 音声ファイル
.mp4, .avi, .mov: 動画ファイル
.html, .css, .js: ウェブページ関連のファイル
.exe: 実行可能ファイル (Windows)

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?