Network


Latest external collaboration on country level. Dive into details by clicking on the dots.

Hotspot


Dive into the research topics where Tatsuhiro Konishi is active.

Publication


Featured researches published by Tatsuhiro Konishi.


Research and Practice in Technology Enhanced Learning | 2016

Code-reading support environment visualizing three fields and educational practice to understand nested loops

Koichi Yamashita; Takamasa Nagao; Satoru Kogure; Yasuhiro Noguchi; Tatsuhiro Konishi; Yukihiro Itoh

In this paper, we describe a code-reading support environment and practical classroom applications using this environment to understand nested loops. Previously, we developed a code-reading support system based on visualization of the relationships among the program code, target domain world, and operations. We implemented the proposed system in exercises with nested loops. The evaluation results suggested that students could frequently fulfill learning objectives using the proposed system. However, we also discovered that some students experienced a learning impasse in the classroom. We attempted to address these students with two supporting approaches: bridging the gap between the generalization structures in the program code and their corresponding operations and enabling learners to predict the behavior of the nested loops. In this paper, we extend our previous system with new functions based on our two supporting approaches. Further, we implement the system in another classroom for nested loops. We describe a correlation between the proposed system and an understanding of nested loops using pre-/post-test comparisons. We discuss how code reading using the proposed system allows learners to cultivate a superior understanding of the program code.


IFIP Conference on Information Technology in Educational Management | 2006

Three Phase Self-Reviewing System

Tatsuhiro Konishi; Hiroyuki Suzuki; Tomohiro Haraikawa; Yukihiro Itoh

This paper introduces an electronic report submission system that helps effective learning of algorithms and programming. It proposes a three-phase reviewing system that involves self-reviewing of algorithms, self-reviewing of programs and staff reviewing. This is an improvement of our existing two-phase reviewing system that only supports the latter two phases. In the additional phase for algorithmic checking, learners describe an algorithm graphically using PAD, compile it, and execute it to verify their algorithm first without being troubled by syntax of a programming language; this supplies effectiveness to the efficient self-reviewing system.


Research and Practice in Technology Enhanced Learning | 2016

Practices of algorithm education based on discovery learning using a program visualization system

Koichi Yamashita; Ryota Fujioka; Satoru Kogure; Yasuhiro Noguchi; Tatsuhiro Konishi; Yukihiro Itoh

In this paper, we describe three practical exercises relating to algorithm education. The exercises are based on a learning support system that offers visualization of program behavior. Systems with the ability to visualize program behavior are effective to promote the understanding of algorithm behavior. The introduction of these systems into an algorithm course is expected to allow learners to cultivate a more thorough understanding. However, almost all existing systems cannot incorporate the teacher’s intent of instruction that may be necessary to accommodate learners with different abilities by using a different instructional approach. Based on these considerations, we conducted classroom practice sessions as part of an algorithm course by incorporating the visualization system we developed in our previous work. Our system visualizes the target domain world according to the visualization policy defined by the teacher. Our aim with the practical classes is to enable learners to understand the properties of algorithms, such as the number of comparisons and data exchanges. The contents of the course are structured such that the properties of an algorithm can be understood by discovery learning in the practical work. In this paper, we provide an overview of our educational practices and learners’ responses and show that the framework we use in our practices can be established in algorithm classes. Furthermore, we summarize the requirements for the inclusion of discovery learning in the algorithm classes as the knowledge obtained from our practices.


Research and Practice in Technology Enhanced Learning | 2015

Monitoring system for the effective instruction based on the semi-automatic evaluation of programs during programming classroom lectures

Satoru Kogure; Riki Nakamura; Kanae Makino; Koichi Yamashita; Tatsuhiro Konishi; Yukihiro Itoh

In this study, we developed a programming practice monitoring system to facilitate teachers to give appropriate instructions to students at the appropriate time during classroom lectures. To help teachers to provide appropriate instruction to learners, we identified parameters that would be useful for teachers during programming exercise in classroom lecture. We constructed a monitoring system with five functions. The system automatically acquired the programs written by students to evaluate their performance, and the teacher can obtain their performance using the five functions. We asked four subjects to test our proposed monitoring system during a simulation of a classroom lecture. The evaluation revealed that the system had a high accuracy in evaluating student programs.


international conference on computers in education | 2002

The method to visualize the domain-oriented-explanation of program's behaviors

Fumihiko Anma; Taketoshi Ando; Ryoji Itoh; Tatsuhiro Konishi; Yukihiro Itoh

In this paper, we discuss the method of visualization of the explanations generated by our educational system. The system gives domain-oriented-explanations of programs. Our system can help learners to understand model programs and to find bugs in their programs by themselves. It generates explanations of the programs behaviors. Our previous system can output verbal explanations. However it is not easy for novice learners to get a concrete image of behavior of the program. Therefore we are trying to add a facility of generating explanations by visualizing the state of the world.


Research and Practice in Technology Enhanced Learning | 2017

Classroom practice for understanding pointers using learning support system for visualizing memory image and target domain world

Koichi Yamashita; Ryota Fujioka; Satoru Kogure; Yasuhiro Noguchi; Tatsuhiro Konishi; Yukihiro Itoh

Pointers are difficult learning targets for novice learners of C programming. For such difficult targets, introducing a system visualizing program behaviors is generally expected to support learners to understand the targets. However, visualization in existing systems often conceals the concrete value of variables such as pointers; the way in which each visualized object is located on the memory is not made explicit. In order to address this issue, we focused on a program visualization system called TEDViT. It visualizes simultaneously and synchronously the memory image that is the field that presents the concrete value of variables and the target domain world that is the field that presents logically the data structures processed by the program. We consider that observing and comparing program code, memory image, and target domain world with TEDViT could work for understanding pointers. TEDViT visualizes the status of the target domain world according to the visualization policy defined by the teacher in order to allow teachers to set their instruction content based on the growing variety of learner background knowledge. We also consider that this feature could support teachers’ instructions and class managements appropriately, and improving teachers’ performance by TEDViT’s support would bring improvement of learners’ understanding. We conducted classroom practice for understanding pointers in connection with a memory model, thus introducing TEDViT to a real class. Analysis of answered scores in a questionnaire conducted after the practice suggests that our practice using TEDViT provided useful supports for participants to understand pointers. It also suggests our practice had a certain effect to reduce uneven levels of understanding among participants. Based on these results, we describe that classroom practices in our framework could support learners to understand pointers and support teachers to manage the class.


Research and Practice in Technology Enhanced Learning | 2015

Practice supporting system with related problem set generator based on targeted educational effects

Yasuhiro Noguchi; Satoru Kogure; Tatsuhiro Konishi; Yukihiro Itoh

Exercises with well-designed similar problem sets are effective in classrooms. In this case, teachers design similar problem sets related to the educational effects they have targeted. However, to design these “related problem sets (RPSs)” is not so easy for teachers, especially for students who are studying the problems. To support them, an intelligent tutoring system is expected to generate RPSs for teachers’ and learners’ targeting educational effects and support exercises for learners using these RPSs. It is useful for teachers who provide RPSs to learners with their educational effects and/or learners who want to study by themselves to get rid of their own weakness. This paper suggested the RPS generation and exercises supporting functions by an intelligent tutoring system for high school chemistry named Intelligent Practice Supporting System (IPSS). Some experiments confirmed that the performance of RPS generation and the exercises with IPSS had better educational effects than the ones without RPSs.


international conference on advanced learning technologies | 2007

An Educational System that Explains the Domain-oriented-explanation of Program's Behaviors

Fumihiko Anma; Tomonori Kato; Tatsuhiro Konishi; Yukihiro Itoh; Toshio Okamoto

We have developed an educational system that helps novice programming language learners. Our system can output the verbal and visual explanation that explains the behavior of a program on the domain world. When learners input their own program that has a few bugs, they can spontaneously notice that there are a few bugs in their program by referring the explanation contradictory to their expectations, and try to fix them.


international conference on computers in education | 2002

Interpretation of ungrammatical sentences in a language education system for nonnative speakers

Masahiro Suzuki; Toshihiko Itoh; Tatsuhiro Konishi; Makoto Kondo; Yukihiro Itoh

In learning foreign languages, especially when the learners want to polish their conversation skills, they need to put themselves in a variety of situations where they perform various tasks in their target languages. Conventional language education systems offer exercises for fixed phrases or conversation practice using predetermined dialog patterns. Ideally, the learners should participate in a dialog that dynamically changes in accordance with the utterances of the participants, and they should decide what to say by themselves according to the changing environment. Such a learning environment needs a teacher to participate in the dialog and help the learners continue the conversation even if their utterances are ungrammatical. This research aims to construct a system that plays a teacher role of this kind. This paper is concerned with how to develop a system that accepts and interprets both grammatical and ungrammatical inputs.


conference of the international speech communication association | 2004

An understanding strategy based on plausibility score in recognition history using CSR confidence measure.

Toshihiko Itoh; Atsuhiko Kai; Yukihiro Itoh; Tatsuhiro Konishi

Collaboration


Dive into the Tatsuhiro Konishi's collaboration.

Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar

Hideki Asoh

National Institute of Advanced Industrial Science and Technology

View shared research outputs
Top Co-Authors

Avatar

Fumihiko Anma

University of Electro-Communications

View shared research outputs
Top Co-Authors

Avatar
Researchain Logo
Decentralizing Knowledge