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

Top 3 most important questions for Engineering Drawing SEM I

These are the top 3 questions with highest probability to come in SEM I Exam  

Applied science Sem 1 UNIT 3

    UNIT 3 : Corrosion   Q1) Explain any five factors affecting corrosion. Position in Galvanic Series: More active metals corrode faster when in electrical contact in a conducting medium. Relative Areas of Anode and Cathode: Corrosion rate depends on the ratio of cathodic to anodic area. a larger anodic area minimizes corrosion. Purity of Metal: Impurities create galvanic cells, leading to corrosion. Temperature: Higher temperatures speed up both atmospheric and electrochemical corrosion. Conductivity of Corroding Medium: The electrical conductivity of the medium affects the rate of electrochemical corrosion. Higher conductivity results in faster corrosion.         Q2) Define Hot dipping. Explain coating method with neat labelled diagram to protect metal from corrosion and give applications. Hot Dipping: Hot dipping is a method that in...

Microcontrollers SEM 2 UNIT 3

 Unit 3: 8051 Interfacing and Programming Question 1 (6 Marks): Explain the concept of the stack in the 8051 microcontroller and PUSH & POP. Answer: A stack is a linear data structure in which the insertion of a new element and removal of an existing element takes place at the same end represented as the top of the stack. Stack is a section of RAM used by the CPU to store the information temporarily The register used to access the stack is called the SP (stack pointer) register. The ‘PUSH’ is used for taking the values from any register and storing in the starting address of the stack pointer. POP is used for placing the values from the stack pointer’s maximum address to any other register’s address To implement the stack, it is required to maintain the pointer to the top of the stack, which is the last element to be inserted because we can access the elements only on the top of the stack. LIFO (Last In First Out): This strategy states that the element that is inserted last wil...