1. Explain the classification of Engineering Materials with suitable examples. Discuss the crystal structures of BCC, BCC, FCC and HCP.
#.Classification of Engineering Materials:
1.Metals and Alloys: Characterized by metallic bonding, good electrical/thermal conductivity, ductility, and strength.
.Examples of Metals: Iron (Fe), Copper (Cu), Aluminum (Al), Gold (Au).
.Examples of Alloys: Steel (Fe-C), Brass (Cu-Zn), Bronze (Cu-Sn), Duralumin (Al-Cu-Mg-Mn).
2.Ceramics: Inorganic, non-metallic solids,...
Thermodynamics is the branch of science that deals with energy (heat & work both) transfer and its effect
on the state or condition of the system.
Thermodynamics basically involves four laws (explained later) known as Zeroth, First, Second and Third
law of thermodynamics.
Zeroth law deals with thermal equilibrium and relates to the concept of equality of temperature.
First law relates to the conservation of energy and introduces the concept of internal energy.
Second law relates...
stebri = [
{"id": "A1", "sirina": 0.5, "dolzina": 0.5, "visina": 4.0},
{"id": "A2", "sirina": 0.8, "dolzina": 0.8, "visina": 5.0},
{"id": "B1", "sirina": 0.6, "dolzina": 0.6, "visina": 3.5},
{"id": "B2", "sirina": 1.0, "dolzina": 1.0, "visina": 6.0},
{"id": "C1", "sirina": 0.7, "dolzina": 0.7, "visina": 5.5}
]
# Izračun prostornine vsakega stebra v seznamu in seštevek vseh prostornin
skupna_kolicina = sum([s["sirina"] * s["dolzina"] * s["visina"] for s in stebri])
print(
# **अध्याय: अम्ल, क्षार और लवण (Acids, Bases and Salts)**
## **1. अम्ल (Acids)**
### **परिभाषा एवं मूल अवधारणा**
- 'Acid' शब्द की उत्पत्ति लैटिन भाषा के शब्द **'Acidus'** से हुई है, जिसका शाब्दिक अर्थ **'खट्टा'** होता है।
- **आरहेनियस (Arrhenius) सिद्धांत...
| Case Studies/Stories | Summary | Takeaway |
| Sofie Lentschner | - Sofie Lentscher: Born in 1908, second child of Jewish parents - Live in Leizpig, Germany - Mom: Socialite, hospitable; Father: Businessman, leader Baby Sofie: Determined, persistent. Inspect items, fascinated by piano Child: Introspective, loved school, language, piano lessons HS: Spoke English & French, successful pianist, didn't get married yet and went to university Hitler rose: had to move to Belgium. Lost contact of many family members |
1. BARR BODY ⭐
Definition
* Barr body is the condensed, inactive X chromosome seen in the nucleus of female somatic cells.
* It is also called sex chromatin.
Formation
* In females: 46,XX → one X chromosome becomes inactive.
* The inactive X chromosome becomes highly condensed and forms the Barr body.
* X-inactivation occurs early in embryonic development.
Number of Barr bodies
Barr bodies = Number of X chromosomes − 1
Examples:
* Normal female 46,XX → 1 Barr body
* Normal male 46,XY → 0
*...
Q 4. Write Short Notes on the Following:
(b) Real-Time Operating System (RTOS): A Real-Time Operating System (RTOS) is an operating system that provides a response within a specified time limit. It is used in applications where timing is critical.
Types of RTOS
1. Hard Real-Time OS: The deadline must be met. Missing a deadline may lead to system failure.
2. Soft Real-Time OS: Occasional delays are acceptable, but performance may be affected.
Applications
1. Medical Equipment 2. Robotics 3. Air...
Q 1. What is an Operating System? Explain its major functions and different types.
An Operating System (OS) is system software that acts as an interface between the user and computer hardware. It manages the hardware and software resources of a computer and provides an environment for running application programs.
Examples: Windows, Linux, macOS, Android and Unix.
Basic Structure
User
↓
Application Programs
↓
Operating System
↓
Hardware
Major
...Unit 1: Overview of Computer Security
1. Define the CIA Triad (Confidentiality, Integrity, Availability) and explain key security design principles.