Does anyone have an answer for question 6 in chapter 9 of in
Does anyone have an answer for question 6 in chapter 9 of invitation to computer science book?
Solution
Where Do We Stand and What Do We Want? Disadvantages of assembly language –Programmer must “manually” manage the movement of data items –Programmer must take a microscopic view of a task, breaking it down into tiny subtasks at the level of what is going on in individual memory locations –Assembly language program is machine specific –Statements are not natural-language-like Invitation to Computer Science, 6th Edition66
Disadvantages of assembly language–Programmer must “manually” manage themovement of data items–Programmer must take a microscopic view of a task,breaking it down into tiny subtasks at the level ofwhat is going on in individual memory locations–Assembly language program is machine specific–Statements are not natural-language-like.
Expectations of a program written in a high-levellanguage–Programmer need not manage the details of themovement of data items within memory–The programmer can take a macroscopic view oftasks, thinking at a higher level of problem solving.
