Introduction to Computer Engineering


Book Description

A one-semester, undergraduate course stressing the use of information transfer concepts necessary to analysis and design of modern digital systems. It is organized to provide an integrated overview of the various classes of digital information-processing systems and devices and the interrelationship between the hardware and software techniques that can be used to solve problems.




Introduction to Computer Engineering


Book Description

This text is for first and second year undergraduates studying the fundamentals of computer engineering, digital logic and microprocessors. Assuming little background in computer systems, the book presents the basics then illustrates them with and examination of 8086 architecture and programming. The intention is to teach digital logic by using programmable logic devices (PLDs) and the CUPL language.







Computer Engineering for Babies


Book Description

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







Explorations in Computing


Book Description

An Active Learning Approach to Teaching the Main Ideas in Computing Explorations in Computing: An Introduction to Computer Science and Python Programming teaches computer science students how to use programming skills to explore fundamental concepts and computational approaches to solving problems. Tbook gives beginning students an introduction to




Introduction to Computing for Engineers


Book Description

"This package represents the merging of two traditional freshman engineering courses: Intro to Computing (fortran and Basic) and Intro to Engineering (a discipline overview). The text is written for the required freshman course and is designed to give the students a basic knowledge of computer concepts and capabilities and to provide a broad overview/history of the engineering career. The new edition again focuses on Basic and Fortran as the primary programming languages but includes new material on various word processing systems,spreadsheets,computer aided design packages and some high-level language applications." -- Publisher.




Computer Science


Book Description

While the development of Information Technology has been obvious to all, the underpinning computer science has been less apparent. Subrata Dasgupta provides a thought-provoking introduction to the field and its core principles, considering computer science as a science of symbol processing.




Introduction to Computation and Programming Using Python, second edition


Book Description

The new edition of an introductory text that teaches students the art of computational problem solving, covering topics ranging from simple algorithms to information visualization. This book introduces students with little or no prior programming experience to the art of computational problem solving using Python and various Python libraries, including PyLab. It provides students with skills that will enable them to make productive use of computational techniques, including some of the tools and techniques of data science for using computation to model and interpret data. The book is based on an MIT course (which became the most popular course offered through MIT's OpenCourseWare) and was developed for use not only in a conventional classroom but in in a massive open online course (MOOC). This new edition has been updated for Python 3, reorganized to make it easier to use for courses that cover only a subset of the material, and offers additional material including five new chapters. Students are introduced to Python and the basics of programming in the context of such computational concepts and techniques as exhaustive enumeration, bisection search, and efficient approximation algorithms. Although it covers such traditional topics as computational complexity and simple algorithms, the book focuses on a wide range of topics not found in most introductory texts, including information visualization, simulations to model randomness, computational techniques to understand data, and statistical techniques that inform (and misinform) as well as two related but relatively advanced topics: optimization problems and dynamic programming. This edition offers expanded material on statistics and machine learning and new chapters on Frequentist and Bayesian statistics.




Python Programming


Book Description

This book is suitable for use in a university-level first course in computing (CS1), as well as the increasingly popular course known as CS0. It is difficult for many students to master basic concepts in computer science and programming. A large portion of the confusion can be blamed on the complexity of the tools and materials that are traditionally used to teach CS1 and CS2. This textbook was written with a single overarching goal: to present the core concepts of computer science as simply as possible without being simplistic.