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.

基本情報技術者過去問題 平成29年秋期 午前問2 について

Posted at

参考サイト:
http://e-words.jp/w/CRC.html
https://www.fe-siken.com/kakomon/16_haru/q63.html

問題

送信側では,ビット列をある生成多項式で割った余りをそのビット列に付加して送信し,受信側では,受信したビット列が同じ生成多項式で割り切れるか否かで誤りの発生を判断する誤り検査方式はどれか。

ア:CRC方式
イ:垂直パリティチェック方式
ウ:水平パリティチェック方式
エ:ハミング符号方式

解答

ア:CRC方式

CRC方式とは?

Cyclic Redundancy Check。
巡回冗長検査。
誤り検出方式の一つで、データを値とみなしてある定数で割った余り(余剰)を用いて誤りの検知を行なうもの。

生成多項式というキーワードが出たら、CRC方式と覚えましょう。

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?