Бесплатный урок с нашим репетитором!

Узнать подробнее

Новая Школа - онлайн-школа подготовки к ЕГЭ
При поддержке
Посмотреть все вопросы нейросети
Бесплатный пробный урок с репетитором

Узнай больше про репетиторов Новой Школы и запишись на бесплатный пробный урок. Мы проверим твой уровень знаний и составим план обучения по любому предмету и классу

Вопрос от Анонимного юзера 29 января 2026 05:29

The computer system must pass through primary storage. Our discussion of computer system units will begin with the functions of the primary and secondary storage units. This leads to the examination of the central processing unit and from there to the consideration of the input and output units. Therefore, the sequence in which we'll describe the functional units of a digital computer is: 1) storage units, primary and secondary; 2) central processing unit; 3) input and output units. There are primary and secondary storage units. Both contain data and the instructions for processing the data. Data as well as instructions must flow into and out of primary storage. Primary storage is also called main storage or internal storage. The specific functions of internal storage are to hold (store): 1) all data to be processed; 2) intermediate results of processing; 3) final results of processing; 4) all the instructions required for ongoing process. Another name for primary storage is memory, because of its similarity to a function of the human brain. However, computer storage differs from human memory in important respects. Computer memory must be able to retain very large numbers of symbol combinations, without forgetting or changing any details. It must be able to locate all its contents quickly upon demand. The combinations of characters, that is, the letters, numbers, and special symbols by which we usually communicate, are coded. The codes used by computer designers are based upon a number system that has only two possible values, 0 and 1. A number system with only two digits, 0 and I, is called a binary number system. Each binary digit is called a bit, from Binary digit. As the information capacity of a single bit is limited to 2 alternatives, codes used by computer designers are based upon combinations of bits. These combinations are called binary codes. The most common binary codes are 8-bit codes because an 8-bit code provides for 2/8, or 256 unique combinations of I's and O's, and this is more than adequate to represent all of the characters by which we communicate. Data in the form of coded characters are stored in adjacent storage locations in main memory in two principal ways: 1) as "strings" of characters in bytes; and 2) within fixed-size "boxes" in words. A fixed number of consecutive bits that represent a character is called a byte. The most common byte size is 8-bit byte. Words are usually 1 or more bytes in length. Secondary storage. Primary storage is expensive because each bit is represented by a high-speed device, such as a semiconductor. A million bytes (that is, 8 million bits) is a large amount of primary storage. Often it is necessary to store many millions, sometimes billions, of bytes of data. Therefore slower, less expensive storage units are available for computer systems. These units are called secondary storage. Data are stored in them in the same binary codes as in main storage and are made available to main storage as needed. : 1. What are the functional units of a digital computer? 2. What units make up the central processing unit? 3. How is computer system organized? 4. What are the two main types of storage units? 5. What do they contain? 6. What is the function of a primary storage? 7. Why is primary storage often called memory? 8. In what respect does computer memory differ from human memory? 9. What are codes based on? 10. What is secondary storage and what is it used for? ответить на вопросы по тексту на английском

Ответ нейросети

29 января 2026 05:29

Below are concise answers to the ten questions, based on the provided text. Answers are in English as requested.

  1. What are the functional units of a digital computer?
  • The functional units are: storage units (primary and secondary storage), the central processing unit (CPU), and input and output units.
  1. What units make up the central processing unit?
  • The text does not specify the internal components of the CPU. It only mentions the CPU as a unit in the sequence of functional units.
  1. How is computer system organized?
  • The system is described as three main functional groups in sequence: storage units (primary and secondary), the central processing unit, and input/output units. Data and instructions flow into and out of primary storage, the CPU processes them, and input/output units handle interaction with the outside world.
  1. What are the two main types of storage units?
  • Primary storage and secondary storage.
  1. What do they contain?
  • They contain data and the instructions for processing the data. Primary storage holds all data to be processed, intermediate results, final results, and all ongoing processing instructions. Secondary storage also stores data (in the same binary codes) and is used to provide data to main storage as needed.
  1. What is the function of a primary storage?
  • Its function is to hold all data to be processed, intermediate results, final results, and all instructions required for the ongoing process.
  1. Why is primary storage often called memory?
  • Because of its similarity to a function of the human brain; it stores data and instructions in a way akin to memory.
  1. In what respect does computer memory differ from human memory?
  • Computer memory can retain very large numbers of symbol combinations without forgetting or changing details, and it must be able to locate all its contents quickly upon demand.
  1. What are codes based on?
  • Codes are based on the binary number system, which uses two digits: 0 and 1.
  1. What is secondary storage and what is it used for?
  • Secondary storage consists of slower, less expensive storage units used to store large amounts of data. Data are stored in binary codes and are made available to main storage as needed.

Задай свой вопрос

Напиши любую задачу или вопрос, а нейросеть её решит

Похожие вопросы 15

Бесплатно Мобильное приложение ГДЗ
Мобильное приложение ГДЗ

Задавай вопросы искуcственному интеллекту текстом или фотографиями в приложении на iPhone или Android

qr-codegoogle-playapp-store

Саша — ассистент в телеграмме

the computer system must pass through primary storage. Our discussion of computer system units will begin with the functions of the primary and secondary storage units. This leads to the examination of the central processing unit and from there to the consideration of the input and output units. Therefore, the sequence in which we'll describe the functional units of a digital computer is: 1) storage units, primary and secondary; 2) central processing unit; 3) input and output units. There are primary and secondary storage units. Both contain data and the instructions for processing the data. Data as well as instructions must flow into and out of primary storage. Primary storage is also called main storage or internal storage. The specific functions of internal storage are to hold (store): 1) all data to be processed; 2) intermediate results of processing; 3) final results of processing; 4) all the instructions required for ongoing process. Another name for primary storage is memory, because of its similarity to a function of the human brain. However, computer storage differs from human memory in important respects. Computer memory must be able to retain very large numbers of symbol combinations, without forgetting or changing any details. It must be able to locate all its contents quickly upon demand. The combinations of characters, that is, the letters, numbers, and special symbols by which we usually communicate, are coded. The codes used by computer designers are based upon a number system that has only two possible values, 0 and 1. A number system with only two digits, 0 and I, is called a binary number system. Each binary digit is called a bit, from Binary digit. As the information capacity of a single bit is limited to 2 alternatives, codes used by computer designers are based upon combinations of bits. These combinations are called binary codes. The most common binary codes are 8-bit codes because an 8-bit code provides for 2/8, or 256 unique combinations of I's and O's, and this is more than adequate to represent all of the characters by which we communicate. Data in the form of coded characters are stored in adjacent storage locations in main memory in two principal ways: 1) as "strings" of characters in bytes; and 2) within fixed-size "boxes" in words. A fixed number of consecutive bits that represent a character is called a byte. The most common byte size is 8-bit byte. Words are usually 1 or more bytes in length. Secondary storage. Primary storage is expensive because each bit is represented by a high-speed device, such as a semiconductor. A million bytes (that is, 8 million bits) is a large amount of primary storage. Often it is necessary to store many millions, sometimes billions, of bytes of data. Therefore slower, less expensive storage units are available for computer systems. These units are called secondary storage. Data are stored in them in the same binary codes as in main storage and are made available to main storage as needed. : 1. What are the functional units of a digital computer? 2. What units make up the central processing unit? 3. How is computer system organized? 4. What are the two main types of storage units? 5. What do they contain? 6. What is the function of a primary storage? 7. Why is primary storage often called memory? 8. In what respect does computer memory differ from human memory? 9. What are codes based on? 10. What is secondary storage and what is it used for? ответить на вопросы по тексту на английском
Below are concise answers to the ten questions, based on the provided text. Answers are in English as requested. 1. What are the functional units of a digital computer? - The functional units are: storage units (primary and secondary storage), the central processing unit (CPU), and input and output units. 2. What units make up the central processing unit? - The text does not specify the internal components of the CPU. It only mentions the CPU as a unit in the sequence of functional units. 3. How is computer system organized? - The system is described as three main functional groups in sequence: storage units (primary and secondary), the central processing unit, and input/output units. Data and instructions flow into and out of primary storage, the CPU processes them, and input/output units handle interaction with the outside world. 4. What are the two main types of storage units? - Primary storage and secondary storage. 5. What do they contain? - They contain data and the instructions for processing the data. Primary storage holds all data to be processed, intermediate results, final results, and all ongoing processing instructions. Secondary storage also stores data (in the same binary codes) and is used to provide data to main storage as needed. 6. What is the function of a primary storage? - Its function is to hold all data to be processed, intermediate results, final results, and all instructions required for the ongoing process. 7. Why is primary storage often called memory? - Because of its similarity to a function of the human brain; it stores data and instructions in a way akin to memory. 8. In what respect does computer memory differ from human memory? - Computer memory can retain very large numbers of symbol combinations without forgetting or changing details, and it must be able to locate all its contents quickly upon demand. 9. What are codes based on? - Codes are based on the binary number system, which uses two digits: 0 and 1. 10. What is secondary storage and what is it used for? - Secondary storage consists of slower, less expensive storage units used to store large amounts of data. Data are stored in binary codes and are made available to main storage as needed.