Computer science: an overview
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Boston ; Munich [u.a.]
Addison Wesley
2012
|
Ausgabe: | 11. ed., internat. ed. |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | 623 S. graf. Darst. |
ISBN: | 9780273751397 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV040445066 | ||
003 | DE-604 | ||
005 | 20121025 | ||
007 | t | ||
008 | 120927s2012 |||| |||| 00||| eng d | ||
020 | |a 9780273751397 |9 978-0-273-75139-7 | ||
035 | |a (OCoLC)774142265 | ||
035 | |a (DE-599)HBZHT016840851 | ||
040 | |a DE-604 |b ger |e rakwb | ||
041 | 0 | |a eng | |
049 | |a DE-473 |a DE-739 | ||
084 | |a ST 110 |0 (DE-625)143583: |2 rvk | ||
084 | |a ST 120 |0 (DE-625)143585: |2 rvk | ||
100 | 1 | |a Brookshear, J. Glenn |d 1944- |e Verfasser |0 (DE-588)136332900 |4 aut | |
245 | 1 | 0 | |a Computer science |b an overview |c J. Glenn Brookshear |
250 | |a 11. ed., internat. ed. | ||
264 | 1 | |a Boston ; Munich [u.a.] |b Addison Wesley |c 2012 | |
300 | |a 623 S. |b graf. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 0 | 7 | |a Informatik |0 (DE-588)4026894-9 |2 gnd |9 rswk-swf |
655 | 7 | |0 (DE-588)4123623-3 |a Lehrbuch |2 gnd-content | |
689 | 0 | 0 | |a Informatik |0 (DE-588)4026894-9 |D s |
689 | 0 | |5 DE-604 | |
856 | 4 | 2 | |m Digitalisierung UB Bamberg |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025292825&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-025292825 |
Datensatz im Suchindex
_version_ | 1804149503278710784 |
---|---|
adam_text | Chapter
0
Introduction
15
0.1
The Role of Algorithms
16
0.2
The History of Computing
18
0.3
The Science of Algorithms
24
0.4
Abstraction
25
0.5
An Outline of Our Study
26
0.6
Social Repercussions
27
Chapter
1
Data Storage
33
1.1
Bits and Their Storage
34
1.2
Main Memory
40
1.3
Mass Storage
43
1.4
Representing Information as Bit Patterns
* 1.5
The Binary System
56
*1.6 Storing Integers
61
*1.7 Storing Fractions
67
*1.8 Data Compression
72
*1.9 Communication Errors
77
49
Chapter
2
Data Manipulation
87
2.1
Computer Architecture
88
2.2
Machine Language
91
2.3
Program Execution
97
*2.4 Arithmetic/Logic Instructions
104
*2.5 Communicating with Other Devices
*2.6 Other Architectures
114
108
*
Asterisks indicate suggestions for optional sections-
Contents
Chapter
3
Operating Systems
123
3.1
The History of Operating Systems
124
3.2
Operating System Architecture
128
3.3
Coordinating the Machine s Activities
136
*3.4 Handling Competition Among Processes
139
3.5
Security
144
Chapter
4
Networking and the Internet
153
4.1
Network Fundamentals
154
4.2
The Internet
163
4.3
The World Wide Web
172
*4.4 Internet Protocols
181
4.5
Security
187
Chapter
5
Algorithms
201
5.1
The Concept of an Algorithm
202
5.2
Algorithm Representation
205
5.3
Algorithm Discovery
212
5.4
Iterative Structures
218
5.5
Recursive Structures
228
5.6
Efficiency and Correctness
236
Chapter
6
Programming Languages
253
6.1
Historical Perspective
254
6.2
Traditional Programming Concepts
262
6.3
Procedural Units
274
6.4
Language Implementation
282
6.5
Object-Oriented Programming
290
*6.6 Programming Concurrent Activities
297
*6.7 Declarative Programming
300
Chapter
7
Software Engineering
313
7.1
The Software Engineering Discipline
314
7.2
The Software Life Cycle
316
7.3
Software Engineering Methodologies
320
7.4
Modularity
322
7.5
Tools of the Trade
330
7.6
Quality Assurance
338
7.7
Documentation
342
7.8
The Human-Machine Interface
343
7.9
Software Ownership and Liability
346
Contents
Chapter
8 Data
Abstractions
355
8.1 Basic Data
Structures
356
8.2
Related Concepts
359
8.3
Implementing Data Structures
362
8.4
A Short Case Study
376
8.5
Customized Data Types
381
*8.6 Classes and Objects
385
*8.7 Pointers in Machine Language
386
Chapter
9
Database Systems
397
9.1
Database Fundamentals
398
9.2
The Relational Model
403
*9.3 Object-Oriented Databases
414
*9.4 Maintaining Database Integrity
416
*9.5 Traditional File Structures
420
9.6
Data Mining
428
9.7
Social Impact of Database Technology
430
Chapter
10
Computer Graphics
439
10.1
The Scope of Computer Graphics
440
10.2
Overview of
3D
Graphics
442
10.3
Modeling
444
10.4
Rendering
453
*10.5 Dealing with Global Lighting
463
10.6
Animation
466
Chapter
11
Artificial Intelligence
475
11.1
Intelligence and Machines
476
11.2
Perception
481
11.3
Reasoning
487
11.4
Additional Areas of Research
498
11.5
Artificial Neural Networks
503
11.6
Robotics
511
11.7
Considering the Consequences
514
Chapter
12
Theory of Computation
523
12.1
Functions and Their Computation
524
12.2
Turing Machines
526
12.3
Universal Programming Languages
530
12.4
A Noncomputable Function
536
12.5
Complexity of Problems
541
•12.6
Public-Key Cryptography
550
Contents
Appendixes 559
A
ASCII 561
В
Circuits to Manipulate Two s Complement
Representations
562
С
A Simple Machine Language
565
D
High-Level Programming Languages
567
E
The Equivalence of Iterative and Recursive Structures
569
F
Answers to Questions
&
Exercises
571
Index
611
|
any_adam_object | 1 |
author | Brookshear, J. Glenn 1944- |
author_GND | (DE-588)136332900 |
author_facet | Brookshear, J. Glenn 1944- |
author_role | aut |
author_sort | Brookshear, J. Glenn 1944- |
author_variant | j g b jg jgb |
building | Verbundindex |
bvnumber | BV040445066 |
classification_rvk | ST 110 ST 120 |
ctrlnum | (OCoLC)774142265 (DE-599)HBZHT016840851 |
discipline | Informatik |
edition | 11. ed., internat. ed. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01332nam a2200349 c 4500</leader><controlfield tag="001">BV040445066</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20121025 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">120927s2012 |||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780273751397</subfield><subfield code="9">978-0-273-75139-7</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)774142265</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)HBZHT016840851</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakwb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-473</subfield><subfield code="a">DE-739</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 110</subfield><subfield code="0">(DE-625)143583:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 120</subfield><subfield code="0">(DE-625)143585:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Brookshear, J. Glenn</subfield><subfield code="d">1944-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)136332900</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Computer science</subfield><subfield code="b">an overview</subfield><subfield code="c">J. Glenn Brookshear</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">11. ed., internat. ed.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Boston ; Munich [u.a.]</subfield><subfield code="b">Addison Wesley</subfield><subfield code="c">2012</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">623 S.</subfield><subfield code="b">graf. Darst.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Informatik</subfield><subfield code="0">(DE-588)4026894-9</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="655" ind1=" " ind2="7"><subfield code="0">(DE-588)4123623-3</subfield><subfield code="a">Lehrbuch</subfield><subfield code="2">gnd-content</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Informatik</subfield><subfield code="0">(DE-588)4026894-9</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Bamberg</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025292825&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-025292825</subfield></datafield></record></collection> |
genre | (DE-588)4123623-3 Lehrbuch gnd-content |
genre_facet | Lehrbuch |
id | DE-604.BV040445066 |
illustrated | Not Illustrated |
indexdate | 2024-07-10T00:24:04Z |
institution | BVB |
isbn | 9780273751397 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-025292825 |
oclc_num | 774142265 |
open_access_boolean | |
owner | DE-473 DE-BY-UBG DE-739 |
owner_facet | DE-473 DE-BY-UBG DE-739 |
physical | 623 S. graf. Darst. |
publishDate | 2012 |
publishDateSearch | 2012 |
publishDateSort | 2012 |
publisher | Addison Wesley |
record_format | marc |
spelling | Brookshear, J. Glenn 1944- Verfasser (DE-588)136332900 aut Computer science an overview J. Glenn Brookshear 11. ed., internat. ed. Boston ; Munich [u.a.] Addison Wesley 2012 623 S. graf. Darst. txt rdacontent n rdamedia nc rdacarrier Informatik (DE-588)4026894-9 gnd rswk-swf (DE-588)4123623-3 Lehrbuch gnd-content Informatik (DE-588)4026894-9 s DE-604 Digitalisierung UB Bamberg application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025292825&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Brookshear, J. Glenn 1944- Computer science an overview Informatik (DE-588)4026894-9 gnd |
subject_GND | (DE-588)4026894-9 (DE-588)4123623-3 |
title | Computer science an overview |
title_auth | Computer science an overview |
title_exact_search | Computer science an overview |
title_full | Computer science an overview J. Glenn Brookshear |
title_fullStr | Computer science an overview J. Glenn Brookshear |
title_full_unstemmed | Computer science an overview J. Glenn Brookshear |
title_short | Computer science |
title_sort | computer science an overview |
title_sub | an overview |
topic | Informatik (DE-588)4026894-9 gnd |
topic_facet | Informatik Lehrbuch |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025292825&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT brookshearjglenn computerscienceanoverview |