Билет

Jack London was a famous American writer and journalist. He was born on January 12, 1876, in San Francisco, California. His childhood was not easy, and from a young age he had to work hard. These life experiences later influenced many of his stories.

Jack London became one of the most popular writers of the early twentieth century. He travelled a lot and took part in the Klondike Gold Rush in Alaska. His adventures gave him ideas for many books and stories.

Among his most famous works are the

...

See on Student Notes »

HCIPATTERNS

ORGANIZACIJA SADRZAJA OBRASCI:Izbor sa dva panela Ovaj obrazac koristi dva panela: prvi sadrži spisak stavki koje korisnik može da bira, dok se u drugom odmah prikazuje sadržaj za selektovanu stavku. To je naučena konvencija koja omogućava korisnicima da veoma brzo prebacuju pažnju sa jedne stvari na drugu bez otvaranja novih stranica. Listu stavki postavi levo ili gore, i pobrini se da se sadržaj ažurira čim korisnik klikne na stavku, uz obavezno jasno označavanje trenutno izabrane opcije.

...

See on Wikiteka »

contabilidade

Comprei algo e paguei IVA? → 2432 (Dedutível), no Débito
Vendi algo e cobrei IVA? → 2433 (Liquidado), no Crédito

Descontos/Devoluções/destruição de mercadorias = 2434 (Regularizações) → Todos os descontos + devoluções precisam de regularizar IVA

24341 — a favor da empresa → Débito (tudo o que tenha a ver com VENDA)

24342 — a favor do Estado → Crédito (tudo o que tenha a ver com COMPRAS)

Desconto comercial na própria fatura → Não envolve [regularização de] IVA

IVA

...

See on Wikiteka »

sfsdwF

#include<stdio.h>

  int main()

{

double a, b, c; double discriminant, root1, root2, realPart, imagPart;

printf("Enter coefficients a, b and c: ");

scanf("%lf %lf %lf", &a, &b, &c);

discriminant = b * b - 4 * a * c;

if (discriminant > 0) { 

root1 = (-b + sqrt(discriminant)) / (2 * a);

root2 = (-b - sqrt(discriminant)) / (2 * a);

printf("Roots are real and different.\n");

printf("Root 1 = %.2lf\n", root1); printf("Root 2 = %.2lf\n", root2);

}

else if (discriminant == 0) {

root1

...

See on Student Notes »

Control system

Explain digital control system
In the entire subject of control systems dealt so far, we have discussed only Analog control systems. In an analog control system, the signal at every point in the system is a continuous function of time. We used the notations such as r(t), c(t), e(t), etc. where t indicates the time function. We applied the Laplace transform to move the continuous time signal into the s-plane.
Controllers that we discussed in the earlier sections viz, P, PI, PD and PID are referred

...

See on Student Notes »

Пипирваа

Biletul 1

Subiectul 1. Raportul juridic civil – privire generală

1.1. Definiți noțiunea și caracterele raportului juridic civil: Raportul juridic civil este o relație socială patrimonială sau nepatrimonială, reglementată de normele dreptului civil, în care părțile apar ca titulari de drepturi și obligații subiective. Caracterele sale specifice sunt: caracterul social (se stabilește doar între oameni), caracterul volițional (exprimă voința statului prin normă și, de regulă,

...

See on Wikiteka »

lucky

Unit-I, Question 1: Discuss the concept and classifications of learning.
Concept of Learning
Learning is a fundamental psychological process that drives human development, formal education, and environmental adaptation (p. 1). It is formally defined as a relatively permanent change in behavior, knowledge, skills, or capability resulting directly from experience, practice, observation, or training (p. 1). This psychological definition strictly excludes temporary behavioral fluctuations or modifications
...

See on Student Notes »

SDSASAD

13.2 CHARACTERISTICS OFSERVICE ORGANISATIONS 1)   Absence of inventory buffer  The services can’t, be stored. If not used at a point of time they get extinguished at that point only. A service providing company must aim to minimise its unused capacity. The cost of many service organisations are fixed in the short run. 2 Difficulty in controlling quality It is difficult to quantify the quality of services. Even after the service is rendered, quantification would be subjective in nature. 3 Labour...

See on Student Notes »

mrnjao

An electric motor is a device that converts electrical energy to mechanical energy. It is
composed of a field magnet and an armature. The armature is positioned between the poles of
the magnet. It is made up of a loop of wire and a split ring called commutator. The loop is
connected to the commutator which is used to reverse the direction of the current. The
commutator is also linked to a small carbon blocks known as brushes. They serve to power
the motor. The poles of the field magnet and the poles

...

See on Student Notes »