-
Year: 2,016
-
Edition: 5th
-
Pages: 892
-
Pages In File: 892
-
Language: English
-
Topic: 69
-
Identifier: 9,781,284,079,630
-
Org File Size: 40,150,769
-
Extension: pdf
-
Toc: Title Page......Page 2Copyright Page......Page 3Dedication......Page 5Table of Contents......Page 6Preface......Page 17Level 7 Application......Page 301.1 Levels of Abstraction......Page 31Abstraction in Art......Page 34Abstraction in Documents......Page 35Abstraction in Organizations......Page 37Abstraction in Machines......Page 39Abstraction in Computer Systems......Page 40Central Processing Unit......Page 42Main Memory......Page 44Disk......Page 471.3 Software......Page 48Operating Systems......Page 50Software Analysis and Design......Page 51Quantifying Space......Page 53Quantifying Time......Page 57Quick Response Codes......Page 59Images......Page 651.5 Database Systems......Page 73Queries......Page 74Structure of the Language......Page 77Chapter Summary......Page 78Exercises......Page 79Level 6 High-Order Language......Page 832. C......Page 84The C Compiler......Page 85Machine Independence......Page 86The C Memory Model......Page 87Global Variables and Assignment Statements......Page 88Local Variables......Page 912.2 Flow of Control......Page 94The If/Else Statement......Page 95The Switch Statement......Page 96<