The Computer as Medium

Download The Computer as Medium PDF Online Free

Author :
Publisher : Cambridge University Press
ISBN 13 : 9780521419956
Total Pages : 514 pages
Book Rating : 4.4/5 (199 download)

DOWNLOAD NOW!


Book Synopsis The Computer as Medium by : Berit Holmqvist

Download or read book The Computer as Medium written by Berit Holmqvist and published by Cambridge University Press. This book was released on 1993 with total page 514 pages. Available in PDF, EPUB and Kindle. Book excerpt: Many industrial training applications, educational applications, and of course information applications such as databases and hypermedia are all attempts to communicate, and yet we really don't know much about the computer as a communicative medium. Bringing together a collection of essays presenting such diverse theoretical approaches as general semiotics, linguistics, communication theory, literary and art criticism, sociology, and history, the editors set out to establish and elaborate the role of computer systems as a sign technology. The volume is divided into three main parts, each focused on a different field of semiotic inquiry. "Computer-Based Signs" discusses the special nature of signs produced by means of computers. "The Rhetoric of Interactive Media" deals with codes of aesthetics and composition for the new "elastic" medium of communication: interactive fiction and hypertext. "Computers in Context" analyzes computer technology in the larger cultural, historical, and organizational contexts. Scholars in computer science, cognitive science, organization theory, information and media science, semiotics, communication, and linguistics will find this book invaluable, and as current excitement about hypermedia and electronic books continues to grow, a broader audience including computer artists and literary critics will also find it a useful resource.

Turtle Geometry

Download Turtle Geometry PDF Online Free

Author :
Publisher : MIT Press
ISBN 13 : 9780262510370
Total Pages : 502 pages
Book Rating : 4.5/5 (13 download)

DOWNLOAD NOW!


Book Synopsis Turtle Geometry by : Harold Abelson

Download or read book Turtle Geometry written by Harold Abelson and published by MIT Press. This book was released on 1986-07-09 with total page 502 pages. Available in PDF, EPUB and Kindle. Book excerpt: Turtle Geometry presents an innovative program of mathematical discovery that demonstrates how the effective use of personal computers can profoundly change the nature of a student's contact with mathematics. Using this book and a few simple computer programs, students can explore the properties of space by following an imaginary turtle across the screen. The concept of turtle geometry grew out of the Logo Group at MIT. Directed by Seymour Papert, author of Mindstorms, this group has done extensive work with preschool children, high school students and university undergraduates.

Code as Creative Medium

Download Code as Creative Medium PDF Online Free

Author :
Publisher : MIT Press
ISBN 13 : 0262542048
Total Pages : 289 pages
Book Rating : 4.2/5 (625 download)

DOWNLOAD NOW!


Book Synopsis Code as Creative Medium by : Golan Levin

Download or read book Code as Creative Medium written by Golan Levin and published by MIT Press. This book was released on 2021-02-02 with total page 289 pages. Available in PDF, EPUB and Kindle. Book excerpt: An essential guide for teaching and learning computational art and design: exercises, assignments, interviews, and more than 170 illustrations of creative work. This book is an essential resource for art educators and practitioners who want to explore code as a creative medium, and serves as a guide for computer scientists transitioning from STEM to STEAM in their syllabi or practice. It provides a collection of classic creative coding prompts and assignments, accompanied by annotated examples of both classic and contemporary projects, and more than 170 illustrations of creative work, and features a set of interviews with leading educators. Picking up where standard programming guides leave off, the authors highlight alternative programming pedagogies suitable for the art- and design-oriented classroom, including teaching approaches, resources, and community support structures.

Digital Dreams: Exploring the Computer as an Art Medium

Download Digital Dreams: Exploring the Computer as an Art Medium PDF Online Free

Author :
Publisher : Xlibris Corporation
ISBN 13 : 1477181326
Total Pages : 82 pages
Book Rating : 4.4/5 (771 download)

DOWNLOAD NOW!


Book Synopsis Digital Dreams: Exploring the Computer as an Art Medium by : Harry Borgman

Download or read book Digital Dreams: Exploring the Computer as an Art Medium written by Harry Borgman and published by Xlibris Corporation. This book was released on 2004-10-14 with total page 82 pages. Available in PDF, EPUB and Kindle. Book excerpt: Harry Borgman's professional career has spanned many fields including graphic design, cartooning and illustration. He was art director on the Chevrolet account at Campbell - Ewald advertising agency and the Chariman of the Advertising Department at the Society of Arts and Crafts ( now the College for Creative Studies ). He has written several art technique books for Watson Guptill Publications, Dover Publications recently reprinting his book "Pen and Pencil Drawing Techniques." For many years he worked as a freelance artist in Detroit, New York and Paris, France. As a painter he works in the watercolor and acrylic mediums and is also very active as a sculptor, doing wood carvings as well as wood and metal constructions. Recently he has been experimenting with the computer medium, currently creating photomontages and collages on the computer for a proposed exhibition.

Gaming Matters

Download Gaming Matters PDF Online Free

Author :
Publisher : University of Alabama Press
ISBN 13 : 0817317376
Total Pages : 168 pages
Book Rating : 4.8/5 (173 download)

DOWNLOAD NOW!


Book Synopsis Gaming Matters by : Judd Ethan Ruggill

Download or read book Gaming Matters written by Judd Ethan Ruggill and published by University of Alabama Press. This book was released on 2011-05-11 with total page 168 pages. Available in PDF, EPUB and Kindle. Book excerpt: In Gaming Matters, McAllister and Ruggill turn from the broader discussion of video game rhetoric to study the video game itself as a medium and the specific features that give rise to games as similar and yet diverse as Pong, Tomb Raider, and Halo.

Computer Science Distilled

Download Computer Science Distilled PDF Online Free

Author :
Publisher : Code Energy
ISBN 13 : 0997316012
Total Pages : 188 pages
Book Rating : 4.9/5 (973 download)

DOWNLOAD NOW!


Book Synopsis Computer Science Distilled by : Wladston Ferreira Filho

Download or read book Computer Science Distilled written by Wladston Ferreira Filho and published by Code Energy. This book was released on 2017-01-17 with total page 188 pages. Available in PDF, EPUB and Kindle. Book excerpt: A walkthrough of computer science concepts you must know. Designed for readers who don't care for academic formalities, it's a fast and easy computer science guide. It teaches the foundations you need to program computers effectively. After a simple introduction to discrete math, it presents common algorithms and data structures. It also outlines the principles that make computers and programming languages work.

Composing Software

Download Composing Software PDF Online Free

Author :
Publisher :
ISBN 13 : 9781661212568
Total Pages : 246 pages
Book Rating : 4.2/5 (125 download)

DOWNLOAD NOW!


Book Synopsis Composing Software by : Eric Elliott

Download or read book Composing Software written by Eric Elliott and published by . This book was released on 2018-12-27 with total page 246 pages. Available in PDF, EPUB and Kindle. Book excerpt: All software design is composition: the act of breaking complex problems down into smaller problems and composing those solutions. Most developers have a limited understanding of compositional techniques. It's time for that to change.In "Composing Software", Eric Elliott shares the fundamentals of composition, including both function composition and object composition, and explores them in the context of JavaScript. The book covers the foundations of both functional programming and object oriented programming to help the reader better understand how to build and structure complex applications using simple building blocks.You'll learn: Functional programmingObject compositionHow to work with composite data structuresClosuresHigher order functionsFunctors (e.g., array.map)Monads (e.g., promises)TransducersLensesAll of this in the context of JavaScript, the most used programming language in the world. But the learning doesn't stop at JavaScript. You'll be able to apply these lessons to any language. This book is about the timeless principles of software composition and its lessons will outlast the hot languages and frameworks of today. Unlike most programming books, this one may still be relevant 20 years from now.This book began life as a popular blog post series that attracted hundreds of thousands of readers and influenced the way software is built at many high growth tech startups and fortune 500 companies

Changing Minds

Download Changing Minds PDF Online Free

Author :
Publisher : MIT Press
ISBN 13 : 9780262541329
Total Pages : 300 pages
Book Rating : 4.5/5 (413 download)

DOWNLOAD NOW!


Book Synopsis Changing Minds by : Andrea A. DiSessa

Download or read book Changing Minds written by Andrea A. DiSessa and published by MIT Press. This book was released on 2000 with total page 300 pages. Available in PDF, EPUB and Kindle. Book excerpt: How computer technology can transform science education for children.

Mindstorms

Download Mindstorms PDF Online Free

Author :
Publisher : Basic Books
ISBN 13 : 154167510X
Total Pages : 256 pages
Book Rating : 4.5/5 (416 download)

DOWNLOAD NOW!


Book Synopsis Mindstorms by : Seymour A Papert

Download or read book Mindstorms written by Seymour A Papert and published by Basic Books. This book was released on 2020-10-06 with total page 256 pages. Available in PDF, EPUB and Kindle. Book excerpt: In this revolutionary book, a renowned computer scientist explains the importance of teaching children the basics of computing and how it can prepare them to succeed in the ever-evolving tech world. Computers have completely changed the way we teach children. We have Mindstorms to thank for that. In this book, pioneering computer scientist Seymour Papert uses the invention of LOGO, the first child-friendly programming language, to make the case for the value of teaching children with computers. Papert argues that children are more than capable of mastering computers, and that teaching computational processes like de-bugging in the classroom can change the way we learn everything else. He also shows that schools saturated with technology can actually improve socialization and interaction among students and between students and teachers. Technology changes every day, but the basic ways that computers can help us learn remain. For thousands of teachers and parents who have sought creative ways to help children learn with computers, Mindstorms is their bible.

The Art of Computer Conversation

Download The Art of Computer Conversation PDF Online Free

Author :
Publisher : Englewood Cliffs, N.J. : Prentice/Hall International
ISBN 13 :
Total Pages : 236 pages
Book Rating : 4.:/5 (43 download)

DOWNLOAD NOW!


Book Synopsis The Art of Computer Conversation by : Brian R. Gaines

Download or read book The Art of Computer Conversation written by Brian R. Gaines and published by Englewood Cliffs, N.J. : Prentice/Hall International. This book was released on 1984 with total page 236 pages. Available in PDF, EPUB and Kindle. Book excerpt: Provides Guidelines for Designing & Judging User-Friendly Programs. Applicable to Computers of All Sizes, Gives Programmers a Repertoire of Styles & Techniques for Computer Dialogue That Enables Creation of a Variety of Effective Systems

Gaming the Iron Curtain

Download Gaming the Iron Curtain PDF Online Free

Author :
Publisher : MIT Press
ISBN 13 : 026254928X
Total Pages : 401 pages
Book Rating : 4.2/5 (625 download)

DOWNLOAD NOW!


Book Synopsis Gaming the Iron Curtain by : Jaroslav Svelch

Download or read book Gaming the Iron Curtain written by Jaroslav Svelch and published by MIT Press. This book was released on 2023-09-19 with total page 401 pages. Available in PDF, EPUB and Kindle. Book excerpt: How amateur programmers in 1980s Czechoslovakia discovered games as a medium, using them not only for entertainment but also as a means of self-expression. Aside from the exceptional history of Tetris, very little is known about gaming culture behind the Iron Curtain. But despite the scarcity of home computers and the absence of hardware and software markets, Czechoslovakia hosted a remarkably active DIY microcomputer scene in the 1980s, producing more than two hundred games that were by turns creative, inventive, and politically subversive. In Gaming the Iron Curtain, Jaroslav Švelch offers the first social history of gaming and game design in 1980s Czechoslovakia, and the first book-length treatment of computer gaming in any country of the Soviet bloc. Švelch describes how amateur programmers in 1980s Czechoslovakia discovered games as a medium, using them not only for entertainment but also as a means of self-expression. Sheltered in state-supported computer clubs, local programmers fashioned games into a medium of expression that, unlike television or the press, was neither regulated nor censored. In the final years of Communist rule, Czechoslovak programmers were among the first in the world to make activist games about current political events, anticipating trends observed decades later in independent or experimental titles. Drawing from extensive interviews as well as political, economic, and social history, Gaming the Iron Curtain tells a compelling tale of gaming the system, introducing us to individuals who used their ingenuity to be active, be creative, and be heard.

Computer als Medium

Download Computer als Medium PDF Online Free

Author :
Publisher :
ISBN 13 :
Total Pages : 320 pages
Book Rating : 4.3/5 (91 download)

DOWNLOAD NOW!


Book Synopsis Computer als Medium by : Friedrich A. Kittler

Download or read book Computer als Medium written by Friedrich A. Kittler and published by . This book was released on 1994 with total page 320 pages. Available in PDF, EPUB and Kindle. Book excerpt:

The Computer's Voice

Download The Computer's Voice PDF Online Free

Author :
Publisher : U of Minnesota Press
ISBN 13 : 1452964130
Total Pages : 232 pages
Book Rating : 4.4/5 (529 download)

DOWNLOAD NOW!


Book Synopsis The Computer's Voice by : Liz W. Faber

Download or read book The Computer's Voice written by Liz W. Faber and published by U of Minnesota Press. This book was released on 2020-12-22 with total page 232 pages. Available in PDF, EPUB and Kindle. Book excerpt: A deconstruction of gender through the voices of Siri, HAL 9000, and other computers that talk Although computer-based personal assistants like Siri are increasingly ubiquitous, few users stop to ask what it means that some assistants are gendered female, others male. Why is Star Trek’s computer coded as female, while HAL 9000 in 2001: A Space Odyssey is heard as male? By examining how gender is built into these devices, author Liz W. Faber explores contentious questions around gender: its fundamental constructedness, the rigidity of the gender binary, and culturally situated attitudes on male and female embodiment. Faber begins by considering talking spaceships like those in Star Trek, the film Dark Star, and the TV series Quark, revealing the ideologies that underlie space-age progress. She then moves on to an intrepid decade-by-decade investigation of computer voices, tracing the evolution from the masculine voices of the ’70s and ’80s to the feminine ones of the ’90s and ’00s. Faber ends her account in the present, with incisive looks at the film Her and Siri herself. Going beyond current scholarship on robots and AI to focus on voice-interactive computers, The Computer’s Voice breaks new ground in questions surrounding media, technology, and gender. It makes important contributions to conversations around the gender gap and the increasing acceptance of transgender people.

A City Is Not a Computer

Download A City Is Not a Computer PDF Online Free

Author :
Publisher : Princeton University Press
ISBN 13 : 069122675X
Total Pages : 200 pages
Book Rating : 4.6/5 (912 download)

DOWNLOAD NOW!


Book Synopsis A City Is Not a Computer by : Shannon Mattern

Download or read book A City Is Not a Computer written by Shannon Mattern and published by Princeton University Press. This book was released on 2021-08-10 with total page 200 pages. Available in PDF, EPUB and Kindle. Book excerpt: A bold reassessment of "smart cities" that reveals what is lost when we conceive of our urban spaces as computers Computational models of urbanism—smart cities that use data-driven planning and algorithmic administration—promise to deliver new urban efficiencies and conveniences. Yet these models limit our understanding of what we can know about a city. A City Is Not a Computer reveals how cities encompass myriad forms of local and indigenous intelligences and knowledge institutions, arguing that these resources are a vital supplement and corrective to increasingly prevalent algorithmic models. Shannon Mattern begins by examining the ethical and ontological implications of urban technologies and computational models, discussing how they shape and in many cases profoundly limit our engagement with cities. She looks at the methods and underlying assumptions of data-driven urbanism, and demonstrates how the "city-as-computer" metaphor, which undergirds much of today's urban policy and design, reduces place-based knowledge to information processing. Mattern then imagines how we might sustain institutions and infrastructures that constitute more diverse, open, inclusive urban forms. She shows how the public library functions as a steward of urban intelligence, and describes the scales of upkeep needed to sustain a city's many moving parts, from spinning hard drives to bridge repairs. Incorporating insights from urban studies, data science, and media and information studies, A City Is Not a Computer offers a visionary new approach to urban planning and design.

The Spike

Download The Spike PDF Online Free

Author :
Publisher : Princeton University Press
ISBN 13 : 0691241481
Total Pages : 232 pages
Book Rating : 4.6/5 (912 download)

DOWNLOAD NOW!


Book Synopsis The Spike by : Mark Humphries

Download or read book The Spike written by Mark Humphries and published by Princeton University Press. This book was released on 2023-01-24 with total page 232 pages. Available in PDF, EPUB and Kindle. Book excerpt: The story of a neural impulse and what it reveals about how our brains work We see the last cookie in the box and think, can I take that? We reach a hand out. In the 2.1 seconds that this impulse travels through our brain, billions of neurons communicate with one another, sending blips of voltage through our sensory and motor regions. Neuroscientists call these blips “spikes.” Spikes enable us to do everything: talk, eat, run, see, plan, and decide. In The Spike, Mark Humphries takes readers on the epic journey of a spike through a single, brief reaction. In vivid language, Humphries tells the story of what happens in our brain, what we know about spikes, and what we still have left to understand about them. Drawing on decades of research in neuroscience, Humphries explores how spikes are born, how they are transmitted, and how they lead us to action. He dives into previously unanswered mysteries: Why are most neurons silent? What causes neurons to fire spikes spontaneously, without input from other neurons or the outside world? Why do most spikes fail to reach any destination? Humphries presents a new vision of the brain, one where fundamental computations are carried out by spontaneous spikes that predict what will happen in the world, helping us to perceive, decide, and react quickly enough for our survival. Traversing neuroscience’s expansive terrain, The Spike follows a single electrical response to illuminate how our extraordinary brains work.

Code

Download Code PDF Online Free

Author :
Publisher : Microsoft Press
ISBN 13 : 0137909292
Total Pages : 562 pages
Book Rating : 4.1/5 (379 download)

DOWNLOAD NOW!


Book Synopsis Code by : Charles Petzold

Download or read book Code written by Charles Petzold and published by Microsoft Press. This book was released on 2022-08-02 with total page 562 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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.