HCIIII

Koji su ciljevi i čime se bavi HCI?Interakcija čovek-računar (HCI) je disciplina koja se odnosi na projektovanje, evaluaciju i implementaciju interaktivnih računarskih sistema koje koriste ljudi, pri čemu se proučavaju i glavni fenomeni koji ih okružuju.HCI se bavi kako napraviti softver koji se: lako uči, lako pamti i lako primenjuje na rešavanje novih problema.Osnovni cilj ove naučne discipline je da poboljša interakciju između korisnika i računara tako što će računare učiniti

...

See on Wikiteka »

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 »

gvigvi

Information Management
É o conjunto de processos que permite recolher, organizar, armazenar, analisar, proteger e comunicar informação, garantindo que as pessoas certas recebem a informação certa no momento certo.
Objetivo principal: Transformar dados em informação útil para apoiar a tomada de decisão.
Cheat line: A gestão da informação garante que dados são transformados em informação útil para apoiar decisões organizacionais.

Gestor vs Analista: O analista extrai conhecimento dos...

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 »