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

Sort by
Subject
Level

Dynamic Memory Management: Strategies and Techniques

Classified in Technology

Written on in English with a size of 6.63 KB

8.5 Dynamic Memory with Reservation — 8.5.1 General Features

Dynamic memory is essential for managing dynamic structures like lists, trees, and graphs. It's heavily used in object-oriented programming, where each object resides in the heap.

Key heap operations include allocation (e.g., malloc in C, new in C++) and deallocation (e.g., free in C, delete in C++). These operations are handled by a dedicated library that manages dynamic memory.

Allocation involves assigning a memory block of a specific size. Deallocation frees a memory block, allowing its reuse for future allocations. Effective heap management requires techniques to optimize space usage and the execution time of allocation and deallocation operations.

8.5.2 Fixed-Length Blocks

In this... Continue reading "Dynamic Memory Management: Strategies and Techniques" »

Storage Units and RAM: Structure and Operation

Classified in Technology

Written on in English with a size of 4.46 KB

Storage Units: Definition and Types

Item 10: Storage units are those that can permanently store data or programs. They allow modification and re-saving of data for later retrieval. Central microcomputer equipment always includes a hard disk drive and a CD drive. The IDE interface for hard disks and CD/DVD drives is the most commonly used. Motherboards typically have two connectors to connect up to four devices. The SCI interface, used in professional equipment, is currently seeing less use due to the steady growth in flash drive storage capacity.

Physical and Logical Structure of Storage

Storage structure is divided into two parts:

  • Physical Structure: This refers to how the storage medium is divided and corresponds to where the information is
... Continue reading "Storage Units and RAM: Structure and Operation" »

Propiedades e Aplicacións de Materiais Naturais e Sintéticos

Classified in Technology

Written on in English with a size of 4.13 KB

Materiais Téxtiles

Os materiais téxtiles poden ser naturais ou sintéticos. As fibras naturais extráense de materias primas de orixe animal, vexetal ou mineral.

Fibras de Orixe Natural

Orixe Vexetal

Algodón: Provén do froito da planta do mesmo nome, da familia das malváceas. Aínda que a súa cor natural é branca, pode tinguirse de moitas cores. É elástico e flexible, bo illante térmico, resistente aos ácidos, lixeiro e permeable.

Liño: Obtense do talo da planta do mesmo nome, da familia das lináceas. A súa cor natural é branca ou castaña. É suave, flexible, bo condutor térmico e resistente ao cloro e á lixivia.

Esparto: Extráese das follas dunha planta herbácea. É moi resistente e tenaz. Emprégase na industria do calzado,... Continue reading "Propiedades e Aplicacións de Materiais Naturais e Sintéticos" »

Automotive Fuel Injection Systems: KE-Jetronic to MONO-MOTRONIC

Classified in Technology

Written on in English with a size of 4.29 KB

KE-Jetronic Fuel Injection System

KE-Jetronic combines K-Jetronic and electronic control. It features an electrohydraulic flow injection system that adapts to engine operating states, enriching or leaning the fuel mixture as needed. Unlike some systems, it does not have a warming phase regulator. Key components include an engine temperature probe, a throttle butterfly switch, and a potentiometer within the flowmeter that determines the position of the plate probe.

L-Jetronic Fuel Injection System

L-Jetronic is a fully electronic system, characterized by intermittent and simultaneous fuel injection. Fuel volume is measured by a paddle-tube flowmeter. Fuel is metered by electromagnetic injectors. This system does not use a fuel distributor/doser.... Continue reading "Automotive Fuel Injection Systems: KE-Jetronic to MONO-MOTRONIC" »

Database Normalization: 1NF to 4NF Explained

Classified in Technology

Written on in English with a size of 3.18 KB

First Normal Form: Eliminating Repeating Groups

To achieve First Normal Form (1NF), you must remove repetitive groups. This process involves two main steps:

  • Repeating groups must generate a new relationship that contains the primary key of the original relationship as an attribute, alongside fields that have no repeating groups.
  • Form a composite key consisting of the primary key from the original relationship and the key attributes of the repeating group, including all fields that make up the repeating group.

Second Normal Form: Removing Partial Dependencies

To achieve Second Normal Form (2NF), you must remove partial dependencies. This requires:

  1. Identifying a composite key and the attribute fields that depend solely on a portion of it.
  2. Creating a
... Continue reading "Database Normalization: 1NF to 4NF Explained" »

Understanding ISDN: Key Components and Functionality

Classified in Technology

Written on in English with a size of 3.2 KB

ISDN: A digital network from start to finish, which allows integration of multiple services into a single access.
Network Terminal: It is a device that converts the 2 wires that come in 4 needed to communicate.
Access Basic: Contains 2 B channels (64 kbps data rate) and D (signaling speed 16 kbps).
Primary Access: 2048 kbps speeds. The entrance to the building is through radio links, fiber optic... Sometimes the B channel is called H.
Terminal Adapter (TA): Devices to work with old equipment (faxes) in an ISDN installation.
Doorman: In the installation of 1 keeper, 4 wires are needed to connect the housing with the street, or 3 if we combine the negative. To select the call, the plant must send a signal, for example, by the common negative.... Continue reading "Understanding ISDN: Key Components and Functionality" »

Essential Home Utility Systems: Water, Gas, and Sanitation

Classified in Technology

Written on in English with a size of 3.59 KB

Home Utility Systems: Water, Gas, and Communications

These elements are responsible for the distribution and supply of water, energy, and communications throughout a home.

Water Supply and Distribution

The Water Cycle in a Home

The cycle involves sourcing from nature, followed by purification, and finally, consumption.

Domestic Water Network

This is the internal network that supplies hot and cold water to all necessary points in the house.

Key Components of the Water Network
  • Valves: Open and close the passage of water in the pipes.
  • Tanks/Reservoirs: Store a certain amount of water to prevent supply shortages.
  • Faucets: Regulate the flow of water.
  • Heaters: Supply Domestic Hot Water (DHW).
  • Sanitary Fixtures: Used for personal hygiene and facilitate cleaning
... Continue reading "Essential Home Utility Systems: Water, Gas, and Sanitation" »

Material Strength: Testing, Properties, and Hardness

Classified in Technology

Written on in English with a size of 295.29 KB

Why are trials? 1) Identify properties of materials and determine their possible use 2) Quality control in manufacturing processes 3) Determine previous history and composition of materials 4) Establishing the causes of failure of the material in service 5) Study of new types of materials

Uniaxial tensile test: Performed with a standard specimen, a constant-load vellocidad and is a destructive test.

Stress-strain

Hooke's law (elastic): ? n = ? n E · [MPa = 10 6 N / m 2 = kg / mm 2]

E ceramic>metal E> E Polymer E ? ? ? ? ? Tfusion F bond

Poisson's ratio: v =-? lateral / longitudinal ?

Yield strength: ? and ? = 0.2 -> Polymers (? ? Max + min) / 2

Tensile strength (Rt): max. Rated voltage that supports the tensile specimen

Resistance to fracture:

... Continue reading "Material Strength: Testing, Properties, and Hardness" »

Essential Power Electronics Components and Their Functions

Classified in Technology

Written on in English with a size of 2.25 KB

Power Electronics Components

Various circuits are specifically designed to process large amounts of energy. These circuits and their components are collectively known as power electronics.

Thyristor-Based Devices

  • SCR (Silicon Controlled Rectifier): Similar to a conventional diode, it allows current to flow in only one direction. However, it differs because its conduction is regulated by a gate electrode. SCRs are manufactured in various current ratings, ranging from low-current devices (under 1 A) to high-current models capable of handling hundreds of amps.
  • Triac: Developed to function as a controlled switch with features similar to thyristors, but specifically designed for alternating current (AC) applications.
  • Diac: A unique two-terminal component
... Continue reading "Essential Power Electronics Components and Their Functions" »

Eiffel Tower by Gustave Eiffel — Iron Architecture in Paris

Classified in Technology

Written on in English with a size of 3.16 KB

Gustave Eiffel — The Eiffel Tower

Work: Eiffel Tower
Author: Gustave Eiffel
Location: Paris
Date: 1887–1889

I. Meaning and Function

In 1887, Gustave Eiffel was commissioned to build an iron tower for the Exposition Universelle to be held in Paris. The tower, at 300 m, whose function is to show its own structural elements, became a symbol of modernity.

Constructive Elements

Constructive elements are prevalent in the Eiffel Tower: the assembly of iron pieces, the methods by which the metal expands and contracts, and the stress calculations. Because it is an open structure, it conveys a sense of lightness that does not correspond to its actual weight.

The four feet at the base, connected by arched structures, recall the origins of the iron bridge... Continue reading "Eiffel Tower by Gustave Eiffel — Iron Architecture in Paris" »