• Title/Summary/Keyword: Usability Evaluation

Search Result 905, Processing Time 0.028 seconds

A Performance Evaluation on Classic Mutual Exclusion Algorithms for Exploring Feasibility of Practical Application (실제 적용 타당성 탐색을 위한 고전적 상호배제 알고리즘 성능 평가)

  • Lee, Hyung-Bong;Kwon, Ki-Hyeon
    • KIPS Transactions on Computer and Communication Systems
    • /
    • v.6 no.12
    • /
    • pp.469-478
    • /
    • 2017
  • The mutual exclusion is originally based on the theory of race condition prevention in symmetric multi-processor operating systems. But recently, due to the generalization of multi-core processors, its application range has been rapidly shifted to parallel processing application domain. POSIX thread, WIN32 thread, and Java thread, which are typical parallel processing application development environments, provide a unique mutual exclusion mechanism for each of them. Applications that are very sensitive to performance in these environments may want to reduce the burden of mutual exclusion, even at some cost, such as inconvenience of coding. In this study, we implement Dekker's and Peterson's algorithm in the form of busy-wait and processor-yield in various platforms, and compare the performance of them with the built-in mutual exclusion mechanisms to evaluate the usability of the classic algorithms. The analysis result shows that Dekker's algorithm of processor-yield type is superior to the built-in mechanisms in POSIX and WIN32 thread environments at least 2 times and up to 70 times, and confirms that the practicality of the algorithm is sufficient.

A Proposal of Design Guidelines for Subway Guide Board -Focusing on Seoul Metro- (지하철 안내전광판의 디자인 가이드라인 제안 -서울 메트로를 중심으로-)

  • Jeong, Su-Hyun;Kim, Seung-In
    • Journal of Digital Convergence
    • /
    • v.18 no.10
    • /
    • pp.437-442
    • /
    • 2020
  • Information boards installed in Seoul subway stations are currently in four languages: Korean, English, Chinese, and Japanese. Informational announcements are provided to inform the main information or operation information through the LCD monitor installed in the train and in Korean. However, users are confused because the subway guide board screen displays advertisements more heavily than driving information As a research method, we grasped the current status and problems of the subway guide board installed on the Seoul subway, and presented an improved new subway guide board drafts. An online survey was conducted on 67 people, ranging from teens to 60s who mainly use the Seoul Metro. As a result of the study, the screen design is different for each boarding route, so it is necessary to unify the subway guide board that provides only necessary information. In particular, since the user transfers the subway several times in order to move from place to place, the subway guide board design should function as an emergency disaster guide or boarding information, not an advertising signboard.

Study in Analyzing Method of Web Interface Design (웹 인터페이스디자인 분석방법 연구)

  • 이현주;이정현;방경락;류성현;신계옥;이은주
    • Archives of design research
    • /
    • v.14 no.2
    • /
    • pp.209-216
    • /
    • 2001
  • With rapid growth of internet uses and the new media, web has become a new medium of communicating and sharing of information. Therefore, the methodology of web interface design must be set to improve the efficiency of communicating and sharing information The study has researched on analyzing method of web interface design for effective uses of web. The study is a precedent research of methodology of web interface design based on the following structures-grouping web contents, information architecture, web page design, structural elements of interface design. Accordingly, the study provides the analyzing method of web interface design with the basis of its structural elements. The analyzing method of web interface design is divided into three steps-grouping of web sites, analyzing structural elements, and evaluation. As a result, grouping and embodying of interface design brings usability guideline for design development as well as collecting of data for examining further results through design processes.

  • PDF

A Study on the Usability of the Vascular Bursting Pressure Test as a Method of Performance Evaluation of Vessel Sealing (혈관결찰기의 성능평가방법으로서 혈관파열압력시험의 유용성 연구)

  • Kang, Bo Ram;Park, A Reum;Kim, Kwang Taek;Kim, Seon Tae;Lee, Dong Hyuk
    • Journal of Biomedical Engineering Research
    • /
    • v.41 no.5
    • /
    • pp.210-218
    • /
    • 2020
  • Vessel sealing is a medical device that converts electrical or ultrasonic energy into thermal energy and leads to seal, coagulate, and cut the vessel by protein modification within the walls or surrounding connective tissues. As most of surgeries have recently been conducted with minimally invasive surgery, the demand and market for vessel sealing are expected to get bigger. However, there is a problem that electrosurgical or ultrasonic surgical is applied and we have a high risk to evaluate the strength of seal, because the collateral and particular standards currently in force follows have not been establish. Therefore, in this study, we investigated some papers studied on the efficacy and safety of the device, the guidance of FDA and test papers previously conducted from 3 individual subject device made in Korea. We found there is a relationship between burst pressure and the performance of the device, therefore, we propose the vascular bursting pressure test for evaluating the safety and performance of the vessel sealing.

Evaluation of Suitability of Non-Standardized Test Block for Ultrasonic Testing (비규격 초음파 탐상용 표준시험편의 사용안전성 평가)

  • Kwon, Ho-Young;Lim, Jong-Ho;Kang, Sei-Sun
    • Journal of the Korean Society for Nondestructive Testing
    • /
    • v.20 no.5
    • /
    • pp.431-437
    • /
    • 2000
  • Standard Test Block(STB) for UT(Ultrasonic Testing) is a block approved by authoritative for material, shape and quality. STB is used for characteristic tests, sensitivity calibration and control of the time base range of UT inspection devices. The material, size and chemical components of STB should be strictly controled to meet the related standards such as ASTM and JIS because it has an effect upon sensitivity, resolution and reproductivity of UT. The STBs which are not approved are sometimes used because the qualified STBs are very expensive. So, the purpose of this study is to survey the characteristics, quality and usability of Non-Standardized Test Blocks. Non-Standardized Test Blocks did not meet the standard requirements in size or chemical components, and ultrasonic characteristics. Therefore if the Non-Standardized Test Blocks are used without being tested, it's likely to cause errors in detecting the location and measuring the size of the defects.

  • PDF

Efficient Task Distribution Method for Load Balancing on Clusters of Heterogeneous Workstations (이기종 워크스테이션 클러스터 상에서 부하 균형을 위한 효과적 작업 분배 방법)

  • 지병준;이광모
    • Journal of Internet Computing and Services
    • /
    • v.2 no.3
    • /
    • pp.81-92
    • /
    • 2001
  • The clustering environment with heterogeneous workstations provides the cost effectiveness and usability for executing applications in parallel. The load balancing is considered as a necessary feature for the clustering of heterogeneous workstations to minimize the turnaround time. Since each workstation may have different users, groups. requests for different tasks, and different processing power, the capability of each processing unit is relative to the others' unit in the clustering environment Previous works is a static approach which assign a predetermined weight for the processing capability of each workstation or a dynamic approach which executes a benchmark program to get relative processing capability of each workstation. The execution of the benchmark program, which has nothing to do with the application being executed, consumes the computation time and the overall turnaround time is delayed. In this paper, we present an efficient task distribution method and implementation of load balancing system for the clustering environment with heterogeneous workstations. Turnaround time of the methods presented in this paper is compared with the method without load balancing as well as with the method load balancing with performance evaluation program. The experimental results show that our methods outperform all the other methods that we compared.

  • PDF

Development and Practicability Evaluation of GIS-Based Cemetery Information Management System (GIS기반 묘지정보관리시스템의 개발 및 실용성 평가)

  • Lee, Jin-Duk;Kim, Myung-Hyun
    • Journal of the Korean Society of Surveying, Geodesy, Photogrammetry and Cartography
    • /
    • v.28 no.2
    • /
    • pp.223-231
    • /
    • 2010
  • The uniqueness of Korean funeral culture has produced the problems such as forest indiscreet cemetery development and increase of cemeteries for those without surveying family due to negligent management. To solve these problems, government and social organization have recommended a use of cremation, charnel house and cemetery. The objective of this study is to develop a cemetery information management system which cemetery managers who are GIS laypersons are able to understand GIS functions easily and use conveniently. Cemetery tasks should be done not only in the office but also at the field. In the office, they perform GIS functions like input, modification and so forth using a desktop. And at the field, they perform the functions like simple input, inquiry using a PDA(Touchscreen) that can receive GPS signal. As various open source softwares were used to build the system, the expense was reduced largely, and we could expect the possibility that it can be utilized in more cemeteries by adding more various functions.

Exploration of Governance Improvement Measures through E-government of Korea (한국(韓國)의 전자정부(電子政府)와 거버넌스 향상 방안)

  • Kim, Sung-Won;Kim, Jong-Seong
    • Journal of Information Management
    • /
    • v.43 no.3
    • /
    • pp.117-137
    • /
    • 2012
  • This study examines the status of Korean E-government implementation and explores the ways to contribute to governance improvement by means of the e-government. As far as the level of implementation of e-government, Korea is confirmed to have achieved upper level by global standards, but it is found that continuous efforts of improvement is still required in the area of integrative management, which is considered as a final phase of e-government development. In order to evaluate how much e-government of Korea has contributed to the improvement of governance, I tried to measure the usability of e-government from the perspective of providers and that of consumers, and also, a qualitative evaluation on the provision and usage of functions related to the governance was also adopted. It is concluded that, while Korean e-government has reached a remarkable stage in the quantitative perspectives, there are still a room for improvement from the qualitative perspective, such as its role as a means of governance improvement. Also, based on the above evaluations and consequent findings, I suggest guidelines for the improvement of governance through the development of e-government.

Furniture Brand Development Plan Study according to Increasing Single-Person Households - Focused on hanssem and ikea (1인 가구 증가에 따른 가구브랜드 발전 방안 연구)

  • Eo, Kyung-Eun;Kim, Seung-In
    • Journal of Digital Convergence
    • /
    • v.14 no.8
    • /
    • pp.393-398
    • /
    • 2016
  • The purpose of this study is to conduct research from qualitative aspects regarding the development of substantive design research for furniture brand and detailed development direction as single household has increased rapidly. In case of research method, the usability evaluation questionnaire was produced based on Honey Comb Model of Peter Morville. As a result, the single-person household including other household show preference for furniture for the one-man households and tend to purchase and use them. Nonetheless, it was found that places for sharing opinion and reselling the furniture are greatly lacking. Therefore, it is required to vitalize community market for the one-man household. And it is expected that this result of research provides useful implication concerning the single household as well as academic significance to offer primary information of furniture brand development-related research.

A Path Prediction-Based Sensor Registry System for Stable Use of Sensor Information (센서 정보의 안정적인 이용을 위한 경로 예측 기반 센서 레지스트리 시스템)

  • Jeong, Dongwon;Doo, Migyeong
    • Journal of KIISE
    • /
    • v.42 no.2
    • /
    • pp.255-263
    • /
    • 2015
  • The sensor registry system has been developed for instant use and seamless interpretation of sensor data in a heterogeneous sensor network environment. However, the existing sensor registry system cannot provide information for interpretation of the sensor data in situations in which the network is unstable. This limitation causes several problems such as sensor data loss, inaccuracy of processed results, and low service quality. A method to resolve such problems in the aspect of software is presented herein. In other words, an extended sensor registry system is proposed to enable the stable use of sensor information, even under conditions of unstable network connection, by providing sensor information with a mobile device in advance through the user path prediction. The results of experiments and evaluation are also presented. The extended sensor registry system proposed in this paper enhances the stable usability of sensor information as well as improves the quality of sensor-based services.