BBBTTT

what is bitcoin? explain bit coin

Bitcoin is the foundational concept that introduced the world to blockchain technology. It is fundamentally a decentralized, peer-to-peer electronic cash system designed to solve the Double-Spending Problem without relying on a trusted third party like a bank. The Bitcoin network operates on a public, immutable ledger (the Bitcoin Blockchain) which chronologically records every transaction. This ledger is secured by the Proof-of-Work (PoW) consensus mechanism, where

...

See on Student Notes »

xxww d

Clustering

  • Firestore → stores data to run the app/service
  • Clustering → analyzes data to discover patterns (machine learning)

👉 Firestore = data storage

👉 Clustering = data analysis

  • Clustering = putting similar things together ✅
  • We decide similarity based on rules / requirements
  • Two type of clustering k-means and hierarchical ✅
  • 1. Choosing K = deciding how many groups we want (flat grouping) ✅
  • You stop increasing K when improvement becomes small (that slowdown = elbow) ✅
...

See on Student Notes »

MEfinal

  • 1. Global Concepts & Protocols
    • Problem
      • Depletion of natural resources: finite resources, renewable resources, resource, degradation
      • Environmental pollution: air, water, soil pollutions, causes and methods for mitigation
      • Global Climate Change (全球气候变化)
        • 关键物质 (Key Substances): Greenhouse Gases (GHGs)
          • 主要有:CO2 (Carbon dioxide), CH4 (Methane, , N2O, CFCs.
        • 机制 (Mechanism): Greenhouse Effect (温室效应):太阳短波辐射射入地球--地面变热发出长波红外辐射-
...

See on Wikiteka »

Bpcc 102

1) Nature and Scope of Biopsychology

Biopsychology = study of biological basis of behaviour

Interdisciplinary: combines psychology, biology, neuroscience, medicine

Focuses on how brain, hormones, and nervous system affect behaviour and cognition

Applications: understanding mental disorders, learning, memory, emotional responses

Example: Studying stress response involves both hormonal and neural mechanisms

Relevance: helps in clinical psychology, neurorehabilitation, pharmacology

2) Structure

...

See on Wikiteka »

Ultimate Solo Quest

PSYCH 3420: Ultimate Solo Quest Memory Sheet - Cristen Carter

Chapter 1 — Introducing Sex and Gender

  • Concepts: Sex is biological (chromosomes, hormones, genitalia); Gender is socially constructed roles and behaviors; Gender Identity is an individual's internal sense of self; Gender Expression is how individuals display their gender; Sexual Orientation is the pattern of attraction.

  • Essay Tip: Explain that sex and gender are interrelated but distinct; include cultural examples to show variability.

...

See on Student Notes »

law examm

The Shreya Singhal vs. Union of India (2015) case is a landmark judgment where the Supreme Court of India struck down Section 66A of the Information Technology Act, 2000, declaring it unconstitutional. Here's the key details:

- Background: Shreya Singhal, a law student, challenged Section 66A after two girls were arrested in 2012 for Facebook posts criticizing a Mumbai shutdown following a politician's death. The provision criminalized sending "grossly offensive," "menacing," or messages causing

...

See on Student Notes »

Exam OS

1. Types of OS.
Operating systems can be classified based on their structure, usage, and capability:
Batch Operating System:
Jobs with similar needs are grouped (batched) and run together.
No direct interaction between the user and the computer during job execution.
Goal: Maximize CPU utilization.
Example: Used in environments that process large, repetitive tasks, like payroll systems.
Time-Sharing (Multitasking) OS:
The CPU switches rapidly between multiple jobs (processes) to give each user the impression...

See on Student Notes »

Exam OS

1. CPU Scheduling and Their Time
CPU Scheduling is the process of deciding which of the processes in the ready queue should be allocated to the CPU for execution. It's necessary when a process switches from running to waiting, terminates, or when a new process is created.
Scheduling Criteria (Times):
The performance of a CPU scheduler is measured using several metrics, often expressed in terms of time:
CPU Utilization: The fraction of time the CPU is busy executing processes. (Goal: Maximize)
Throughput:...

See on Student Notes »

QTM mid-term 2

Experiments

Why are randomized experiments so desirable?
Randomization breaks the link between treatment assignment and confounders, making treated and untreated groups exchangeable. This guarantees unbiased estimates of causal effects (on average) because any differences in outcomes can be attributed to the treatment rather than selection.

Why might we not be able to run a randomized experiment?
They may be unethical (e.g., denying beneficial treatments), infeasible (cost, logistics), illegal, or...

See on Student Notes »