The Really, Really, Really Easy Step-by-step Computer Book (Windows 7 Edition)

The Really, Really, Really Easy Step-by-step Computer Book (Windows 7 Edition)
Author: Gavin Hoole
Publisher:
Total Pages: 95
Release: 2011
Genre: Computer science
ISBN: 9781770079038

Suitable for absolute beginners of all ages, this title intends to get them up and running and using their computer for the most popular tasks. It teaches them how to type and print documents, access information and entertainment resources on the World Wide Web, communicate via e-mail and use many of the features of Microsoft Windows 7.

How Computers Really Work

How Computers Really Work
Author: Matthew Justice
Publisher: No Starch Press
Total Pages: 394
Release: 2020-12-29
Genre: Computers
ISBN: 171850067X

An approachable, hands-on guide to understanding how computers work, from low-level circuits to high-level code. How Computers Really Work is a hands-on guide to the computing ecosystem: everything from circuits to memory and clock signals, machine code, programming languages, operating systems, and the internet. But you won't just read about these concepts, you'll test your knowledge with exercises, and practice what you learn with 41 optional hands-on projects. Build digital circuits, craft a guessing game, convert decimal numbers to binary, examine virtual memory usage, run your own web server, and more. Explore concepts like how to: Think like a software engineer as you use data to describe a real world concept Use Ohm's and Kirchhoff's laws to analyze an electrical circuit Think like a computer as you practice binary addition and execute a program in your mind, step-by-step The book's projects will have you translate your learning into action, as you: Learn how to use a multimeter to measure resistance, current, and voltage Build a half adder to see how logical operations in hardware can be combined to perform useful functions Write a program in assembly language, then examine the resulting machine code Learn to use a debugger, disassemble code, and hack a program to change its behavior without changing the source code Use a port scanner to see which internet ports your computer has open Run your own server and get a solid crash course on how the web works And since a picture is worth a thousand bytes, chapters are filled with detailed diagrams and illustrations to help clarify technical complexities. Requirements: The projects require a variety of hardware - electronics projects need a breadboard, power supply, and various circuit components; software projects are performed on a Raspberry Pi. Appendix B contains a complete list. Even if you skip the projects, the book's major concepts are clearly presented in the main text.

Building Your Own Computer Made Easy

Building Your Own Computer Made Easy
Author: James Bernstein
Publisher:
Total Pages: 129
Release: 2019
Genre: Microcomputers
ISBN: 9781791955564

Everyone has to get a new computer at some time or another so why not get the computer you always wanted? Sure you can buy a nice computer off of the store shelf but you never really get exactly what you want that way. When you build your own computer, you are in charge of what components are going to be used so you know that it will perform the way you want it to. The goal of this book is to help you choose the parts (components) for your new computer so you can end up with a computer that does what you want it to do. Then you will be taken through the build process with step by step instructions and illustrations making it easy to get your new computer up and running in no time. Finally you will be guided through the process of installing an operating system on your computer so you can start enjoying your work. The chapters in the book cover the following topics: Chapter 1 - Why Build Your Own Computer? Chapter 2 - Choosing Components Chapter 3 - Planning Your Build Chapter 4 - Putting the Pieces Together Chapter 5 - Initial Power Up Chapter 6 - Installing Your Operating System About the Author James Bernstein has been working with various companies in the IT field since 2000, managing technologies such as SAN and NAS storage, VMware, backups, Windows Servers, Active Directory, DNS, DHCP, Networking, Microsoft Office, Exchange, and more. He has obtained certifications from Microsoft, VMware, CompTIA, ShoreTel, and SNIA, and continues to strive to learn new technologies to further his knowledge on a variety of subjects. He is also the founder of the website OnlineComputerTips.com, which offers its readers valuable information on topics such as Windows, networking, hardware, software, and troubleshooting. Jim writes much of the content himself and adds new content on a regular basis. The site was started in 2005 and is still going strong today.

How to Read a Book

How to Read a Book
Author: Mortimer J. Adler
Publisher: Simon and Schuster
Total Pages: 448
Release: 2014-09-30
Genre: Language Arts & Disciplines
ISBN: 1476790159

Investigates the art of reading by examining each aspect of reading, problems encountered, and tells how to combat them.

Computer Engineering for Babies

Computer Engineering for Babies
Author: Chase Roberts
Publisher:
Total Pages: 0
Release: 2021-10-20
Genre:
ISBN: 9781735208701

An introduction to computer engineering for babies. Learn basic logic gates with hands on examples of buttons and an output LED.

Fundamentals of Computer Programming with C#

Fundamentals of Computer Programming with C#
Author: Svetlin Nakov
Publisher: Faber Publishing
Total Pages: 1132
Release: 2013-09-01
Genre: Computers
ISBN: 9544007733

The free book "Fundamentals of Computer Programming with C#" is a comprehensive computer programming tutorial that teaches programming, logical thinking, data structures and algorithms, problem solving and high quality code with lots of examples in C#. It starts with the first steps in programming and software development like variables, data types, conditional statements, loops and arrays and continues with other basic topics like methods, numeral systems, strings and string processing, exceptions, classes and objects. After the basics this fundamental programming book enters into more advanced programming topics like recursion, data structures (lists, trees, hash-tables and graphs), high-quality code, unit testing and refactoring, object-oriented principles (inheritance, abstraction, encapsulation and polymorphism) and their implementation the C# language. It also covers fundamental topics that each good developer should know like algorithm design, complexity of algorithms and problem solving. The book uses C# language and Visual Studio to illustrate the programming concepts and explains some C# / .NET specific technologies like lambda expressions, extension methods and LINQ. The book is written by a team of developers lead by Svetlin Nakov who has 20+ years practical software development experience. It teaches the major programming concepts and way of thinking needed to become a good software engineer and the C# language in the meantime. It is a great start for anyone who wants to become a skillful software engineer. The books does not teach technologies like databases, mobile and web development, but shows the true way to master the basics of programming regardless of the languages, technologies and tools. It is good for beginners and intermediate developers who want to put a solid base for a successful career in the software engineering industry. The book is accompanied by free video lessons, presentation slides and mind maps, as well as hundreds of exercises and live examples. Download the free C# programming book, videos, presentations and other resources from http://introprogramming.info. Title: Fundamentals of Computer Programming with C# (The Bulgarian C# Programming Book) ISBN: 9789544007737 ISBN-13: 978-954-400-773-7 (9789544007737) ISBN-10: 954-400-773-3 (9544007733) Author: Svetlin Nakov & Co. Pages: 1132 Language: English Published: Sofia, 2013 Publisher: Faber Publishing, Bulgaria Web site: http://www.introprogramming.info License: CC-Attribution-Share-Alike Tags: free, programming, book, computer programming, programming fundamentals, ebook, book programming, C#, CSharp, C# book, tutorial, C# tutorial; programming concepts, programming fundamentals, compiler, Visual Studio, .NET, .NET Framework, data types, variables, expressions, statements, console, conditional statements, control-flow logic, loops, arrays, numeral systems, methods, strings, text processing, StringBuilder, exceptions, exception handling, stack trace, streams, files, text files, linear data structures, list, linked list, stack, queue, tree, balanced tree, graph, depth-first search, DFS, breadth-first search, BFS, dictionaries, hash tables, associative arrays, sets, algorithms, sorting algorithm, searching algorithms, recursion, combinatorial algorithms, algorithm complexity, OOP, object-oriented programming, classes, objects, constructors, fields, properties, static members, abstraction, interfaces, encapsulation, inheritance, virtual methods, polymorphism, cohesion, coupling, enumerations, generics, namespaces, UML, design patterns, extension methods, anonymous types, lambda expressions, LINQ, code quality, high-quality code, high-quality classes, high-quality methods, code formatting, self-documenting code, code refactoring, problem solving, problem solving methodology, 9789544007737, 9544007733

Code

Code
Author: Charles Petzold
Publisher: Microsoft Press
Total Pages: 563
Release: 2022-08-02
Genre: Computers
ISBN: 0137909292

The classic guide to how computers work, updated with new chapters and interactive graphics "For me, Code was a revelation. It was the first book about programming that spoke to me. It started with a story, and it built up, layer by layer, analogy by analogy, until I understood not just the Code, but the System. Code is a book that is as much about Systems Thinking and abstractions as it is about code and programming. Code teaches us how many unseen layers there are between the computer systems that we as users look at every day and the magical silicon rocks that we infused with lightning and taught to think." - Scott Hanselman, Partner Program Director, Microsoft, and host of Hanselminutes Computers are everywhere, most obviously in our laptops and smartphones, but also our cars, televisions, microwave ovens, alarm clocks, robot vacuum cleaners, and other smart appliances. Have you ever wondered what goes on inside these devices to make our lives easier but occasionally more infuriating? For more than 20 years, readers have delighted in Charles Petzold's illuminating story of the secret inner life of computers, and now he has revised it for this new age of computing. Cleverly illustrated and easy to understand, this is the book that cracks the mystery. You'll discover what flashlights, black cats, seesaws, and the ride of Paul Revere can teach you about computing, and how human ingenuity and our compulsion to communicate have shaped every electronic device we use. This new expanded edition explores more deeply the bit-by-bit and gate-by-gate construction of the heart of every smart device, the central processing unit that combines the simplest of basic operations to perform the most complex of feats. Petzold's companion website, CodeHiddenLanguage.com, uses animated graphics of key circuits in the book to make computers even easier to comprehend. In addition to substantially revised and updated content, new chapters include: Chapter 18: Let's Build a Clock! Chapter 21: The Arithmetic Logic Unit Chapter 22: Registers and Busses Chapter 23: CPU Control Signals Chapter 24: Jumps, Loops, and Calls Chapter 28: The World Brain From the simple ticking of clocks to the worldwide hum of the internet, Code reveals the essence of the digital revolution.

Inside the Machine

Inside the Machine
Author: Jon Stokes
Publisher: No Starch Press
Total Pages: 320
Release: 2007
Genre: Computers
ISBN: 1593271042

Om hvordan mikroprocessorer fungerer, med undersøgelse af de nyeste mikroprocessorer fra Intel, IBM og Motorola.

The Last Lecture

The Last Lecture
Author: Randy Pausch
Publisher:
Total Pages: 0
Release: 2010
Genre: Cancer
ISBN: 9780340978504

The author, a computer science professor diagnosed with terminal cancer, explores his life, the lessons that he has learned, how he has worked to achieve his childhood dreams, and the effect of his diagnosis on him and his family.