Computer Science Textbooks
Filters
Think Raku: How to Think Like a Computer Scientist - 2nd edition
Copyright Year: 2017
Contributors: Rosenfeld and Downey
Publisher: Green Tea Press
License: CC BY-NC-SA
The title of this book was originally Think Perl 6, but since Perl 6 has been renamed Raku, we have also changed the title of the book.
(1 review)
Blueprints: Creating, Describing, and Implementing Designs for Larger-Scale Software Projects - version 2.4
Copyright Year: 2023
Contributor: Davies
Publisher: University of Mary Washington
License: CC BY-SA
Blueprints is a concise yet comprehensive coverage of Object-Oriented Analysis and Design concepts, suitable for a second programming course in Computer Science. It introduces and teaches application development in a command-line environment, and assumes basic expertise with the Java programming language.
No ratings
(0 reviews)
The Joy of Cryptography
Copyright Year: 2017
Contributor: Rosulek
Publisher: Oregon State University
License: CC BY-NC-SA
The pedagogical approach is anchored in formal definitions/proof of security, but in a way that I believe is more accessible than what is "traditional" in crypto. All security definitions are written in a unified and simplified "game-based" style. For an example of what security definitions look like in this style, see the index of security definitions (which will make more sense after reading chapters 2 & 4).
No ratings
(0 reviews)
A Primer for Computational Biology
Copyright Year: 2017
Contributor: O'Neil
Publisher: Oregon State University
License: CC BY-NC-SA
A Primer for Computational Biology aims to provide life scientists and students the skills necessary for research in a data-rich world. The text covers accessing and using remote servers via the command-line, writing programs and pipelines for data analysis, and provides useful vocabulary for interdisciplinary work. The book is broken into three parts:
(2 reviews)
Understanding Document Accessibility
Copyright Year: 2020
Contributor: Digital Education Strategies
Publisher: Ryerson University
License: CC BY-SA
With much of the world gone digital, learning to create documents that are accessible to everyone is becoming a necessary skill. Intended for a general audience, this free resource reviews a wide range of document authoring applications, including the tools they contain for creating accessible documents, and tests them to ensure they do not contain potential barriers. Learn how to create accessible word processed documents, spreadsheets, presentation slides, and PDF documents, among others, so they are accessible to everyone.
No ratings
(0 reviews)
Unmanned Aircraft Systems in the Cyber Domain - Second Edition
Copyright Year: 2019
Contributors: Nichols, Mumm, and Lonstein
Publisher: New Prairie Press
License: CC BY-NC-SA
Unmanned Aircraft Systems are an integral part of the US national critical infrastructure. The authors have endeavored to bring a breadth and quality of information to the reader that is unparalleled in the unclassified sphere. This textbook will fully immerse and engage the reader / student in the cyber-security considerations of this rapidly emerging technology that we know as unmanned aircraft systems (UAS). The first edition topics covered National Airspace (NAS) policy issues, information security (INFOSEC), UAS vulnerabilities in key systems (Sense and Avoid / SCADA), navigation and collision avoidance systems, stealth design, intelligence, surveillance and reconnaissance (ISR) platforms; weapons systems security; electronic warfare considerations; data-links, jamming, operational vulnerabilities and still-emerging political scenarios that affect US military / commercial decisions.
(4 reviews)
A Tale of Two Systems
Copyright Year: 2017
Contributors: Reitsma and Krueger
Publisher: Oregon State University
License: CC BY-NC-SA
This is the story of a web-based information system rebuild. The system in question is www.teachengineering.org, a digital library of K-12 engineering curriculum that was built from the ground up with established technology and which for 13 years enjoyed lasting support from its growing user community and its sponsors. These 13 years, however, cover the period during which smart phones and tablets became commonplace, during which the Internet of Things started replacing the Semantic Web, during which NoSQL databases made their way out of the research labs and into everyday development shops, during which we collectively started moving IT functions and services into ‘the cloud,’ and during which computing performance doubled a few times, yet again. During this same period, TeachEngineering’s user base grew from a few hundred to more than 3 million users annually, its collection size quadrupled, it went through several user interface renewals, and significant functionality was added while having an exemplary service record, and it enjoyed continued financial support from its sponsors.
No ratings
(0 reviews)
Computer Networks: A Systems Approach
Copyright Year: 2019
Contributors: Peterson and Davie
Publisher: Larry Peterson and Bruce Davie
License: CC BY
Suppose you want to build a computer network, one that has the potential to grow to global proportions and to support applications as diverse as teleconferencing, video on demand, electronic commerce, distributed computing, and digital libraries. What available technologies would serve as the underlying building blocks, and what kind of software architecture would you design to integrate these building blocks into an effective communication service? Answering this question is the overriding goal of this book—to describe the available building materials and then to show how they can be used to construct a network from the ground up.
(7 reviews)
Introduction to Programming using Fortran 95/2003/2008
Copyright Year: 2018
Contributor: Jorgensen
Publisher: Ed Jorgensen
License: CC BY-NC-SA
Computers are everywhere in our daily lives. Between the desktop, laptop, phone, bank, and vehicle, it is difficult to completely get away from computers. It only makes sense to learn a little about how a computer really works.This text provides an introduction to programming and problem solving using the Fortran 95/2003/2008 programming language. This introduction is geared for non-computer science majors. The primary focus is on an introduction to problem solving and algorithm development. As such, many details of the Fortran 95/2003/2008 language are omitted.
(1 review)
MIPS Assembly Language Programming using QtSpim
Copyright Year: 2017
Contributor: Jorgensen
Publisher: Ed Jorgensen
License: CC BY-NC-SA
There are a number of excellent, comprehensive, and in-depth texts on MIPS assembly language programming. This is not one of them.The purpose of this text is to provide a simple and free reference for university level programming and architecture units that include a brief section covering MIPS assembly language programming. The text assumes usage of the QtSpim simulator. An appendix is included that covers the download, installation, and basic use of the QtSpim simulator.The scope of this text addresses basic MIPS assembly language programming including instruction set usage, stacks, procedure/function calls, QtSpim simulator system services, multiple dimension arrays, and basic recursion.
No ratings
(0 reviews)