20210823 OT~ SW개발환경
"글로벌 최상위 1% ICT 전문가로 성장할 수 있다."
1. SW개발의 이해
SW는 어디에서, 누가 사용할까?
- 개인, 기업, 정부(공공기관) 등
- 청와대 웹사이트에서 정부조직도를 파악하여 어떤 일을 하고 있는지 파악하기
NCS란? 국가직무능력표준
- 산업현장에서 요구되는 지식과 기술의 내용을 국가가 체계화 한 것.
2. 개발환경의 이해
1) PC환경 - PC 환경에서 최적화 되어 모바일에서는 보기 불편함
2) 모바일 웹 - 모바일환경에서 최적화
3) 반응형 웹 - PC환경, 모바일 환경 양쪽에서 모두 최적화 됨. ex) 네이버 모바일
2-1.
OS : windows, linux 등
화면(client service language ) : HTML, CSS, JAVA SCRIPT, JQuery 등
SEVER SIDE LANGUAGE : JAVA PHP, ASP, ASP.NET 등
WAS( WEB APPLICATION SERVER) : Apache- tomcat, IIS, WEBLOGIC, Jeus 등
자료저장소(DBMS/DATABASE Management System) : Oracle, my-sql, DB2 등
2-2.
DBMS Rankings
월단위로 업데이트 되는 DBMS 순위. 세계적 동향 파악하기.
DB-Engines Ranking - popularity ranking of database management systems
DB-Engines Ranking
Popularity ranking of database management systems.
db-engines.com
용어정리
- Relational database management systems (RDBMS) support the relational (=table-oriented) data model.The schema of a table (=relation schema) is defined by the table name and a fixed number of attributes with fixed data types. A record (=entity) corresponds to a row in the table and consists of the values of each attribute. A relation thus consists of a set of uniform records. 관계형 데이터베이스 : 테이블 형태에 근거한 데이터 모델.
- DBMS(database management system) : 사용자와 데이터베이스 사이에서 사용자의 요구에 따라 정보를 생성해 주고, 데이터베이스를 관리해주는 소프트웨어
구분 | 날짜 | 학습시간 | 학습내용 |
1 | 2021년 8월 23일 월요일 | 79분 | - 21일 학습내용 블로그에 정리/ SW 개발과 개발환경의 이해 https://segment.tistory.com/ - 구글 클라우드 생성하여 학습 파일 정리 - 정보처리기사 실기 : 소프트웨어 생명주기~ 개발기술환경 파악 |