Engineering

Engineering

Here are the best resources to pass Engineering. Find Engineering study guides, notes, assignments, and much more.

733 results

Mastering Reverse Engineering — Re‑Engineer Your Ethical Hacking Skills by Reginald Wong 2025–2026 | Advanced Reverse Engineering & Ethical Hacking Guide Mastering Reverse Engineering — Re‑Engineer Your Ethical Hacking Skills by Reginald Wong 2025–2026 | Advanced Reverse Engineering & Ethical Hacking Guide
  • Exam (elaborations)

    Mastering Reverse Engineering — Re‑Engineer Your Ethical Hacking Skills by Reginald Wong 2025–2026 | Advanced Reverse Engineering & Ethical Hacking Guide

  • Advanced guide to reverse engineering and ethical hacking by Reginald Wong. Practical tools, techniques, and lab exercises to boost cybersecurity skills in 2025–2026.
  • careprepacademy
    $18.49 More Info
Solutions Manual for Materials Science and Engineering An Introduction 10th Edition by William Callister| 9781119405498| All Chapters| LATEST
  • Exam (elaborations)

    Solutions Manual for Materials Science and Engineering An Introduction 10th Edition by William Callister| 9781119405498| All Chapters| LATEST

  • Solutions Manual for Materials Science and Engineering An Introduction 10th Edition by William Callister| 9781119405498| All Chapters| LATEST
  • Popular
    TestBanksGuru
    $17.99 More Info
Engineering Circuit Analysis 10th Edition Solutions Manual

William H. Hayt Circuit Analysis Solutions

Engineering Circuit Analysis Chapters 1–18 Solutions
  • Exam (elaborations)

    Engineering Circuit Analysis 10th Edition Solutions Manual William H. Hayt Circuit Analysis Solutions Engineering Circuit Analysis Chapters 1–18 Solutions

  • Engineering Circuit Analysis 10th Edition Solutions Manual William H. Hayt Circuit Analysis Solutions Engineering Circuit Analysis Chapters 1–18 Solutions
  • gabrielucky
    $10.99 More Info
Engineering Circuit Analysis 10th Edition by William H. Hayt – Solutions Manual
  • Exam (elaborations)

    Engineering Circuit Analysis 10th Edition by William H. Hayt – Solutions Manual

  • Solutions Manual for Engineering Circuit Analysis, 10th Edition by William H. Hayt, covering Chapters 1–18. Includes detailed chapter-by-chapter solutions and worked problems covering circuit analysis methods, network theorems, transient analysis, AC circuits, frequency response, and other essential electrical engineering concepts. Ideal for engineering students reviewing coursework, checking problem-solving methods, and preparing for exams.
  • gabrielucky
    $14.99 More Info


Hibbeler Dynamics 15th Ed Solution Manual
  • Exam (elaborations)

    Hibbeler Dynamics 15th Ed Solution Manual

  • Prepare for engineering mechanics and dynamics coursework with the Solution Manual for Engineering Mechanics: Dynamics 15th Edition by R.C. Hibbeler. Review detailed solutions covering particle kinematics, kinetics, force and acceleration, work and energy, impulse and momentum, rigid-body motion, planar kinetics, and three-dimensional dynamics. Ideal for engineering students seeking step-by-step problem solutions and comprehensive study support for 2026/2027.
  • gabrielucky
    $14.99 More Info
Full information about angular js
  • Summary

    Full information about angular js

  • When we talk about standard HTML and CSS, they build static (stationary) websites. If we want our "IoT Dashboard" example to be fast, interactive, and operate in real-time, that is where Angular comes into play. ​Angular (developed by Google) is a Frontend Web Framework. It combines HTML, CSS, and code to create web applications that run as smoothly and quickly as native mobile apps
  • vishalkanaujiya
    $10.99 More Info
Full information about backend
  • Summary

    Full information about backend

  • The Backend is the hidden engine room of any software application. If the Frontend (HTML/CSS/Angular) is what the user sees and clicks, the Backend is what actually does the work. Think of a restaurant: The Frontend is the beautifully decorated dining room and the menu. The Backend is the kitchen, the chefs, the pantry, and the recipes. You never see the chefs, but without them, you don't get your food.
  • vishalkanaujiya
    $10.99 More Info
Full information about c
  • Summary

    Full information about c

  • C is a foundational, mid-level programming language created in the 1970s. It operates very close to the computer's hardware, giving developers direct control over system memory (via pointers). Because it doesn't have heavy background processes, it is incredibly fast
  • vishalkanaujiya
    $10.99 More Info
Full information about operating system
  • Summary

    Full information about operating system

  • An Operating System (like Windows, macOS, Linux, or Android) is the most important software running on a computer. It acts as the ultimate bridge between the physical hardware (CPU, Memory, Hard Drive) and the software applications you want to run.
  • vishalkanaujiya
    $10.99 More Info
Full information about html
  • Summary

    Full information about html

  • HTML is the standard markup language used to create web pages. It is not a programming language with logic (no loops or if-statements); rather, it acts as the skeleton of a website. It uses "tags" to tell the browser what content is (e.g., a heading, a paragraph, an image, or a link).
  • vishalkanaujiya
    $10.99 More Info
Full information about c language
  • Summary

    Full information about c language

  • C is a foundational, mid-level programming language created in the 1970s. It operates very close to the computer's hardware, giving developers direct control over system memory (via pointers). Because it doesn't have heavy background processes, it is incredibly fast.
  • vishalkanaujiya
    $10.99 More Info
Full information about css
  • Summary

    Full information about css

  • If HTML is the skeleton of a website, CSS is the clothing and makeup. It is a stylesheet language used to dictate how HTML elements should look on the screen. It handles layouts, colors, fonts, spacing, and animations. What it's used for: Making websites visually appealing and ensuring they are "responsive" (looking good on both mobile phones and desktop monitors).
  • vishalkanaujiya
    $10.99 More Info
A short note on dbms
  • Summary

    A short note on dbms

  • A Relational DBMS (RDBMS) organizes data into neat, interconnected tables. For our dashboard, we might have one table for "Sensors" (Location, Type) and another for "Readings" (Time, Temperature). The DBMS ensures data is stored logically and without unnecessary duplication.
  • vishalkanaujiya
    $10.99 More Info
Full information about java
  • Summary

    Full information about java

  • Java is a high-level, object-oriented programming language famous for its "Write Once, Run Anywhere" philosophy. Because it runs on the Java Virtual Machine (JVM), Java code can execute on almost any device without needing to be rewritten. What it's used for: Android app development, massive enterprise software systems, and banking applications.
  • vishalkanaujiya
    $10.99 More Info
Machine learning full information
  • Summary

    Machine learning full information

  • In traditional programming (like using C or Java), a human writes the exact rules. You tell the computer exactly what to do step-by-step. Machine Learning (ML) flips this concept upside down. Instead of writing the rules, you give the computer the data and the final answers, and the computer figures out the rules itself.
  • vishalkanaujiya
    $10.99 More Info
Python programming new notes
  • Summary

    Python programming new notes

  • Python has grown from a simple scripting tool into the backbone of modern technology. Its massive popularity and demand stem from a unique combination of sheer power and beginner-friendly simplicity. Here is why having Python programming knowledge is so highly valued today:
  • vishalkanaujiya
    $10.99 More Info
Dbms complete syllabus
  • Summary

    Dbms complete syllabus

  • System. If we continue with our "IoT Dashboard" example, the DBMS is the highly organized digital warehouse where all your sensor data is permanently stored, sorted, and retrieved. While Data Structures (DS) manage data temporarily in the computer's fast RAM while a program is running, a DBMS manages data permanently on a hard drive so it isn't lost when the power goes off.
  • vishalkanaujiya
    $10.99 More Info
All necessary programming language
  • Summary

    All necessary programming language

  • Java is a high-level, object-oriented programming language famous for its "Write Once, Run Anywhere" philosophy. Because it runs on the Java Virtual Machine (JVM), Java code can execute on almost any device without needing to be rewritten.C is a foundational, mid-level programming language created in the 1970s. It operates very close to the computer's hardware, giving developers direct control over system memory (via pointers). Because it doesn't have heavy background processes, it i...
  • vishalkanaujiya
    $20.99 More Info
LSAT 2026 Exam Prep Comprehensive Study Guide 

with 100 Practice Questions, Detailed Explanations, 

and Verified Answers
  • Exam (elaborations)

    LSAT 2026 Exam Prep Comprehensive Study Guide with 100 Practice Questions, Detailed Explanations, and Verified Answers

  • LSAT 2026 Exam Prep Comprehensive Study Guide with 100 Practice Questions, Detailed Explanations, and Verified Answers
  • WorldNurseLibrary
    $27.29 More Info
LSAT® Exam Prep 2026 Updated Practice Questions, 

Comprehensive Law School Admission Test Review 

Logical Reasoning Strategies, Verified Answers, 

Success Workbook
  • Exam (elaborations)

    LSAT® Exam Prep 2026 Updated Practice Questions, Comprehensive Law School Admission Test Review Logical Reasoning Strategies, Verified Answers, Success Workbook

  • LSAT® Exam Prep 2026 Updated Practice Questions, Comprehensive Law School Admission Test Review Logical Reasoning Strategies, Verified Answers, Success Workbook
  • WorldNurseLibrary
    $27.49 More Info
Uniform Bar Examination (UBE) 2026 

Latest Comprehensive Study Guide with 

Practice Questions
  • Exam (elaborations)

    Uniform Bar Examination (UBE) 2026 Latest Comprehensive Study Guide with Practice Questions

  • Uniform Bar Examination (UBE) 2026 Latest Comprehensive Study Guide with Practice Questions
  • WorldNurseLibrary
    $26.99 More Info
As you read this, a fellow student has made another $4.70
How did he do that? By selling his study resources on Stuvia. Try it yourself!