orzeczenie

Orzeczenie–to  cześć zadania która nazywa czynności lub stany

Odpowiada na pytanie co robi? Co się z nim dzieje?

Rodzaje orzeczeń :

1 orzeczenie czasownikowe- to czasownik odmieniony przez  osoby. Odpowiada na pytanie co robi? Np. Kuba śpi w domu.

2 orzeczenie imienne-  składa się z łącznika i orzecznika . Odpowiada na pytanie Jaki jest , kim jest. Np. Kuba jest chory od miesiąca.

Łącznik – to czasownik –być, stać się, zostać,  w odpowiedniej formie

Orzecznik to-  czasownik,

...

See on Wikiteka »

ECON105

NPV

  • NPV = -C₀ + CF₁/(1+r)¹ + CF₂/(1+r)² + … + CFₙ/(1+r)ⁿ

  • Accept: NPV > 0

  • Calculator: CF worksheet → I = r → NPV CPT

IRR

  • Discount rate where NPV = 0

  • Accept: IRR > r

  • Calculator: CF worksheet → IRR CPT

Payback

  • Years to recover initial investment (undiscounted)

  • Discounted Payback: use discounted CFs

PI

  • PI = PV(future CFs) / Initial Investment

  • OR PI = 1 + (NPV / Initial Investment)

  • Accept: PI > 1

MIRR (Combination)

  • Discount outflows to t=0

...

See on Student Notes »

PATOLOGIA CLINICA

ERITROGRAMA (INTERPRETAÇÃO)
PARÂMETROS
•RBC (Red Blood Cells) = Hemácias
•Hb (Hemoglobina) = proteína que transporta O₂
•Ht (Hematócrito) = % de hemácias no sangue
 ÍNDICES HEMATIMÉTRICOS
VCM (Volume Corpuscular Médio)
👉 Tamanho da hemácia
•↓ pequeno → microcítica (ferro ↓)
•↑ grande → macrocítica
CHCM (Concentração de Hemoglobina Corpuscular Média)
👉 “Cor” da hemácia (quantidade de Hb)
•↓ → hipocrômica (pálida)
•normal → normocrômica
...

See on Wikiteka »

BBM 3rd yr

A computer is an electronic device that accepts data (input), processes it according to a set of instructions (program), stores it, and produces meaningful information (output).

🔹 Definition of Computer

A computer can be defined as:

“An electronic machine that takes input, processes it under the control of a program, and produces output while storing the data for future use.”

🔹 Characteristics of a Computer

Computers have several important characteristics that make them powerful and useful

...

See on Student Notes »

The USA

Part 1: The American Identity – From the "Melting Pot" to the Dream

The United States of America is often defined by the metaphor of the "Melting Pot," a term describing the blending of diverse races and cultures into a singular national identity. This concept is mirrored in the nation’s original motto, E pluribus unum—"out of many, one"—which initially referred to the unification of the original thirteen colonies. Central to this identity is the American Dream, the belief that every individual...

See on Student Notes »

SOCIAL MEDIA MARKET

UNIT 1. Q1. Definition and Challenges of International Marketing. Causes for Going International along with Segmentation and Positioning

1. Introduction

In the era of globalization and liberalization, business activities are no longer confined within national boundaries. Firms increasingly engage in international marketing to explore new growth opportunities, enhance competitiveness, and achieve long-term sustainability. However, operating across borders introduces complexities due to differences

...

See on Wikiteka »

fgffghffghfgfghfghfh

Section 1

  1. An array is a collection of elements of the same data type stored in one variable.

  2. The index of the first element is 0.

  3. The correct declaration is: int arr[] = new int[5];

  4. The size of the array is 10.

  5. The best loop for arrays is a for loop.

  6. A 2D array represents a table.

  7. ArrayList belongs to java.util.

  8. ArrayList can store objects.

  9. The method used to add an element is add().

  10. arr.length gives the size of the array.


Section 2

  1. Arrays store elements of the same type.

...

See on Wikiteka »

Hulahki

1. DefinitionDecision table testing is a black-box testing technique where different combinations of inputs and conditions are represented in a table format to verify system behavior. 2. Structure – It consists of four main parts: conditions, actions, condition rules, and action rules, which together define all possible scenarios. 3. Purpose – It is mainly used to handle complex business logic where multiple conditions affect different outcomes in a system. 4. Advantages – It ensures

...

See on Wikiteka »

IRRRRRR

Explain Information Retrieval system with definition, goals, and applications.
ANS:- ✅ 1. Definition (1 mark)
Information Retrieval (IR) is the process of finding relevant information (documents) from a
large collection based on a user’s query.
According to your textbook :
IR deals with searching, storing, and retrieving unstructured data (like text documents).
✅ 2. Goals of IR (2 marks)
The main goals of an IR system are:
1. Retrieve relevant documents
→ Only useful results should be shown
...

See on Student Notes »