• Title/Summary/Keyword: Language testing

Search Result 254, Processing Time 0.024 seconds

A Study on the Development of Business English Tests Based on an Analysis of the Predictive Validity of the TOEIC and a Delphi Study of Working Skills in English to be Assessed (비즈니스 영어 업무 능력에 대한 TOEIC의 예측 타당도 검증과 델파이 연구)

  • 김은상;최연희
    • Korean Journal of English Language and Linguistics
    • /
    • v.4 no.2
    • /
    • pp.229-252
    • /
    • 2004
  • The TOEIC has widely used to evaluate business English proficiency in Korea, but those who achieved high scores still often face difficulties in performing their duties in English at work. This implies that the test may not evaluate business English proficiency effectively enough. With an ultimate goal of proposing an effective way of assessing business English proficiency, therefore, his study analyzed the predictive validity of the TOEIC. A correlation analysis was conducted between TOEIC scores of 64 office workers of multinational companies and their working skills in English evaluated by themselves, and their colleagues and seniors. Its results illustrated a significant correlation between their listening and reading scores and their working skills measured by all the groups, but not between their scores and their working skills in speaking and writing. In addition, the study did a delphi study to identify working skills in English to be assessed in business English tests and a contents analysis of the TOEIC. The results suggest business English tests should be able to assess working skills by work types and more direct testing of working skills in speaking and writing is needed.

  • PDF

Generating Test Cases for Object-Oriented Design Specification (OCL로 기술된 객체지향 설계 명세의 테스트 케이스 생성)

  • Choe, Eun-Man
    • The KIPS Transactions:PartD
    • /
    • v.8D no.6
    • /
    • pp.843-852
    • /
    • 2001
  • Statistics concerning software errors indicate that more errors are introduced in analysis and design phase than implementation phase. Therefore, it is needed to check whether the design modeling is appropriate for own function and structure. This paper discussed the effective test method for the object-oriented design model, i.e., UML. A new method was proposed for generating test data. This method consists of category partition theory by the representation each element in UML model with OCL (Object Constraint Language). Test data generated in this way can be used for testing the source code functionality as well as for checking the design model.

  • PDF

UniPy: A Unified Programming Language for MGC-based IoT Systems

  • Kim, Gayoung;Choi, Kwanghoon;Chang, Byeong-Mo
    • Journal of the Korea Society of Computer and Information
    • /
    • v.24 no.3
    • /
    • pp.77-86
    • /
    • 2019
  • The advent of Internet of Things (IoT) makes common nowadays computing environments involving programming not a single computer but several heterogeneous distributed computers together. Developing programs separately, one for each computer, increases programmer burden and testing all the programs become more complex. To address the challenge, this paper proposes an RPC-based unified programming language, UniPy, for development of MGC (eMbedded, Gateway, and Cloud) applications in IoT systems configured with popular computers such as Arduino, Raspberry Pi, and Web-based DB server. UniPy offers programmers a view of classes as locations and a very simple form of remote procedure call mechanism. Our UniPy compiler automatically splits a UniPy program into small pieces of the program at different locations supporting the necessary RPC mechanism. An advantage of UniPy programs is to permit programmers to write local codes the same as for a single computer requiring no extra knowledge due to having unified programming models, which is very different from the existing research works such as Fabryq and Ravel. Also, the structure of UniPy programs allows programmers to test them by directly executing them before splitting, which is a feature that has never been emphasized yet.

A Study on the Indicators of Language Development Ability in Infants 18-24 Months (영아(18-24개월)의 언어발달능력 지표에 관한 조사 연구)

  • Kyung-sook Hwang;Wha-Soo Kim;Ji-Woo Lee
    • The Journal of the Convergence on Culture Technology
    • /
    • v.9 no.6
    • /
    • pp.843-848
    • /
    • 2023
  • The purpose of this study is to understand in detail the development of infants in the 18-24-month period when language develops the most, and to prepare new standards for developmental evaluation that can promote appropriate intervention design at an early time. We divided sub-items such as screening tests and standardized test tools to know the language development ability indicators of infants aged 18-24 months were divided into syntax/phonology, meaning, and speech, and each question was classified and a checklist was made on a five-point scale to conduct a survey on parents with infants aged 18-24 months. Low sensitivity to screening of infants with language delays in nationally implemented infant health checkups, and domestic test tools are standardized for at least six to as many as 10 years, which is always possible in questionnaires related to acceptance and expression, with many reports from parents or teachers.The proportion of "wow" and "started to do" was more than 50-60%. Based on the results of this study, it is hoped that new standards for developmental evaluation will be developed to promote the design of appropriate interventions in detail at a short time.

Using ICT in the HEIs in the Study of the Philological Sciences

  • Iryna, Kominiarska;Roman, Dubrovskyi;Inna, Volianiuk;Natalya, Yanus;Oleksandr, Hryshchenko
    • International Journal of Computer Science & Network Security
    • /
    • v.22 no.5
    • /
    • pp.31-38
    • /
    • 2022
  • The article highlights the educational potential of information and communication technologies in the study of philological disciplines in higher education institutions. The study aims to analyze the didactic potential of ICT in the study of philological disciplines, as well as to check the scientific hypothesis that the use of ICT in HEIs in the study of philological disciplines will intensify and enhance the effectiveness of the learning process. To confirm the validity of the hypothesis, experimental testing was carried out and the results are illustrated in the article. The above-mentioned goal of the study determined the use of theoretical and empirical methods: analysis, synthesis, generalization, and systematization of pedagogical and scientific-methodological literature to clarify the state of research problem development and to identify pedagogical foundations on which the process of ICT use is based, comparison and prediction; questioning and testing of educational process participants to understand the effectiveness of ICT use in their training in HEIs. The research results showed positive changes in all analyzed criteria in the experimental group, which is due to the introduction of additional ICT tools into the educational process of the mentioned group. The scientific novelty of the study consists in highlighting the main characteristics and didactic functions of ICT in the learning process of philological students; in covering the classification of ICT, ICT tools, and typology of training sessions using ICT in the study of philological disciplines. In the conclusion it is summarized that the introduction of modern ICT in the educational process allows intensifying the learning process, implementation of a variety of ideas, increases the pace of classes and material assimilation, influencing the motivation for learning, increases the amount of independent work of students.

Deterministic Testing of Java Multi-Threaded Programs through Program Transformation (프로그램 변환을 통한 Java 다중 스레드 프로그램의 결정적 테스팅)

  • Chung, In-Sang
    • Journal of KIISE:Software and Applications
    • /
    • v.27 no.6
    • /
    • pp.607-617
    • /
    • 2000
  • Concurrent programs, which are composed of threads that can operate concurrently, are intrinsically nondeterministic. Therefore, we can not directly apply classical testing or debugging techniques developed for sequential programs to concurrent programs because of the nonreproducibility due to nondeterminism. In this paper, we present a source tranformation method to guarantee the reproducibility of multi-threaded programs written in Java programming language. Once a mutli-threaded program has been transformed according to the transformation rules, we can force the program's execution to follow the given sequence of synchronized methods repeatedly and reduce the efforts to find the source of the errors. In addition, we present a method for checking the feasibility of the synchronized method sequence to be replayed.

  • PDF

Increased accuracy in dictation by Korean college students when using the Korean alphabet

  • Cheung, Yun-Kul
    • English Language & Literature Teaching
    • /
    • v.11 no.1
    • /
    • pp.1-15
    • /
    • 2005
  • The purpose of this study was to investigate whether or not the use of the Korean alphabet increased the accuracy of English sentences Korean university students produced in dictation. The students were divided into three categories, beginning, intermediate, and advanced, based on the listening comprehension scores of a practice TOEIC test. The total population of 120 students were divided into two groups, control and experiment. In the first testing, the experiment group transcribed the English utterances on a practice TOEIC tape into phonological writing in Korean and then later changed the Korean writing into English words and sentences. In the second testing, the control group became the experiment group and used the Korean alphabet in transcribing the English sounds. Statistically significant differences were found in the improvement of accuracy in dictation when the Korean alphabet was used, especially for the beginning and intermediate students. By using the Korean alphabet as the phonological representation of the sounds, the students in the experiment group produced more accurate English words than the control group who went directly from the English utterances to writing in English. Statistically significant results were not produced for the advanced students. The significance of the present study relates to the need to add to the paucity of available data on the use of the Korean alphabet in teaching listening comprehension.

  • PDF

A Development Discrimination Test for Information Gifted Students using the Concepts of Computational Thinking (Computational Thinking의 개념을 활용한 정보영재 판별도구의 개발)

  • Kim, Hyeonsoo;Han, Seonkwan
    • Journal of The Korean Association of Information Education
    • /
    • v.19 no.3
    • /
    • pp.271-278
    • /
    • 2015
  • This study proposed new approach for the information gifted discrimination test using EPL. We tried to distinguish high level thinking in the information gifted through test of this study. We categorized testing tool according to context type: simple attribute problem, complex same attribute problem, complex focus attribute problem, mathematic-verbal ability required problem. And testing tool divided into modifying scripts, guess scripts's result, using scratch program. In the effectiveness test of proposed tool, we confirmed content validity and credibility.

A Study on Laser Scan Path Generation for Improving the Precision of Stereolithographic Parts (광조형물의 정밀도 향상을 위한 Laser주사경로 생성에 관한 연구)

  • Park, H.T.;Lee, S.H.
    • Journal of the Korean Society for Precision Engineering
    • /
    • v.13 no.12
    • /
    • pp.142-150
    • /
    • 1996
  • Nowadays, as the development paeiod of new products becomes even shorter, the importance of Rapid Prototyping Technology(RPT) has been rapidly increased. The major application of RPT is an early verification of product designs and quick production of prototypes for testing. Moreover, RPT is applied not only as a second tooling process such as mold making and investment casting but also as a creating some physical structure in medical field. Despite the remarkable progress of RPT, it is required to improve various problems resulting from application such as production time, accuracy and materials. This paper presents a laser scan path generation for accuracy of stereolithographicparts The methodology of laser scan path generation is discussed based on the stereolithography, The procedure of this research is as follows : 1) Input laser scanning conditions such as a laser beam diameter and a laser scanning interval, 2) Reconstruct original contours without self intersecting offset, 3) Calculate offset about reconstructed contours, 4) Calculate intersection points between horizontal or vertical lines and offset contours for internal hatch, 5) Decide laser shutter on/off points. The algorithm developed and programmed by C language is verified as an efficient method after testing a number of STL files of mechanical parts.

  • PDF

Implementation and Testing of the WTP Protocol using SDL Tools (SDL 도구를 이용한 WTP 프로토콜의 구현 및 시험)

  • Lee, Hae-Dong;Jung, Ho-Won;Won, Yoo-Jae;Lim, Kyung-Shik
    • Journal of KIISE:Information Networking
    • /
    • v.28 no.3
    • /
    • pp.297-308
    • /
    • 2001
  • In this paper, we design, validate and implement WTP(Wireless Transaction Protocol) using SDT(SDL Design Tool). We do modeling WTP protocol by SDL(Specification and Description Language), design and implement the environment function for the interface between the SDL system and the UDP platform and design APIs(Application Programming Interface). And we do conformance testing for WTP protocol software using ITEX(Interactive TTCN Editor and eXecutor). We write ATS(Abstract Test Suite) by TTCN(Tree and Tabular Combined Notation) and make ETS(Executable Test Suite) by the TTCN compiler supplied by ITEX.

  • PDF