注册 | 登录读书好,好读书,读好书!
读书网-DuShu.com
当前位置: 首页出版图书科学技术计算机/网络计算机科学理论与基础知识计算机导论习题与解答(英文版)

计算机导论习题与解答(英文版)

计算机导论习题与解答(英文版)

定 价:¥30.00

作 者: 美.马塔-托勒杜等著
出版社: 机械工业出版社
丛编项: 全美经典学习指导系列
标 签: 暂缺

购买这本书可以去


ISBN: 9787111106180 出版时间: 2002-08-01 包装: 胶版纸
开本: 16 页数: 308 字数:  

内容简介

  This book was written for those individuals who want a general introduction to computer science concepts and a clear understanding of the appliability of these concepts in different languages The purpose of this book is to present the material without extensively examining the complexities of any particular language. Our examples make use of Visual Basic, Q C++, and Java constructs By exposing the reader to these languages we hope that, in spite of their diversity of implementation, the reader will capture the uniformity of the basic computer science concepts. The material has been divided into nine chapters which cover basic programming concepts and provide students with pertinent definitions and principles as they are applied in computer science. The examples and solved problems allow the students to apply their knowledge and amplify the theory, as well as provide the repetition of basic principles so vital to effective learning. Students are encouraged to try the examples and do the programming activities in the appropriate environments.

作者简介

暂缺《计算机导论习题与解答(英文版)》作者简介

图书目录

CHAPTER 1 Basic Concepts of Computers

1.1 Computer Structures
1.2 Bus Structure
1.3 Basic Operation of the Computer
1.4 Representation of Data in Memory
1.5 Conversion Between the Binary, Octal, and Hexadecimal Systems
1.6 Rules for Forming Numbers in Any System
1.7 Arithmetic Operations in the Binary, Octal,Hexadecimal Systems
1.8 Representing Numbers in a Computer

CHAPTER 2 Program Planning and Design

2.1 Programming
2.2 Problem Solving
2.3 Algorithms

CHAPTER 3 Program coding and Simple Input/Output

3.1 Programming Languages
3.2 Variables and Constants
3.3 Assignment Statements
3.4 Arithmetic Expressions and Operator Precedence
3.5 Comment Statements
3.6 Simple Input/Output
3.7 Writing a Complete Program

CHAPTER 4 Control Structures and Program Writing

4.1 Boolean Expressions
4.2 Control Structures - Definitions
4.3 Selection
4.4 Repetition

CHAPTER 5 Functions and Subroutines

5.1 Functions
5.2 Subroutines
5.3 Scope and Lifetime of Identifiers
5.4 Parameter-Passing Mechanisms

CHAPTER 6 Arrays and Strings

6.1 Introduction to Arrays
6.2 Arrays in Visual Basic
6.3 Arrays in C/C++ and Java
6.4 Searching
6.5 Sorting

CHAPTER 7 Data Files

7.1 Introduction
7.2 Data Terminology
7.3 File Organization
7.4 Text and Binary Files
7.5 Opening and Closing Files

CHAPTER 8 Object-Oriented Programming

8.1 Introduction to Object-Oriented Programming
8.2 Inheritance and Data Abstraction
8.3 Advantages of Object-Oriented Programming
8.4 Object-Oriented Environment in Visual Basic
8.5 Classes and Inheritance in C++
8.6 Classes and Inheritance in Java

CHAPTER 9 Data Structures

9.1 Introduction to Data Structures
9.2 Linked Lists
9.3 Stacks
9.4 Queues

Appendix A The Translation Process

Index

本目录推荐