Computer Science Illuminated, 6/e at Bookstore UAE
Home > General > Computer Science Illuminated, 6/e
Computer Science Illuminated, 6/e

Computer Science Illuminated, 6/e


     0     
5
4
3
2
1



Available


About the Book

Fully revised and updated, the sixth edition of the best-selling text Computer Science Illuminated retains the accessibility and in-depth coverage of previous editions, while incorporating all-new material on cutting-edge issues in computer science. Authored by the award-winning Nell Dale and John Lewis, Computer Science Illuminated’s unique and innovative layered approach moves through the levels of computing from an organized, language-neutral perspective.

Designed for the introductory computing and computer science course, this student-friendly Sixth Edition provides students with a solid foundation for further study, and offers non-majors a complete introduction to computing.

A Collection of programming language chapters are available as low-cost bundling options. Available chapters include: Java, C++, Python, Alice, SQL, VB, NET, RUBY, Perl, Pascal, and JavaScript.

About the Author

Nell Dale, PhD - University of Texas, Austin Nell Dale received a B.S. in Mathematics and Psychology from the University of Houston, a M.A. in Mathematics, from the University of Texas at Austin, and a Ph.D. in Computer Sciences from the University of Texas at Austin. Nell Dale has been on the faculty at the University of Texas, Austin since 1975. She teaches occasionally but concentrates on computer science education, writing, traveling, tennis, and bridge -- and her family of course. John Lewis, PhD - Virginia Tech, Blacksburg, Virginia John Lewis is a leading educator and author in the field of computer science. He has written a market-leading textbook on Java software and program design. After earning his undergraduate degree, M.S., and Ph.D. in computer science at Virginia Tech, John joined the faculty of the Department of Computing Sciences at Villanova University. He has received numerous teaching awards, including the University Award for Teaching Excellence and the Goff Award for Outstanding Teaching. His professional interests include object-oriented technologies, multimedia, and software engineering. In addition to his teaching and writing, John actively participates in the Special Interest Group on Computer Science Education (SIGCSE), and finds time to spend with his family or in his workshop.



Table of Contents:
Part 1: Laying the Groundwork Chapter 1: The Big Picture • Computing Systems • Layers of a Computing System Abstraction • The History of Computing • A Brief History of Computing Hardware • A Brief History of Computing Software Predictions • Computing as a Tool and a Discipline • Summary • Ethical Issues: Digital Divide • Key Terms • Exercises • Thought Questions Part 2: The Information Layer Chapter 2: Binary Values and Number Systems • Numbers and Computing • Positional Notation • Binary, Octal, and Hexadecimal • Arithmetic in Other Bases • Power-of-2 Number Systems • Converting from Base 10 to Other Bases • Binary Values and Computers • Summary • Ethical Issues: The FISA Court • Key Terms • Exercises • Thought Questions Chapter 3: Data Representation • Data and Computers • Analog and Digital Data • Binary Representations • Representing Numeric Data • Representing Negative Values • Representing Real Numbers • Representing Text • The ASCII Character Set • The Unicode Character Set • Text Compression • Representing Audio Data • Audio Formats • The MP3 Audio Format • Representing Images and Graphics • Representing Color • Digitized Images and Graphics • Vector Representation of Graphics • Representing Video • Video Codecs • Summary • Ethical Issues: The Fallout from Snowden’s Revelations • Key Terms • Exercises • Thought Questions Part 3: The Hardware Layer Chapter 4: Gates and Circuits • Computers and Electricity • Gates • NOT Gate • AND Gate • OR Gate • XOR Gate • NAND and NOR Gates • Review of Gate Processing • Gates with More Inputs • Constructing Gates • Transistors • Circuits • Combinational Circuits • Adders • Multiplexers • Circuits as Memory • Integrated Circuits • CPU Chips • Summary • Ethical Issues: Codes of Ethics • Key Terms • Exercises • Thought Questions Chapter 5: Computing Components • Individual Computer Components • The Stored-Program Concept • von Neumann Architecture • The Fetch–Execute Cycle • RAM and ROM • Secondary Storage Devices • Touch Screens • Embedded Systems • Parallel Architectures • Parallel Computing • Classes of Parallel Hardware • Summary • Ethical Issues: Is Privacy a Thing of the Past? • Key Terms • Exercises • Thought Questions Part 4: The Programming Layer Chapter 6: Low-Level Programming Languages and Pseudocode • Computer Operations • Machine Language • Pep/8: A Virtual Computer • A Program Example • Hand Simulation • Pep/8 Simulator • Assembly Language • Pep/8 Assembly Language • Assembler Directives • Assembly-Language Version of Program Hello • A New Program • A Program with Branching • A Program with a Loop • Expressing Algorithms • Pseudocode Functionality • Following a Pseudocode Algorithm • Writing a Pseudocode Algorithm • Translating a Pseudocode Algorithm • Testing • Summary • Ethical Issues: Software Piracy • Key Terms • Exercises • Thought Questions Chapter 7: Problem Solving and Algorithms • How to Solve Problems • Ask Questions • Look for Familiar Things • Divide and Conquer • Algorithms • Computer Problem-Solving Process • Summary of Methodology • Testing the Algorithm • Algorithms with Simple Variables • An Algorithm with Selection • Algorithms with Repetition • Composite Variables • Arrays • Records • Searching Algorithms • Sequential Search • Sequential Search in a Sorted Array • Binary Search • Sorting • Selection Sort • Bubble Sort • Insertion Sort • Recursive Algorithms • Subprogram Statements • Recursive Factorial • Recursive Binary Search • Quicksort • Important Threads • Information Hiding • Abstraction • Naming Things • Testing • Summary • Ethical Issues: Open-Source Software • Key Terms • Exercises • Thought Questions Chapter 8: Abstract Data Types and Subprograms • What Is an Abstract Data Type? • Stacks • Queues • Lists • Trees • Binary Trees • Binary Search Trees • Other Operations • Graphs • Creating a Graph • Graph Algorithms • Subprograms • Parameter Passing • Value and Reference Parameters • Summary • Ethical Issues: Workplace Monitoring • Key Terms • Exercises • Thought Questions Chapter 9: Object-Oriented Design and High-Level Programming Languages • Object-Oriented Methodology • Object Orientation • Design Methodology • Example • Translation Process • Compilers • Interpreters • Programming Language Paradigms • Imperative Paradigm • Declarative Paradigm • Functionality in High-Level Languages • Boolean Expressions • Data Typing • Input/Output Structures • Control Structures • Functionality of Object-Oriented Languages • Encapsulation • Classes • Inheritance • Polymorphism • Comparison of Procedural and Object-Oriented Designs • Summary • Ethical Issues: Hoaxes and Scams • Key Terms • Exercises • Thought Questions Part 5: The Operating Systems Layer Chapter 10: Operating Systems • Roles of an Operating System • Memory, Process, and CPU Management • Batch Processing • Timesharing • Other OS Factors • Memory Management • Single Contiguous Memory Management • Partition Memory Management • Paged Memory Management • Process Management • The Process States • The Process Control Block • CPU Scheduling • First Come, First Served • Shortest Job Next • Round Robin • Summary • Ethical Issues: Medical Privacy: HIPAA • Key Terms • Exercises • Thought Questions Chapter 11: File Systems and Directories • File Systems • Text and Binary Files • File Types • File Operations • File Access • File Protection • Directories • Directory Trees • Path Names • Disk Scheduling • First-Come, First-Served Disk Scheduling • Shortest-Seek-Time-First Disk Scheduling • SCAN Disk Scheduling • Summary • Ethical Issues: Privacy: Opt-In or Opt-Out? • Key Terms • Exercises • Thought Questions Part 6: The Applications Layer Chapter 12: Information Systems • Managing Information • Spreadsheets • Spreadsheet Formulas • Circular References • Spreadsheet Analysis • Database Management Systems • The Relational Model • Relationships • Structured Query Language • Database Design • E-Commerce • Summary • Ethical Issues: Politics and the Internet: The Candidate’s View • Key Terms • Exercises • Thought Questions Chapter 13: Artificial Intelligence • Thinking Machines • The Turing Test • Aspects of AI • Knowledge Representation • Semantic Networks • Search Trees • Expert Systems • Neural Networks • Biological Neural Networks • Artificial Neural Networks • Natural Language Processing • Voice Synthesis • Voice Recognition • Natural Language Comprehension • Robotics • The Sense–Plan–Act Paradigm • Subsumption Architecture • Physical Components • Summary • Ethical Issues: Initial Public Offerings • Key Terms • Exercises • Thought Questions Chapter 14: Simulation, Graphics, Gaming, and Other Applications • What Is Simulation? • Complex Systems • Models • Constructing Models • Specific Models • Queuing Systems • Meteorological Models • Computational Biology • Other Models • Computing Power Necessary • Computer Graphics • How Light Works • Object Shape Matters • Simulating Light • Modeling Complex Objects • Getting Things to Move • Gaming • History of Gaming • Creating the Virtual World • Game Design and Development • Game Programming • Summary • Ethical Issues: Gaming as an Addiction • Key Terms • Exercises • Thought Questions Part 7: The Communications Layer Chapter 15: Networks • Networking • Types of Networks • Internet Connections • Packet Switching • Open Systems and Protocols • Open Systems • Network Protocols • TCP/IP • High-Level Protocols • MIME Types • Firewalls • Network Addresses • Domain Name System • Who Controls the Internet? • Cloud Computing • Summary • Ethical Issues: The Effects of Social Networking • Key Terms • Exercises • Thought Questions Chapter 16: The World Wide Web • Spinning the Web • Search Engines • Instant Messaging • Weblogs • Cookies • Web Analytics • HTML and CSS • Basic HTML Elements • Tag Attributes • More About CSS • More HTML Elements • Interactive Web Pages • Java Applets • Java Server Pages • XML • Social Networks • Summary • Ethical Issues: Gambling and the Internet • Key Terms • Exercises • Thought Questions Chapter 17: Computer Security • Security at All Levels • Information Security • Preventing Unauthorized Access • Passwords • CAPTCHA • Fingerprint Analysis • Malicious Code • Antivirus Software • Security Attacks • Cryptography • Protecting Your Information Online • Security and Portable Devices • WikiLeaks • Summary • Ethical Issues: Blogging • Key Terms • Exercises • Thought Questions Part 8: In Conclusion Chapter 18: Limitations of Computing • Hardware • Limits on Arithmetic • Limits on Components • Limits on Communications • Software • Complexity of Software • Current Approaches to Software Quality • Notorious Software Errors • Problems • Comparing Algorithms • Turing Machines • Halting Problem • Classification of Algorithms • Summary • Ethical Issues: Therac-25: Anatomy of a Disaster • Key Terms • Exercises • Thought Questions Glossary • Endnotes • Index


Best Sellers



Product Details
  • ISBN-13: 9789384323097
  • Publisher: Jones & Bartlett Learning
  • Binding: Paperback
  • Height: 229 mm
  • No of Pages: 730
  • ISBN-10: 9384323098
  • Publisher Date: 2016
  • Edition: 6
  • Language: English
  • Width: 165 mm

Related Categories

Similar Products

Add Photo
Add Photo

Customer Reviews

REVIEWS      0     
Click Here To Be The First to Review this Product
Computer Science Illuminated, 6/e
Jones & Bartlett Learning -
Computer Science Illuminated, 6/e
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Computer Science Illuminated, 6/e

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals



    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!