Nitin 2 exam

Modern production techniques are designed to maximize efficiency, reduce waste, and ensure high-quality output. Below is an overview of these core industrial concepts and the logic behind "Make or Buy" decisions.
### 1. Just-in-Time (JIT)
JIT is an inventory management strategy that aligns raw-material orders from suppliers directly with production schedules.
 * **Core Goal:** To minimize inventory costs by receiving goods only as they are needed in the production process.
 * **Key Benefit:** Reduces

...

See on Student Notes »

ироиошл

RENESANS

epoka odrodzenia, powrót do antyku

antropocentryzm – człowiek w centrum

humanizm – rozwój intelektualny, nauka, godność człowieka

Wzorce osobowe:

człowiek renesansu – wszechstronny, wykształcony

obywatel – działa dla państwa

ziemianin – spokojne życie, harmonia z naturą 

Hymn – Czego chcesz od nas, Panie

autor: Jan Kochanowski

hymn dziękczynny

Bóg: dobry, hojny, opiekuńczy

świat: uporządkowany, piękny

człowiek: wdzięczny za dary



Pieśni

tematy: życie, szczęście,

...

See on Wikiteka »

compiler

 [B]Top Down vs Bottom Up Parsing[/B]
Bottom-up parsing starts from the input string and reduces it to the start symbol (leaves → root). Example: LR parsing.
Top-down is simple but less powerful, while bottom-up is complex but handles more grammars.
[B]FIRST Algorithm[/B]
If X is terminal → FIRST(X) = {X}
If X → ε → include ε
If X → Y₁Y₂…Yₙ
Add FIRST(Y₁) (except ε)
If ε in FIRST(Y₁), check next
If all have ε → add ε
Repeat until no change
[B]FOLLOW Algorithm [/B]
Put $ in FOLLOW(...

See on Student Notes »

English

Date: April 28, 2026

To,

The Principal,

[Name of Your School]

Subject: Prayer for establishing an English Language Club.

Sir,

I, on behalf of the students of our school, humbly request your permission to establish an English Language Club.

This club will help us improve our communication skills, vocabulary, and confidence through debates, creative writing, and group discussions. We believe this initiative will be a great addition to our extracurricular activities.

We hope you will kindly grant us

...

See on Student Notes »

unit 5

The Application Layer is the topmost layer of the OSI Model. It is the layer closest to the user and provides network services directly to end-user applications.

 What the Application Layer Does

Acts as the interface between user applications and the network

Enables software like browsers, email clients, and file transfer tools to communicate over a network

Provides services such as:

File transfer

Email communication

Web browsing

Remote login

 Common Protocols at the Application Layer

HTTP –

...

See on Student Notes »

Science 20.1

Science 20.1 notes

 Section 1: The Discovery of Viruses

* Dmitri Ivanovski discovered that a disease in tobacco plants was spread by liquid extracted from infected plants.
* Martinus Beijerinck named these tiny disease-causing particles "viruses," which is the Latin word for poison.
* Wendell Stanley showed that viruses can be crystallized, leading to the conclusion that they are not truly alive.
* Viruses are defined as nonliving particles made of proteins, nucleic acids, and sometimes lipids.

Bolded

...

See on Student Notes »

unit 4

The Transport Layer is the fourth layer of the OSI Model and plays a vital role in providing end-to-end communication between source and destination systems. It ensures that data is delivered reliably, accurately, and in the correct sequence. One of its primary functions is segmentation, where large messages are divided into smaller units called segments, and reassembly, where these segments are combined back at the receiver’s end. It also performs flow control to regulate the speed of data
...

See on Student Notes »

unit 3

Network Layer (10 Marks Answer)

The Network Layer is the third layer of the OSI Model. It is responsible for routing, addressing, and forwarding data packets from the source to the destination across multiple networks.

Main Functions

1. Logical Addressing

Assigns IP addresses to devices

Ensures each device is uniquely identified

2. Routing

Determines the best path for data transmission

Uses routing algorithms and tables

3. Packet Forwarding

Moves packets from one network to another

Uses routers

...

See on Student Notes »

unir 2

1.Elementary Data Link?

Elementary Data Link Protocols are basic communication protocols used at the Data Link Layer of the OSI Model. They explain how data is transmitted between two devices and introduce concepts like flow control and error control in a simple way.

Types of Elementary Data Link Protocols

1. Unrestricted Simplex Protocol

Communication is one-way (simplex)

Sender continuously sends frames without waiting

No error control or flow control

Assumes receiver can handle all incoming data

...

See on Student Notes »