목록Computer Science (2)
HGU_CSEE
1. How to represent numbers in computers As you know, Computer language consists of only 0 and 1. At this point how does a computer that can only recognize 0 and 1 understand vast numbers? What is certain is that just because a computer understands 0 and 1 does not mean it can only express 0 and 1. Computers use a lot of 0 and 1 to express a lot of numbers. the smallest data unit, that is, the s..
Before we start Specific things to know Computer architecture: High-level view of the basic design and operation of a computer. This includes the design of the processor, the data path, the memory approach, the input/output system, and the interaction between them. Computer Organization: A concept that includes a detailed description of the computer's hardware configuration and how these compone..