Notes, abstracts, papers, exams and problems of Technology

Sort by
Subject
Level

Mechanical Engineering: Dialogues on Gears, Couplings, Bearings

Classified in Technology

Written at on English with a size of 5.59 KB.

Topic 1. Test

  • Test=prueba
  • Broad=amplia
  • Assess=evaluar
  • Manufacture=fabricar
  • Power transmission=transmisión de potencia
  • Improve=mejorar

E1: Hi, I’m Ian Moore. I’m here for an interview.

E2: It’s nice to meet you, Ian. Tell me about your work experience.

E1: Well, I worked for Escribano for twelve years.

E2: What were your job duties?

E1: I assessed old engine models. Then I made suggestions to improve them.

E2: Did you design any engines?

E1: Not on my own. I designed new parts for older models.

E2: If we hire you, you’ll design new ones as well.

Topic 2. Bearings / Cojinetes

  • Ball bearing=rodamiento de bolas
  • Thrust roller bearing=rodamiento de rodillos de empuje
  • Tapered roller bearing=rodamiento de rodillos cónicos
  • Straight roller bearing=rodamiento de
... Continue reading "Mechanical Engineering: Dialogues on Gears, Couplings, Bearings" »

Exploring the Advantages of Cloud Computing

Classified in Technology

Written at on English with a size of 3.23 KB.

Cloud Computing: An Overview

Cloud computing allows access to data and software over the internet, eliminating reliance on hard drives or SSDs. This facilitates convenient online backups of photos and private data, mitigating concerns about hardware crashes or viruses.

Cloud Provisioning

Cloud service providers invest heavily in storage hardware, data centers, and their maintenance, addressing temperature, security, humidity, hardware obsolescence, and more. Cloud provisioning encompasses various methods:

  • Advance Provisioning: Clients contact providers, resources are prepared in advance, and fees are charged annually or monthly.
  • Dynamic Provisioning: Resources are assigned as needed, often on a pay-per-use basis.
  • User Self-Provisioning: Users purchase
... Continue reading "Exploring the Advantages of Cloud Computing" »

Functions and Components of a Drillstring in Oil Drilling

Classified in Technology

Written at on English with a size of 1.76 KB.

Functions of the Drillstring:

  • Transmits rotation to the drillbit
  • Exerts weight on the bit; the compressive force necessary to break the rock
  • Guides and controls the trajectory of the bit
  • Allows fluid circulation for cooling and cleaning

Components of the Drillstring:

  • Drillpipe
  • Drillcollars
  • Accessories including:
  • Heavy-walled drillpipe (HWDP)
  • Stabilisers
  • Reamers
  • Directional control equipment

The Kelly:

  • Transmits rotation and weight-on-bit to the drillbit
  • Supports the weight of the drillstring
  • Connects the swivel to the uppermost length of drillpipe
  • Transmits drilling fluid from the swivel into the drill string

The Top Drive:

A combined rotary table and Kelly mounted on the rig's swivel, assisting in pipe handling during operations.

Drilling Problems:

  • Pipe Sticking
  • Lost
... Continue reading "Functions and Components of a Drillstring in Oil Drilling" »

Understanding Computer-Aided Engineering and Reverse Engineering

Classified in Technology

Written at on English with a size of 2.45 KB.

What is Computer-Aided Engineering (CAE)?

CAE formalizes ideas through computer modeling and then fabricates the models into real-world objects through CAD and CAM.

What is Computer-Aided Reverse Engineering (CARE)?

CARE works in the opposite direction. CARE creates a computer model of an object through measurements of the object as it exists in the real world. CARE is the reversal of CAE.

What is a Coordinate Measuring Machine (CMM)?

  • Coordinate Measuring Machines (CMMs) are a practical means for characterizing and inspecting free-form surfaces.
  • Coordinate Measuring Machines (CMMs) first appeared in the early 1960s.
  • A CMM consists of a probe supported on three mutually perpendicular (x, y, and z) axes, and each axis has a built-in reference standard.
... Continue reading "Understanding Computer-Aided Engineering and Reverse Engineering" »

Arduino Projects: Traffic Light, Button, Motor & LED Control

Classified in Technology

Written at on English with a size of 2.54 KB.

Traffic Light with Arduino

This code simulates a traffic light using an Arduino.


int led_rojo = 3;
int led_verde = 4;
int led_amarillo = 5;

void setup() {
  pinMode(led_rojo, OUTPUT);  // PIN 3 as output
  pinMode(led_verde, OUTPUT); // PIN 4 as output
  pinMode(led_amarillo, OUTPUT); // PIN 5 as output
}

void loop() {
  digitalWrite(led_verde, HIGH); // Turn on green LED
  delay(2000);
  digitalWrite(led_verde, LOW);  // Turn off green LED
  delay(500);
  digitalWrite(led_amarillo, HIGH); // Turn on yellow LED
  delay(2000);
  digitalWrite(led_amarillo, LOW);  // Turn off yellow LED
  delay(500);
  digitalWrite(led_rojo, HIGH);   // Turn on red LED
  delay(2000);
  digitalWrite(led_rojo, LOW);    // Turn off red LED
  delay(500);
}

Button

... Continue reading "Arduino Projects: Traffic Light, Button, Motor & LED Control" »

Metalworking Processes and Essential Tools

Classified in Technology

Written at on English with a size of 2.62 KB.

What is a Collet and How is it Used?

A collet is a tightly fitting sleeve that fits over the base of a workpiece or tool. When placed in a chuck, it provides a more secure grip. This is particularly useful for pieces with a short base or where high precision is required.

EDM: Operation and Advantages

Electronic Discharge Machining (EDM) "burns" away material by electrical discharge. It provides accurate cuts on internal surfaces that are difficult or impossible to reach by conventional machining.

Common Machining Tools

  • Drill Bit: Cuts holes by moving axially; cylindrical, fluted steel or carbide shaft with a conic cutting head on the end.
  • End Mill Cutter: Cuts slots and along surfaces by moving perpendicular to its axis; cylindrical, fluted steel
... Continue reading "Metalworking Processes and Essential Tools" »

Understanding Malware and Cybercrime: A Comprehensive Guide

Classified in Technology

Written at on English with a size of 4.02 KB.

Malware

Malicious software, is a type of software that has been particularly designed to gain access to or damage a computer, mostly without the knowledge of the owner. There are a lot of types of malware, including computer worm, computer viruses, Trojan horse, adware and spyware.

Computer Crime

Defined as a crime in which a computer is the object of the crime (hacking, phishing, spamming) or is used as a tool to commit an offense (child pornography, hate crimes). Cybercriminals may use computer technology to access personal information, business secrets or use the internet for malicious purposes.

Trojan Horse

A type of malware that is often disguised as legitimate software. Trojans can be employed by cyber-thieves and hackers that offer useful... Continue reading "Understanding Malware and Cybercrime: A Comprehensive Guide" »

Technology's Answer to Society's Problems: The Project Approach

Classified in Technology

Written at on English with a size of 3.02 KB.

Technology's answer to the problems of society is to build products using a simple method called the project approach. The stages of the project approach include: problem, investigation, possible solution, chosen solution, design, planning, building, check, presentation, and assessment.

Report documents include:

  • Description of the prototype
  • List of modifications made
  • Final drawing of the solution
  • Total cost of the project and the number of hours spent on it
  • Environmental impact of the solution created

Serendipity: The fact of finding interesting or valuable things by chance, by mistake. Coordinator: coordinates the work. Secretary: keeps the project documents safe and writes down the tasks that are completed each day and who did them. Tools manager:

... Continue reading "Technology's Answer to Society's Problems: The Project Approach" »

Mechanical Power Transmission Elements

Classified in Technology

Written at on English with a size of 2.81 KB.

Brakes

Disc Brakes

A disc is connected to an axle. Brake pads apply pressure to the disc via friction.

Band Brakes

A drum is connected to an axle. A flexible band applies pressure to the outside of the drum.

Drum Brakes

A drum is connected to the axle. A pair of brake shoes apply pressure to the inside of the drum via friction.

Energy Absorption and Dissipation

Springs

Springs are devices that, thanks to the elasticity of their materials and their shape, can absorb energy when force is applied. This energy can then be dissipated in a controlled way. Depending on the type of external force applied, springs work in different ways:

  • Compression: Pushing on the spring makes it shorter (e.g., a sofa).
  • Traction: Pulling on the spring makes it longer (e.g., a
... Continue reading "Mechanical Power Transmission Elements" »

Understanding Materials: Properties, Types, and Treatments

Classified in Technology

Written at on English with a size of 6.58 KB.

Material Classification

Natural Materials

These materials are obtained directly from nature, such as:

  • Wood
  • Coal
  • Metal
  • Stone

Artificial Materials

These materials are derived from natural materials through processing, such as:

  • Glass
  • Paper
  • Cement

Synthetic Materials

These materials are created through chemical reactions involving artificial materials, such as:

  • Plastics

Material Types and Their Properties

Ceramics

Ceramics exhibit the following properties:

  • Fragility
  • Low thermal conductivity
  • Low electrical conductivity
  • Hardness
  • Brittleness

Metallic Materials

Metals possess these characteristics:

  • High electrical and thermal conductivity
  • Resistance
  • Ductility
  • Malleability
  • Ability to form alloys with other elements to enhance properties

Plastics/Polyesters

Plastics and polyesters... Continue reading "Understanding Materials: Properties, Types, and Treatments" »