The journey to becoming a developer

My future is created by what I do today, not tomorrow.

Total 4

Registers and RAM: Crash Course Computer Science #6

✔ Last Episode Using just logic gates, we built a simple ALU, which performs arithmetic and logic operations, hence the 'A'(Arithmetic) and the 'L'(Logic). It would be useful to store that value, and maybe even run several operations in a row. That's where computer memory comes in. ❔ Today's Episode Today, we’re going to start small - literally by building a circuit that can store one single bit..

How Computers Calculate - the ALU: Crash Course Computer Science #5

Last episode How numbers can be represented in binary Today's episode Representing and storing numbers is an important function of a computer, but the real goal is computation or manipulating numbers in a structured and purposeful way, like adding two numbers together. These operations are handled by a computer's Arithmetic and Logic Unit, but most people call it by its street name : the ALU. Th..

Representing Numbers and Letters with Binary: Crash Course Computer Science #4

Crash Course의 4번째 시간에는 2진법으로 어떻게 숫자와 문자들을 나타낼 수 있는지에 대해서 배운다. Last episode how transistors can be used to build logic gates, which can evaluate boolean statements in boolean algebra, there are only two, binary values : true and false. But if we only have two values, how in the world do we represent information beyond just these two values? That's where the Math comes in. Bit Each of these binary..

Electronic Computing: Crash Course Computer Science #2

지난 시간, Early Computing에서는 20세기 초반까지의 컴퓨터 역사를 알아보았다. Tabulating machine과 같은 특수 목적 장치는 수동으로 이루어졌던 작업들을 자동화하여 정부와 사업에 많은 이익을 가져다주었다. 하지만 사회 시스템 규모는 예측 불가능할 정도로 커져갔고, 인구도 급격히 늘었으며, 인간의 지적 수준도 매우 높아졌다. 곧 작은 사이즈의 기계적인 컴퓨터가 방 하나 크기의 거대한 기계로 변화하였는데, 이것은 미래의 혁신을 위한 무대가 되었다. Harvard Mark I 가장 크기가 큰 전기식 기계 컴퓨터(electro-mechanical computer)중 하나 2차 세계대전 중 IBM이 동맹군을 위해 1944년 개발 765,000개의 부품, 3백만개의 연결, 500마일의 전..