cheating boss

scene 1

secretary:hello miss how can i help u

saly: so youre his secretary hmmm anyways i would like to meet james where is he

secretary: sorry maam im afraid i cant help u with that he is in a not to be disturbed meeting" but i can schedule a meeting for u tomorrows afternoon if you want

sally: seriously!? you must be new here dont u know who i am... im his wife oh my god this is ridiculous !!!!

secretary: my apologies miss i will try to reach him (takes the fix and call the boss)- hello mr james

...

See on Student Notes »

Hall effect is the phenomenon in which a transverse electric field (and hence a potential difference called Hall voltage) is developed across a current-carrying conductor or semiconductor when it is placed in a magnetic field perpendicular to the dir

Hall effect is the phenomenon in which a transverse electric field (and hence a potential difference called Hall voltage) is developed across a current-carrying conductor or semiconductor when it is placed in a magnetic field perpendicular to the direction of current.

Hall Field

The Hall field EH⃗\vec{E_H}EH​​ is the electric field produced across the width of the conductor due to charge separation caused by the magnetic force on moving charge carriers.
It acts perpendicular to both the current

...

See on Student Notes »

DTO FAM


COMUNHAO DE ADQUIRIDOS 

O regime matrimonial de bens, ou regime de bens do casamento, consiste num conjunto de normas ou cláusulas negociais que regulam as relações de natureza patrimonial entre os cônjuges e entre os cônjuges e terceiros, e que permitem determinar, de entre os bens detidos Por cada um dos cônjuges à data do casamento, quais os que continuam a ser propriedade exclusiva do seu titular e quais os que, com o vínculo matrimonial, se tornam comuns.
Código Civil vigente consagra,
...

See on Wikiteka »

Tedesco

KÖNNEN

imstande/fähig sein zu

"Er ist fähig, die Aufgabe zu lösen."

 

die Möglichkeit haben zu

"Wir haben die Möglichkeit, hier zu parken."

 

sich lassen (+ Inf.)

"Das Auto lässt sich reparieren."

MÜSSEN

haben ... zu (attivo)

"Ich habe den Bericht zu schreiben."

 

sein ... zu (passivo)

"Die Hausaufgabe ist morgen zu machen."

 

verpflichtet sein zu

"Man ist verpflichtet, Steuern zu zahlen."



Tipo di parola

Tedesco

Posizione del Verbo

...

See on Wikiteka »

guduguru

Unary Operator in C (2-mark answer):
A unary operator in C is an operator that works on only one operand. Common unary operators include ++ (increment), -- (decrement), - (unary minus), ! (logical NOT), and sizeof.A binary operator in C is an operator that works on two operands. Examples include arithmetic operators like +, -, *, / and relational operators like ==, >, <.and logical operator like &&,|,!, and bitwise operator like &,|,>>,,<<,assignment operator like =,

...

See on Student Notes »

Medichem

Diuretics, also known as water pills, are medications that help your body get rid of excess fluid by increasing urine production . They're commonly used to treat conditions like high blood pressure, heart failure, and edema (swelling caused by fluid retention).

Types of Diuretics:

1. *Thiazide diuretics*: These are often used to treat high blood pressure. Examples include hydrochlorothiazide and chlorthalidone.

2. *Loop diuretics*: These are used to treat edema and heart failure. Examples include

...

See on Wikiteka »

Software

1. Explain the basic principles of software design.
Basic principles of software design help in creating software that is simple, maintainable, and easy to understand. The major principles are:
Abstraction – Show only important details and hide unnecessary information. It helps reduce complexity.
Modularity – Break the system into small modules so each module handles one purpose.
Information Hiding – Keep internal details of a module hidden to protect data and reduce errors.
Stepwise Refinement...

See on Student Notes »

Software Engineering

1. Define software requirements. Differentiate between functional and non-functional requirements with examples.

Software requirements are the statements that describe what a system should do and how the system should behave. They act as a foundation for designing, developing, and testing the software.

Functional Requirements (FR)

Define what the system must do.

They describe specific functions or tasks performed by the system.

Examples:

“The system shall allow users to log in using username and...

See on Student Notes »

Software engineering

1. Define Software Engineering. Explain why it is needed. (5 Marks)

Definition:

Software Engineering is the systematic, disciplined and quantifiable approach to the development, operation and maintenance of software. It applies engineering principles to produce reliable, efficient and high-quality software.

Why it is needed:

Increasing complexity: Modern software is large and complex. Software engineering ensures proper structure and manageable development.

Quality assurance: Ensures software is...

See on Student Notes »