Skip to main content

Free hand sketch quality images for Engineering drawing UNIT 6

 Below are easy to draw sketches, better picture quality images for UNIT 6 SEM I Exam



Types of gears






Fastener Categories





Nut types




Types of keys









(a) Compression spring; (b) Tension spring; (c) Torsion spring; (d) Scroll spring




(e) Leaf spring


Comments

Popular posts from this blog

Microcontrollers SEM 2 UNIT 1

Unit 1: 8051 Microcontroller (General Questions and Answers) Question 1 (6 Marks): Differentiate between a microprocessor and a microcontroller. Question 2 (6 Marks): Briefly describe the 8051 microcontroller architecture with the help of a block diagram. Answer: The 8051 microcontroller follows the Harvard architecture, separating program memory from data memory. Key components include: Central Processing Unit (CPU): Processes instructions, performs calculations, and controls program flow. It consists of: Arithmetic Logic Unit (ALU) for arithmetic and logical operations. Control Unit (CU) for fetching, decoding, and executing instructions. Registers for temporary data storage and program control. Question 3 (6 Marks): Explain the functionalities of any three 8051 microcontroller pins with the help of a pin diagram. Answer: Port 0 (P0.0 - P0.7): 8-bit bidirectional I/O port. Each pin can be configured as input or output for connecting with external devices (sensors, LEDs, etc.). ALE (A...

Microcontrollers SEM 2 UNIT 6

 Unit 6: Introduction to Arduino Question  1. Explain the steps involved in installing the Arduino development environment. (6 Marks) The Arduino development environment, also known as the Arduino IDE (Integrated Development Environment), allows you to write and upload code to Arduino boards. Here's how to install it: Steps: Download Arduino IDE Software:  Visit the official Arduino website ( https://www.arduino.cc/en/software ) and download the software installer for your operating system (Windows, macOS, Linux). Run the installer:  Double-click the downloaded installer file and follow the on-screen instructions. This will install the Arduino IDE software on your computer. (Optional) Install additional boards support:  If you're using a non-standard Arduino board, you may need to install additional board definitions. This can be done through the "Boards Manager" within the Arduino IDE. Question...