JP7009705B2 - Teaching materials for programming education - Google Patents

Teaching materials for programming education Download PDF

Info

Publication number
JP7009705B2
JP7009705B2 JP2017198587A JP2017198587A JP7009705B2 JP 7009705 B2 JP7009705 B2 JP 7009705B2 JP 2017198587 A JP2017198587 A JP 2017198587A JP 2017198587 A JP2017198587 A JP 2017198587A JP 7009705 B2 JP7009705 B2 JP 7009705B2
Authority
JP
Japan
Prior art keywords
electronic component
board
programming
programming education
teaching
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2017198587A
Other languages
Japanese (ja)
Other versions
JP2019074558A (en
Inventor
峻尚 及川
Original Assignee
株式会社島津理化
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 株式会社島津理化 filed Critical 株式会社島津理化
Priority to JP2017198587A priority Critical patent/JP7009705B2/en
Publication of JP2019074558A publication Critical patent/JP2019074558A/en
Application granted granted Critical
Publication of JP7009705B2 publication Critical patent/JP7009705B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)

Description

本発明は、プログラミング教育を支援するための教材に関する。 The present invention relates to teaching materials for supporting programming education.

近年、小中学生向けのプログラミング教育が盛んに行われており、これを支援するための教材が各種提案されている。小中学生向けのプログラミング教育では、プログラムの作成(コーディング)ではなく、意図した通りに対象物を動かすために必要なプログラムの実行手順(アルゴリズム)を考えることに主眼が置かれている(例えば特許文献1)。 In recent years, programming education for elementary and junior high school students has been actively conducted, and various teaching materials have been proposed to support this. In programming education for elementary and junior high school students, the focus is not on program creation (coding), but on thinking about program execution procedures (algorithms) necessary to move an object as intended (for example, patent documents). 1).

一方で、子供や専門知識のない大人でも簡単にプログラミングを行うことができるキットの開発も進んでいる。例えば、ボタン、光源、人感センサ、動きセンサ、温度湿度センサ、照度センサ、等の各種機能を具備した電子タグ(電波等を受けて動作する小型の電子装置)を組み合わせて、これらを制御するプログラムを作成するキットが存在する(商品名:MESH(ソニー株式会社の登録商標))。このキットでは、所定のアプリケーションソフトウェアを情報端末機器等にインストールして、これを用いてプログラムを作成する。このアプリケーションソフトウェアでは、情報端末機器の表示画面上に、各電子タグに対応するアイコン、各種のロジック処理(アンド処理、タイマー処理、等)に対応するアイコン、等が表示される。使用者がドラッグ操作等によってアイコンを選択して表示画面上に並べて、表示画面上でアイコン同士を連結することで、プログラムの実行手順(アルゴリズム)を作成できるようになっている。この態様では、直観的な操作でアルゴリズムを作成することができるので、子供や専門知識のない大人でも、簡単に使いこなすことができる。 On the other hand, the development of kits that allow children and adults without specialized knowledge to easily program is also in progress. For example, an electronic tag (a small electronic device that operates by receiving radio waves, etc.) having various functions such as a button, a light source, a motion sensor, a motion sensor, a temperature / humidity sensor, and an illuminance sensor is combined to control them. There is a kit for creating a program (trade name: MESH (registered trademark of Sony Corporation)). In this kit, predetermined application software is installed in an information terminal device or the like, and a program is created using the software. In this application software, icons corresponding to each electronic tag, icons corresponding to various logic processes (and process, timer process, etc.), etc. are displayed on the display screen of the information terminal device. The user can create a program execution procedure (algorithm) by selecting icons by dragging or the like, arranging them on the display screen, and connecting the icons on the display screen. In this aspect, the algorithm can be created by intuitive operation, so that even a child or an adult without specialized knowledge can easily use it.

特開2017-161770号公報JP-A-2017-161770

プログラミング教育においては、プログラムを作成した後に、これを実際に実行させて、対象物が意図した通りに動作するかどうかを確認する。このとき、プログラムの実行手順と、実際の動作の流れとの対応関係を理解させることが重要である。しかしながら、プログラミングに初めて触れる者にこの対応関係を理解させることは容易ではない。 In programming education, after creating a program, it is actually executed to check whether the object works as intended. At this time, it is important to understand the correspondence between the program execution procedure and the actual operation flow. However, it is not easy for those who are new to programming to understand this correspondence.

本発明は、上記の課題に鑑みてなされたものであり、プログラミング教育において、プログラムの実行手順と実際の動作の流れの対応関係を直観的に理解させることができる教材の提供を目的とする。 The present invention has been made in view of the above problems, and an object of the present invention is to provide teaching materials that can intuitively understand the correspondence between a program execution procedure and an actual operation flow in programming education.

上記課題を解決するために成された本発明は、
複数の電子部品のそれぞれに対応する電子部品記号が連結されることで規定された図式化アルゴリズムから作成されるプログラムを実行して、該複数の電子部品を動作させるプログラミング教育用教材であって、
前記電子部品を配置するためのボードと、
前記ボード上の前記電子部品の配置が前記図式化アルゴリズムにおける前記電子部品記号の配置と対応するように前記電子部品の置き場所を明示する、前記ボードに設けられた置き場所示唆部と、
を備える。
The present invention made to solve the above problems is
It is a programming educational material that operates a plurality of electronic components by executing a program created from a schematic algorithm defined by concatenating the electronic component symbols corresponding to each of the plurality of electronic components.
A board for arranging the electronic components and
A placement location suggestion portion provided on the board, which clearly indicates the placement location of the electronic component so that the placement of the electronic component on the board corresponds to the placement of the electronic component symbol in the diagramming algorithm.
To prepare for.

このプログラミング教育用教材は、例えば次のように使用する。教材の使用者が、例えば情報端末機器の表示画面上で、複数の電子部品のそれぞれに対応する電子部品記号を連結して図式化アルゴリズムを作成する。そして、該使用者は、ボードの上に、電子部品を配置する。なお、電子部品が情報端末機器等に一体的に搭載されたものである場合等のように、電子部品そのものをボード上に置くことが難しい場合は、電子部品の代替として予め準備されたダミー電子部品をボード上に置けばよい。ボードには、置き場所示唆部が設けられており、この置き場所示唆部の示唆にしたがって使用者が各電子部品をボード上に置いていくと、ボード上において、各電子部品が、図式化アルゴリズムにおける電子部品記号の配置と対応するように配置される。図式化アルゴリズムにおいては、複数の電子部品記号が連結されることで、対応する複数の電子部品の動作の流れ(ただし、ここでいう「動作の流れ」は、例えば「原因となる動作→結果となる動作」のような、因果関係における動作の先後関係を指す)が規定されており、該図式化アルゴリズムから作成されたプログラムが実行されると、ボード上の各電子部品が、その配置にしたがったプログラムの流れで動作することになり、これを見た使用者は、プログラムの実行手順と実際の動作の流れの対応関係を直観的に理解することができる。 This programming teaching material is used, for example, as follows. A user of the teaching material creates a graphic algorithm by concatenating electronic component symbols corresponding to each of a plurality of electronic components on a display screen of an information terminal device, for example. Then, the user arranges the electronic component on the board. If it is difficult to place the electronic component itself on the board, such as when the electronic component is integrally mounted on an information terminal device or the like, a dummy electron prepared in advance as a substitute for the electronic component is used. All you have to do is place the components on the board. The board is provided with a placement location suggestion section, and when the user places each electronic component on the board according to the suggestion of the placement location suggestion section, each electronic component is plotted on the board. It is arranged so as to correspond to the arrangement of the electronic component symbols in. In the schematic algorithm, by concatenating a plurality of electronic component symbols, the operation flow of the corresponding multiple electronic components (however, the "operation flow" here is, for example, "causal operation-> result". When a program created from the schematic algorithm is executed, each electronic component on the board follows its arrangement. The user can intuitively understand the correspondence between the program execution procedure and the actual operation flow.

上記の構成において、「置き場所示唆部」は、電子部品を置くべき位置を明示するものであって、それを見た者に電子部品の置き場所を示唆するものである。「置き場所示唆部」は、具体的には例えば、電子部品を置くべき位置を示す文字、記号、図形、等をボードの表面に表すことにより実現してもよいし、電子部品を置くべき位置を示す治具部材等をボード上に設けることにより実現してもよいし、これらの両方により実現してもよい。前者において、文字、記号、図形、等は、ボードの表面に印刷等されることにより表されるものであってもよいし、該文字等を印刷した磁石やシール等をボード上に貼り付けることにより表されるものであってもよい。あるいは、ボードの表面等に設けられた凹凸構造により表されるものであってもよいし、ボードに設けられた光源等が点灯することにより表されるものであってもよい。あるいは、ボードを液晶ディスプレイ等の表示装置により構成して該表示装置の表示画面上に表示されるものとしてもよい。 In the above configuration, the "placement suggestion unit" clearly indicates the position where the electronic component should be placed, and suggests the place to place the electronic component to the person who sees it. Specifically, the "placement suggestion unit" may be realized by displaying characters, symbols, figures, etc. indicating the position where the electronic component should be placed on the surface of the board, or the position where the electronic component should be placed. It may be realized by providing a jig member or the like indicating the above on a board, or it may be realized by both of them. In the former, characters, symbols, figures, etc. may be represented by being printed on the surface of the board, or a magnet, a sticker, etc. on which the characters, etc. are printed may be attached on the board. It may be represented by. Alternatively, it may be represented by an uneven structure provided on the surface of the board or the like, or may be represented by lighting a light source or the like provided on the board. Alternatively, the board may be configured by a display device such as a liquid crystal display and displayed on the display screen of the display device.

好ましくは、前記プログラミング教育用教材は、
前記ボード上に配置された前記電子部品の間に、前記図式化アルゴリズムにおいて前記電子部品記号を連結する線と対応する連結線を表示する連結線表示部、
を備える。
Preferably, the programming teaching material is
A connecting line display unit that displays a connecting line corresponding to a line connecting the electronic component symbols in the schematic algorithm between the electronic components arranged on the board.
To prepare for.

この構成によると、置き場所示唆部にしたがってボード上に配置された電子部品の間に連結線が表示されるので、プログラムの実行手順と実際の動作の流れの対応関係をより明確に把握することができる。 According to this configuration, connecting lines are displayed between the electronic components placed on the board according to the placement location suggestion part, so it is possible to more clearly understand the correspondence between the program execution procedure and the actual operation flow. Can be done.

好ましくは、前記プログラミング教育用教材において、
前記連結線表示部が、
前記ボードに設けられた線状点灯部材と、
前記ボード上に配置された前記電子部品の間に設けられた前記線状点灯部材を点灯させることで前記連結線を表示させる点灯制御部と、
を備える。
Preferably, in the programming teaching material,
The connecting line display unit
The linear lighting member provided on the board and
A lighting control unit that displays the connecting line by lighting the linear lighting member provided between the electronic components arranged on the board.
To prepare for.

この構成によると、線状点灯部材が点灯されることで、ボード上に連結線が視認可能に表れるので、プログラムの実行手順と実際の動作の流れの対応関係を動的に把握することができる。 According to this configuration, when the linear lighting member is lit, the connecting line appears visually on the board, so that the correspondence between the program execution procedure and the actual operation flow can be dynamically grasped. ..

好ましくは、前記プログラミング教育用教材において、
前記点灯制御部が、
前記ボード上に配置された前記電子部品が動作状態となったときに、前記線状点灯部材を点灯させる。
Preferably, in the programming teaching material,
The lighting control unit
When the electronic component arranged on the board is in the operating state, the linear lighting member is turned on.

この構成によると、簡易な構成で、線状点灯部材の点灯を制御することができる。 According to this configuration, it is possible to control the lighting of the linear lighting member with a simple configuration.

好ましくは、前記プログラミング教育用教材において、
前記ボードが透明材料により形成されており、
前記線状点灯部材が、前記ボードの裏面側に設けられている。
Preferably, in the programming teaching material,
The board is made of a transparent material
The linear lighting member is provided on the back surface side of the board.

この構成によると、使用者が電子部品をボード上に配置する際に線状点灯部材が邪魔になることがない。 According to this configuration, the linear lighting member does not get in the way when the user arranges the electronic component on the board.

上記の構成において、「透明材料」とは、透光性を有する材料であり、該材料から形成される物質を通してその向こう側が透けて見える(すなわち透明性を有する)材料を指す。透明材料は、これで形成されたボードの裏面側に設けられた線状点灯部材が点灯したときにこれをボードの表面から視認できる程度の透明性を有するものであればよく、例えば、非点灯状態の線状点灯部材をボードの表面から視認できないようなものであってもよい。
また、上記の構成において、「ボードの裏面側に設けられる」とは、ボードの表面に露出しないように設けられることを意味しており、例えばボードの裏面に沿って設けられてもよいし、ボードに埋設されて設けられてもよい。
In the above configuration, the "transparent material" refers to a material that is translucent and the other side of which is transparent (ie, transparent) through the material formed from the material. The transparent material may be any material having transparency such that when the linear lighting member provided on the back surface side of the board formed of the transparent material is lit, it can be visually recognized from the front surface of the board. For example, the transparent material is not lit. The linear lighting member in the state may not be visible from the surface of the board.
Further, in the above configuration, "provided on the back surface side of the board" means that it is provided so as not to be exposed on the front surface of the board, and may be provided along the back surface side of the board, for example. It may be embedded in the board.

好ましくは、前記プログラミング教育用教材において、
前記置き場所示唆部が、
前記ボード上に設けられた、前記電子部品の少なくとも一部分を収容する収容部材、
を備える。
Preferably, in the programming teaching material,
The place suggestion part
An accommodating member provided on the board for accommodating at least a part of the electronic component.
To prepare for.

この構成によると、電子部品を、その少なくとも一部分が収容部材に収容された状態とすることで、該電子部品がボード上で動くことが防止される。したがって、ボード上の電子部品が動いてしまってその配置がわかりにくくなることがない。 According to this configuration, by keeping at least a part of the electronic component housed in the accommodating member, the electronic component is prevented from moving on the board. Therefore, the electronic components on the board do not move and their arrangement is not obscured.

上記の構成において、収容部材は、ボードに固定されて設けられてもよいし、ボードに対して着脱可能に設けられてもよい。 In the above configuration, the accommodating member may be fixed to the board or may be detachably provided to the board.

好ましくは、前記プログラミング教育用教材において、
前記置き場所示唆部が、
前記ボード上に前記電子部品の機能種類に応じた区画を規定して、前記電子部品をその機能に応じた区画に置くように示唆するものである。
Preferably, in the programming teaching material,
The place suggestion part
A section corresponding to the functional type of the electronic component is defined on the board, and it is suggested that the electronic component is placed in the section according to the function.

最もシンプルなプログラムは、入力機能(外部の物理状態等を検知して信号等を出力する機能)を有する電子部品と、出力機能(外部から入力された信号等に基づいて所定の動作を行う機能)を有する電子部品を、この順に動作させるものである。あるいは、入力機能を有する電子部品と、接続機能(外部から入力された信号等を変換等して出力する機能)を有する電子部品を、この順に動作させるものである。したがって、例えば、ボード上に、入力機能、接続機能、出力機能、のそれぞれに応じた区画をこの順に規定して、各電子部品をその機能に応じた区画に置くように示唆することで、複数の電子部品を、図式化アルゴリズムにおける電子部品記号の配置と対応するように配置させることができる。 The simplest program is an electronic component that has an input function (a function that detects an external physical state and outputs a signal, etc.) and an output function (a function that performs a predetermined operation based on an externally input signal, etc.). ) Are operated in this order. Alternatively, the electronic component having an input function and the electronic component having a connection function (a function of converting and outputting a signal or the like input from the outside) are operated in this order. Therefore, for example, by defining divisions corresponding to each of the input function, the connection function, and the output function in this order on the board, and suggesting that each electronic component be placed in the division corresponding to the function, a plurality of sections are specified. Electronic components can be arranged to correspond to the arrangement of electronic component symbols in the diagramming algorithm.

好ましくは、前記プログラミング教育用教材は、
前記ボードに設けられたポートと、
前記ポートに接続された導線と、
前記導線の端部に設けられ、前記ボードに配置される電子部品と接続可能に前記ボードに固定されたコネクタと、
を備える。
Preferably, the programming teaching material is
The ports provided on the board and
The conductor connected to the port and
A connector provided at the end of the conductor and fixed to the board so as to be able to connect to an electronic component arranged on the board.
To prepare for.

この構成によると、ボードに設けられたポートに、外部電源、外部出力機器、等の外部機器を接続することで、該外部機器とボード上に配置された電子部品を電気的に接続することができる。 According to this configuration, by connecting an external device such as an external power supply or an external output device to the port provided on the board, the external device and the electronic component arranged on the board can be electrically connected. can.

この発明によると、教材の使用者が、ボード上に設けられた置き場所示唆部の示唆にしたがって電子部品をボード上に置いていくと、ボード上に、電子部品が、図式化アルゴリズムにおける電子部品記号の配置と対応するように配置される。したがって、プログラムが実行されると、ボード上の電子部品が、その配置にしたがったプログラムの流れで動作することになり、これを見た使用者は、プログラムの実行手順と実際の動作の流れの対応関係を直観的に理解することができる。 According to the present invention, when the user of the teaching material places the electronic component on the board according to the suggestion of the place suggestion section provided on the board, the electronic component is displayed on the board as the electronic component in the diagramming algorithm. Arranged to correspond to the arrangement of symbols. Therefore, when the program is executed, the electronic components on the board operate according to the program flow according to the arrangement, and the user who sees this operates the program execution procedure and the actual operation flow. You can intuitively understand the correspondence.

プログラミング教育用教材で使用されるプログラム作成キットの構成例を示す図。The figure which shows the structural example of the program making kit used in the teaching material for programming education. プログラミング教育用教材の構成例を示す図。The figure which shows the composition example of the teaching material for programming education. 収容部材の構成例を示す図。The figure which shows the structural example of the accommodating member. プログラミング教育用教材の使用態様を説明するための図。The figure for demonstrating the usage mode of the teaching material for programming education. プログラミング教育用教材の使用態様を説明するための図。The figure for demonstrating the usage mode of the teaching material for programming education. プログラミング教育用教材の使用態様を説明するための図。The figure for demonstrating the usage mode of the teaching material for programming education.

以下、本発明の実施形態について図面を用いて説明する。なお、本発明は、以下に説明する実施形態に限定されるものではなく、本発明の趣旨を逸脱しない範囲で種々の態様が含まれることはいうまでもない。 Hereinafter, embodiments of the present invention will be described with reference to the drawings. It is needless to say that the present invention is not limited to the embodiments described below, and includes various aspects without departing from the spirit of the present invention.

<1.プログラム作成キット>
実施形態に係るプログラミング教育用教材は、複数の電子部品を組み合わせてこれらを制御するプログラムを作成するプログラム作成キットを使用するものである。プログラミング教育用教材について説明する前に、プログラム作成キットについて、図1を参照しながら説明する。図1は、プログラム作成キットの構成例を示す図である。
<1. Program creation kit>
The teaching material for programming education according to the embodiment uses a program creation kit for creating a program for controlling these by combining a plurality of electronic components. Before explaining the teaching materials for programming education, the program creation kit will be described with reference to FIG. FIG. 1 is a diagram showing a configuration example of a program creation kit.

プログラム作成キットは、複数(図の例では5個)の電子部品11~15と、所定のアプリケーションソフトウェアがインストールされた情報端末機器2とを備える。 The program creation kit includes a plurality of (five in the example of the figure) electronic components 11 to 15, and an information terminal device 2 in which predetermined application software is installed.

複数の電子部品11~15は、それぞれ異なる機能を有するものである。すなわち、第1電子部品11は、外部から押圧されたことを検知して信号等を出力するボタンである。第2電子部品12は、外部からの制御信号に応じて点灯する光源(例えばLED光源)である。第3電子部品13は、外部の温度および湿度を検知して信号等を出力するセンサ(温度湿度センサ)である。第4電子部品14は、外部からの制御信号に応じて音声を発生するスピーカである。第5電子部品15は、下面に複数のポートを有し、あるポートから入力された信号等を変換等して別のポートに出力して、各ポートに接続された電子部品間を電気的に接続する接続モジュールである。 The plurality of electronic components 11 to 15 have different functions. That is, the first electronic component 11 is a button that detects that it has been pressed from the outside and outputs a signal or the like. The second electronic component 12 is a light source (for example, an LED light source) that lights up in response to a control signal from the outside. The third electronic component 13 is a sensor (temperature / humidity sensor) that detects external temperature and humidity and outputs a signal or the like. The fourth electronic component 14 is a speaker that generates sound in response to an external control signal. The fifth electronic component 15 has a plurality of ports on the lower surface, converts signals and the like input from one port and outputs them to another port, and electrically connects the electronic components connected to each port. It is a connection module to be connected.

第1電子部品11、第2電子部品12、第3電子部品13、および、第5電子部品15の各々は、電子タグ(電波等を受けて動作する小型の電子装置)として構成されている。一方、第4電子部品14は、情報端末機器2に一体的に搭載されている。 Each of the first electronic component 11, the second electronic component 12, the third electronic component 13, and the fifth electronic component 15 is configured as an electronic tag (a small electronic device that operates by receiving radio waves or the like). On the other hand, the fourth electronic component 14 is integrally mounted on the information terminal device 2.

もっとも、プログラム作成キットに含まれる電子部品はこれら5種類の電子部品11~15に限るものではない。例えば、電子部品11~15に加えて(あるいはこれらの一部あるいは全部に代えて)、周囲の物体の存在を検出して信号等を出力するセンサ(人感センサ)、自身の移動を検出して信号等を出力するセンサ(動きセンサ)、外部の照度を検出して信号等を出力するセンサ(照度センサ)、外部からの制御信号に応じて撮像を行うカメラ、等が含まれてもよい。これらの各電子部品は、電子タグとして構成されてもよいし、情報端末機器2等に搭載されたものでもよいし、これら以外の形で構成されてもよい。 However, the electronic components included in the program creation kit are not limited to these five types of electronic components 11 to 15. For example, in addition to the electronic components 11 to 15 (or in place of some or all of them), a sensor (human sensor) that detects the presence of surrounding objects and outputs a signal or the like, and detects its own movement. A sensor that outputs a signal or the like (motion sensor), a sensor that detects an external illuminance and outputs a signal or the like (illumination sensor), a camera that performs imaging in response to an external control signal, or the like may be included. .. Each of these electronic components may be configured as an electronic tag, may be mounted on an information terminal device 2, or the like, or may be configured in a form other than these.

情報端末機器2は、汎用的なCPU(Central Processing Unit)、RAM(Random Access Memory)、ROM(Read Only Memory)等を含むコンピュータであり、具体的には例えば、タブレット型の携帯型情報端末、スマートフォン等の携帯電話端末、一般的なパーソナルコンピュータ、等により構成される。該コンピュータを構成するフラッシュROMやハードディスクドライブなどの記憶装置には、オペレーティングシステムと該オペレーティングシステム上で動作するアプリケーションソフトウェアが格納されており、そのアプリケーションソフトウェアの一つがコンピュータを動作させることで、各電子部品11~15を組み合わせたプログラムの作成に係る各種の機能部が具現化される。また、情報端末機器2は、入力装置からなる入力部と、表示画面200からなる表示装置を備える。以下の説明では、表示画面200がタッチパネルにより構成されていて、入力部としての機能を兼ね備えるものとする。 The information terminal device 2 is a computer including a general-purpose CPU (Central Processing Unit), RAM (Random Access Memory), ROM (Read Only Memory), and the like, and specifically, for example, a tablet-type portable information terminal. It consists of mobile phone terminals such as smartphones, general personal computers, and the like. A storage device such as a flash ROM or a hard disk drive that constitutes the computer stores an operating system and application software that operates on the operating system, and one of the application software operates the computer to operate each electronic device. Various functional parts related to the creation of a program combining parts 11 to 15 are embodied. Further, the information terminal device 2 includes an input unit including an input device and a display device including a display screen 200. In the following description, it is assumed that the display screen 200 is composed of a touch panel and has a function as an input unit.

情報端末機器2において、ここにインストールされたアプリケーションソフトウェアが起動されると、まず、各電子部品11,12,13,14,15の認識がなされる。各電子部品11,12,13,14,15が認識されると、該認識された電子部品11,12,13,14,15に対応する電子部品記号(アイコン)21,22,23,24,25が表示画面200に表示される。また、各種のロジック処理(アンド処理、タイマー処理、等)に対応するアイコン(図示省略)等も表示される。以下において、各電子部品11,12,13,14,15を互いに区別しない場合は単に「電子部品10」と総称する。また、各電子部品記号21,22,23,24,25を互いに区別しない場合は単に「電子部品記号20」と総称する。 When the application software installed here is started in the information terminal device 2, the electronic components 11, 12, 13, 14, and 15 are first recognized. When each of the electronic components 11, 12, 13, 14, 15 is recognized, the electronic component symbols (icons) 21, 22, 23, 24, corresponding to the recognized electronic components 11, 12, 13, 14, 15 are recognized. 25 is displayed on the display screen 200. In addition, icons (not shown) corresponding to various logic processes (and process, timer process, etc.) are also displayed. In the following, when the electronic components 11, 12, 13, 14, and 15 are not distinguished from each other, they are simply collectively referred to as “electronic component 10”. When the electronic component symbols 21, 22, 23, 24, and 25 are not distinguished from each other, they are simply collectively referred to as "electronic component symbol 20".

使用者は、ドラッグ操作等によって任意のアイコンを選択して表示画面200上に配置して、表示画面200上でアイコン同士を連結することで、プログラムの実行手順(すなわちアルゴリズム)を作成することができる。例えば、第1電子部品11に対応する第1電子部品記号21と、第2電子部品12に対応する第2電子部品記号22を表示画面200上で連結することによって、「ボタンが押されたら光源が点灯する」というアルゴリズムを作成することができる(図4(a))。このように、複数の電子部品記号20が連結されることで、対応する複数の電子部品10の動作の流れ(因果関係における動作の先後関係)が規定されたものを、以下「図式化アルゴリズム」と呼ぶ。 The user can create a program execution procedure (that is, an algorithm) by selecting an arbitrary icon by dragging or the like, arranging it on the display screen 200, and connecting the icons on the display screen 200. can. For example, by connecting the first electronic component symbol 21 corresponding to the first electronic component 11 and the second electronic component symbol 22 corresponding to the second electronic component 12 on the display screen 200, "a light source when the button is pressed". Can be created (FIG. 4A). By connecting the plurality of electronic component symbols 20 in this way, the operation flow of the corresponding plurality of electronic components 10 (the predecessor-posterior relationship of the operation in the causal relationship) is defined, which is hereinafter referred to as "schematic algorithm". Called.

使用者が、情報端末機器2を用いて図式化アルゴリズムを作成して、これを情報端末機器2に登録すると、情報端末機器2において該登録された図式化アルゴリズムにしたがったプログラムが作成(コーディング)され、情報端末機器2の記憶装置等に格納される。その後、使用者が、情報端末機器2にプログラムの実行指示を入力すると、該プログラムが実行されて、該プログラムに記述された各電子部品10が該プログラムにしたがって動作する。上記の例の場合、第1電子部品11のボタンが押されると第2電子部品12が点灯する、という動作が実行されることになる。 When the user creates a schematic algorithm using the information terminal device 2 and registers it in the information terminal device 2, a program according to the registered schematic algorithm is created (coding) in the information terminal device 2. It is stored in a storage device or the like of the information terminal device 2. After that, when the user inputs an execution instruction of the program to the information terminal device 2, the program is executed, and each electronic component 10 described in the program operates according to the program. In the case of the above example, when the button of the first electronic component 11 is pressed, the operation of lighting the second electronic component 12 is executed.

<2.プログラミング教育用教材>
実施形態に係るプログラミング教育用教材について、図2を参照しながら説明する。図2は、実施形態に係るプログラミング教育用教材100の構成例を示す図である。
<2. Teaching materials for programming education >
The teaching material for programming education according to the embodiment will be described with reference to FIG. FIG. 2 is a diagram showing a configuration example of a programming education teaching material 100 according to an embodiment.

プログラミング教育用教材100は、電子部品10を配置するためのボード3を備える。ただし、電子タグとして構成される各電子部品11,12,13,15は、それ自体をボード3に配置することができるが、情報端末機器2に一体的に搭載された第4電子部品14は、それ自体をボード3に配置することが難しい。そこで、第4電子部品14については、これと対応するダミー電子部品140を作成しておき、これをボード3に配置することとする。ダミー電子部品140には、対応する第4電子部品14の名称、機能等を示す文字、図形等(図の例では、スピーカの図柄)が示されている。また、ダミー電子部品140は、電子タグとして構成される各電子部品11,12,13,15と同じサイズに形成されている。以下において、電子タグとして構成された各電子部品11,12,13,15およびダミー電子部品140を、「タグ状電子部品10t」と総称する。 The programming teaching material 100 includes a board 3 for arranging the electronic components 10. However, although each of the electronic components 11, 12, 13, and 15 configured as electronic tags can be arranged on the board 3, the fourth electronic component 14 integrally mounted on the information terminal device 2 is , It is difficult to place itself on board 3. Therefore, for the fourth electronic component 14, a dummy electronic component 140 corresponding to the fourth electronic component 14 is created and arranged on the board 3. On the dummy electronic component 140, characters, figures, and the like (in the example of the figure, the design of the speaker) indicating the name, function, and the like of the corresponding fourth electronic component 14 are shown. Further, the dummy electronic component 140 is formed to have the same size as each electronic component 11, 12, 13, 15 configured as an electronic tag. In the following, the electronic components 11 , 12, 13, 15 and the dummy electronic components 140 configured as electronic tags are collectively referred to as “tag-shaped electronic components 10t”.

ボード3には、ボード3上のタグ状電子部品10tの配置が、図式化アルゴリズムにおける電子部品記号20の配置と対応するように、タグ状電子部品10tの置き場所を示唆する、置き場所示唆部4が設けられている。 On the board 3, the placement location suggestion unit suggests the placement location of the tag-shaped electronic component 10t so that the placement of the tag-shaped electronic component 10t on the board 3 corresponds to the placement of the electronic component symbol 20 in the diagramming algorithm. 4 is provided.

置き場所示唆部4は、ボード3上に、電子部品10の機能種類に応じた区画(第1区画41、第2区画42、および、第3区画43)を規定して、各タグ状電子部品10tをその機能に応じた区画41,42,43に置くように示唆するものであり、ボード3の表面に印刷された図形(各区画41,42,43を規定する矩形枠)および文字(各区画41,42,43に対応する機能種類を表す文字)と、ボード3上に設けられた複数の収容部材40とを含んで構成される。 The storage location suggestion unit 4 defines sections (first section 41, second section 42, and third section 43) according to the functional type of the electronic component 10 on the board 3, and each tag-shaped electronic component. It suggests that 10t be placed in the compartments 41, 42, 43 according to its function, and the figures (rectangular frames defining each compartment 41, 42, 43) and characters (each) printed on the surface of the board 3 are shown. Characters representing the functional types corresponding to the compartments 41, 42, 43) and a plurality of accommodating members 40 provided on the board 3 are included.

収容部材40は、1個のタグ状電子部品10tの少なくとも一部分を収容する部材であり、第1区画41、第2区画42、および、第3区画43の各々に、1個あるいは複数個設けられている。収容部材40は、図3および図4(c)に示されるように、タグ状電子部品10tの断面よりも一回り大きな内寸を有する筒状の部材により形成され、その高さはタグ状電子部品10tの長さよりも短いものとされる。この実施形態では、収容部材40の高さは、ここに電子タグとして構成される各電子部品11,12,13,15が差し込まれたときに、その光源101(後述する)およびそれよりも下の部分が、収容部材40に収容されるような寸法とされる。 The accommodating member 40 is a member accommodating at least a part of one tag-shaped electronic component 10t, and is provided in one or more in each of the first compartment 41, the second compartment 42, and the third compartment 43. ing. As shown in FIGS. 3 and 4 (c), the accommodating member 40 is formed of a cylindrical member having an internal dimension slightly larger than the cross section of the tag-shaped electronic component 10t, and its height is the tag-shaped electron. It is shorter than the length of the component 10t. In this embodiment, the height of the accommodating member 40 is below the light source 101 (described later) and below each electronic component 11, 12, 13, 15 configured as an electronic tag. The portion of is sized so as to be accommodated in the accommodating member 40.

第1区画41は、ボード3の上面における左側部分に規定される。第1区画41には、2個の収容部材40が、手前側と奥側にそれぞれ設けられ、各収容部材40の付近に、該収容部材40に入力機能を有する電子部品を差し込むように示唆する表記(図の例では、「入力」および「センサ」との表記)がなされている。ここで、「入力機能」とは、外部の物理状態等を検知して信号等を出力する機能であり、上記の5種類の電子部品11~15のうち、第1電子部品11および第3電子部品13が、入力機能を有する電子部品である。 The first section 41 is defined on the left side portion of the upper surface of the board 3. In the first section 41, two accommodating members 40 are provided on the front side and the back side, respectively, and it is suggested that an electronic component having an input function in the accommodating member 40 is inserted in the vicinity of each accommodating member 40. Notation (in the example of the figure, notation of "input" and "sensor") is made. Here, the "input function" is a function of detecting an external physical state or the like and outputting a signal or the like, and among the above five types of electronic components 11 to 15, the first electronic component 11 and the third electron The component 13 is an electronic component having an input function.

第2区画42は、第1区画41の右側に規定される。第2区画42には、その手前側に1個の収容部材40が設けられ、その付近に、該収容部材40に接続機能を有する電子部品を差し込みむように示唆する表記(図の例では「スイッチ」との表記)がなされている。ここで、「接続機能」とは、外部から入力された信号等を変換等して出力する機能であり、上記の5種類の電子部品11~15のうち、第5電子部品15が、接続機能を有する電子部品である。また、第2区画42の奥側には、「ロジック」との表記がなされている。 The second section 42 is defined on the right side of the first section 41. In the second section 42, one accommodating member 40 is provided on the front side thereof, and a notation suggesting that an electronic component having a connecting function is inserted into the accommodating member 40 in the vicinity thereof (“switch” in the example of the figure). (Notation) is made. Here, the "connection function" is a function of converting and outputting a signal or the like input from the outside, and among the above five types of electronic components 11 to 15, the fifth electronic component 15 has a connection function. It is an electronic component having. Further, on the back side of the second section 42, the notation "logic" is made.

第3区画43は、第2区画42の右側に規定される。第3区画43には、1個の収容部材40が設けられ、その付近に、該収容部材40に出力機能を有する電子部品を差し込むように示唆する表記(図の例では「出力」との表記)がなされている。ここで、「出力機能」とは、外部から入力された信号等に基づいて所定の動作を行う機能であり、上記の5種類の電子部品11~15のうち、第2電子部品12および第4電子部品14が、出力機能を有する電子部品である。 The third section 43 is defined on the right side of the second section 42. In the third section 43, one accommodating member 40 is provided, and a notation suggesting that an electronic component having an output function is inserted into the accommodating member 40 in the vicinity thereof (indicated as "output" in the example of the figure). ) Has been made. Here, the "output function" is a function that performs a predetermined operation based on a signal or the like input from the outside, and is the second electronic component 12 and the fourth of the above five types of electronic components 11 to 15. The electronic component 14 is an electronic component having an output function.

ボード3には、上記の3個の区画41~43に加えて、2個の区画(第4区画44、および、第5区画45)が規定されている。第4区画44は第1区画41の手前側に規定され、第5区画45は第4区画44の右側に規定される。第4区画44、および、第5区画45の各々には、外部機器からのびる一対の端子が接続されるポートが設けられる。第4区画44に設けられたポート(第1ポート)5の付近には、第1ポート5に外部電源(例えば、電池、蓄電池、発電機、等)を接続するように示唆する表記(図の例では「外部電源」との表記)がなされている。また、第5区画45に設けられたポート(第2ポート)6の付近には、第2ポート6に外部出力機器(例えば、モータ、豆電球等の光源、ブザー、等)を接続するように示唆する表記(図の例では「外部出力」との表記)がなされている。 In addition to the above three compartments 41 to 43, the board 3 is defined with two compartments (fourth compartment 44 and fifth compartment 45). The fourth section 44 is defined on the front side of the first section 41, and the fifth section 45 is defined on the right side of the fourth section 44. Each of the fourth section 44 and the fifth section 45 is provided with a port to which a pair of terminals extending from an external device are connected. A notation suggesting that an external power source (for example, a battery, a storage battery, a generator, etc.) be connected to the first port 5 in the vicinity of the port (first port) 5 provided in the fourth section 44 (in the figure). In the example, it is written as "external power source"). Further, in the vicinity of the port (second port) 6 provided in the fifth section 45, an external output device (for example, a motor, a light source such as a miniature bulb, a buzzer, etc.) is connected to the second port 6. The suggestion notation (in the example of the figure, the notation as "external output") is made.

各ポート5,6には導線が接続されており、該導線はボード3の裏面に沿って敷設されて、その端部に設けられたコネクタ51,61が、第2区画42に設けられた収容部材40の底面から突出して設けられている。したがって、該収容部材40に第5電子部品15が差し込まれると、その下面に設けられているポートに該コネクタ51,61が接続されるようになっている。すなわち、第1ポート5に接続された外部電源、および、第2ポート6に接続された外部出力機器が、第5電子部品15に電気的に接続されるようになっている。もっとも、接続の態様はこれに限るものではなく、例えば、第1ポート5と第2ポート6が、スイッチ素子が介挿された導線により接続されており、該スイッチ素子から伸びる導線の端部に設けられたコネクタが、第2区画42に設けられた収容部材40の底面から突出して設けられてもよい。 A conductor is connected to each of the ports 5 and 6, and the conductor is laid along the back surface of the board 3, and the connectors 51 and 61 provided at the ends thereof are accommodated in the second section 42. It is provided so as to project from the bottom surface of the member 40. Therefore, when the fifth electronic component 15 is inserted into the accommodating member 40, the connectors 51 and 61 are connected to the ports provided on the lower surface thereof. That is, the external power supply connected to the first port 5 and the external output device connected to the second port 6 are electrically connected to the fifth electronic component 15. However, the mode of connection is not limited to this, and for example, the first port 5 and the second port 6 are connected by a conducting wire having a switch element inserted therein, and are connected to the end of the conducting wire extending from the switch element. The provided connector may be provided so as to project from the bottom surface of the accommodating member 40 provided in the second section 42.

ボード3には、ここに配置されたタグ状電子部品10tの間に、図式化アルゴリズムにおいて電子部品記号20を連結する線と対応する連結線を表示する連結線表示部7が設けられる。 The board 3 is provided with a connecting line display unit 7 that displays a connecting line corresponding to the line connecting the electronic component symbols 20 in the diagrammatic algorithm between the tag-shaped electronic components 10t arranged here.

連結線表示部7は、第1区画41と第3区画43を連結する第1連結線701と、第1区画41と第2区画42を連結する2本の第2連結線702a,702bと、第2区画42、第4区画44、および、第5区画45を相互に連結する第3連結線703とを表示可能に構成されており、具体的には、各連結線701,702a,702b,703に相当する位置に設けられた線状点灯部材71と、ボード3上の各収容部材40に設けられた動作検知センサ72(図3)と、各動作検知センサ72からの検知情報に基づいて線状点灯部材71を点灯させる点灯制御部73と、を含んで構成される。 The connecting line display unit 7 includes a first connecting line 701 connecting the first section 41 and the third section 43, and two second connecting lines 702a and 702b connecting the first section 41 and the second section 42. The second section 42, the fourth section 44, and the third connecting line 703 that connects the fifth section 45 to each other can be displayed. Specifically, the connecting lines 701, 702a, 702b, Based on the linear lighting member 71 provided at the position corresponding to 703, the motion detection sensor 72 (FIG. 3) provided on each accommodating member 40 on the board 3, and the detection information from each motion detection sensor 72. It includes a lighting control unit 73 for lighting the linear lighting member 71, and a lighting control unit 73.

線状点灯部材71は、点灯されることで視認可能になる部材であり、例えば、該部材中を光が通ることによる点灯する線状の材料(例えば、光ファイバ)と、その端部に設けられた光源から構成される。あるいは、線状点灯部材71は、電圧の印加に応じて自身が発光する部材(例えば、ELファイバ、複数のLED光源が並べられて一体化されたLEDケーブル、等)により構成してもよい。ただし、ここで「点灯されることで視認可能になる」とは、点灯されることにより視認性が高まることを意味しており、非点灯時に全く視認されないというわけではない。 The linear lighting member 71 is a member that becomes visible when it is lit. For example, a linear material (for example, an optical fiber) that is lit by passing light through the member and an end portion thereof are provided. It consists of a light source. Alternatively, the linear lighting member 71 may be composed of a member that emits light by itself in response to the application of a voltage (for example, an EL fiber, an LED cable in which a plurality of LED light sources are arranged and integrated, etc.). However, here, "becoming visible by being lit" means that the visibility is enhanced by being lit, and it does not mean that the visibility is not seen at all when the lamp is not lit.

ここでは、ボード3が透明材料(透光性を有する材料であり、該材料から形成される物質を通してその向こう側が透けて見える(すなわち透明性を有する)材料)により形成されており、線状点灯部材71が、ボード3の裏面側に(すなわち、表面に露出しないように)、設けられる。具体的には例えば、線状点灯部材71は、ボード3の裏面に沿って設けられる、あるいは、ボード3に埋設されて設けられる。 Here, the board 3 is formed of a transparent material (a material having translucency, and the other side thereof can be seen through (that is, having transparency) through a substance formed from the material), and is linearly lit. The member 71 is provided on the back surface side of the board 3 (that is, so as not to be exposed to the front surface). Specifically, for example, the linear lighting member 71 is provided along the back surface of the board 3 or is embedded in the board 3.

動作検知センサ72は、各収容部材40に設けられて、そこに収容された電子部品(すなわち、電子タグとして構成される各電子部品)10の動作状態を検知する。電子タグとして構成される各電子部品10は、これが動作状態となったときに、ボディに設けられた光源101(図3)が点灯する。例えば、入力機能を有する電子部品11,13の場合、外部の物理状態等を検知して信号等を出力するときに、光源101が点灯する。また、出力機能を有する電子部品12の場合、外部から入力された信号等に基づいて所定の動作を行う間、光源101が点灯する。また、接続機能を有する電子部品15の場合、外部からの信号の入力に応じて外部に信号等を出力する際に、光源101が点灯する。動作検知センサ72は、光を検知可能なセンサ(具体的には例えば、フォトカプラ、フォトトランジスタ、フォトダイオード、等の各種光センサ)により構成され、これが、各収容部材40の内壁における、ここに収容された電子部品10の光源101と対向する位置に、設けられる。この動作検知センサ72が、収容部材40に差し込まれた電子部品10の光源101の点灯を検知することによって、該電子部品10が動作状態となったことを検知することができる。 The motion detection sensor 72 is provided in each accommodating member 40 and detects the operating state of the electronic component (that is, each electronic component configured as an electronic tag) 10 accommodated therein. Each electronic component 10 configured as an electronic tag is turned on by a light source 101 (FIG. 3) provided on the body when the electronic component 10 is in an operating state. For example, in the case of the electronic components 11 and 13 having an input function, the light source 101 is turned on when the external physical state or the like is detected and a signal or the like is output. Further, in the case of the electronic component 12 having an output function, the light source 101 is turned on while performing a predetermined operation based on a signal or the like input from the outside. Further, in the case of the electronic component 15 having a connection function, the light source 101 is turned on when the signal or the like is output to the outside in response to the input of the signal from the outside. The motion detection sensor 72 is composed of a sensor capable of detecting light (specifically, various optical sensors such as a photocoupler, a phototransistor, a photodiode, etc.), and this is included in the inner wall of each accommodating member 40. It is provided at a position facing the light source 101 of the housed electronic component 10. The motion detection sensor 72 can detect that the electronic component 10 is in an operating state by detecting the lighting of the light source 101 of the electronic component 10 inserted into the accommodating member 40.

点灯制御部73は、ボード3に設けられたマイクロコンピュータ等において実現される機能的要素である。点灯制御部73においては、ボード3に設けられた各収容部材40と各連結線701,702a,702b,703が対応付けられている。すなわち、第1区画41の奥側に設けられた収容部材40は第1連結線701と、第1区画41の手前側に設けられた収容部材40は第2連結線702a,702bと、第2区画42に設けられた収容部材40は第3連結線703と、それぞれ対応付けられている。そして、点灯制御部73は、ある収容部材40に設けられている動作検知センサ72が該収容部材40に差し込まれている電子部品10が動作状態となったことを検知すると、該収容部材40と対応付けられた連結線に相当する線状点灯部材71を点灯させることにより該連結線を表示させる。例えば、第1区画41の奥側に設けられた収容部材40に差し込まれた第1電子部品11が動作状態となったことが検知されると、点灯制御部73は、第1連結線701に相当する線状点灯部材71を点灯させる。これにより第1連結線701が表示される(図4(b)(c))。 The lighting control unit 73 is a functional element realized in a microcomputer or the like provided on the board 3. In the lighting control unit 73, each accommodating member 40 provided on the board 3 and each connecting line 701, 702a, 702b, 703 are associated with each other. That is, the accommodating member 40 provided on the back side of the first section 41 is the first connecting line 701, and the accommodating member 40 provided on the front side of the first section 41 is the second connecting line 702a, 702b. The accommodating member 40 provided in the section 42 is associated with the third connecting line 703, respectively. Then, when the operation detection sensor 72 provided in the accommodating member 40 detects that the electronic component 10 inserted in the accommodating member 40 is in the operating state, the lighting control unit 73 together with the accommodating member 40. The connecting line is displayed by lighting the linear lighting member 71 corresponding to the associated connecting line. For example, when it is detected that the first electronic component 11 inserted into the accommodating member 40 provided on the back side of the first section 41 is in the operating state, the lighting control unit 73 is connected to the first connecting line 701. The corresponding linear lighting member 71 is lit. As a result, the first connecting line 701 is displayed (FIGS. 4B and 4c).

<3.プログラミング教育用教材の使用態様>
プログラミング教育用教材100の使用態様について、図4~図6を参照しながら説明する。図4~図6は、プログラミング教育用教材100の使用態様を説明するための図である。プログラミング教育用教材100は、小中学生向けのプログラミング教育に好適に用いることができる。以下の説明では、このプログラミング教育用教材100を用いて教師が小学生あるいは中学生に対してプログラミングの授業を行う場合を想定して説明する。もっとも、プログラミング教育用教材100は、小中学生以外に対するプログラミング教育に用いることも可能である。
<3. Usage of programming education materials >
The usage mode of the programming teaching material 100 will be described with reference to FIGS. 4 to 6. 4 to 6 are diagrams for explaining how to use the programming teaching material 100. The programming education teaching material 100 can be suitably used for programming education for elementary and junior high school students. In the following explanation, it is assumed that a teacher gives a programming lesson to an elementary school student or a junior high school student using the programming teaching material 100. However, the programming education teaching material 100 can also be used for programming education for students other than elementary and junior high school students.

図4を参照する。ここでは、生徒が、情報端末機器2を用いて、第1電子部品11に対応する第1電子部品記号21と、第2電子部品12に対応する第2電子部品記号22を表示画面200上で連結することによって、「ボタンが押されたら光源が点灯する」という図式化アルゴリズムA1を作成したとする。 See FIG. Here, the student uses the information terminal device 2 to display the first electronic component symbol 21 corresponding to the first electronic component 11 and the second electronic component symbol 22 corresponding to the second electronic component 12 on the display screen 200. By concatenating, it is assumed that the schematic algorithm A1 that "the light source lights up when the button is pressed" is created.

この場合、教師は生徒に、この図式化アルゴリズムA1で使用する第1電子部品11および第2電子部品12をボード3に配置させる。この際、教師は、第1電子部品11は入力機能を有するものであるので、ボード3の表記(すなわち、置き場所示唆部4の示唆)にしたがって第1電子部品11を第1区画41の奥側の収容部材40に差し込むように教示する。また、第2電子部品12は出力機能を有するものであるので、ボード3の表記にしたがって第2電子部品12を第3区画43の収容部材40に差し込むように教示する。 In this case, the teacher causes the student to place the first electronic component 11 and the second electronic component 12 used in the diagramming algorithm A1 on the board 3. At this time, since the first electronic component 11 has an input function, the teacher puts the first electronic component 11 in the back of the first section 41 according to the notation of the board 3 (that is, the suggestion of the placement location suggestion unit 4). It is instructed to insert it into the accommodating member 40 on the side. Further, since the second electronic component 12 has an output function, it is instructed to insert the second electronic component 12 into the accommodating member 40 of the third section 43 according to the notation on the board 3.

生徒が置き場所示唆部4の示唆にしたがって第1電子部品11および第2電子部品12をボード3上の各収容部材40に差し込むと、ボード3上において、各電子部品11,12が、図式化アルゴリズムA1における電子部品記号21,22の配置と対応するように配置される。 When the student inserts the first electronic component 11 and the second electronic component 12 into each accommodating member 40 on the board 3 according to the suggestion of the placement location suggestion unit 4, the electronic components 11 and 12 are schematized on the board 3. It is arranged so as to correspond to the arrangement of the electronic component symbols 21 and 22 in the algorithm A1.

その後、図式化アルゴリズムA1から作成されたプログラムが実行される。すると、生徒が第1電子部品11のボタンを押すと第2電子部品12が点灯する。このとき、第1連結線701が表示される。すなわち、第1電子部品11が差し込まれている収容部材40に設けられた動作検知センサ72が、第1電子部品11が動作状態となったことを検知すると、点灯制御部73が第1連結線701に相当する線状点灯部材71を点灯させる。 After that, the program created from the diagramming algorithm A1 is executed. Then, when the student presses the button of the first electronic component 11, the second electronic component 12 lights up. At this time, the first connecting line 701 is displayed. That is, when the motion detection sensor 72 provided in the accommodating member 40 into which the first electronic component 11 is inserted detects that the first electronic component 11 is in the operating state, the lighting control unit 73 causes the first connecting line. The linear lighting member 71 corresponding to 701 is turned on.

このように、ボード3上の各電子部品11,12が、その配置にしたがったプログラムの流れで動作することで、生徒は、ボード3を見ながら、プログラムの実行手順と電子部品11,12の動作の流れの対応関係を直感的に理解することができる。また、連結線701が表示されることで、生徒は、プログラムの実行手順と電子部品11,12の動作の流れの対応関係をより明確かつ動的に把握することができる。 In this way, each of the electronic components 11 and 12 on the board 3 operates according to the flow of the program according to the arrangement thereof, so that the student can see the board 3 and see the program execution procedure and the electronic components 11 and 12. You can intuitively understand the correspondence between the flow of operations. Further, by displaying the connecting line 701, the student can more clearly and dynamically grasp the correspondence between the program execution procedure and the operation flow of the electronic components 11 and 12.

図5を参照する。ここでは、生徒が、ボード3に設けられた第1ポート5および第2ポート6に外部電源500(図の例では電池)および外部出力機器600(図の例では羽根付きモータ)をそれぞれ接続し、情報端末機器2を用いて、第3電子部品13に対応する第3電子部品記号23と、第5電子部品15に対応する第5電子部品記号25を表示画面200上で連結することによって、「温度が所定値を超えたら外部出力機器600のスイッチをオンする」という図式化アルゴリズムA2aと、「温度が所定値よりも低くなったら外部出力機器600のスイッチをオフする」という図式化アルゴリズムA2bを作成したとする。 See FIG. Here, the student connects an external power supply 500 (battery in the example of the figure) and an external output device 600 (motor with blades in the example of the figure) to the first port 5 and the second port 6 provided on the board 3, respectively. By using the information terminal device 2 to connect the third electronic component symbol 23 corresponding to the third electronic component 13 and the fifth electronic component symbol 25 corresponding to the fifth electronic component 15 on the display screen 200. The schematic algorithm A2a that "turns on the switch of the external output device 600 when the temperature exceeds the predetermined value" and the schematic algorithm A2b that "turns off the switch of the external output device 600 when the temperature becomes lower than the predetermined value". Is created.

この場合、教師は生徒に、各図式化アルゴリズムA2a,A2bで使用する第3電子部品13および第5電子部品15をボード3に配置させる。この際、教師は、第3電子部品13は入力機能を有するものであるので、ボード3の表記にしたがって第3電子部品13を第1区画41の手前側の収容部材40に差し込むように教示する。また、第5電子部品15は接続機能を有するものであるので、ボード3の表記にしたがって第5電子部品15を第2区画42の収容部材40に差し込むように教示する。 In this case, the teacher causes the student to place the third electronic component 13 and the fifth electronic component 15 used in the diagramming algorithms A2a and A2b on the board 3. At this time, since the third electronic component 13 has an input function, the teacher teaches that the third electronic component 13 is inserted into the accommodating member 40 on the front side of the first section 41 according to the notation on the board 3. .. Further, since the fifth electronic component 15 has a connection function, it is instructed to insert the fifth electronic component 15 into the accommodating member 40 of the second section 42 according to the notation on the board 3.

生徒が置き場所示唆部4の示唆にしたがって第3電子部品13および第5電子部品15をボード3上の各収容部材40に差し込むと、ボード3上において、各電子部品13,15が、図式化アルゴリズムA2a,A2bにおける電子部品記号23,25の配置と対応するように配置される。 When the student inserts the third electronic component 13 and the fifth electronic component 15 into each accommodating member 40 on the board 3 according to the suggestion of the place suggestion unit 4, the electronic components 13 and 15 are schematized on the board 3. It is arranged so as to correspond to the arrangement of the electronic component symbols 23 and 25 in the algorithms A2a and A2b.

その後、図式化アルゴリズムA2a,A2bから作成されたプログラムが実行される。すると、第3電子部品13が温度が所定値を超えたことを検出すると、第5電子部品15が外部出力機器600のスイッチをオンする(すなわち、外部電源500と外部出力機器600を電気的に接続する)。このとき、第2連結線702aと第3連結線703が表示される。すなわち、第3電子部品13が差し込まれている収容部材40に設けられた動作検知センサ72が、第3電子部品13が動作状態(1回目の動作状態)となったことを検知すると、点灯制御部73が第2連結線702aに相当する線状点灯部材71を点灯させる。また、第5電子部品15が差し込まれている収容部材40に設けられた動作検知センサ72が、第5電子部品15が動作状態となったことを検知すると、点灯制御部73が第3連結線703に相当する線状点灯部材71を点灯させる。 After that, the program created from the diagramming algorithms A2a and A2b is executed. Then, when the third electronic component 13 detects that the temperature exceeds a predetermined value, the fifth electronic component 15 turns on the switch of the external output device 600 (that is, electrically switches the external power supply 500 and the external output device 600). Connecting). At this time, the second connecting line 702a and the third connecting line 703 are displayed. That is, when the motion detection sensor 72 provided in the accommodating member 40 into which the third electronic component 13 is inserted detects that the third electronic component 13 is in the operating state (first operating state), the lighting control is performed. The unit 73 lights the linear lighting member 71 corresponding to the second connecting line 702a. Further, when the motion detection sensor 72 provided in the accommodating member 40 into which the fifth electronic component 15 is inserted detects that the fifth electronic component 15 is in the operating state, the lighting control unit 73 causes the third connecting line. The linear lighting member 71 corresponding to 703 is turned on.

また、第3電子部品13が温度が所定値よりも低くなったことを検出すると、第5電子部品15が外部出力機器600のスイッチをオフする(すなわち、外部電源500と外部出力機器600を電気的に切断する)。このとき、第2連結線702bと第3連結線703が表示される。すなわち、第3電子部品13が差し込まれている収容部材40に設けられた動作検知センサ72が、第3電子部品13が動作状態(2回目の動作状態)となったことを検知すると、点灯制御部73が第2連結線702bに相当する線状点灯部材71を点灯させる。さらに、第5電子部品15が差し込まれている収容部材40に設けられた動作検知センサ72が、第5電子部品15が動作状態となったことを検知すると、点灯制御部73が第3連結線703に相当する線状点灯部材71を点灯させる。 Further, when the third electronic component 13 detects that the temperature has become lower than the predetermined value, the fifth electronic component 15 turns off the switch of the external output device 600 (that is, the external power supply 500 and the external output device 600 are electrically connected. (Disconnect). At this time, the second connecting line 702b and the third connecting line 703 are displayed. That is, when the motion detection sensor 72 provided in the accommodating member 40 into which the third electronic component 13 is inserted detects that the third electronic component 13 is in the operating state (second operating state), the lighting control is performed. The unit 73 lights the linear lighting member 71 corresponding to the second connecting line 702b. Further, when the motion detection sensor 72 provided in the accommodating member 40 into which the fifth electronic component 15 is inserted detects that the fifth electronic component 15 is in the operating state, the lighting control unit 73 causes the third connecting line. The linear lighting member 71 corresponding to 703 is turned on.

このように、ボード3上の各電子部品13,15が、その配置にしたがったプログラムの流れで動作することで、生徒は、ボード3を見ながら、プログラムの実行手順と電子部品13,15の動作の流れの対応関係を直感的に理解することができる。また、連結線702a,702b,703が表示されることで、生徒は、プログラムの実行手順と電子部品11,12の動作の流れの対応関係をより明確かつ動的に把握することができる。 In this way, each of the electronic components 13 and 15 on the board 3 operates according to the flow of the program according to the arrangement thereof, so that the student can see the board 3 and see the program execution procedure and the electronic components 13 and 15. You can intuitively understand the correspondence between the flow of operations. Further, by displaying the connecting lines 702a, 702b, and 703, the student can more clearly and dynamically grasp the correspondence between the program execution procedure and the operation flow of the electronic components 11 and 12.

図6を参照する。ここでは、生徒が、情報端末機器2を用いて、第1電子部品11に対応する第1電子部品記号21と、第4電子部品14に対応する第4電子部品記号24を表示画面200上で連結することによって、「ボタンが押されたらスピーカから音が発生する」という図式化アルゴリズムA3を作成したとする。 See FIG. Here, the student uses the information terminal device 2 to display the first electronic component symbol 21 corresponding to the first electronic component 11 and the fourth electronic component symbol 24 corresponding to the fourth electronic component 14 on the display screen 200. By connecting, it is assumed that the schematic algorithm A3 that "sound is generated from the speaker when the button is pressed" is created.

この場合、教師は生徒に、この図式化アルゴリズムA3で使用する第1電子部品11をボード3に配置させる。また、図式化アルゴリズムA3で使用する第4電子部品14と対応するダミー電子部品140をボード3に配置させる。この際、教師は、第1電子部品11は入力機能を有するものであるので、ボード3の表記にしたがって第1電子部品11を第1区画41の奥側の収容部材40に差し込むように教示する。また、第4電子部品14は出力機能を有するものであるので、ボード3の表記にしたがって第4電子部品14と対応するダミー電子部品140を第3区画43の収容部材40に差し込むように教示する。 In this case, the teacher causes the student to place the first electronic component 11 used in the diagramming algorithm A3 on the board 3. Further, the dummy electronic component 140 corresponding to the fourth electronic component 14 used in the diagramming algorithm A3 is arranged on the board 3. At this time, since the first electronic component 11 has an input function, the teacher teaches that the first electronic component 11 is inserted into the accommodating member 40 on the inner side of the first section 41 according to the notation on the board 3. .. Further, since the fourth electronic component 14 has an output function, it is instructed to insert the dummy electronic component 140 corresponding to the fourth electronic component 14 into the accommodating member 40 of the third section 43 according to the notation on the board 3. ..

生徒が置き場所示唆部4の示唆にしたがって第1電子部品11およびダミー電子部品140をボード3上の各収容部材40に差し込むと、ボード3上において、電子部品11およびダミー電子部品140が、図式化アルゴリズムA3における電子部品記号21,24の配置と対応するように配置される。 When the student inserts the first electronic component 11 and the dummy electronic component 140 into each of the accommodating members 40 on the board 3 according to the suggestion of the placement location suggestion unit 4, the electronic component 11 and the dummy electronic component 140 are plotted on the board 3. It is arranged so as to correspond to the arrangement of the electronic component symbols 21 and 24 in the conversion algorithm A3.

その後、図式化アルゴリズムA3から作成されたプログラムが実行される。すると、生徒が第1電子部品11のボタンを押すと、ダミー電子部品140と対応する第4電子部品14から音が発生する。このとき、第1連結線701が表示される。すなわち、第1電子部品11が差し込まれている収容部材40に設けられた動作検知センサ72が、第1電子部品11が動作状態となったことを検知すると、点灯制御部73が第1連結線701に相当する線状点灯部材71を点灯させる。 After that, the program created from the diagramming algorithm A3 is executed. Then, when the student presses the button of the first electronic component 11, a sound is generated from the fourth electronic component 14 corresponding to the dummy electronic component 140. At this time, the first connecting line 701 is displayed. That is, when the motion detection sensor 72 provided in the accommodating member 40 into which the first electronic component 11 is inserted detects that the first electronic component 11 is in the operating state, the lighting control unit 73 causes the first connecting line. The linear lighting member 71 corresponding to 701 is turned on.

ここでは、ボード3上のダミー電子部品140から音が発生するわけではないが、ダミー電子部品140には、これが第4電子部品14と対応することを明示する表記がなされているので、生徒は両者の対応関係を直観的に把握することができる。すなわち、生徒は、ボード3を見ながら、プログラムの実行手順と電子部品11,14の動作の流れの対応関係を直感的に理解することができる。また、連結線701が表示されることで、生徒は、プログラムの実行手順と電子部品11,14の動作の流れの対応関係をより明確かつ動的に把握することができる。 Here, the sound is not generated from the dummy electronic component 140 on the board 3, but the dummy electronic component 140 is clearly marked to correspond to the fourth electronic component 14, so that the student can use it. It is possible to intuitively grasp the correspondence between the two. That is, the student can intuitively understand the correspondence between the program execution procedure and the operation flow of the electronic components 11 and 14 while looking at the board 3. Further, by displaying the connecting line 701, the student can more clearly and dynamically grasp the correspondence between the program execution procedure and the operation flow of the electronic components 11 and 14.

<4.他の実施形態>
上記の実施形態において、置き場所示唆部4は収容部材40を備えるものとしたが、収容部材40は必須の要素ではない。また、上記の実施形態において、置き場所示唆部4は、ボード3の表面に印刷された図形等を含んで構成されるものとしたが、該図形等は、印刷以外の態様でボード3の表面に表されるものであってよい。例えば、図形等を印刷した磁石やシール等をボード3上の所定の位置に貼り付けることにより表されるものであってもよい。あるいは、該図形等は、ボード3の表面に設けられた凹凸構造により表されるものであってもよい。あるいは、ボード3を液晶ディスプレイ等の表示装置により構成して、該表示装置の表示画面上に該図形等が表示されるものとしてもよい。なお、ボード3の表面に表される図形や文言等の具体的な態様が上記に例示したもの以外でもよいことは言うまでもない。
<4. Other embodiments>
In the above embodiment, the storage location suggestion unit 4 is provided with the accommodating member 40, but the accommodating member 40 is not an essential element. Further, in the above embodiment, the placement location suggestion unit 4 is configured to include a figure or the like printed on the surface of the board 3, but the figure or the like is formed on the surface of the board 3 in an aspect other than printing. It may be represented by. For example, it may be represented by attaching a magnet, a sticker, or the like on which a figure or the like is printed to a predetermined position on the board 3. Alternatively, the figure or the like may be represented by an uneven structure provided on the surface of the board 3. Alternatively, the board 3 may be configured by a display device such as a liquid crystal display so that the figure or the like is displayed on the display screen of the display device. Needless to say, the specific aspects such as figures and words displayed on the surface of the board 3 may be other than those exemplified above.

また、上記の実施形態において、連結線表示部7は、線状点灯部材71を点灯する以外の方法で連結線701,702a,702b,703を表示するものであってもよい。例えば、連結線表示部7は、ボード3の表面に印刷された連結線701,702a,702b,703により構成されてもよい。あるいは、線状の磁石やシール等をボード3に貼り付けることにより各連結線701,702a,702b,703を表すものであってもよい。あるいは、ボード3の表面に設けられた凹凸構造により各連結線701,702a,702b,703を表すものであってもよい。あるいは、ボード3を液晶ディスプレイ等の表示装置により構成して、該表示装置の表示画面上に各連結線701,702a,702b,703が表示されるものとしてもよい。 Further, in the above embodiment, the connecting line display unit 7 may display the connecting lines 701, 702a, 702b, 703 by a method other than lighting the linear lighting member 71. For example, the connecting line display unit 7 may be composed of connecting lines 701, 702a, 702b, 703 printed on the surface of the board 3. Alternatively, each connecting line 701, 702a, 702b, 703 may be represented by attaching a linear magnet, a seal, or the like to the board 3. Alternatively, the concave-convex structure provided on the surface of the board 3 may represent the connecting lines 701, 702a, 702b, 703. Alternatively, the board 3 may be configured by a display device such as a liquid crystal display, and the connecting lines 701, 702a, 702b, and 703 may be displayed on the display screen of the display device.

また、上記の実施形態のように、線状点灯部材71を点灯させることにより連結線701,702,703を表示する場合、各連結線701,702a,702b,703に相当する線状点灯部材71は、互いに異なる色で点灯されることも好ましい。 Further, when the connecting lines 701, 702 and 703 are displayed by lighting the linear lighting member 71 as in the above embodiment, the linear lighting member 71 corresponding to each connecting line 701, 702a, 702b, 703 is displayed. Is also preferably lit in different colors.

また、上記の実施形態のように、線状点灯部材71を点灯させることにより連結線701,702a,702b,703を表示する場合、線状点灯部材71を、これが点灯されたときに方向性を示すことができる部材で構成することも好ましい。例えば、線状点灯部材71を、複数の光源が並べられて一体化されたLEDケーブルにより構成し、その延在方向に沿って各光源を順に点灯させることによって、方向性を示すことができる。ただし、この場合、ボード3に敷設された各線状点灯部材71を、左から右、あるいは、上から下への方向性を示すように点灯させるものとする。 Further, when the connecting lines 701, 702a, 702b, and 703 are displayed by lighting the linear lighting member 71 as in the above embodiment, the linear lighting member 71 is directional when it is lit. It is also preferable to use a member that can be shown. For example, the linear lighting member 71 is configured by an LED cable in which a plurality of light sources are arranged and integrated, and the directionality can be shown by lighting each light source in order along the extending direction thereof. However, in this case, each linear lighting member 71 laid on the board 3 is lit so as to indicate a direction from left to right or from top to bottom.

また、上記の実施形態では、動作検知センサ72は、電子タグとして構成される各電子部品10に設けられた光源101の点灯を検知することで、該電子部品10が動作状態となったことを検知していたが、電子部品10にこのような光源101が設けられない場合等は、例えば、各収容部材40にスイッチング回路を設けて、該スイッチング回路が、収容部材40に収容されている電子部品10が動作状態となったときに生じる微小な電圧状態の変化に応じて、該収容部材40と対応する連結線701,702a,702b,703を表示させる(すなわち、該連結線701,702a,702b,703に相当する線状点灯部材71を点灯させる)ものとしてもよい。 Further, in the above embodiment, the motion detection sensor 72 detects that the light source 101 provided in each electronic component 10 configured as an electronic tag is lit, thereby indicating that the electronic component 10 is in an operating state. However, when such a light source 101 is not provided in the electronic component 10, for example, a switching circuit is provided in each accommodating member 40, and the switching circuit is accommodated in the accommodating member 40. The connecting lines 701, 702a, 702b, 703 corresponding to the accommodating member 40 are displayed (that is, the connecting lines 701, 702a, in response to a minute change in the voltage state that occurs when the component 10 is in the operating state. The linear lighting member 71 corresponding to 702b and 703 may be lit).

また、上記の実施形態において、収容部材40は、ボード3に固定されて設けられてもよいし、ボード3に対して着脱可能に設けられてもよい。後者の場合、各区画41,42,43内の任意の位置に収容部材40を着脱できるように構成してもよい。この場合、収容部材40を設置するべき位置にマーク等が形成されていることも好ましい。収容部材40をボード3に対して着脱可能とすることで、不使用時にはボード3から収容部材40を外して、複数枚のボード3を重ねてコンパクトに収納することが可能となる。 Further, in the above embodiment, the accommodating member 40 may be fixedly provided on the board 3 or may be detachably provided on the board 3. In the latter case, the accommodating member 40 may be attached and detached at an arbitrary position in each of the sections 41, 42, and 43. In this case, it is also preferable that a mark or the like is formed at a position where the accommodating member 40 should be installed. By making the accommodating member 40 removable from the board 3, the accommodating member 40 can be removed from the board 3 when not in use, and a plurality of boards 3 can be stacked and compactly stored.

また、上記の実施形態において、ボード3は、図示されていたように矩形状であってもよいし、これ以外の形状(円形状、多角形状、等)であってもよい。ただし、ボード3は、小中学校の学校机に載置できる程度のサイズとされることが好ましい。 Further, in the above embodiment, the board 3 may have a rectangular shape as shown in the figure, or may have a shape other than this (circular shape, polygonal shape, etc.). However, the board 3 is preferably sized so that it can be placed on a school desk of an elementary or junior high school.

また、上記の実施形態において、ボード3が、複数のパーツが連結されることにより構成されてもよい。例えば、各区画41~45に相当する各部分を他の部分と分離・連結自在なパーツとして構成しておき、これらを任意に組み合わせて連結することで、ボード3を構成してもよい。 Further, in the above embodiment, the board 3 may be configured by connecting a plurality of parts. For example, the board 3 may be configured by configuring each part corresponding to each section 41 to 45 as a part that can be separated and connected from other parts, and by arbitrarily combining and connecting these parts.

10…電子部品
11…第1電子部品
12…第2電子部品
13…第3電子部品
14…第4電子部品
15…第5電子部品
101…光源
140…ダミー電子部品
10t…タグ状電子部品
2…情報端末機器
200…表示画面
20…電子部品記号
21…第1電子部品記号
22…第2電子部品記号
23…第3電子部品記号
24…第4電子部品記号
25…第5電子部品記号
3…ボード
4…置き場所示唆部
40…収容部材
41…第1区画
42…第2区画
43…第3区画
44…第4区画
45…第5区画
5…第1ポート
6…第2ポート
51,61…コネクタ
7…連結線表示部
701…第1連結線
702a,702b…第2連結線
703…第3連結線
71…線状点灯部材
72…動作検知センサ
73…点灯制御部
100…プログラミング教育用教材
A1,A2a,A2b,A3…図式化アルゴリズム
10 ... Electronic component 11 ... 1st electronic component 12 ... 2nd electronic component 13 ... 3rd electronic component 14 ... 4th electronic component 15 ... 5th electronic component 101 ... Light source 140 ... Dummy electronic component 10t ... Tag-shaped electronic component 2 ... Information terminal equipment 200 ... Display screen 20 ... Electronic component symbol 21 ... 1st electronic component symbol 22 ... 2nd electronic component symbol 23 ... 3rd electronic component symbol 24 ... 4th electronic component symbol 25 ... 5th electronic component symbol 3 ... Board 4 ... Placement suggestion part 40 ... Accommodating member 41 ... 1st section 42 ... 2nd section 43 ... 3rd section 44 ... 4th section 45 ... 5th section 5 ... 1st port 6 ... 2nd port 51, 61 ... Connector 7 ... Connecting line display unit 701 ... First connecting line 702a, 702b ... Second connecting line 703 ... Third connecting line 71 ... Linear lighting member 72 ... Motion detection sensor 73 ... Lighting control unit 100 ... Teaching material for programming education A1, A2a, A2b, A3 ... Schematic algorithm

Claims (9)

複数の電子部品のそれぞれに対応する電子部品記号が連結されることで規定された図式化アルゴリズムから作成されるプログラムを実行して、該複数の電子部品を動作させるプログラミング教育用教材であって、
前記電子部品を配置するためのボードと、
前記ボード上の前記電子部品の配置が前記図式化アルゴリズムにおける前記電子部品記号の配置と対応するように前記電子部品の置き場所を明示する、前記ボードに設けられた置き場所示唆部と、
を備える、プログラミング教育用教材。
It is a programming educational material that operates a plurality of electronic components by executing a program created from a schematic algorithm defined by concatenating the electronic component symbols corresponding to each of the plurality of electronic components.
A board for arranging the electronic components and
A placement location suggestion portion provided on the board, which clearly indicates the placement location of the electronic component so that the placement of the electronic component on the board corresponds to the placement of the electronic component symbol in the diagramming algorithm.
Teaching materials for programming education.
前記置き場所示唆部が、前記ボードの表面に記載された文字、記号若しくは図形、又は前記ボード上に設けられた治具部材である、請求項1に記載のプログラミング教育用教材。The programming education teaching material according to claim 1, wherein the place suggestion portion is a character, a symbol or a figure written on the surface of the board, or a jig member provided on the board. 請求項1または2に記載のプログラミング教育用教材であって、
前記ボード上に配置された前記電子部品の間に、前記図式化アルゴリズムにおいて前記電子部品記号を連結する線と対応する連結線を表示する連結線表示部、
をさらに備える、プログラミング教育用教材。
The programming educational material according to claim 1 or 2 .
A connecting line display unit that displays a connecting line corresponding to a line connecting the electronic component symbols in the schematic algorithm between the electronic components arranged on the board.
Teaching materials for programming education that further prepare.
請求項に記載のプログラミング教育用教材であって、
前記連結線表示部が、
前記ボードに設けられた線状点灯部材と、
前記ボード上に配置された前記電子部品の間に設けられた前記線状点灯部材を点灯させることで前記連結線を表示させる点灯制御部と、
を備える、プログラミング教育用教材。
The teaching material for programming education according to claim 3 .
The connecting line display unit
The linear lighting member provided on the board and
A lighting control unit that displays the connecting line by lighting the linear lighting member provided between the electronic components arranged on the board.
Teaching materials for programming education.
請求項に記載のプログラミング教育用教材であって、
前記点灯制御部が、
前記ボード上に配置された前記電子部品が動作状態となったときに、前記線状点灯部材を点灯させる、
プログラミング教育用教材。
The teaching material for programming education according to claim 4 .
The lighting control unit
When the electronic component arranged on the board is in the operating state, the linear lighting member is turned on.
Teaching materials for programming education.
請求項またはに記載のプログラミング教育用教材であって、
前記ボードが透明材料により形成されており、
前記線状点灯部材が、前記ボードの裏面側に設けられている、
プログラミング教育用教材。
The programming educational material according to claim 4 or 5 .
The board is made of a transparent material
The linear lighting member is provided on the back surface side of the board.
Teaching materials for programming education.
請求項1からのいずれかに記載のプログラミング教育用教材であって、
前記置き場所示唆部が、
前記ボード上に設けられた、前記電子部品の少なくとも一部分を収容する収容部材、
を備える、プログラミング教育用教材。
The teaching material for programming education according to any one of claims 1 to 6 .
The place suggestion part
An accommodating member provided on the board for accommodating at least a part of the electronic component.
Teaching materials for programming education.
請求項1からのいずれかに記載のプログラミング教育用教材であって、
前記置き場所示唆部が、
前記ボード上に前記電子部品の機能種類に応じた区画を規定して、前記電子部品をその機能に応じた区画に置くように示唆するものである、
プログラミング教育用教材。
The teaching material for programming education according to any one of claims 1 to 7 .
The place suggestion part
A section corresponding to the functional type of the electronic component is defined on the board, and it is suggested that the electronic component is placed in the section according to the function.
Teaching materials for programming education.
請求項1からのいずれかに記載のプログラミング教育用教材であって、
前記ボードに設けられたポートと、
前記ポートに接続された導線と、
前記導線の端部に設けられ、前記ボードに配置される電子部品と接続可能に前記ボードに固定されたコネクタと、
を備える、プログラミング教育用教材。
The teaching material for programming education according to any one of claims 1 to 8 .
The ports provided on the board and
The conductor connected to the port and
A connector provided at the end of the conductor and fixed to the board so as to be able to connect to an electronic component arranged on the board.
Teaching materials for programming education.
JP2017198587A 2017-10-12 2017-10-12 Teaching materials for programming education Active JP7009705B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2017198587A JP7009705B2 (en) 2017-10-12 2017-10-12 Teaching materials for programming education

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2017198587A JP7009705B2 (en) 2017-10-12 2017-10-12 Teaching materials for programming education

Publications (2)

Publication Number Publication Date
JP2019074558A JP2019074558A (en) 2019-05-16
JP7009705B2 true JP7009705B2 (en) 2022-01-26

Family

ID=66544124

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2017198587A Active JP7009705B2 (en) 2017-10-12 2017-10-12 Teaching materials for programming education

Country Status (1)

Country Link
JP (1) JP7009705B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110457029B (en) * 2019-08-13 2022-06-28 中核控制系统工程有限公司 Logic configuration icon configuration method based on SCADE basic algorithm block
JP7132557B1 (en) 2021-09-01 2022-09-07 アドバンスデザインテクノロジー株式会社 Device control system

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002149055A (en) 2000-11-10 2002-05-22 Shin Caterpillar Mitsubishi Ltd Device for training on electric and electronic circuits
JP2002244539A (en) 2001-02-16 2002-08-30 Sharp Corp Input equipment and electronic equipment for learning
JP2006215409A (en) 2005-02-04 2006-08-17 Nobuyuki Takemoto Teaching material for electronic circuit
JP2011028192A (en) 2009-07-27 2011-02-10 Yoichi Ochiai Voltage visualizing electrostatic wiring breadboard
JP2017121283A (en) 2016-01-05 2017-07-13 株式会社セガ トイズ Coding toy, block, stage, figure toy, and coding method
JP2017161770A (en) 2016-03-10 2017-09-14 株式会社デザイニウム Device, method, and program for programming learning

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0530869U (en) * 1991-10-04 1993-04-23 性二 塚口 Logic circuit learning tool
JP2595810Y2 (en) * 1993-07-09 1999-06-02 展生 小田 Electronic circuit learning template
KR20160105824A (en) * 2014-01-30 2016-09-07 정 시 System and method for computer programming with physical objects on interactive surface
KR102266247B1 (en) * 2015-01-30 2021-06-17 주식회사 헬로긱스 System for education of internet of things

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002149055A (en) 2000-11-10 2002-05-22 Shin Caterpillar Mitsubishi Ltd Device for training on electric and electronic circuits
JP2002244539A (en) 2001-02-16 2002-08-30 Sharp Corp Input equipment and electronic equipment for learning
JP2006215409A (en) 2005-02-04 2006-08-17 Nobuyuki Takemoto Teaching material for electronic circuit
JP2011028192A (en) 2009-07-27 2011-02-10 Yoichi Ochiai Voltage visualizing electrostatic wiring breadboard
JP2017121283A (en) 2016-01-05 2017-07-13 株式会社セガ トイズ Coding toy, block, stage, figure toy, and coding method
JP2017161770A (en) 2016-03-10 2017-09-14 株式会社デザイニウム Device, method, and program for programming learning

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
南浦 淳之,親子で始めるプログラミング,日経Kids+,日経BP社,2016年09月19日,第60頁,特に図を参照。
小山 博史,すぐ試せるサンプルがいっぱい 楽しいラズパイプログラミング,日経Linux,日本,日経BP社,2016年04月12日,第18巻 第5号,第140-145頁,特に「LEDやスイッチを使おう」の項から「LEDを点灯させよう」の項、図、表等参照。

Also Published As

Publication number Publication date
JP2019074558A (en) 2019-05-16

Similar Documents

Publication Publication Date Title
Hodges et al. Physical computing: A key element of modern computer science education
Evans Beginning arduino programming
US8866708B2 (en) Light emitting diode switch device and array
Tollervey Programming with MicroPython: embedded programming with microcontrollers and Python
CN209591134U (en) A kind of compatible type hardware programming electronic modular system that can be used for imparting knowledge to students
JP7009705B2 (en) Teaching materials for programming education
CN103489347A (en) Intelligent teaching electronic building block
CN201765707U (en) Spelling learning machine for preschool education
Ngai et al. Deploying a wearable computing platform for computing education
CN113760256A (en) Non-code programming method and hand-held programming device using same
KR100947991B1 (en) A training device for pressing keyboards
Fernandez et al. Getting started with the MSP430 launchpad
KR20180046242A (en) Nfc block, and operating method using the same
CN1279502C (en) An educational device
CN220855905U (en) Intelligent control board for graphical programming software
KR20190054534A (en) Touch type input devcie for digital contents
KR200472443Y1 (en) Portable billboards
Wilcher Basic Arduino Projects: 26 Experiments with Microcontrollers and Electronics
KR101465670B1 (en) Learning system using NFC chart
JP3236965U (en) Information control teaching materials
CN212302808U (en) Auxiliary equipment for music teaching
KR200272391Y1 (en) Drawing chart with sound reproducing and light emitting function
CN208903521U (en) A kind of electricity of middle school physical study demonstration board
US20160300008A1 (en) System and method for interacting with construction blocks through an application
US20230098617A1 (en) Educational electronic circuit block set and simulation board displaying electric current flow

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20200630

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20210416

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20210511

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20210712

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20211214

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20211220

R150 Certificate of patent or registration of utility model

Ref document number: 7009705

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150