Notes, summaries, assignments, exams, and problems for Technology

Sort by
Subject
Level

Hydroelectric Power Generation: Components and Types

Classified in Technology

Written on in English with a size of 4.2 KB

Hydroelectric Energy: How It Works

Hydroelectric energy is produced by the force of falling water. The capacity to produce this energy is dependent on both the available flow and the height from which the water falls. As water accumulates, it builds up potential energy, which is then converted into mechanical energy. This mechanical energy drives the turbine, and the generator subsequently produces electricity.

Dams: Structure and Function

A dam is constructed to create a reservoir, storing water during periods of high flow in the river. There are two main types of dams:

  • Gravity Dams: These are made from concrete or masonry. They rely on the weight of their material to resist the force of the water. Gravity dams are suited to sites with either
... Continue reading "Hydroelectric Power Generation: Components and Types" »

Visual Basic: Forms, Timers and Array Examples

Classified in Technology

Written on in English with a size of 2.54 KB

Visual Basic Forms and Console Code Examples

The following corrected Visual Basic code preserves the original content while fixing spelling, capitalization, and minor structural issues for clarity.

If RadioButton1.Checked Then
    MsgBox("Eligió viajar por " & RadioButton1.Text)
End If

Private Sub Form1_Load(...)
    Combocargo.Items.Add("gerente")
End Sub

Private Sub Combocargo_SelectedIndexChanged(...)
    Select Case Combocargo.SelectedIndex
        Case 0
            Me.TextBox1.Text = 6200
    End Select
End Sub

Private Sub Button1_Click(...)
    Combocargo.Items.Add(TextBox1.Text)
End Sub

Private Sub Button2_Click(...)
    Combocargo.Items.Remove(Combocargo.SelectedItem)
End Sub

Module Module1
    Sub Main()
        Dim v(4) As
... Continue reading "Visual Basic: Forms, Timers and Array Examples" »

Understanding Silicon Controlled Rectifiers (SCRs)

Classified in Technology

Written on in English with a size of 2.7 KB

Silicon Controlled Rectifiers (SCRs)

Introduction

SCRs are unidirectional devices, meaning they conduct current in only one direction, unlike TRIACs, which are bidirectional. SCRs are typically triggered by current flowing into the gate, whereas TRIACs can be triggered by either positive or negative current applied to their gate.

Construction

SCRs comprise four semiconductor layers, forming NPNP or PNPN structures with three P-N junctions (J1, J2, J3) and three terminals: anode, cathode, and gate. The anode connects to the p-type material, the cathode to the n-type layer, and the gate to the p-type material nearest the cathode.

These layers alternate between p- and n-type silicon with added dopants. Junctions are formed through diffusion or alloying.... Continue reading "Understanding Silicon Controlled Rectifiers (SCRs)" »

Ferrous and Non-Ferrous Metals: Properties & Uses

Classified in Technology

Written on in English with a size of 2.93 KB

Ferrous Metals

Iron minerals from the Earth's surface undergo different processes to obtain pure iron and its alloys: steel and cast iron.

Percentage of Carbon:

  • Pure Iron: The concentration of carbon is between 0.008% and 0.03%.
  • Steel: Between 0.03% and 1.76%.
  • Cast Iron: Between 1.76% and 6.67%.

Pure Iron

Advantages: Good magnetic properties. Disadvantages: Melts only at high temperatures; difficult to machine. Uses: Electronics and electrical components.

Cast Iron

Properties: Very hard and resistant. Uses: Machine parts, lamps, pistons, drain covers.

Steel

Properties: Very hard and resistant; easy to weld. Uses: Construction, boats, tools, screws, domestic appliances, etc.

Metallurgy

Iron metal is washed to eliminate any impurities. It is crushed and sieved... Continue reading "Ferrous and Non-Ferrous Metals: Properties & Uses" »

High-Frequency English Vocabulary: Celebrities, Environment, Tech

Classified in Technology

Written on in English with a size of 6.59 KB

Celebrity and Public Life Vocabulary

This section groups terms related to celebrities, public life and reactions from the press and public.

People, Roles and Traits

  • autograph
  • bodyguard
  • crew
  • crowd
  • drive
  • entertainment
  • fiancée (prometida)
  • heiress (heredera)
  • idol
  • infatuation (capricho)
  • passer-by (transeúnte)
  • performance
  • performer
  • politician
  • popularity
  • pressure
  • publicity
  • role model (modelo)
  • tabloids (prensa sensacionalista)
  • emerge
  • fool (engañar)
  • gossip
  • pursue
  • worship (adorar)
  • controversial
  • disgraceful
  • impressive
  • instant
  • lavish (pródigo, generoso)
  • luxurious
  • marvellous
  • notorious (de mala fama)
  • offensive
  • outrageous (indignante)
  • overwhelmed (agobiado)
  • spoilt (consentido)
  • straight (en orden)
  • surrounded (rodeado)
  • wealthy (rico)
  • willing (dispuesto a)

Common Collocations: catch, take, go, in

... Continue reading "High-Frequency English Vocabulary: Celebrities, Environment, Tech" »

Essential Drawing Tools and Techniques in Civil Engineering

Classified in Technology

Written on in English with a size of 2.75 KB

The Importance of Drawing in Civil Engineering

Drawing is a fundamental and very important subject in Civil Engineering. A civil engineer cannot be successful without knowing how to draw. It is the language of engineers. No amount of words can convey civil engineering information as accurately and efficiently as a drawing. An architect cannot describe the plan of a house to a builder unless they draw it. They can only give a general idea using words like "single-storied, three-bedroom house," etc., but without a drawing, there is no way to build the house. This language is the easiest in the world to learn and the most precise. An object can be drawn only in one way. As a corollary, an accurate and complete drawing of an object can represent... Continue reading "Essential Drawing Tools and Techniques in Civil Engineering" »

Unijunction Transistor (UJT): Construction, Operation, and Applications

Classified in Technology

Written on in English with a size of 1.11 KB

Unijunction Transistor (UJT)

A unijunction transistor (UJT) is a three-lead electronic semiconductor device with only one junction that acts exclusively as an electrically controlled switch. The UJT is not used as a linear amplifier. It is used in free-running oscillators, synchronized or triggered oscillators, and pulse generation circuits at low to moderate frequencies (hundreds of kilohertz). It is widely used in the triggering circuits for silicon controlled rectifiers. The low cost per unit, combined with its unique characteristic, have warranted its use in a wide variety of applications like oscillators, pulse generators, saw-tooth generators, triggering circuits, phase control, timing circuits, and voltage- or current-regulated supplies.... Continue reading "Unijunction Transistor (UJT): Construction, Operation, and Applications" »

Robotics Fundamentals: Types, Specifications, and Programming

Classified in Technology

Written on in English with a size of 4.25 KB

Industrial Robots: Definition and Applications

An industrial robot is an automatic manipulation machine, programmable with three or more axes, capable of positioning or orienting materials to execute diverse tasks. Its primary functions include:

  • Manipulation: The main robot task is to move a part from one place to another, often for:
    • Assembling
    • Packaging
    • Machine tending
  • Processing: The robot performs operations on a part, transforming it through processes such as:
    • Welding
    • Spray application
    • Cutting

Service Robots: Examples and Functions

Service robots are designed to assist humans in various non-industrial settings. Examples include:

  • Telesurgery
  • Assistance for dependent people
  • Companionship and entertainment
  • Medication dispensing

Technical Specifications: Catalogs

... Continue reading "Robotics Fundamentals: Types, Specifications, and Programming" »

Internet Fundamentals: Connectivity and Protocols

Classified in Technology

Written on in English with a size of 3.53 KB

Understanding the Internet

The Internet is known and loved by everyone (except those who are still waiting for something to download) and it is the biggest growth area in technology at the moment. The Internet is an international network of computers.

It is basically a very big Wide Area Network of computers. It was originally developed by the U.S. Government to improve communication between its military computers. In the beginning, only government "think tanks" and a few universities were linked. It was an emergency military communications system.

How the Internet Functions

  1. Most people access the Internet using a PC connected to a normal telephone line. Computers are attached to a telephone line via another piece of kit called an ADSL modem or
... Continue reading "Internet Fundamentals: Connectivity and Protocols" »

Technical Processes: Tunnel Boring, Diesel Engines, and Corrosion Control

Classified in Technology

Written on in English with a size of 2.77 KB

Tunnel Boring Process

  1. Cutting the Rock Surface. The face of the cutter rotates about seven times a minute, and the teeth cut large circles into the surface of the rock.
  2. Collecting the Rocks. Pieces of the rock fall to the ground, and when the cutter face rotates upwards, the rocks fall onto conveyor belts.
  3. Moving the Cutter. Hydraulic cylinders push the body of the cutter slowly forwards. The steel shoes move outwards and grip the tunnel walls, while two legs push down and lift the machine off the floor.
  4. Supplying the Electricity. The power is connected to the cutters by means of a 13,800-volt cable.
  5. Strengthening the Roof. When the machine moves forwards, holes are drilled into the roof of the tunnel, and then the holes are filled with bolts and
... Continue reading "Technical Processes: Tunnel Boring, Diesel Engines, and Corrosion Control" »