Open Access. Powered by Scholars. Published by Universities.®

Engineering Commons

Open Access. Powered by Scholars. Published by Universities.®

Articles 1 - 3 of 3

Full-Text Articles in Engineering

The Continuing Quest For Missile Defense: When Lofty Goals Confront Reality, Peter J. Pella Jun 2018

The Continuing Quest For Missile Defense: When Lofty Goals Confront Reality, Peter J. Pella

Gettysburg College Faculty Books

For almost three quarters of a century, the United States has spent billions of dollars and countless person-hours in the pursuit of a national missile defense system that would protect the country from intercontinental ballistic missiles (ICBM) carrying nuclear warheads. The system currently in place consists of 44 long-range antiballistic missiles stationed in Alaska and California to protect the United States from a possible nuclear weapon carrying ICBM attack from North Korea. After all this effort, this system is still imperfect, being successful only 10 out of 18 tests.

This book will provide an historical description of past efforts in …


Introduction To Mips Assembly Language Programming, Charles W. Kann Jan 2015

Introduction To Mips Assembly Language Programming, Charles W. Kann

Open Educational Resources

This book was written to introduce students to assembly language programming in MIPS. As with all assembly language programming texts, it covers basic operators and instructions, subprogram calling, loading and storing memory, program control, and the conversion of the assembly language program into machine code.

However this book was not written simply as a book on assembly language programming. The larger purpose of this text is to show how concepts in Higher Level Languages (HLL), such as Java or C/C++, are represented in assembly. By showing how program constructs from these HLL map into assembly, the concepts will be easier …


Digital Circuit Projects: An Overview Of Digital Circuits Through Implementing Integrated Circuits - Second Edition, Charles W. Kann May 2014

Digital Circuit Projects: An Overview Of Digital Circuits Through Implementing Integrated Circuits - Second Edition, Charles W. Kann

Open Educational Resources

Digital circuits, often called Integrated Circuits or ICs, are the central building blocks of a Central Processing Unit (CPU). To understand how a computer works, it is essential to understand the digital circuits which make up the CPU. This text introduces the most important of these digital circuits; adders, decoders, multiplexers, D flip-flops, and simple state machines.

What makes this textbook unique is that it puts the ability to understand these circuits into the hands of anyone, from hobbyists to students studying Computer Science. This text is designed to teach digital circuits using simple projects the reader can implement. But …