ddsf

Why Medicine?  - STAR method Lola story. 

Thesis Statement:  I didn’t arrive at medicine through a single moment, but through lived experiences that revealed a pattern- one that brought together human connection,scientific inquiry, and advocacy for those who are too often unheard.

Human connection: 

1.Working as a recreation therapist in long-term care and palliative care, I moved beyond theory and classroom teachings  to actual, real life patient-facing experiences where I had to face some...

See on Student Notes »

bittu

IoT Design Methodology

IoT Design Methodology is a systematic approach used to design, develop, and deploy an IoT system. It ensures that the system is scalable, secure, and meets user needs.

Step-by-Step IoT Design Methodology

1. Purpose Specification

Defines why the IoT system is needed.

Identifies:

Problem to be solved

Target users

Expected outcomes

Example:

In a Smart City, the purpose may be reducing traffic congestion and saving fuel.

2. Process Specification

Describes how the system works

...

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 »

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 »