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

Sort by
Subject
Level

Islamic Architecture in Al-Andalus: Umayyad to Nasrid

Classified in Technology

Written on in with a size of 4.42 KB

Construction System and Composition

The construction system is defined by arches that generate a second direction, with wooden beams on the ceiling made wider to provide support. Arches are positioned perpendicular to the Qibla, utilizing semicircular arches to support the structure alongside Corinthian capitals. The materials consist of grey and red bricks. Key components include:

  • Beam-Wooden Roof Board
  • Roof evacuation channel
  • Plaster false edges vault
  • Semicircular arch
  • Rectangular pillar
  • Horseshoe codal arch
  • Roll modillion

Decoration and Structural Logic

Decoration features vegetal, geometrical, and calligraphic motives. The section of the pillar becomes wider to make it higher; otherwise, the columns would collapse, which is the primary reason for... Continue reading "Islamic Architecture in Al-Andalus: Umayyad to Nasrid" »

Aircraft Identification Features and Aerospace Composites

Classified in Technology

Written on in with a size of 2.12 MB

0x2tV7+WJthvnHKBJxetd6bDt4HGFRMUjKVYAkcpjUtUWL9j3gNmYqJno4oRbrQGEYppr6f6HxU4t1t6PHAAAAAElFTkSuQmCC dJX3ra+dx9QAAAAASUVORK5CYII= gAAAAASUVORK5CYII= h83gsXK+4otxAAAAABJRU5ErkJggg==

Aircraft Identification Features

Learn to distinguish different aircraft models by their key visual characteristics:

  • A330 vs B777: The B777 doesn’t have winglets, has three wheels per main landing gear strut, and the end of the fuselage is distinct.
  • A320 vs B737: Standard Airbus/Boeing differences; B737s have a distinct engine shape (flattened bottom).
  • B737 Series: Differences between -200, -300, -400, -500, -600, -700, -800, -900ER are primarily by size.
  • B747: All have 4 engines. -200 and -300 do not have winglets, but the -300 has a larger upper deck hump. The -400 has winglets. The SP variant has no winglets and is shorter than others.
  • B757: The -300 is significantly larger than the -200.
  • B767: The -200 has no winglets. The -400 and -300 have
... Continue reading "Aircraft Identification Features and Aerospace Composites" »

Simple Machines: Principles, Types, and Applications

Classified in Technology

Written on in with a size of 3.42 KB

Common Characteristics of Machines

  • Involve a kind of motion.
  • Involve a kind of force.
  • Make a job easier to do.
  • Need some kind of input to make them work.
  • Produce some kind of output.

Basic Types of Motion

  • Rotary: Going round and round.
  • Oscillating: Swinging backwards and forwards.
  • Linear: In a straight line.
  • Reciprocating: Backwards and forwards in a straight line.

A machine is a device that helps make work easier to perform.

Mechanical Advantage Defined

Mechanical Advantage: When a machine takes a small input force and increases the magnitude of the output force, a mechanical advantage has been produced.

Conservation of Energy Principle

Conservation of Energy: No machine can produce more work than the amount of work that is put into the machine.

The Six Simple

... Continue reading "Simple Machines: Principles, Types, and Applications" »

Cybersecurity Labs for Industrial Control Systems (ICS/SCADA)

Posted by Anonymous and classified in Technology

Written on in with a size of 12.59 KB

Experiment 01: Network Traffic Analysis in ICS/SCADA

Tools

  • Wireshark

Objectives

  • Use Wireshark to capture and analyze network traffic to detect anomalies such as unauthorized commands or network scanning.

Deliverable

  • A detailed report of traffic patterns and recommendations for mitigations.

Wireshark

Wireshark is a network protocol analyzer used to capture and inspect data packets in real time.

Installing Wireshark on Linux

  1. Step 01: Update package lists: sudo apt update
  2. Step 02: Install Wireshark: sudo apt install wireshark -y
  3. Step 03: Allow non-root packet capture. When prompted, select to allow non-root users to capture packets. If not prompted, run:
    • sudo dpkg-reconfigure wireshark-common
    • sudo usermod -aG wireshark $USER
  4. Step 04: Restart your session (log
... Continue reading "Cybersecurity Labs for Industrial Control Systems (ICS/SCADA)" »

Cisco Router and Switch Configuration: PPP, DHCP, VLAN, RIP, OSPF, EIGRP

Classified in Technology

Written on in with a size of 4.33 KB

Cisco Router and Switch Configuration

PPP Authentication

1. User Configuration (Matching Passwords on Both Routers)

router(config)# username <hostname_remote_router> password <password>

2. Interface Encapsulation Change

router(config-if)# encapsulation ppp

3.1 Enabling PAP Authentication

router(config-if)# encapsulation ppp
router(config-if)# ppp authentication pap
router(config-if)# ppp pap sent-username <local_username> password <password>

3.2 Enabling CHAP Authentication

router(config-if)# encapsulation ppp
router(config-if)# ppp authentication chap

DHCP Scope Configuration

router(config)# ip dhcp pool <POOL_NAME>
router(config-dhcp)# network <NETWORK_ADDRESS> <NETMASK>
router(config-dhcp)# default-router <GATEWAY_

... Continue reading "Cisco Router and Switch Configuration: PPP, DHCP, VLAN, RIP, OSPF, EIGRP" »

Essential Concepts in Nanotechnology, AI, and Smart Systems

Classified in Technology

Written on in with a size of 3.64 KB

Advanced Technology Concepts: Nanotubes and Robotics

Carbon Nanotubes: Properties and Benefits

What are Nanotubes?

Nanotubes are cylindrical molecules made of carbon atoms, possessing extraordinary strength and electrical properties.

Advantages over Traditional Materials:

  • High strength
  • Lightweight structure
  • Excellent conductivity (electrical and thermal)
  • Superior chemical stability

Androids Versus Automata

What is the difference between androids and automata?

Androids
Robots designed to resemble humans, often incorporating advanced Artificial Intelligence (AI).
Automata
Mechanical devices that perform predefined actions, typically lacking human-like design or advanced AI.

Wireless Communication and Smart Systems

Key Wireless Systems

Name two common types of... Continue reading "Essential Concepts in Nanotechnology, AI, and Smart Systems" »

Mastering Gmail, Drive, and Google Workspace Essentials

Posted by Anonymous and classified in Technology

Written on in with a size of 4.36 KB

Gmail Configuration and Usage

Gmail Account Setup and Basics

  • How do you configure a Gmail account?
    You configure a Gmail account by signing up on Gmail and entering personal details.
  • What is used to send an email?
    The "Compose" button is used to send an email.
  • How can you reply to an email?
    You can reply to an email by clicking the "Reply" button.
  • What does forwarding an email do?
    Forwarding an email sends the received email to another person.
  • How do you attach a file in Gmail?
    You attach a file using the "Attach files" (paperclip) option.
  • What information is needed to sign up for a Gmail account?
    The required information includes your name, username, password, and recovery details.
  • Where do incoming emails appear in Gmail?
    Incoming emails appear in
... Continue reading "Mastering Gmail, Drive, and Google Workspace Essentials" »

Essential SAP ABAP Interview Questions and Core Concepts

Posted by Anonymous and classified in Technology

Written on in with a size of 5.03 KB

Core SAP ABAP Concepts and Definitions

What is the Use of ALV (ABAP List Viewer)?

ALV (ABAP List Viewer) is a powerful tool in SAP that facilitates the creation and display of reports with enhanced functionalities and features. It is widely used in SAP to present data in a structured and user-friendly manner. ALV is part of the SAP GUI and is used to generate reports and tables that provide users with various options for interacting with data.

Understanding the SAP ABAP 3-Tier Architecture

The SAP R/3 architecture is a multi-tiered structure that comprises three main layers:

  1. The Presentation Layer: This is the topmost tier, responsible for providing user interfaces for interacting with the system. It serves as the gateway for users to access and
... Continue reading "Essential SAP ABAP Interview Questions and Core Concepts" »

For fail safe designed structural components

Classified in Technology

Written on in with a size of 2.56 KB

1getting 2 size 3 heads 4 circulating 5 ubricating 6 cooling 7 filters 8 valves 

2. How long do preparations for starting last?
Preparations for starting usually begin about one hour or more before departure. The time required depends mainly on the size and complexity of the engine.

3. Why must an engine be heated up before starting?
The engine must be heated to allow its components to expand gradually. This prevents excessive stress, reduces wear, and ensures safe operation when the engine is put under load.

4. How is a marine diesel engine heated up?
A marine diesel engine is heated by circulating hot water through the cylinder jackets and other important parts, bringing the engine up to the correct operating temperature.

6. Why is the crankshaft

... Continue reading "For fail safe designed structural components" »

Metalworking Processes and Sheet Metal Fabrication

Posted by Anonymous and classified in Technology

Written on in with a size of 2.88 KB

Hot and Cold Working Processes

Hot Working: This involves deforming a metal above its recrystallization temperature. The metal recrystallizes during the process, so it does not get harder or brittle while being worked.

Cold Working: This involves deforming a metal below its recrystallization temperature. This causes "strain hardening," making the metal stronger but also more brittle.

Metal Extrusion and Its Benefits

Extrusion can produce complex cross-sections that are impossible with rolling. It offers high material utilization (very little waste) and good mechanical properties, especially in cold extrusion. This process works for both brittle and ductile materials.

Common Applications of Extrusion

  • Aluminum: Window frames, sliding door tracks, and
... Continue reading "Metalworking Processes and Sheet Metal Fabrication" »