Cargando…

Beginning programming /

Programming allows developers to create a sequence of instructions that enable computers to perform certain functions and tasks Offering the basic best practices and skills for novice programmers, this book helps readers gain new skills for writing programs and developing applications Teaches progra...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Kingsley-Hughes, Adrian
Otros Autores: Kingsley-Hughes, Kathie
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Indianapolis, IN : Wiley Pub., 2005.
Colección:Wrox beginning guides.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 EBOOKCENTRAL_ocm58965527
003 OCoLC
005 20240329122006.0
006 m o d
007 cr cnu|||unuuu
008 050412s2005 inu ob 001 0 eng d
040 |a N$T  |b eng  |e pn  |c N$T  |d OCL  |d OCLCQ  |d YDXCP  |d OCLCQ  |d TEFOD  |d IDEBK  |d REDDC  |d BAKER  |d NTG  |d DKDLA  |d MERUC  |d CCO  |d E7B  |d MHW  |d OCLCQ  |d FVL  |d B24X7  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCF  |d DEBSZ  |d AU@  |d UKDOC  |d OCLCQ  |d NLGGC  |d OCLCQ  |d COCUF  |d AGLDB  |d CNNOR  |d MOR  |d PIFBR  |d LIV  |d OCLCQ  |d WY@  |d LUE  |d BRL  |d STF  |d WRM  |d VTS  |d INT  |d TOF  |d NRAMU  |d MOQ  |d VT2  |d OCLCQ  |d COO  |d A6Q  |d OCLCQ  |d G3B  |d K6U  |d OCLCO  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCL 
019 |a 61156815  |a 70720193  |a 183741231  |a 473075687  |a 475302328  |a 559963991  |a 647474833  |a 722440614  |a 728035094  |a 748532041  |a 842266682  |a 871960685  |a 888695852  |a 961541439  |a 962672242  |a 988439403  |a 991909922  |a 1037511356  |a 1038567555  |a 1045530382  |a 1076309525  |a 1081207674 
020 |a 0764597485  |q (electronic bk.) 
020 |a 9780764597480  |q (electronic bk.) 
020 |a 0764584065 
020 |a 9780764584060 
029 1 |a AU@  |b 000044591125 
029 1 |a AU@  |b 000050895188 
029 1 |a AU@  |b 000051350124 
029 1 |a AU@  |b 000053224678 
029 1 |a AU@  |b 000053243395 
029 1 |a AU@  |b 000053252769 
029 1 |a AU@  |b 000066751287 
029 1 |a DEBBG  |b BV043084078 
029 1 |a DEBSZ  |b 396066658 
029 1 |a DEBSZ  |b 422329835 
029 1 |a DEBSZ  |b 449069699 
029 1 |a GBVCP  |b 801274923 
029 1 |a NZ1  |b 12032938 
035 |a (OCoLC)58965527  |z (OCoLC)61156815  |z (OCoLC)70720193  |z (OCoLC)183741231  |z (OCoLC)473075687  |z (OCoLC)475302328  |z (OCoLC)559963991  |z (OCoLC)647474833  |z (OCoLC)722440614  |z (OCoLC)728035094  |z (OCoLC)748532041  |z (OCoLC)842266682  |z (OCoLC)871960685  |z (OCoLC)888695852  |z (OCoLC)961541439  |z (OCoLC)962672242  |z (OCoLC)988439403  |z (OCoLC)991909922  |z (OCoLC)1037511356  |z (OCoLC)1038567555  |z (OCoLC)1045530382  |z (OCoLC)1076309525  |z (OCoLC)1081207674 
037 |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.6  |b .K568 2005eb 
072 7 |a COM  |x 051390  |2 bisacsh 
072 7 |a COM  |x 051440  |2 bisacsh 
072 7 |a COM  |x 051230  |2 bisacsh 
072 7 |a UP  |2 bicssc 
082 0 4 |a 005.1  |2 22 
049 |a UAMI 
100 1 |a Kingsley-Hughes, Adrian. 
245 1 0 |a Beginning programming /  |c Adrian and Kathie Kingsley-Hughes. 
260 |a Indianapolis, IN :  |b Wiley Pub.,  |c 2005. 
300 |a 1 online resource (1 volume) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
490 1 |a Wrox beginning guides 
500 |a Includes index. 
504 |a Includes bibliographical references (pages 433-446) and index. 
505 0 |a Cover -- About the Authors -- Credits -- Table of Contents -- Introduction -- Who This Book Is For -- What This Book Covers -- How This Book Is Structured -- What You Need to Use This Book -- Conventions -- Source Code -- Errata -- p2p.wrox.com -- Chapter 1: What Is Programming? -- The History of Programming -- What Is Programming? -- Programs Needed to Create Programs -- Summary -- Chapter 2: Why Learn to Program? -- Why Program? -- What to Learn? -- Programming Myths and Facts -- Summary -- Chapter 3: How Computers "Read" Code -- Reading Code -- The Sentences and Paragraphs of Programming -- Data Storage -- Summary -- Chapter 4: From Concepts to Code " The Language of Code -- Binary -- Hexadecimal -- Representing Characters -- Operators -- Summary -- Chapter 5: The Tools for Programming -- Make Your Workspace Your Own -- Choose Your Language -- The Tools -- Summary -- Chapter 6: Simple Coding -- Commenting Code -- Variables -- Strings -- Processing Inputs -- Variable Manipulation " Simple Math -- Summary -- Chapter 7: The Structure of Coding -- The Purpose of Structure -- Examining Structure -- Functions -- Conditionals -- Loops -- Arrays -- Summary -- Chapter 8: Problem Solving -- The Basics of Problem Solving -- Moving on to the Coding Phase -- Summary -- Chapter 9: Debugging -- To Err Is Human -- Errors, Errors, Errors! -- Compiler Error -- Runtime Errors -- Logic Errors -- Spotting Errors -- Summary -- Chapter 10: Interface -- What Is an Interface? -- The Importance of an Interface -- Examining the Interface -- Moving Away from the Text-Based Interface -- Buttons -- Putting It All Together -- Summary -- Chapter 11: Putting It All Together -- Planning a Programming Project -- Planning -- Programming Stage -- Testing -- Additional Features -- Tweak the Code -- Final Testing -- Summary -- Chapter 12: Interacting with Files -- The Principles of Saving Data -- The File Life Cycle -- Working with Files -- Getting Started -- Creating a File with VBScript -- Editing an Existing File -- Deleting Files and Folders -- Summary -- Chapter 13: The Windows Registry -- The Windows Registry -- What Is the Windows Registry? -- Manipulating the Windows Registry Using Programming -- Possible Uses for the Windows Registry -- In Closing -- Summary -- Chapter 14: Organizing, Planning, and Version Control -- Organize, Organize, Organize! -- The Main Event " Organize Your PC -- Folders, Folders, Folders -- Filename Control -- More Version Control Tips -- Version Control " Looking Beyond Release -- Software Version Control -- Summary -- Chapter 15: Compiling Code and Alternatives to Compiling -- Compiling Code -- Are All Compilers the Same? -- Benefits of Compiling -- Alternatives to Compiled Code -- Summary -- ti. 
520 |a Programming allows developers to create a sequence of instructions that enable computers to perform certain functions and tasks Offering the basic best practices and skills for novice programmers, this book helps readers gain new skills for writing programs and developing applications Teaches programming using C++ and explores scripting with JavaScript and VBScript, which are all free and don't require the reader to purchase any software Includes programming projects and real-world code examples that can be modified and expanded upon. 
588 0 |a Print version record. 
590 |a ProQuest Ebook Central  |b Ebook Central Academic Complete 
650 0 |a Computer programming. 
650 6 |a Programmation (Informatique) 
650 7 |a computer programming.  |2 aat 
650 7 |a COMPUTERS  |x Programming  |x Open Source.  |2 bisacsh 
650 7 |a COMPUTERS  |x Software Development & Engineering  |x Tools.  |2 bisacsh 
650 7 |a COMPUTERS  |x Software Development & Engineering  |x General.  |2 bisacsh 
650 7 |a Computer programming  |2 fast 
700 1 |a Kingsley-Hughes, Kathie. 
758 |i has work:  |a Beginning programming (Text)  |1 https://id.oclc.org/worldcat/entity/E39PCGXqQTCq37kjF6QhF9C8yb  |4 https://id.oclc.org/worldcat/ontology/hasWork 
776 0 8 |i Print version:  |a Kingsley-Hughes, Adrian.  |t Beginning programming.  |d Indianapolis, IN : Wiley Pub., 2005  |z 0764584065  |w (DLC) 2005000848  |w (OCoLC)57434096 
830 0 |a Wrox beginning guides. 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=231755  |z Texto completo 
938 |a 123Library  |b 123L  |n 11378 
938 |a Books 24x7  |b B247  |n bks00004850 
938 |a Baker & Taylor  |b BKTY  |c 39.99  |d 29.99  |i 0764584065  |n 0006141990  |s active 
938 |a ebrary  |b EBRY  |n ebr10114233 
938 |a EBSCOhost  |b EBSC  |n 129360 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n 25573 
938 |a YBP Library Services  |b YANK  |n 2339088 
994 |a 92  |b IZTAP