본문 바로가기

반응형

B1:기초 Basement

CISA References CISA References - Standards Home > About > ISACA > Standards http://www.isaca.org/standards - COBIT Home > Members & Leaders > COBIT http://www.isaca.org/cobit - Downloads Home > About > ISACA > Downloads http://www.isaca.org/downloads - ITGI http://www.itgi.org/ - IIA ITAudit portal and GTAGs http://www.theiia.org/guidance/technology/ - CISA Exam Bulletin of Information (BOI) http://www.isaca.o.. 더보기
Glossary of Terms(CISA) Glossary of Terms(CISA) source : http://www.isaca.org/Template.cfm?Section=Glossary1&Template=/CustomSource/glossary.cfm Term Definition Abend An abnormal end to a computer job; termination of a task prior to its completion because of an error condition that cannot be resolved by recovery facilities while the task is executing Access control The process that limits and controls access to resourc.. 더보기
처리장치 (Datapath) 구성요소 - 산술논리연산장치(ALU,Arithmetic and Logic Unit) - 레지스터 - 내부 버스 마이크로 연산의 종류 - 레지스터의 자료를 이동(레지스터 전송) - 레지스터 자료간 연산(산술) - 값의 논리 처리(논리연산) - 자리값 변환(Shift연산) 정리가 잘 되어 있는 사이트 - 영남이공대학 컴퓨터정보기술과 "전자계산기 구조 강의노트" http://kmh.yeungnam-c.ac.kr/comIntro/mano/chapt-0.html - 프린스턴 대학교 강의자료 http://www.cs.princeton.edu/courses/archive/fall04/cos471/lectures/07-Datapath.pdf - 함부르크 대학교의 Hades simulation framework 시뮬레이.. 더보기
ISO 9126 주제(Subject) -------------------------------------------------------- 한글(약어) : ISO 9126() 영어(약어) : ISO 9126() 관련개념(Related Concepts) -------------------------------------------------------- ISO 9000 CMM 개요(Summary) -------------------------------------------------------- ISO 9126은 SW가 가져야 하는 품질특성과 측정 척도를 규정하고 있다. ISO 9126에 의거하여 ISO 14598이 제정되었다. 본문(Body) ------------------------------------------.. 더보기
8086 assembler tutorials Assembly 관련해서 기본적인 개념을 가장 잘 설명해 놓은 사이트http://www.emu8086.com/assembly_language_tutorial_assembler_reference/tutorials.html 주요 내용 numbering systems part 1: what is assembly language? part 2: memory access part 3: variables part 4: interrupts part 5: library of common functions - emu8086.inc part 6: arithmetic and logic instructions part 7: program flow control part 8: procedures part 9: the stack.. 더보기
버스 시스템 ( Bus System ) 주제(Subject) -------------------------------------------------------- 한글(약어) : 버스 시스템() 영어(약어) : Bus System() 관련개념(Related Concepts) -------------------------------------------------------- 마이크로컴퓨터 마이크로프로세서 개요(Summary) -------------------------------------------------------- 마이크로프로세서에서 시스템 동작에 필요한 신호와 정보를 전달하기 위한 선로 본문(Body) -------------------------------------------------------- 버스는 세 가지로 구성됨 1.. 더보기
문제풀이 - 탐색 임의경로 탐색 최적경로 탐색 맹목적 탐색 - 깊이 우선 탐색 - 넓이 우선 탐색 - 균일비용 탐색 경험적 탐색 - 언덕오르기 기법 - 최적우선 탐색 - A* 알고리즘 참고문서(References) -------------------------------------------------------- * 한국어(Korean) 저자. 역자. "제목". 출판사. 출판년도. (ISBN:) * 영어(English) 저자. 제목, 판, 출판사. 출판년도. (ISBN:) 1. Wikipedia : Depth-first Search http://en.wikipedia.org/wiki/Depth-first_search Breadth-first Search http://en.wikipedia.org/wiki/Breadth-.. 더보기
인공지능 문제의 특징 / 문제 풀이 방법 (탐색, 문제 축소) * 탐색형 추론문제 => 비정형적 문제에 대해 시행착오적, 경험적 방법을 사용해서 해를 찾는다. * 연역형 추론문제 => 전제로부터 결론을 얻는 형식논리 추론방법 * 초기상태 ==(연산자)==> 목표상태 연산자는 일종의 함수. 탐색에 의한 문제 풀이 방법 * 상태 : 문제 풀이 과정 중 어느 한 시점의 문제의 형태 * 상태공간 : 초기상태에서 목표상태까지 전환하기 위해, 연산자를 적용해서 얻을 수 있는 모든 경우의 수가 표현된 공간(집합) 문제 축소에 의한 문제 풀이 방법 * 문제 축소(분해) : 문제를 분석하여 좀 더 단순한 부분문제로 분해하고 이를 해결하여 전체 문제를 푸는 방법 * 예: 하노이의 탑 Wikipedia : Tower of hanoi http://en.wikipedia.org/wiki/.. 더보기

반응형