182x Filetype PDF File size 0.97 MB Source: contents.kocw.net
공학프로그래밍언어 (PROGRAMMING LANGUAGE FOR ENGINEERS) -CH.1 INTRODUCTION TO PROGRAMMING- SPRING 2015, SEON-JU AHN, CNU EE PROGRAMMING LANGUAGE FOR ENGINEERS, 2015 SPRING COURSE INTRODUCTION Course Name Programming Language for Engineers Objectives This course teaches the rudiments of computer programming for the engineers and some of the essentials of C programming language. References Brian W. Kernighan and Dennis M. Ritchie, “The C Programming Language”, 2nd Ed., Prentice Hall P. Deitel, ‘C How to Program”, 6th Ed., Prentice Hall 강환수, 이동규, 최재승, “C언어 스케치, C로 배우는 프로그래밍 기초”, 인피니티북스 1 PROGRAMMING LANGUAGE FOR ENGINEERS, 2015 SPRING INTRODUCTION TO PROGRAMMING LANGUAGE Program A sequence of instructions and data written to perform a specified task with a computer Programming Language An artificial language designed to communicate instructions to a machine, particularly a computer Compiler A computer program (or set of programs) that transforms source code written in a programming language into another computer language 2 PROGRAMMING LANGUAGE FOR ENGINEERS, 2015 SPRING INTRODUCTION TO PROGRAMMING LANGUAGE Machine Language A system of impartible instructions executed directly by a computer's central processing unit (CPU) The only programming language that the machine(computer) can understand Composed of ‘0’ and ‘1’ To write programs in machine code is rarely done because of the tedious difficulty in managing CPU resources 3
no reviews yet
Please Login to review.