Jaegool_'s log

What to-do & What I learned on July 본문

Courses

What to-do & What I learned on July

Jaegool 2022. 7. 19. 14:52

새로 해야할 것.

  1. Housing
  2. Courses ✓ing
  3. Deposit ✓(control + command + space bar)
  4. Vaccinated
  5. Documents for a visa ✓
  6. Immunization history - 영문예방접종서류 ✓ 
  7. Go to the dentist 
  8. Check to spend for graduate school
  9. Preparing the Visa interview 

 

 

 

1) Housing

https://www.apartments.com/normal-il/?bb=_q7r6-0lxJo7ntuB

 

Apartments for Rent in Normal IL | Apartments.com

We simplify the process of finding a new apartment by offering renters the most comprehensive database including millions of detailed and accurate apartment listings across the United States. Our innovative technology includes the POLYGON™ search tool th

www.apartments.com

https://offcampushousing.illinoisstate.edu/listing

 

ISU Off-Campus Housing | Official ISU Marketplace

Have You Seen All The Illinois State University Apartment Options? Rent College Pads Narrows Your Search To All The Student Rentals Blocks From ISU.

offcampushousing.illinoisstate.edu

 

 

2) Prerequisite Courses

 

IT 168 Structured Problem Solving Using the Computer 

IT 179 Introduction to Data Structures 

IT 180 C++ Programming 

IT 225 Computer Organization 

IT 279 Algorithms and Data Structures 

IT 383 Principles of Operating Systems 

IT 378 Database Processing

 

3) Graduate Courses

 

This 33-hour option requires:

Required Courses

IT 426 - Advanced Software Engineering

IT 427 - Design and Analysis of Algorithms

IT 428 - Fundamental Theory of Computer Science

IT 441 - Big Data

IT 448 - Introduction to Machine Learning

IT 483 - Advanced Operating Systems

----------------------------------------------------------

Elective Courses

IT 340 - Introduction To Artificial Intelligence

IT 356 - Introduction To Computer Graphics

IT 358 - Mobile and Cloud Computing ✓

IT 382 - Distributed Systems

IT 388 - Introduction To Parallel Processing

IT 429 - Compiler Design

IT 443 - Information Retrieval and Search Engines ✓

IT 444 - Data Analytics and Mining ✓

IT 452 - Data and Information Visualization ✓

IT 467 - Human Factors In Information Systems

IT 478 - Advanced Database Management ✓

IT 488 - Topics in Computer Science

IT 497 - Introduction To Research Methodology ✓

 

 

 

ISU에 가서 영어로 모르는 개념을 배우면 이해하는데 더 오래걸릴 것 같아 남은 시간동안 FastCampus 강의들을 미리 수강하기로 했다.

외우지는 않더라도 어떤 내용이 있는지 대략적인 이해를 목적으로 많이 이해하고 가기.

 

7/19

IT 179 Introduction to Data Structures 

IT 279 Algorithms and Data Structures 

CH01. 자료구조 기초

- 자료구조란?

- 빅오 표기법

- 시간복잡도*

 

 

7/21

IT 225 Computer Organization 

CH01. 컴퓨터 시스템 개요

- 컴퓨터구조 강의소개

- 컴퓨터의 기본 구조

- 정보의 표현과 저장

- 시스템의 구성

- 컴퓨터 구조의 발전과 과정

 

IT 383 Principles of Operating Systems 

CH01. 운영체제 개요

- 컴퓨터 시스템의 기본 구성

- 운영체제의 정의와 하는 일

- 컴퓨터 시스템의 작동

- 인터럽트란

- Review

 

Object-oriented programming

CH01. 객체지향이란?

- 프로그래밍 방법론

- 객체 실세계의 관찰

- 프로그래밍을 위한 환경

 

IT 378 Database Processing

CH01. 데이터베이스 기본 개념

- 데이터베이스 정의

- 데이터베이스관리시스템(DBMS)

- 데이터베이스 시스템 구조

- 데이터베이스 시스템 언어

 

7/22

IT 225 Computer Organization

CH02. CPU의 구조와 기능

- CPU의 기본 구조

- 명령어 실행

- 명령어 파이프라이닝(instruction pipelining):

명령어 실행에 사용되는 하드웨어를 여러 단계로 분할함으로써 처리 속도를 높여주는 기술

- 명령어 세트(instruction set)

- 컴퓨터 산술과 논리 연산

- 제어 유니트

 

IT 383 Principles of Operating Systems 

CH02. 운영체제 구조

- 운영체제 서비스

- 운영체제 동작 - 시스템 콜

- Review

 

7/27

IT 225 Computer Organization

CH03. 기억장치

- 기억장치의 분류와 특성

- 계층적 기억장치 시스템

- 반도체 기억장치

- 캐시 메모리

 

IT 383 Principles of Operating Systems 

CH03. 프로세스 관리

- 프로세스의 개념, 상태 및 PCB