mmmmk

Metallurgical Optical Microscope

A metallurgical optical microscope, also known as a metallographic microscope, is a specialized type of optical microscope designed for the examination and analysis of opaque materials, such as metals, ceramics, and polymers. It is a valuable tool in materials science, metallurgy, and other fields where the microstructure of materials needs to be studied. Working Principle: The working principle of a metallurgical optical microscope is based on the reflection and...

See on Student Notes »

biology external - discussion

Although all three species—the brown bear (mammal), Chinook salmon (bony fish), and European honey bee (insect)—carry out the same essential life process of gas exchange to support cellular respiration, the structural adaptations they exhibit reflecta remarkable diversity in response to this shared biological demand, shaped by their differing environments, metabolic needs, and body plans. Mammals such as the brown bear have evolved an internal lung system supported by a double circulatory system,

...

See on Student Notes »

UAEGJG

1. La organización industrial estudia el comportamiento de las empresas en los mercados, 
incluyendo sus estrategias y estructura. (Verdadero)
2.- La organización industrial solo se enfoca en el análisis de la macroeconomía. (Falso)
3. ¿Cuál de los siguientes elementos forman parte de la organización industrial? 
a) Producción literaria
b) Comportamiento de empresas en el mercado
c) Estructura de mercado
d) Intervención del Estado en la competencia
Respuesta correcta: b, c, d
4. La organización

...

See on Apuntes & Cursos »

EDUCATION

Q1:What is meaning of education

The word ‘Education’ has been derived from two Latin words. Educare and Educere.’

Word “Educare” means to bring up or “to raise”. The word “Educere” means to draw out or “to lead out”

All these meanings indicate that education seeks to bring up the good qualities in child and draw out the hidden talent in every individual. 

Q2: Definition of education

The delivery of knowledge, skills and information from teachers to students

...

See on Wikiteka »

biology

most mammals live on land, meaning they breath in oxygen through the air. they are at risk of desiccation, therefore, their gas exchange system (the lungs), is found deep inside their bodies to avoid any water loss. air has a relatively high oxygen concentration of approximately 21%, and is easy to ventilate.

air enters the lungs through the trachea, which then splits into 2 bronchi, and then separates into smaller bronchioles. the tubes are held together by rings of cartilage. on the bronchiole

...

See on Wikiteka »

bio external

🧬 Purpose of Gas Exchange

Gas exchange is the biological process through which organisms obtain oxygen from their environment and expel carbon dioxide, a waste product of cellular respiration. Oxygen is essential for aerobic respiration, which produces ATP, the energy currency of cells. Without a constant supply of oxygen and efficient removal of CO₂, cells cannot perform metabolic functions, leading to organismal failure. Different animal groups have evolved diverse gas exchange systems, finely

...

See on Student Notes »

Stattttt

##################### Experiment 1 ######################################
import nltk
import re
from nltk.tokenize import word_tokenize, sent_tokenize
from nltk.stem import PorterStemmer, WordNetLemmatizer
from nltk.corpus import stopwords
# !pip install nltk
nltk.download('punkt_tab')
nltk.download('wordnet')
nltk.download('stopwords')

# Sample text
text = "Natural Language Processing is an exciting field. It involves making computers understand human languages. We will explore tokenization, stemming, and...

See on Student Notes »

webbb

#what is css ? Discuss type of css with example.

CSS (Cascading Style Sheets) is a stylesheet language used to control the look and formatting of HTML elements on a webpage. It separates content (HTML) from presentation (design), allowing for better flexibility and control in web development. CSS is used to define styles such as: *Font size and color *Layout and positioning *Backgrounds and borders *Animations and transitions.

There are three main types of CSS: 1. Inline CSS *Applied directly to

...

See on Student Notes »

mathematics

Ques􀆟on 1: Given U = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}
A = {2, 4, 6}
B = {1, 3, 5, 7}
C = {6, 7}
(a) A' ∩ B
A' = U - A = {0, 1, 3, 5, 7, 8, 9}
A' ∩ B = {0, 1, 3, 5, 7, 8, 9} ∩ {1, 3, 5, 7} = {1, 3, 5, 7}
(b) (A ∪ B) - C
A ∪ B = {2, 4, 6} ∪ {1, 3, 5, 7} = {1, 2, 3, 4, 5, 6, 7}
(A ∪ B) - C = {1, 2, 3, 4, 5, 6, 7} - {6, 7} = {1, 2, 3, 4, 5}
(c) (A ∪ C)'
A ∪ C = {2, 4, 6} ∪ {6, 7} = {2, 4, 6, 7}
(A ∪ C)' = U - (A ∪ C) = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9} - {2, 4, 6, 7} = {0, 1, 3,
...

See on Student Notes »