|刊登類別:
有類似物品要出售?

Computer Science : An Overview by Dennis Brylow and Glenn Brookshear (2018,...

狀況:
良好
Minor wear on corners. BR-001
距離減價活動結束時間: 4 小時 26 分
價格:
US $161.99
大約HK$ 1,264.60
原價:US $179.99 這價格是什麼意思?
賣家提供的近期成交價
節省 US $18.00(10% 的折扣)
見面交收或取貨:
可於Monessen, Pennsylvania, 美國免費本地見面交收. 查看詳情— 取貨
運費:
US $5.61(大約 HK$ 43.80) 經濟運送方式. 查看詳情— 運送
所在地:Monessen, Pennsylvania, 美國
送達日期:
估計於 5月28日, 二5月29日, 三之間送達 運送地點 43230
估計運送時間是透過我們的獨家工具,根據買家與物品所在地的距離、所選的運送服務、賣家的運送紀錄及其他因素,計算大概的時間。送達時間會因時而異,尤其是節日。
保障:
請參閱物品說明或聯絡賣家以取得詳細資料。閱覽全部詳情查看保障詳情
(不符合「eBay 買家保障方案」資格)

賣家資料

賣家必須承擔此刊登物品的所有責任。
eBay 物品編號:256496867080

物品細節

物品狀況
良好
曾被閱讀過的書籍,但狀況良好。封面有諸如磨痕等在內的極少損壞,但沒有穿孔或破損。精裝本書籍可能沒有書皮。封皮稍有磨損。絕大多數書頁未受損,存在極少的褶皺和破損。使用鉛筆標注文字處極少,未對文字標記,無留白處書寫文字。沒有缺頁。 查看所有物品狀況定義會在新視窗或分頁中開啟
賣家備註
“Minor wear on corners. BR-001”
Subject
Computer Science
ISBN
9780134875460
Publication Year
2018
Type
Textbook
Format
Trade Paperback
Language
English
Publication Name
Computer Science : an Overview
Item Height
1in
Author
Dennis Brylow, Glenn Brookshear
Item Length
10in
Publisher
Pearson Education
Item Width
8in
Item Weight
46 Oz
Number of Pages
736 Pages

關於產品

Product Information

For Introduction to Computer Science courses. Surveys the breadth of computer science--with the depth needed to explore concepts Computer Science: An Overview is written for students of computer science as well as students from other disciplines. Its broad coverage and clear exposition are accessible to students from all backgrounds, encouraging a practical and realistic understanding of the subject. Written to provide students with a bottom-up, concrete-to-abstract foundation, this broad background exposes beginning computer science students to the breadth of the subject in which they are planning to major, and students from other disciplines to what they need to relate to the technical society in which they live. Individual chapters are independent, and can be covered in an order that suits instructor course needs with selected content marked as optional for the introductory course. With a new full-color design, each chapter in the 13th Edition has seen revisions, updates, and corrections from the previous editions. The text also continues to use Python to provide programming tools for exploration and experimentation. More than 1,000 questions and exercises, Chapter Review Problems, and Social Issues questions reinforce core concepts. The text's Companion Website www.pearsonhighered.com/brookshear extends resources to enhance the course.

Product Identifiers

Publisher
Pearson Education
ISBN-10
013487546x
ISBN-13
9780134875460
eBay Product ID (ePID)
11038252401

Product Key Features

Author
Dennis Brylow, Glenn Brookshear
Publication Name
Computer Science : an Overview
Format
Trade Paperback
Language
English
Publication Year
2018
Type
Textbook
Number of Pages
736 Pages

Dimensions

Item Length
10in
Item Height
1in
Item Width
8in
Item Weight
46 Oz

Additional Product Features

Edition Number
13
Table of Content
* Asterisks indicate suggestions for optional sections. Introduction 0.1 The Role of Algorithms 0.2 The History of Computing 0.3 An Outline of Our Study 0.4 The Overarching Themes of Computer Science Data Storage 1.1 Bits and Their Storage 1.2 Main Memory 1.3 Mass Storage 1.4 Representing Information as Bit Patterns *1.5 The Binary System *1.6 Storing Integers *1.7 Storing Fractions *1.8 Data and Programming *1.9 Data Compression *1.10 Communication Errors Data Manipulation 2.1 Computer Architecture 2.2 Machine Language 2.3 Program Execution *2.4 Arithmetic/Logic Instructions *2.5 Communicating with Other Devices *2.6 Programming Data Manipulation *2.7 Other Architectures Operating Systems 3.1 The History of Operating Systems 3.2 Operating System Architecture 3.3 Coordinating the Machine''s Activities *3.4 Handling Competition Among Processes 3.5 Security Networking and the Internet 4.1 Network Fundamentals 4.2 The Internet 4.3 The World Wide Web *4.4 Internet Protocols *4.5 Simple Client Server 4.6 Cybersecurity Algorithms 5.1 The Concept of an Algorithm 5.2 Algorithm Representation 5.3 Algorithm Discovery 5.4 Iterative Structures 5.5 Recursive Structures 5.6 Efficiency and Correctness Programming Languages 6.1 Historical Perspective 6.2 Traditional Programming Concepts 6.3 Procedural Units 6.4 Language Implementation 6.5 Object-Oriented Programming *6.6 Programming Concurrent Activities *6.7 Declarative Programming Software Engineering 7.1 The Software Engineering Discipline 7.2 The Software Life Cycle 7.3 Software Engineering Methodologies 7.4 Modularity 7.5 Tools of the Trade 7.6 Quality Assurance 7.7 Documentation 7.8 The Human-Machine Interface 7.9 Software Ownership and Liability Data Abstractions 8.1 Basic Data Structures 8.2 Related Concepts 8.3 Implementing Data Structures 8.4 A Short Case Study 8.5 Customized Data Types 8.6 Classes and Objects *8.7 Pointers in Machine Language Database Systems 9.1 Database Fundamentals 9.2 The Relational Model *9.3 Object-Oriented Databases *9.4 Maintaining Database Integrity *9.5 Traditional File Structures 9.6 Data Mining 9.7 Social Impact of Database Technology Computer Graphics 10.1 The Scope of Computer Graphics 10.2 Overview of 3D Graphics 10.3 Modeling 10.4 Rendering *10.5 Dealing with Global Lighting 10.6 Animation Artificial Intelligence 11.1 Intelligence and Machines 11.2 Perception 11.3 Reasoning 11.4 Additional Areas of Research 11.5 Artificial Neural Networks 11.6 Robotics 11.7 Considering the Consequences Theory of Computation 12.1 Functions and Their Computation 12.2 Turing Machines 12.3 Universal Programming Languages 12.4 A Noncomputable Function 12.5 Complexity of Problems *12.6 Public-Key Cryptography APPENDICES A. ASCII B. Circuits to Manipulate Two''s Complement Representations C. Vole: A Simple Machine Language D. High-Level Programming Languages E. The Equivalence of Iterative and Recursive Structures F. Answers to Questions & Exercises
Copyright Date
2019
Topic
Computer Science, General
Intended Audience
College Audience
Genre
Computers

賣家提供的物品說明

2nd Hand Readers

2nd Hand Readers

99.7% 正面信用評價
已賣出 1.1 萬 件物品
瀏覽商店聯絡

詳盡賣家評級

過去 12 個月的平均評級

說明準確
5.0
運費合理
4.9
運送速度
5.0
溝通
5.0

賣家信用評價 (2,975)

9***e (15)- 買家留下的信用評價。
過去 1 個月
購買已獲認證
It came quickly. Looking through the book I think it will help me very much figuring how to make alterations.
t***9 (471)- 買家留下的信用評價。
過去 1 個月
購買已獲認證
Fast shipping
z***e (1060)- 買家留下的信用評價。
過去 1 個月
購買已獲認證
Amazing seller! Highly recommend!