분류 전체보기 (27) 썸네일형 리스트형 🔒 BUKI Privacy 1. General Provisions Personal data refers to any information related to an identifiable living individual. This includes data such as names, authentication details, and any other information that, alone or in combination with other data, can identify a specific person. QAnaray (hereinafter referred to as “the Company”) collects, uses, and processes personal information based on user consent and.. 🔒 Mr.Dummy Privacy 1. General Provisions Personal data refers to any information related to an identifiable living individual. This includes data such as names, authentication details, and any other information that, alone or in combination with other data, can identify a specific person. QAnaray (hereinafter referred to as “the Company”) collects, uses, and processes personal information based on user consent and.. 🔒 Draggon Privacy 1. General Provisions Personal data refers to any information related to an identifiable living individual. This includes data such as names, authentication details, and any other information that, alone or in combination with other data, can identify a specific person. QAnaray (hereinafter referred to as “the Company”) collects, uses, and processes personal information based on user consent and.. 🔒 Korrectly Privacy 1. General Provisions Personal data refers to any information related to an identifiable living individual. This includes data such as names, authentication details, and any other information that, alone or in combination with other data, can identify a specific person. QAnaray (hereinafter referred to as “the Company”) collects, uses, and processes personal information based on user consent and.. 🔒 QAnaray Privacy Policy 1. General Provisions Personal data refers to any information related to an identifiable living individual. This includes data such as names, authentication details, and any other information that, alone or in combination with other data, can identify a specific person. QAnaray (hereinafter referred to as “the Company”) collects, uses, and processes personal information based on user consent and.. 한 권으로 읽는 컴퓨터 구조와 프로그래밍 8장. 프로그래밍 언어 처리 - 컴퓨터는 프로그램을 어떻게 해석하고 변환하는가 어셈블리 언어 어셈블리 언어 → 프로그래머가 모든 비트 조합을 외우지 않고, 이해하기 쉬운 니모닉을 통해 명령어 쓸 수 있음. 주소에 이름(레이블)을 붙일 수 있음, 코드에 주석을 달아 다른 사람들이 프로그램을 더 쉽게 읽고 이해하도록 도와줄 수 있음. 고수준 언어 어셈블리 언어보다 더 높은 추상화 단계에서 동작. 컴파일러를 통해 소스 코드가 기계어로 번역됨. 구조적 프로그래밍 잘못된 GOTO 사용으로 인해 발생할 수 있는 스파게트 코드 문제를 해결하기 위해 개발! 깔끔한 제어 흐름 - 프로그램을 더 쉽게 이해할 수 있음. 어휘 분석 어휘 분석 : 코드를 기호로부터 단어와 같은 성격의 토큰으로 변환하는 과정 상태 기계 상태로 .. 한 권으로 읽는 컴퓨터 구조와 프로그래밍 7장. 데이터 구조와 처리 - 어떻게 해야 프로그램에서 데이터를 잘 구성하고 처리할까 데이터 구조 : 데이터를 조직화하는 표준적인 방법. → 데이터 구조 중 상당수는 여러 유형의 메모리를 더 효율적으로 사용하기 위해 존재 참조 지역성 = 필요한 데이터를 (메모리에서) 서로 근처에 유지하라. 금방 사용할 데이터라면 더 가까운 곳에 저장하라! 기본 데이터 타입 프로그래밍 언어는 다양한 기본 데이터 타입(primitive data type) 제공 - 크기(비트 수) 와 해석(부호가 있는지 없는지, 부동소수점 수인지, 문자인지, 포인터인지, 불리언인지)이라는 두 측면 존재 포인터 컴퓨터 아키텍처에 따라 결정되는 크기의 부호가 없는 정수 정숫값이 아니라, 메모리 주소로 해석됨 - 원하는 값이 있는 위치를 포인터로.. 한 권으로 읽는 컴퓨터 구조와 프로그래밍 6장. 입출력과 네트워킹 - 컴퓨터는 외부와 어떻게 상호작용하는가 저수준 I/O 가장 단순한 I/O는 - CPU가 읽거나 쓸 수 있는 비트에 물건을 연결한 형태의 I/O 네트워킹 네트워크 - 근거리 네트워크(LAN) / 광역 네트워크(WAN) 인터넷 → 네트워크들로 이뤄진 네트워크 = 여러 LAN을 하나로 연결해주는 WAN 인터넷 = 여러 계층으로 이뤄진 프로토콜의 집합! TCP/IP(전송 제어 프로토콜/인터넷 프로토콜) IP는 패킷을 한 곳에서 다른 곳으로 옮겨주며, 이 패킷을 데이터그램이라고 부름 컴퓨터를 위한 전신과 같은데, 송신자는 수신자가 메시지를 언제 받는지 알 수 없고, 심지어는 메시지를 제대로 받았는지 여부도 알 수 없음 TCP는 IP 위에 만들어졌고, 패킷이 제대로 배달됐는지를 확실히 보.. 이전 1 2 3 4 다음