• 제목/요약/키워드: Engineering Design Instruction

검색결과 174건 처리시간 0.027초

메타버스를 활용한 이공계 대학원생 팀 프로젝트 기반 교육 프로그램 개발 사례 연구 (A Study of Developing Graduate Student Team Project-based Learning Program in the Science and Technology Field Applying Metaverse Technology)

  • 전주희;김마리;김보경;강규리
    • 공학교육연구
    • /
    • 제26권6호
    • /
    • pp.19-29
    • /
    • 2023
  • This study aims to develop and apply a metaverse-based instructional design model for the education in science and technology. It analyzed the concept and characteristics of metaverse, existing non-contact education models, and major teaching strategies systematically. Based on the prior researches, an instructional design model using metaverse is developed that presents metaverse-related teaching strategies and design principles for the before-, during-, and after-lesson phases. Then, this model was applied to a project-based learning program, conducted a perception survey on instructors and learners, and revised the metaverse instructional design model based on the results of the survey. In the Metaverse Instructional Design Model, before-lesson phase is a physical and psychological preparation stage for class participation, which includes familiarization with the Metaverse learning environment, formation of expectations for education, and self-directed pre-learning. During the lesson, to effectively deliver the lesson content, it is necessary to build confidence in the learning environment, promote learning participation, provide reference materials, perform team projects and provide feedback, digest learning content, and transfer learning content. The after-lesson phase provides strategies for ongoing interaction between learners and mentors. This study introduces a new instructional design model that utilizes metaverse and shows the potential of metaverse-based education in science and technology. It also has important implications in that it provides practical guidelines for the effective design and implementation of metaverse-based education.

ARM9 호환 32bit RISC Microprocessor의 설계 (Design of an ARM9 Compatible 32bit RISC Microprocessor)

  • 황보식;남형진
    • 대한전자공학회:학술대회논문집
    • /
    • 대한전자공학회 2005년도 추계종합학술대회
    • /
    • pp.885-888
    • /
    • 2005
  • In this study, we designed an ARM9 compatible RISC microprocessor using VHDL. The microprocessor was designed to support Harvard architecture with separate instruction cache and data cache. The state machine was optimized for multi-cycle instructions. In addition, a data forwarding mechanism was adopted to reduce the stall cycles due to data hazards. Assembly programs were up-loaded into a ROM block for system-level simulation. Proper operation of the designed microprocessor was confirmed by investigating the contents of the internal registers as well as the RAM block. Futhermore, the simulation results clearly indicated that the operation speed of the processor designed in this study is enhanced by reducing the execution cycles required for multiplication related instructions.

  • PDF

정확하고 효율적인 간접 분기 예측기 설계 (Design of Accurate and Efficient Indirect Branch Predictor)

  • 백경호;김은성
    • 대한전자공학회:학술대회논문집
    • /
    • 대한전자공학회 2005년도 추계종합학술대회
    • /
    • pp.1083-1086
    • /
    • 2005
  • Modern superscalar processors exploit Instruction Level Parallelism to achieve high performance by speculative techniques such as branch prediction. The indirect branch target prediction is very difficult compared to the prediction of direct branch target and branch direction, since it has dynamically polymorphic target. We present a accurate and hardware-efficient indirect branch target predictor. It can reduce the tags which has to be stored in the Indirect Branch Target Cache without a sacrifice of the prediction accuracy. We implement the proposed scheme on SimpleScalar and show the efficiency running SPEC95 benchmarks.

  • PDF

대칭 및 비대칭 암호화 알고리즘 가속을 위한 명령어 집합 구조의 설계 (Design of Instruction Set for accelerating symmetric and asymmetric ciphers)

  • 김일관;최린
    • 대한전자공학회:학술대회논문집
    • /
    • 대한전자공학회 2003년도 하계종합학술대회 논문집 Ⅲ
    • /
    • pp.1343-1346
    • /
    • 2003
  • 상거래와 통신을 위한 주된 매개체로써 등장한 인터넷 뿐 아니라 새로이 대두되는 다양한 유무선 네트워크 환경, 그리고 정보 저장에 있어서 암호화 알고리즘은 보안의 중요한 요소로 자리잡고 있다. 본 논문에서는 대칭 및 비대칭 암호화 알고리즘을 가속시키기 위한 암호화 프로세서의 명령어와 해당 Functional Unit 을 제안하였다. 현재 암호화 알고리즘을 가속시키기 위한 방법으로 사용되는 주문형 반도체(ASIC)는 알고리즘 가속 속도는 빠르지만, 새로운 암호화 알고리즘을 지원할 수가 없고, 지원하는 알고리즘을 사용하지 않는 경우 비효율성을 야기한다. 또한 범용프로세서는 다양하고 새로운 암호화 알고리즘을 지원할 수 있지만 암/복호화 가속속도가 느리다. 이는 암호화 알고리즘이 범용 프로세서에서는 지원하지 연산을 주로 사용하기 때문이다. 따라서 이 논문에서는 대칭 및 비대칭 암호화 알고리즘의 주된 연산을 분석하고, 각각의 연산을 가속시키기 위한 명령어 집합, 그리고 해당하는 Functional Unit을 제안하여 Programmable 한 암호화 프로세서를 설계하기 위한 토대를 마련한다.

  • PDF

Design of A Multimedia Bitstream ASIP for Multiple CABAC Standards

  • Choi, Seung-Hyun;Lee, Seong-Won
    • IEIE Transactions on Smart Processing and Computing
    • /
    • 제6권4호
    • /
    • pp.292-298
    • /
    • 2017
  • The complexity of image compression algorithms has increased in order to improve image compression efficiency. One way to resolve high computational complexity is parallel processing. However, entropy coding, which is lossless compression, does not fit into the parallel processing form because of the correlation between consecutive symbols. This paper proposes a new application-specific instruction set processor (ASIP) platform by adding new context-adaptive binary arithmetic coding (CABAC) instructions to the existing platform to quickly process a variety of entropy coding. The newly added instructions work without conflicts with all other existing instructions of the platform, providing the flexibility to handle many coding standards with fast processing speeds. CABAC software is implemented for High Efficiency Video Coding (HEVC) and the performance of the proposed ASIP platform was verified with a field programmable gate array simulation.

ARMulator를 이용한 시스템 프로그래밍 관점의 가상 프로토타입 설계 및 구현 (Virtual Prototype design and Implementation from a system-programming point of view using ARMulator)

  • 최혁상;조상영;이정배
    • 한국정보과학회:학술대회논문집
    • /
    • 한국정보과학회 2005년도 한국컴퓨터종합학술대회 논문집 Vol.32 No.1 (A)
    • /
    • pp.880-882
    • /
    • 2005
  • 소프트웨어 개발에 있어 가상 프로토타입의 활용은 하드웨어와의 병렬적인 개발 진행, 하드웨어 변경에 따른 신속한 대처, 확장된 디버깅과 벤치마킹 정보 등을 통해 개발 효율을 증대시킨다. 본 논문은 ARM을 기반하는 시스템의 소프트웨어 개발을 위한 가상 프로토타입 구현에 대해 다룬다. ARM사의 ADS1.2에서 제공하는 ARMulator의 Instruction Set Simulator를 기반하여 소프트웨어 개발자 관점의 추상화 수준으로 System-on-chip인 삼성 S3C2400의 축소된 형태를 가정하여 가상 프로토타입을 설계 및 구현하였다.

  • PDF

토목공학분야의 개선된 종합설계과목의 필요성 및 적용 (Needs and Implementations of Enhanced Capstone Design Course in the Field of Civil Engineering)

  • 김장호;박준홍;최성욱;허준행;한경희
    • 공학교육연구
    • /
    • 제13권6호
    • /
    • pp.152-163
    • /
    • 2010
  • 토목공학은 사회와 인류 발전에 필요한 사회기반시설물의 건설과 관리를 주로 담당해 왔던 학문이기 때문에 고대 사회로부터 지속적으로 발전해 왔지만 그 변화의 속도나 첨단기술 도입의 측면에서는 다소 보수적인 측면이 있다. 또한 사회 인프라 전반을 다루기 때문에 구조, 지반, 수공, 환경, 측량, 건설관리 등과 같은 매우 광범위한 분야를 포함하게 된다. 주로 시장의 이익을 주요 목적으로 하는 제조업 기반의 학문 분야들, 예컨대 기계공학, 화학공학, 재료공학과는 다른 특성을 갖게 된다. 따라서 타 공학전공 분야에서 활용되고 있는 종합설계 개념을 공공기반의 이익을 목적으로 하는 토목공학 분야에 그대로 적용하는 데 는 다소 문제가 있을 수 있다고 본다. 그러므로 본 논문에서는 현재 연세대학교 사회환경시스템공학부에서 운영하고 있는 종합 설계과목의 교육내용과 변화, 그리고 운영방식을 소개.설명하여 토목공학 분야에 적합한 종합설계과목의 운영방법을 논의하고자 한다. 또한 학부 수강생들의 강의 평가결과 및 학습성과를 분석하여 개선된 종합설계과목의 타당성을 객관적으로 평가하고자 하였다.

  • PDF

Blended Learning을 활용한 건축공학CAD 수업 사례연구 (A Case Study on Engineering Education of Architectural Engineering CAD Using Blended Learning)

  • 장명훈
    • 한국건축시공학회지
    • /
    • 제12권4호
    • /
    • pp.426-432
    • /
    • 2012
  • 건축을 전공하는 학생들에게 있어서 건축물을 그림과 기호로 표현하는 것은 자신의 의견을 글이나 발표로 표현하는 것과 같다고 할 수 있다. CAD (computer aided design)는 건축물을 표현하는 방법으로 실무에서도 많이 사용되고 있으며, 건축 관련 전공에서는 거의 개설된 과목이다. 건축공학교육인증(KEC2005)에서도 시각표현적인 과목으로 기초과목으로 요구하고 있어서 CAD를 인증교과목으로 개설하고 있다. J대학교 건축공학전공의 건축제도및CAD 수업은 2학점 4시수로 편제되어 있다. 4시간의 수업시간을 가지고 있지만 실습수업이므로 다른 과목에 비하여 상대적으로 적은 편이다. 본 연구는 부족한 수업시수를 보완하고 학생-교수 사이의 피드백을 활성화하기 위해 오프라인(off-line)과 온라인(on-line) 수업을 결합하는 블렌디드 러닝(blended learning)을 적용하고 그 사례를 분석하는 것을 목적으로 한다. 블렌디드 러닝을 위해 온라인에 수업 카페를 개설하고 과제를 제출함으로써 학생들은 시간과 장소에 구애받지 않을 수 있었으며, 교수도 장소와 시간에 상관없이 피드백을 제공하고 활성화할 수 장점을 확인하였다.

컴퓨터·정보(공)학 분야 졸업생의 CAC 인증성과 인식에 관한 연구 (A Study on computer engineering graduates' perception of CAC(Computing Accreditation Committee) evaluation)

  • 한지영;강소연;전주현
    • 공학교육연구
    • /
    • 제19권4호
    • /
    • pp.24-34
    • /
    • 2016
  • There's been few research to study the effects of CAC(Computing Accreditation Committee) evaluation, since start of CAC accreditation 10 years ago. The purpose of this paper is to find what computer engineering graduates perceive the effects of CAC accreditation and to suggest how CAC accreditation process can be improved. The research findings through survey are followings; First, computer engineering graduates' undergraduate education satisfaction is not high enough(3.28). Second, the computer engineering graduates don't recognize CAC accreditation necessary. Third, graduates who work in company chose design courses as the most helpful, while graduates who study in graduate school pursuing further career in master or doctor program chose major subjects. Lastly, graduates from accredited program do not think their completion of accreditation program influence their employment. Strategic approaches to make higher effectiveness of CAC accreditation system are suggested. First, improvement of curriculum and instruction method in CAC accredited program is required to satisfy the needs of students and industry. Second, efforts to inform students of understandings and necessity of accreditation are highly recommended. Third, industrial sector needs to understand CAC accreditation and give graduates from accredited program more incentives. Lastly, government support like Seoul Accord Activation Project should last for a while.

비대면 수업에서 공학 팀 프로젝트 수행 사례 (A Case of Engineering Team Project Execution in Uncontacted Classes)

  • 김은경
    • 실천공학교육논문지
    • /
    • 제12권2호
    • /
    • pp.255-264
    • /
    • 2020
  • 데이터베이스 설계 교과목에서 팀 프로젝트는 학생들의 데이터베이스 설계 역량을 계발하기 위해 매우 중요한 과정이며, 팀 프로젝트를 원활히 수행하기 위해서는 팀원들 간의 협업과 팀워크 못지 않게 학생-교수 간의 활발한 상호작용이 매우 중요하다. 하지만 2020학년도 1학기에 갑자기 전면 비대면 수업을 하게 되면서, 데이터베이스를 구축하는 팀 프로젝트가 큰 비중을 차지하는 이 수업을 효과적으로 운영할 수 있을 지 의문이었다. 하지만 줌과 같은 실시간 화상 매체를 이용한 상호작용과 온라인 교육지원시스템(LMS)에서 지원하는 토론, 퀴즈, 질의응답 등의 기능을 적극적으로 활용하고, 온라인 발표와 상호 평가 등을 통해서 팀 프로젝트를 원활히 진행할 수 있었다. 본 논문에서는 비대면으로 공학 팀 프로젝트를 운영한 경험을 공유하고, 세 차례 실시한 설문을 기초로 이 수업의 개선 방향과 비대면 수업을 전반적으로 개선할 수 있는 여러 가지 방안을 제안하였다.