Βιολογία

Η διατήρηση των οικοσυστημάτων, όπως και κάθε άλλης οργανωμένης δομής, απαιτεί συνεχή προσφορά ενέργειας. Τα οικοσυστήματα που υπάρχουν στον πλανήτη μας, στην πλειονότητά τους, εισάγουν την ενέργεια που είναι απαραίτητη για τη διατήρηση της δομής τους με τη μορφή της ηλιακής

...

See on Wikiteka »

GRTHHTYR

VERY SHOT

1.Define static and dynamic resistance. 

A.Static resistance: The ratio of voltage to current at a particular operating point

R=V/I

Dynamic resistance: The ratio of a small change in voltage to the corresponding change in

current at an operating point     r=dV/dI

2.Explain how the diode acts as switch. 

A.ON state (Forward biased):When the anode is positive with respect to the cathode,

the diode conducts current with

very low resistance, behaving like a closed switch. 

OFF state

...

See on Student Notes »

DFBDFBDFB

UNIT-5

1.Briefly discuss about Photo diode? 

Photodiode:

A photodiode is a semiconductor device that converts light into an electrical

current. It operates based on the principle of the photovoltaic effect, where the

absorption of photons generates electron-hole pairs, leading to a current flow

when the device is connected in an electrical circuit.

Structure and Symbol:

*Structure: Photodiodes are made of semiconductor materials such as silicon.

They typically have a p-n junction, with the

...

See on Student Notes »

science dna and rna

1. DNA STRUCTURE

      • Double helix: Twisted-ladder shape.

      • Nucleotide: Sugar (deoxyribose) + Phosphate + Nitrogenous base.

      • Bases: Purines (A, G); Pyrimidines (C, T).

      • Pairing: A–T (2 H-bonds), C–G (3 H-bonds).

      • Chargaff’s Rule: A=T, C=G.

      • Antiparallel strands: 5'→3' and 3'→5'.

Key Scientists:

      • Griffith: Transforming factor.

      • Avery: DNA is transforming factor.

      • Chargaff: Base pairing rule.

      • Hershey & Chase: DNA is genetic material.

      • Franklin & Wilkins:

...

See on Student Notes »

sdcvdfbvd

UNIT-4

1.8.COMPARE BJT AND FET? 

A. Comparison between BJT and FET

BJT (Bipolar Junction Transistor) FET (Field Effect Transistor)
Current controlled (base current controls collector current) Voltage controlled (gate voltage controls drain current)
Both electrons and holes contribute to current flow Only majority carriers (electrons in N-channel, holes in P-channel)
Moderate input impedance High input impedance (due to reverse bias on gate)
Relatively high power consumption Relatively
...

See on Student Notes »

ytuidjtyj

unit-3

2.Draw the circuit diagram and explain the characteristics of BJT in CB configuration?

H5pdz19H2PVssvsVyOYIU+L7kbd9tviGmF79N1AIIYQQQgghhPgqvABrH7bVObcKRAAAAABJRU5ErkJggg==

Characteristics ot BJT in CB Contiguration

The V-I characteristics of a BJT in the CB configuration describe the relationship
between the voltages and currents at the emitter and collector for various base
currents. These characteristics are divided into input and output characteristics.

1. Input Characteristics (Emitter-Base V-I Characteristics)

These characteristics show the relationship between the emitter

...

See on Student Notes »

Organization Theory

ORGANIZATION THEORY
Study of how orgs function, structure themselves, make decisions, and interact with environment.

ORGANIZATION
Group of people working together to achieve common goals by coordinating resources.

PURPOSE OF ORGANIZATIONS
Achieve goals, create value, produce goods/services, adapt to environment, enable innovation, manage coordination.

TYPES OF ORGANIZATIONS
Profit: profit maximization via goods/services
Non-profit: social/service goals, no profit motive
Government: public service, policy

...

See on Wikiteka »

mandeep

Q1) WAP that accepts the marks of 5 subjects and finds the Sum and Percentage 

#include <stdio.h> 
int main() 

    int marks[5]; 
    int total = 0; 
    float percentage; 

    for(int i = 0; i < 5; i++) 
    { 
        scanf("%d", &marks[i]); 
        total += marks[i]; 
    } 

    percentage = (total / 5.0); 
    printf("Sum: %d\n", total); 
    printf("Percentage: %2.f%%\n", percentage); 

    return 0; 


Q2)  WAP that swaps value of two variables 

#

...

See on Student Notes »

unit 2

1. Define Clipper, and explain clipping at two independent levels?

A.A clipper (also known as a limiter) is an electronic circuit used to remove or "clip" portions

of a signal that exceed a certain threshold voltage level without distorting the remaining

part of the waveform. Clippers are used in various applications, such as signal conditioning,

waveform shaping, and protecting circuits from voltage spikes 

Clipping at Two Independent Levels:

Clipping at two independent levels involves limiting

...

See on Student Notes »