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

image.png
 基本情報技術者試験では、主に科目B試験で、擬似言語を利用したプログラム問題が出題されます。擬似言語では、if,while,forといった、プログラミング言語を問わず一般的に備わっている基本命令を利用します。C、Java、Python、VBA(Microsoft Excelなどで、マクロプログラムを作成するときに利用する言語)などの実際のプログラミング言語を知っている人には、馴染みがあるはずです。

 プログラムは、コンピュータ(機械)が実行するものですから、機械的な動き、つまり、規則的な動作しかしません、規則的な動作は、繰り返し処理で実現します。プログラムを読解するコツは、繰り返し処理の部部分を正確に読み解くことです。擬似言語プログラムでは、繰り返し処理をwhile,forを使って書きます。この部分の動きを正確に読み解くことが重要であると覚えておく必要があります。

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?