Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
프로그래밍 개론
Search
Jinny You
March 30, 2016
Programming
0
130
프로그래밍 개론
Jinny You
March 30, 2016
Tweet
Share
More Decks by Jinny You
See All by Jinny You
나의 오픈소스 이야기 : 한 줄의 코드에서 글로벌 애니메이션 엔진까지
tinyjin
0
16
Next Gen Lottie: Powering Motion Graphics Across the Apple Ecosystem
tinyjin
0
10
디자이너와 개발자가 자주 겪는 Lottie 핸드오프 FAQ - Figma Config Watch Party Seoul
tinyjin
0
110
인디 앱 개발자와 Flutter
tinyjin
0
520
모던 웹 기술로 C++ 렌더링 엔진 테스트 자동화하기
tinyjin
0
80
그래픽 엔진 포팅 사례로 배우는 웹어셈블리 웹 컴포넌트 개발부터 디버깅, 최적화까지
tinyjin
0
480
韩国的打卡地:你喜欢海边吗?
tinyjin
0
63
LottieFiles로 시작하는 빠르고 효율적인 애니메이션 핸드오프
tinyjin
0
120
エンジニアが見つめるLottieアニメーション
tinyjin
0
140
Other Decks in Programming
See All in Programming
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
270
Raku Raku Notion 20260128
hareyakayuruyaka
0
420
AIコーディングの理想と現実 2026 | AI Coding: Expectations vs. Reality 2026
tomohisa
0
660
go directiveを最新にしすぎないで欲しい話──あるいは、Go 1.26からgo mod initで作られるgo directiveの値が変わる話 / Go 1.26 リリースパーティ
arthur1
2
370
TROCCOで実現するkintone+BigQueryによるオペレーション改善
ssxota
0
110
今更考える「単一責任原則」 / Thinking about the Single Responsibility Principle
tooppoo
3
1k
CSC307 Lecture 08
javiergs
PRO
0
690
個人開発は儲からない - それでも開発開始1ヶ月で300万円売り上げた方法
taishiyade
0
120
15年目のiOSアプリを1から作り直す技術
teakun
0
550
CSC307 Lecture 10
javiergs
PRO
1
690
「やめとこ」がなくなった — 1月にZennを始めて22本書いた AI共創開発のリアル
atani14
0
310
ふん…おもしれぇ Parser。RubyKaigi 行ってやるぜ
aki_pin0
0
110
Featured
See All Featured
Lessons Learnt from Crawling 1000+ Websites
charlesmeaden
PRO
1
1.1k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
38
2.7k
How To Stay Up To Date on Web Technology
chriscoyier
791
250k
Build your cross-platform service in a week with App Engine
jlugia
234
18k
What's in a price? How to price your products and services
michaelherold
247
13k
Bridging the Design Gap: How Collaborative Modelling removes blockers to flow between stakeholders and teams @FastFlow conf
baasie
0
470
Lightning talk: Run Django tests with GitHub Actions
sabderemane
0
130
Reflections from 52 weeks, 52 projects
jeffersonlam
356
21k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
10k
GraphQLの誤解/rethinking-graphql
sonatard
74
11k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
17k
The State of eCommerce SEO: How to Win in Today's Products SERPs - #SEOweek
aleyda
2
9.7k
Transcript
2016.03.30 프로그래밍 개론
01 프로그래밍? 공감마녀의 매직 PPT (=코딩)프로그램을 작성하는 일 보통 프로그래밍
언어를 사용하여 작성됨. 프로그래밍 언어 개발용 언어: C언어, Java, C++ 교육용 언어: 스크래치
02 프로그래밍 언어 1. 기계어 0과 1로만 이루어진 가장 원시적인
프로그래밍 언어 가장 어렵고 비효율적이다. 2. 어셈블리어 기계어의 이진 명령들을 영문자로 표기한 언어 기계어보다 높은 수준의 프로그래밍이 가능 3. 고급언어 사람이 가장 잘 이해할 수 있는 프로그래밍 언어 직관적이며 간단하다. 실행을 하기위해 기계어로 번역해야 함. 4. 컴파일러 작성된 프로그래밍 언어를 기계어로 변환시켜주는 프로그램
03 고급 언어 1. C언어 1970년대 Dennis Ritchie가 개발. B언어의
업그레이드된 언어로 프로그래밍 입문에 좋음. 2. JAVA 객체지향 프로그래밍 언어 가장 인기있는 프로그래밍 언어로 실제 업무에서 많이 활용됨.
04 안드로이드 2. 안드로이드 프로그래밍 JAVA언어를 기반으로 작성 프로그래밍된 결과물을
스마트폰에 설치할 수 있다. 1. 안드로이드 2007년에 공개된 리눅스 기반의 모바일 운영체제 대부분의 스마트폰에 설치된 운영체제이며 현재 6.0 버전까지 공개되었다.
감사합니다.