- ホーム
- > 洋書
- > 英文書
- > Computer / General
Full Description
It provides a thorough understanding of the subject and its applications. The book begins with an introduction to the basic features of a digital computer, number systems and binary arithmetic, Boolean algebra and logic gates, software, operating systems, and the internet. A major part of the book provides a detailed coverage of programming in C. It discusses the primary functions of compilers, linkers, and loaders, and provides an exhaustive coverage of concepts
such as data types, control statements, arrays, strings, functions, pointers, structures, file systems, and command-line arguments. Case studies demonstrating the use of C in solving mathematical as well as real-life problems have also been presented. This edition also highlights C99 features wherever
relevant in the text.
Contents
1. Introduction to Computer Fundamentals ; 2. Number System and Binary Arithmetic ; 3. Boolean Algebra and Logic Gates ; 4. Introduction to Software ; 5. Basic Concepts of Operating Systems ; 6. Internet and The World Wide Web ; 7. Introduction to Programming, Algorithms, and Flowcharts ; 8. Basics of C ; 9. Input and Output ; 10. Control Statements ; 11. Arrays and Strings ; 12. Functions ; 13. Pointers in C ; 14. User-defined Data Types and Variables: Structures, Unions, Enumerations, and Bitfields ; 15. Files in C ; 16. Advanced C