lat exam

Cancer Unit

  1. Different types of cancers and where they originate

Melanoma= skin

Leukemia = white blood cell in bone marrow

Carcinoma= Lining of internal organ or skin

sarcoma= connective tissue

Lymphona= cells and tissue of the immune system



  1. Difference between prokaryotes and eukaryotes

Prokaryotic Cells=Bacteria and Archaea,

DNA, but no nucleus (have a nucleoidregion).

Ribosomes synthesize proteins. 

Plasma Membrane (barrier betweenoutside and inside)

Cytoplasm (fluid inside cell)

Cell...

See on Wikiteka »

CDS1003

1. Basic Concepts
Population: Entire group of interest

Sample: Subset of population

Parameter: Describes population (e.g., μ)

Statistic: Describes sample (e.g., x̄)

Descriptive Statistics: Organizing/summarizing data

Inferential Statistics: Drawing conclusions about population from sample

2. Data Types & Measurement Levels
Level Properties Examples
Nominal Categories only Gender, colors
Ordinal Ordered categories Ratings (good/fair/poor)
Interval Ordered, equal intervals, no tru zero Temperature...

See on Student Notes »

Dkakak

Q.3 What are the differences between NameNode and DataNode?

NameNode is the master node in HDFS, while DataNode is the slave node.

NameNode stores metadata like file names, directory structure, permissions, etc.

DataNode stores the actual data blocks of the files.

NameNode manages the namespace and regulates access to files.

DataNode performs read and write operations on HDFS blocks.

There is only one active NameNode (with a standby for high availability).

There are usually many DataNodes

...

See on Student Notes »

psy 2000

Key Concepts

What is Stress?

  • Stress: Circumstances that threaten or are perceived to threaten one’s well-being and tax coping abilities.

  • Common stressors: Frustration, conflict, change, pressure.


Types of Stress

Type Description
Frustration Occurs when pursuit of a goal is blocked.
Conflict When two or more incompatible motivations compete.
Examples:
🔹 Approach-Approach – two good choices.
🔹 Avoidance-Avoidance – two bad choices.
🔹 Approach-Avoidance – one choice
...

See on Student Notes »

sansa

🌀 Spiral Model in Software Engineering

The Spiral Model, proposed by Barry Boehm in 1986, is a software development process model that combines elements of both the Waterfall Model and Prototyping. It is mainly used for large, complex, and high-risk projects where requirements are not well understood from the beginning.


🔁 Phases of the Spiral Model:

Each loop (iteration) of the spiral represents a phase in the software process and includes four major activities:

  1. Planning:

    • Identify objectives,

...

See on Student Notes »

ssssss

EXP-6

#include <iostream>

#include <cstring>
using namespace std;

int z = 0, i = 0, j = 0, c = 0;
char a[16], ac[20], stk[15], act[10];

void check() {
    strcpy(ac, "REDUCE TO E -> ");
    for (z = 0; z < c; z++) {
        if (stk[z] == '4') {
            cout << ac << "4" << endl;
            stk[z] = 'E';
            stk[z + 1] = '\0';
            cout << "$" << stk << "\t" << a << "$\t";
        }
   

...

See on Student Notes »

Microcro

Chapter 13 covers bacterial genome replication and expression. Griffith’s transformation experiment demonstrated that non-virulent bacteria could become virulent by absorbing DNA from dead virulent cells, proving that DNA is the genetic material. The Hershey and Chase experiment used radioactive labeling (phosphorus for DNA and sulfur for protein) to confirm that only DNA enters bacterial cells during phage infection, further establishing DNA as the genetic material. DNA has a double-helix structure

...

See on Student Notes »

sdfghjk

Sujeitos

Sujeito simples e sujeito composto: A Joana vai ao cinema hoje./A Joana e o Pedro vão ao cinema hoje.

Sujeito nulo subentendido
– Vamos ao cinema hoje. (sujeito: nós)

Sujeito nulo indeterminado
– Não se pode fumar em recintos fechados. (sujeito: se = as pessoas em geral)

Predicado: Resto da frase com o verbo nele tbm.

Vocativo: Entre virgulas isolado a chamar alguem ou alguma coisa.

Complemento direto: "QUEM/OQUE?"

Pode ser substituido por um pronome: -me/-te/o,a,se/nos/vos/os,

...

See on Wikiteka »

robotics

1. Differentiate between NC, DNC, and CNC Machines

  • NC (Numerical Control): Machines controlled by pre-programmed instructions on punched tapes or cards. No onboard computer; instructions are read directly from the tape.
  • DNC (Direct Numerical Control): A central computer controls multiple NC machines by distributing programs directly, eliminating physical tapes. Allows real-time control and program storage.
  • CNC (Computer Numerical Control): Machines with an onboard computer that stores and executes
...

See on Student Notes »