Fpl eng

Q1. Working Of Increment and Decrement Operator.

Program:

#include <stdio.h>

int main() {

int a = 10;

printf("%d\n",a++); // a = a + 1 => a = 11

printf("%d\n",a--); // a = a - 1 => a = 10

int count = 5;

printf("%d\n", ++count); // prints 6 (prefix increment)

printf("%d\n", count--); // prints 6, then count becomes 5 (postfix decrement)

return 0;

Q.Tokens:A token is the smallest unit of meaning in a programming languageThe tokens would be: 1. int → keyword 2. x → identifier 3. =

...

See on Student Notes »

javaa

What is JVM? How is it different from JRE?

JVM vs JRE (4 Marks - Point Format):

  1. JVM (Java Virtual Machine):
    It is an abstract machine that runs Java bytecode, enabling platform independence by converting bytecode into machine code.

  2. JRE (Java Runtime Environment):
    It is a software package that provides the necessary environment to run Java applications. It includes the JVM, core libraries, and other files.

  3. Function:
    JVM is responsible for execution only, whereas JRE provides everything needed

...

See on Student Notes »

Sceicne

Cells are open systems – they exchange both matter and energy with their environment.

Open System Examples (Cells):

  • In: Water, oxygen, nutrients, solar energy (in plants)

  • Out: Carbon dioxide, waste, thermal energy, kinetic energy

    Need Organ System
    Nutrient intake & use Digestive
    Gas exchange Respiratory, circulatory
    Movement & growth Musculoskeletal
    Response to stimuli Nervous
    Waste removal Excretory, respiratory, digestive
    Reproduction Reproductive
    Need Organ
    ...

    See on Wikiteka »

oops java

Multithreaded

• Multithreading is a Process to execute multiple threads at the same time withoutdependency of other thread called Mullltithreading .
• Java supports multithreaded programming, which allows you to write programs that do many things simultaneously.
• A multithreaded program contains two or more parts that can run concurrently.
Each part of such a program is called a thread.
• Thread is a predefined class which is available in java.lang package. Thread is a basic unit of CPU and

...

See on Student Notes »

Policy

Study Notes: Environmental Policy and Management Systems

Key Parts & Chapters Overview


PART 1: Foundations of Environmental Policy

1. Environmental Law

  • Definition: Legal framework addressing human impact on the environment (air/water pollution, waste, biodiversity, etc.).
  • Scope: Includes treaties, statutes, and regulations (e.g., Basel Convention).
  • Purpose: Protect ecosystems and human health by regulating resource use and pollution.
  • Examples:
    • Eco-energy policies to combat climate change.
...

See on Student Notes »

biology

Sericulture is an agro-based industry. It involves rearing of silkworm moths, Bombyx mori for the production of raw silk, which is the yarn obtained out of cocoons. Sericulture plays a major role in rural employment, poverty alleviation and earning foreign exchange.
Silkworm has four stages in its life cycle: egg, caterpillar (larva), pupa and adult moth.When the worms hatched, they are called caterpillars which are food specific and eat voraciously on mulberry leaves. One important factor to silk

...

See on Student Notes »

Fin Acc

Concepts (Assumptions): The fundamental beliefs that underpin accounting.

  • Business Entity: Business is separate from its owner.
  • Going Concern: Business will continue operating indefinitely.
  • Money Measurement: Only monetary transactions are recorded.
  • Accounting Period: Business life is divided into time periods (e.g., year).
  • Accrual: Revenues and expenses recognized when earned/incurred, not when cash changes hands.
  • Dual Aspect: Every transaction has two equal and opposite effects (debit/credit)
...

See on Student Notes »

vgeabeq

1 (Título): Hola a todos. Viaje visual mundo extraordinario Antoni Gaudí.
2 (Introducción): Antoni Gaudí i Cornet {nacio, fallecio} (1852-1926), arquitecto catalán, figura clave Modernismo catalán. Estilo único {sigue} cautiva.
 3 (Contexto): Genio de gaudi {floreció} barcelona, finales XIX-principios XX. Identidad catalana ferviente, Modernismo (Art Nouveau).
 4 (Influencias/Formación): Naturaleza, {estructura} lógica gótica, exotismo oriental. Estudios en Barcelona (Escola Tècnica Superior

...

See on Wikiteka »

sdpgjw

Teoria Globalização Guerras e TRI Ordem Internacional Liberal
Feminismo Desigualdade de género, invisibilidade do
cuidado e das mulheres migrantes, Cadeia global de cuidados, feminização da pobreza, trabalho invisível
Impactos diferenciados sobre
mulheres, violência sexual, exclusão
da paz, masculinização da segurança
OIL ignora género, exclui mulheres das
instituições e da tomada de decisão
Securitização Securitização de migração e circulação de
pessoas; despolitização
...

See on Wikiteka »