'정보처리기사실기'에 해당되는 글 1건

  1. 2007/11/04 07년 11월 4일(일) 정보처리기사 실기 시험.. (1)
가답안 보러가기~  아싸 64점-_-v.

 사당중학교에서 정보처리기사 실기를 봤는데 학교가 동산위에 짓어 놔드만-_-.. 아나 가뜩이나 엊그제 축구해서 잘 걷지도 못하는데..ㅠ_ㅠ.. 어쨋든 이번 시험은 꽁자 문제를 많이 줘서 무난하게 합격의 길이 보인다.

저번 시험엔 DB를 다 틀려서 56점 맞았는데 이번엔 DB에서 4문제가 꽁짜고 1문제가 좀 애매한데 쩝.. 60점만 맞음 되지.. 흐흐흐흐 가답안이나 어서 나와라..

1. 알고리즘 .. 30점 보장 과목 오예..
 
그레이코드랑 2진수 구하는건데 솔직히 변환 표를 제시 안해줬으면 못 풀었다....-_-..

 Input(1) == 1 이면 Gray 였나 -_-..
 
암튼 그레이라면
 Binary(1) = Input(2) 넣어주고
Binary(T+1) 에 Input(T+2) 과 Binary(T)가 같다면 0 다르다면 1을 대입

2진수라면
Gray(1) = Input(2) 넣어주고
Gray(T+1) 에 Input(T+1)과 Input(T+2)가 같다면 0 다르다면 1을 대입


2. 영어..아나..-_-..

Java is an object-oriented language similar to C++, but simplified to eliminate language features that cause common programming errors. Java source code files (files with a java extension)are compiled into a format called byte code (files with a class extension), which can then be executed by a Java interpreter. Compiled Java code can run on most operating systems, including UNIX, the Macintosh OS, and Windows. Byte code can also be converted directly into machine language instructions by a just-in-time compiler(JIT).

자바는 C++와 같이 개체지향적언어지만 애러가 자주일어나는 컴퓨터 언어의 특성을 제거하기위해 단순화 되었다. 자바의 소스 코드 파일 ( 자바의 확장 파일)는 코드 파일이라는 포멧으로 컴파일 된다. 그것으로 자바 인터프리터가 실행되게 되는것이다. 컴파일된 자바 코드는 유닛스 메킨토시 오에스 윈도우와 같은 대부분의 오퍼레이팅 시스템이서 작동된다. 바이트 코드는 또한 바로 기계어 구문으로 컴파일 된다.

Java is a general purpose programming language with a number of features that make the language well suited for use on the World Wide Web. Small Java appications are called Java applets and can be downloaded from a Web server and on your computer by a Java-compatible Web browser, such as
Netscape Navigator or Microsoft Internet Explorer.

자바는 인테넷 사용에 적합한 특성을 가진 범용 프로그램 언어이다. 작은 자바 응용프로그램은 자바 에플릿이라고 하며 인터넷과 마이크로 익스플로러 혹은 네스케이프 네비게이터와 같은 자바 컴페터블에서 당신의 컴퓨터로 다운로드 받을 수 있다.