Cargando…

Learn to program with Scratch : a visual introduction to programming with games, art, science, and math /

Scratch is a fun, free, beginner-friendly programming environment where you connect blocks of code to build programs. While most famously used to introduce kids to programming, Scratch can make computer science approachable for people of any age. Rather than type countless lines of code in a cryptic...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Marji, Majed (Autor)
Otros Autores: Law, Alison (Editor ), Salameh, Tina (Diseñador de portada)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: San Francisco, California : No Starch Press, 2014.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_ocn878139244
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cn|||||||||
008 140317t20142014caua o 001 0 eng d
040 |a E7B  |b eng  |e rda  |e pn  |c E7B  |d OCLCQ  |d OCLCO  |d OCLCF  |d MQO  |d COO  |d N$T  |d TEFOD  |d UMI  |d EBLCP  |d DEBSZ  |d WAU  |d YDXCP  |d DEBBG  |d TEFOD  |d OCLCQ  |d JBG  |d AGLDB  |d OCLCQ  |d ICA  |d OCLCQ  |d MOR  |d PIFAG  |d XFH  |d ZCU  |d WYZ  |d IDEBK  |d RECBK  |d MERUC  |d OCLCQ  |d CNNOR  |d LOA  |d TOH  |d K6U  |d U3W  |d D6H  |d STF  |d YDX  |d HCO  |d WRM  |d OCLCQ  |d UOK  |d CEF  |d NRAMU  |d ICG  |d VTS  |d OCLCQ  |d NTG  |d INT  |d VT2  |d OCLCQ  |d WYU  |d G3B  |d S9I  |d TKN  |d DKC  |d AU@  |d OCLCQ  |d UKAHL  |d OCLCQ  |d UKUAL  |d INARC  |d RKWLC  |d OCLCO  |d OCLCQ  |d OCL  |d OCLCO 
019 |a 872140011  |a 873807525  |a 961589231  |a 962706654  |a 1028066200  |a 1055340033  |a 1065710150  |a 1081256506  |a 1103274388  |a 1129378531  |a 1153019119  |a 1156013716  |a 1302949816 
020 |a 9781593275785  |q (e-book) 
020 |a 1593275781  |q (e-book) 
020 |a 1593275439 
020 |a 9781593275433 
020 |z 9781593275433 
029 1 |a AU@  |b 000059385503 
029 1 |a AU@  |b 000067100594 
029 1 |a DEBBG  |b BV042031864 
029 1 |a DEBSZ  |b 405673590 
029 1 |a DEBSZ  |b 414173244 
029 1 |a DEBSZ  |b 48472214X 
029 1 |a GBVCP  |b 813957508 
029 1 |a NZ1  |b 15626948 
035 |a (OCoLC)878139244  |z (OCoLC)872140011  |z (OCoLC)873807525  |z (OCoLC)961589231  |z (OCoLC)962706654  |z (OCoLC)1028066200  |z (OCoLC)1055340033  |z (OCoLC)1065710150  |z (OCoLC)1081256506  |z (OCoLC)1103274388  |z (OCoLC)1129378531  |z (OCoLC)1153019119  |z (OCoLC)1156013716  |z (OCoLC)1302949816 
037 |a CL0500000402  |b Safari Books Online 
037 |a 83A74CBE-B61C-4110-B5C5-5107EE584808  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.73.S345  |b .M38 2014eb 
072 7 |a GAM  |x 001000  |2 bisacsh 
082 0 4 |a 794.8/1526  |2 23 
084 |a COM051010  |a COM012040  |a COM051000  |a JNF012040  |2 bisacsh 
084 |a JNF012040.  |2 bisacsh 
049 |a UAMI 
100 1 |a Marji, Majed,  |e author. 
245 1 0 |a Learn to program with Scratch :  |b a visual introduction to programming with games, art, science, and math /  |c by Majed Marji ; publisher William Pollock ; production editor Alison Law ; cover illustration Tina Salameh. 
264 1 |a San Francisco, California :  |b No Starch Press,  |c 2014. 
264 4 |c ©2014 
300 |a 1 online resource (291 pages) :  |b illustrations (some color), tables 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
500 |a Includes index. 
588 0 |a Print version record. 
520 |a Scratch is a fun, free, beginner-friendly programming environment where you connect blocks of code to build programs. While most famously used to introduce kids to programming, Scratch can make computer science approachable for people of any age. Rather than type countless lines of code in a cryptic programming language, why not use colorful command blocks and cartoon sprites to create powerful scripts? In Learn to Program with Scratch, author Majed Marji uses Scratch to explain the concepts essential to solving real-world programming problems. The labeled, color-coded blocks plainly show each logical step in a given script, and with a single click, you can even test any part of your script to check your logic. You'll learn how to: Harness the power of repeat loops and recursion Use if/else statements and logical operators to make decisions Store data in variables and lists to use later in your program Read, store, and manipulate user input Implement key computer science algorithms like a linear search and bubble sort Hands-on projects will challenge you to create an Ohm's law simulator, draw intricate patterns, program sprites to mimic line-following robots, create arcade-style games, and more! Each chapter is packed with detailed explanations, annotated illustrations, guided examples, lots of color, and plenty of exercises to help the lessons stick. Learn to Program with Scratch is the perfect place to start your computer science journey, painlessly. 
505 0 |a Introduction -- Getting started -- Motion and drawing -- Looks and sound -- Procedures -- Variables -- Making decisions -- Repetition: a deeper exploration of loops -- String processing -- Lists -- Appendix: Sharing and collaboration. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Scratch (Computer program language) 
650 0 |a Computer programming. 
650 0 |a Video games  |x Programming. 
650 6 |a Scratch (Langage de programmation) 
650 6 |a Programmation (Informatique) 
650 6 |a Jeux vidéo  |x Programmation. 
650 7 |a computer programming.  |2 aat 
650 7 |a COMPUTERS  |x Programming Languages  |x General.  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming  |x Games.  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming  |x General.  |2 bisacsh 
650 7 |a JUVENILE NONFICTION  |x Computers  |x Programming.  |2 bisacsh 
650 7 |a GAMES  |x Board.  |2 bisacsh 
650 7 |a Video games  |x Programming  |2 fast 
650 7 |a Computer programming  |2 fast 
650 7 |a Scratch (Computer program language)  |2 fast 
700 1 |a Pollock, William,  |e publisher. 
700 1 |a Law, Alison,  |e editor. 
700 1 |a Salameh, Tina,  |e cover designer. 
776 0 8 |i Print version:  |a Marji, Majed.  |t Learn to program with Scratch : a visual introduction to programming with games, art, science, and math.  |d San Francisco, California : No Starch Press, ©2014  |h xx, 261 pages  |z 9781593275433 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781457185328/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
936 |a BATCHLOAD 
938 |a Askews and Holts Library Services  |b ASKH  |n AH27142305 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL6098069 
938 |a ebrary  |b EBRY  |n ebr10845710 
938 |a EBSCOhost  |b EBSC  |n 715055 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis27626380 
938 |a Internet Archive  |b INAR  |n learntoprogramwi0000marj 
938 |a Recorded Books, LLC  |b RECE  |n rbeEB00709976 
938 |a YBP Library Services  |b YANK  |n 11713148 
994 |a 92  |b IZTAP