1.1. What is computer? What for does it being used? 8.2.2. Tell about external devices of computer. What is their functions? 8.3.3. What is bit and byte? How many bits is in one byte? 9.1.4. What is microscheme, microprocessor? 9.2.5. What is main line? What for does it work? 9.3.6. How does proceed reading of word from memory? 12.1.7. What is the general view of algorithm? 12.2.8. What can be compound commands? Give examples. 12.3.9. What types of values are used in algorithmic language? Give examples. 12.4.10. What values are called: a) arguments; b) results; c) intermediate values? Give examples. 12.5.11. How is being executed an assign command? 12.1.12. What should you to do for processor to execute a certain program? Where should you to place program commands? What should be equal to the content of commands counter? 12.2.13. Processor has executed a "stop" command, placed in word with address 1022. What will be the content of commands counter register after that? 9.1.1. Memory of computer DVK-2M allows to keep 56 Kb. Memorizing that 1 Kb = 1024 bytes calculate how many words can be placed in memory of this computer. 12.2.2. Make a program, which sums up integer values in registers R0, R1, R2 and places the result in: a) register R3; b) register R2. 12.3.3. Make a table of values for the previous exercise if the program begins from address 1500. At first moment Counter = 1500, R0 = 5, R1 = 7, R2 = 8.
Группа для программистов ( programming )
:Юрий Казекин
8.
1.1. What is computer? What for does it being used?
8.2.2. Tell about external devices of computer. What is their functions?
8.3.3. What is bit and byte? How many bits is in one byte?
9.1.4. What is microscheme, microprocessor?
9.2.5. What is main line? What for does it work?
9.3.6. How does proceed reading of word from memory?
12.1.7. What is the general view of algorithm?
12.2.8. What can be compound commands? Give examples.
12.3.9. What types of values are used in algorithmic language? Give examples.
12.4.10. What values are called: a) arguments; b) results; c) intermediate values? Give examples.
12.5.11. How is being executed an assign command?
12.1.12. What should you to do for processor to execute a certain program? Where should you to place program commands? What should be equal to the content of commands counter?
12.2.13. Processor has executed a "stop" command, placed in word with address 1022. What will be the content of commands counter register after that?
9.1.1. Memory of computer DVK-2M allows to keep 56 Kb. Memorizing that 1 Kb = 1024 bytes calculate how many words can be placed in memory of this computer.
12.2.2. Make a program, which sums up integer values in registers R0, R1, R2 and places the result in: a) register R3; b) register R2.
12.3.3. Make a table of values for the previous exercise if the program begins from address 1500. At first moment Counter = 1500, R0 = 5, R1 = 7, R2 = 8.