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

Sort by
Subject
Level

Network Cabling Fundamentals: Twisted Pair, Fiber Optics, and Connectors

Classified in Technology

Written on in English with a size of 3.01 KB

Metallic Twisted Pair Cables and Coaxial Systems

Twisted pair cables use a couple of conductors for both transmission and reception. If they are not shielded, they are very sensitive to interference. A way to overcome this interference is to weave (twist) the pairs so that the electromagnetic disturbances affecting one conductor are nullified by the adjacent conductor.

Types of Twisted Pair Cables

  • UTP (Unshielded Twisted Pair): A twisted pair cable without external metallic coating, making it sensitive to interference.
  • STP (Shielded Twisted Pair): Similar to UTP, but includes a metallic coating (shielding) to prevent external interference.

Optical Fiber Systems

Optical fiber allows the transmission of light signals. Fiber is usually made of glass... Continue reading "Network Cabling Fundamentals: Twisted Pair, Fiber Optics, and Connectors" »

Technical Drawing Labeling Box Standards and Components

Classified in Technology

Written on in English with a size of 2.82 KB

Labeling Box Concept

Labeling box concept: The box labeling is a set of adjacent rectangles subdivided into boxes where specific data are part of a technical drawing. This should be located within the area of execution of the drawing. Labeling boxes are designed for the identification, use, and understanding of technical drawings and related documents.

Labeling Box Contents

Identification Area

Data from the area of identification are required and must provide basic information.

  • Number of drawing: The drawing number determined by the owner must be at the lower right corner of the identification area.
  • Title of drawing: The drawing title should describe functional content (e.g., the designation of the item represented or a combination).
  • Name of the legal
... Continue reading "Technical Drawing Labeling Box Standards and Components" »

Core Concepts in Data Modeling and Database Design

Classified in Technology

Written on in English with a size of 4.67 KB

Data Modeling Concepts: True or False

  • False: ProcessAnalyst typically focuses on business process modeling, not primarily on designing detailed entity-relationship models.
  • False: An analyst's concerns extend beyond just designing an information system; they include requirements gathering, process analysis, and more.
  • False: Referential integrity is a rule ensuring consistency between related tables, typically involving primary and foreign keys, not governing general data types within attributes.
  • True: A domain is a constraint that governs the permissible data types and values for an attribute.
  • True: An occurrence (or instance) of an entity is uniquely identified by a primary key.
  • True: A Data Architect initiates the process by building a conceptual
... Continue reading "Core Concepts in Data Modeling and Database Design" »

Silica, Fiber Optics, Composites, Cyborgs, and Nanotechnology

Classified in Technology

Written on in English with a size of 3.16 KB

Silica (SiO2)

From natural opal and quartz to beach sand.

Uses:

  • Traditional: Glass, porcelain
  • Current: Silicon, optical fibers
  • Elementary silicon is used to manufacture microchips for electronic devices

Features:

Semiconductor, can be an insulator or a conductor of electricity depending on the conditions.

Fiber Optics

A very fine thread of transparent material (glass, plastic, etc.) through which light pulses are sent that represent data to be transmitted. The light source can be a laser or LED.

They are used in telecommunications, allowing a large amount of information to be sent quickly.

Composites

Composites are formed by two or more chemically different components, which are not mixed at the microscopic level. They maintain individuality, but at the... Continue reading "Silica, Fiber Optics, Composites, Cyborgs, and Nanotechnology" »

Mechanical Power Transmission: Shafts, Gears, and Belts

Classified in Technology

Written on in English with a size of 2.74 KB

Mechanical Power Transmission Systems

Shafts and Couplings

A shaft is a rotating machine element that transmits power or energy. A shaft can also be cylindrical and support rotating parts without transmitting power. Couplings connect two shafts:

  • Rigid Coupling: Shafts are aligned and maintain their position during rotation (using flanges and couplings).
  • Flexible Coupling: Allows for slight misalignment between shafts during operation.

Gear Trains and Powertrains

A gear train refers to a pair of meshing gears. A powertrain consists of two or more gear pairs that alter the rotational speed of the final shaft.

Joints

Joints transmit motion and forces. These forces can be in opposite, same, or different directions.

Chains and Belts

  • Chain: Ideal for dusty
... Continue reading "Mechanical Power Transmission: Shafts, Gears, and Belts" »

Essential Electronic Components and Circuit Prototyping Techniques

Classified in Technology

Written on in English with a size of 3.35 KB

Essential Passive and Active Electronic Components

Resistors: Current Control and Sensing

Fixed resistors act as current limiters and are used to protect other components that cannot handle very high current. Resistor applications include:

  • Fixed Resistors: Used for current limiting and voltage division.
  • Potentiometers (Variable Resistors): Can vary resistance, making them useful as voltage regulators and power controls.
  • Dependent Resistors (Sensors): Allow use as sensors in automatic systems (e.g., LDRs, Thermistors).

Capacitors: Charge Storage and Filtering

Capacitors are passive components designed to store electric charge. The main characteristic of a capacitor is its capacitance (C), representing the amount of electric charge (Q) it is capable... Continue reading "Essential Electronic Components and Circuit Prototyping Techniques" »

Computer Hard Drives: Types, Structure, and Setup

Classified in Technology

Written on in English with a size of 3.09 KB

Hard Drives: Types and Fundamentals

The two most common types of hard drives are IDE (Integrated Drive Electronics) and SATA (Serial Advanced Technology Attachment).

Physical Structure of Hard Drives

Hard drives serve as the primary mass storage unit of a computer. They typically contain multiple platters stacked on a central spindle, completely isolated from the outside environment. At the bottom of the hard disk is a circuit board (or controller card) that receives commands from the system controller. This board also ensures that the spindle maintains a constant rotational speed and manages when the unit reads from or writes to the disk. Modern disks commonly reach speeds of 7200 RPM (revolutions per minute).

A group of read/write heads, mounted... Continue reading "Computer Hard Drives: Types, Structure, and Setup" »

Thermal Machines and Combustion Engine Mechanics

Classified in Technology

Written on in English with a size of 3.35 KB

Thermal Machines and Energy Conversion

Thermal machines are systems designed to transform thermal energy into mechanical energy or vice versa.

Classification of Thermal Machines

External Combustion Engines

  • Alternative: Steam engines utilizing single and double-effect mechanisms.
  • Rotary: Closed-cycle systems such as steam turbines.

Internal Combustion Engines

  • Alternative: Otto engines (4-stroke and 2-stroke) and Diesel engines (4-stroke and 2-stroke).
  • Rotary: Wankel engines, open-cycle turbines, and gas turbines.

Heat Engine Fundamentals

A heat engine is a motor machine that converts thermal energy or heat into mechanical energy. In internal combustion machines, the fuel burns inside the machine, and the produced gases are responsible for driving the... Continue reading "Thermal Machines and Combustion Engine Mechanics" »

Service-Oriented Architecture: Benefits and Challenges

Classified in Technology

Written on in English with a size of 2.82 KB

Service-Oriented Architecture (SOA) Explained

Service-Oriented Architecture (SOA) is not a specific software or framework. Instead, it is a methodology and a pattern for designing systems where components and service providers interact.

Advantages of SOA

  • Software Reuse

    Complex routines needed by multiple systems within a company can be developed as web services, promoting reuse.

  • Increased Productivity

    Connecting to an existing web service is often faster than building the entire required functionality for a new system.

  • Greater Agility

    With the assurance of no duplicate code across the system, system maintenance becomes significantly faster.

  • Interoperability

    This enables seamless information exchange between systems written in different programming languages.

... Continue reading "Service-Oriented Architecture: Benefits and Challenges" »

Essential Material Properties & Steel Production Methods

Classified in Technology

Written on in English with a size of 6.38 KB

Mechanical Properties of Materials

  • Elasticity: The ability of a material to recover its original shape after deformation.
  • Plasticity: The ability of a material to retain its deformed shape after the applied load is removed.
  • Ductility: The ability of a material to be stretched into thin wires or threads without fracturing.
  • Malleability: The ability of a material to be hammered or pressed into thin sheets without fracturing.
  • Hardness: The resistance of a material to scratching, indentation, or abrasion.
  • Fragility: The tendency of a material to break with little or no plastic deformation; lack of toughness.
  • Toughness: The ability of a material to absorb energy and deform plastically before fracturing.
  • Fatigue: The progressive and localized structural
... Continue reading "Essential Material Properties & Steel Production Methods" »