Narrow Search
Last searches

Results for *

Displaying results 1 to 5 of 5.

  1. Learn to Program with Scratch
    A Visual Introduction to Programming with Games, Art, Science, and Math
    Author: Marji, Majed
    Published: 2014; ©2014.
    Publisher:  No Starch Press, Incorporated, San Francisco

    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.... more

    Universitätsbibliothek Erfurt / Forschungsbibliothek Gotha, Universitätsbibliothek Erfurt
    No inter-library loan
    Universitäts- und Landesbibliothek Sachsen-Anhalt / Zentrale
    No inter-library loan
    Helmut-Schmidt-Universität, Universität der Bundeswehr Hamburg, Universitätsbibliothek
    No inter-library loan
    Duale Hochschule Baden-Württemberg Heidenheim, Bibliothek
    e-Book Academic Complete
    No inter-library loan
    Bibliothek LIV HN Sontheim
    ProQuest Academic Complete
    No inter-library loan
    Bibliothek LIV HN Sontheim
    ProQuest Academic Complete
    No inter-library loan
    Duale Hochschule Baden-Württemberg Stuttgart, Campus Horb, Bibliothek
    eBook ProQuest
    No inter-library loan
    Universitätsbibliothek Kiel, Zentralbibliothek
    No inter-library loan
    Deutsches Zentrum für Luft- und Raumfahrt, DLR-Bibliothek
    No inter-library loan
    Duale Hochschule Baden-Württemberg Lörrach, Zentralbibliothek
    eBook ProQuest
    No inter-library loan
    Duale Hochschule Baden-Württemberg Mannheim, Bibliothek
    ProQuest
    No inter-library loan
    Duale Hochschule Baden-Württemberg Mosbach, Bibliothek
    E-Books ProQuest Academic
    No inter-library loan
    Duale Hochschule Baden-Württemberg Ravensburg, Bibliothek
    E-Book Proquest
    No inter-library loan
    Duale Hochschule Baden-Württemberg Stuttgart, Bibliothek
    eBook ProQuest
    No inter-library loan
    Kommunikations-, Informations- und Medienzentrum der Universität Hohenheim
    No loan of volumes, only paper copies will be sent
    Duale Hochschule Baden-Württemberg Villingen-Schwenningen, Bibliothek
    EBS ProQuest
    No inter-library loan

     

    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 sortHands-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. Intro -- About the Author -- About the Technical Reviewer -- Acknowledgments -- Introduction -- Whom This Book Is For -- A Note to the Reader -- Features -- Organization of This Text -- Conventions Used -- Online Resources -- Errata and Updates -- Chapter 1: Getting Started -- What Is Scratch? -- Scratch Programming Environment -- Sprite List -- The Stage -- try it out 1-3 -- Blocks Tab -- Scripts Area -- try it out 1-5 -- Costumes Tab -- try it out 1-7 -- Sprite Info -- Backdrops Tab -- Sounds Tab -- Toolbar -- Paint Editor -- Setting the Center of an Image -- try it out 1-10 -- Setting Transparent Color -- Your First Scratch Game -- Step 1: Prepare the Backdrop -- Step 2: Add the Paddle and Ball -- Step 3: Start the Game and Get Your Sprites Moving -- try it out 1-11 -- Step 4: Spice It Up with Sound -- Scratch Blocks: An Overview -- Arithmetic Operators and Functions -- Arithmetic Operators -- Random Numbers -- Mathematical Functions -- Summary -- Problems -- Chapter 2: Motion and Drawing -- Using Motion Commands -- Absolute Motion -- Relative Motion -- try it out 2-2 -- Other Motion Commands -- Pen Commands and Easy Draw -- try it out 2-3 -- try it out 2-4 -- The Power of Repeat -- try it out 2-5 -- Rotated Squares -- Exploring with Stamp -- try it out 2-7 -- Scratch Projects -- Get the Money -- Catching Apples -- More on Cloned Sprites -- Summary -- Problems -- Chapter 3: Looks and Sound -- The Looks Palette -- Changing Costumes to Animate -- try it out 3-1 -- Image Effects -- Sprites That Speak and Think -- try it out 3-3 -- Layers -- The Sound Palette -- Playing Audio Files -- Controlling Sound Volume -- Composing Music -- Playing Drums and Other Sounds -- try it out 3-5 -- Setting the Tempo -- Scratch Projects -- Dancing on Stage -- Fireworks -- Summary -- Problems -- Size and Visibility -- Chapter 4: Procedures.

     

    Export to reference management software   RIS file
      BibTeX file
    Content information
    Volltext (lizenzpflichtig)
    Source: Union catalogues
    Language: English
    Media type: Ebook
    Format: Online
    ISBN: 9781593275785
    RVK Categories: ST 250
    Edition: 1st ed.
    Subjects: Scratch (Computer program language); Computer programming; Computer games -- Programming; Computer games ; Programming; Computer programming; Scratch (Computer program language); Electronic books
    Scope: 1 online resource (291 pages)
    Notes:

    Description based on publisher supplied metadata and other sources

  2. Learn to program with Scratch
    a visual introduction to programming with games, art, science, and math
    Author: Marji, Majed
    Published: [2014]; © 2014
    Publisher:  no starch press, San Francisco

    "Scratch is a fun, beginner-friendly programming environment popular in schools around the world. Its playful, intuitive interface uses colorful programming blocks and cartoon sprites to make real programming more approachable. Learn to Program with... more

    Zentrale Hochschulbibliothek Flensburg
    ST 250 S21 M344
    Unlimited inter-library loan, copies and loan
    Hochschulbibliothek Karlsruhe (PH)
    Unlimited inter-library loan, copies and loan
    Hochschule Zittau / Görlitz, Hochschulbibliothek
    Unlimited inter-library loan, copies and loan

     

    "Scratch is a fun, beginner-friendly programming environment popular in schools around the world. Its playful, intuitive interface uses colorful programming blocks and cartoon sprites to make real programming more approachable. Learn to Program with Scratch shows just how much you can do with Scratch and teaches you essential, universal programming concepts along the way. In Learn to Program with Scratch, author Majed Marji takes you on a tour through Scratch's surprisingly powerful features to teach programming concepts like procedures, variables, loops, recursion, decision making, and lists. You will use your new-found skills to create science simulations, math projects, and even some fun arcade games! Each chapter offers a summary and practice exercises at the end to make sure the lessons stick. Scratch is an incredibly fun and easy language to learn, plus you can do some seriously potent programming with it. Learn to Program with Scratch will help you get the most out of Scratch and begin your journey into the world of programming"--

     

    Export to reference management software   RIS file
      BibTeX file
    Content information
    Source: Union catalogues
    Language: English
    Media type: Book
    Format: Print
    ISBN: 9781593275433; 1593275439
    Other identifier:
    9781593275433
    RVK Categories: ST 250
    Subjects: Scratch (Computer program language); Computer programming; Computer games
    Scope: xx, 261 Seiten, Illustrationen, 24 cm
    Notes:

    Interest age level: 11+

  3. Learn to program with Scratch
    a visual introduction to programming with games, art, science and math ; [covers Scratch 2]
    Author: Marji, Majed
    Published: 2014
    Publisher:  No Starch Press, San Francisco, Calif.

    Universitätsbibliothek Duisburg-Essen
    TXU8855
    Unlimited inter-library loan, copies and loan
    Universitäts- und Landesbibliothek Münster
    3W 6016
    Unlimited inter-library loan, copies and loan
    Hochschule Worms, Hochschulbibliothek
    M 4.0 201
    Unlimited inter-library loan, copies and loan
    Export to reference management software   RIS file
      BibTeX file
    Content information
    Source: Union catalogues
    Language: English
    Media type: Book
    ISBN: 9781593275433
    Subjects: Scratch (Computer program language); Programmiersprache; Scratch <Programmiersprache>; Computerspiel
    Scope: XX, 261 S., zahlr. Ill., 24 cm
  4. Learn to program with Scratch
    a visual introduction to programming with games, art, science and math ; [covers Scratch 2]
    Author: Marji, Majed
    Published: 2014
    Publisher:  No Starch Press, San Francisco, Calif.

    Universitätsbibliothek Duisburg-Essen
    Unlimited inter-library loan, copies and loan
    Universitäts- und Landesbibliothek Münster, Zentralbibliothek
    Unlimited inter-library loan, copies and loan
    Hochschule Worms, Hochschulbibliothek
    Unlimited inter-library loan, copies and loan
    Export to reference management software   RIS file
      BibTeX file
    Content information
    Source: Union catalogues
    Language: English
    Media type: Book
    Format: Print
    ISBN: 9781593275433
    Subjects: Scratch (Computer program language)
    Scope: XX, 261 S. : zahlr. Ill., 24 cm
  5. Learn to program with Scratch
    a visual introduction to programming with games, art, science, and math ; [covers Scratch 2]
    Author: Marji, Majed
    Published: 2014
    Publisher:  No Starch Press, San Francisco, Calif.

    Export to reference management software   RIS file
      BibTeX file
    Source: Union catalogues
    Language: English
    Media type: Book
    Format: Print
    ISBN: 9781593275433; 1593275439
    Subjects: Computerspiel; Programmierung; Scratch <Programmiersprache>;
    Scope: XX, 261 S., Ill., graph. Darst.