Essential Business English Vocabulary for Work

Types of Employment and Contracts

  • Temporary contract: Contrato temporal.
  • Permanent contract: Contrato permanente.
  • Seasonal permanent contract: Contrato fijo discontinuo (de temporada cada año).
  • Work cash in hand: Trabajar sin contrato (ilegal).
  • Full-time job: Jornada laboral completa.
  • Part-time job: Media jornada.
  • Self-employed: Autónomo.
  • Freelancer: Profesional independiente que trabaja en distintos sitios (abogado, traductor, etc.).
  • Steady job: Trabajo estable.
  • Dead-end job: Trabajo sin futuro.
  • Demanding
Read More

Mastering SQL Server Fundamentals and Azure Database Services

SQL Fundamentals & Azure IaaS

1. Database Fundamentals

RDBMS vs. NoSQL:

  • RDBMS: Organized store of data, minimizes redundancy, reduces inconsistency. Stores data in tables (rows/columns).
  • DBMS Types:
    • Open Source: MySQL, MariaDB, PostgreSQL.
    • Proprietary: Oracle, Microsoft SQL Server, IBM DB2.

SQL Server Editions:

  • Express: Free, limited size/performance.
  • Developer: Free/low-price, full features, dev use only.
  • Standard/Enterprise: Production use, terabytes of data.

Data Types:

  • Numeric: int, bigint, decimal,
Read More

Algorithm Analysis and Complexity: A Comprehensive Reference

Asymptotic Notations

1. Big-O Notation (Upper Bound)

Definition: Big-O gives the maximum growth rate of a function, representing the worst-case complexity.

  • Formula: f(n) = O(g(n)) where 0 ≤ f(n) < c · g(n) for all n ≥ n₀
  • Meaning: Function f(n) does not grow faster than g(n).
  • Example: 3n² + 5n + 2 = O(n²)

2. Big-Omega Notation (Lower Bound)

Definition: Big-Omega gives the minimum growth rate, representing the best-case complexity.

  • Formula: f(n) = Ω(g(n)) where 0 ≤ c · g(n) ≤ f(n) for all
Read More

US Election Outcome: Gender Bias in American Politics

The Winner: Sexism Prevails

It is clear by now that the United States was willing to open the doors of the White House to an African American, but not to a woman. A lot of racial wounds may have been healed during Barack Obama’s eight-year tenure, but gender wounds are still open and bleeding profusely. There is no other explanation for the fact that the same nation that was bold enough to give Obama a well-deserved opportunity in 2008 has now preferred an extravagant mogul without the necessary

Read More

Refractive Index Determination: Glass Slab and Prism Experiments

Experiment 6: Refractive Index Determination

Part 1: Refractive Index of a Glass Slab (Pin Method)

Aim

To determine the refractive index of a glass slab material using the pin method.

Apparatus and Materials

Glass slab, drawing board, drawing pins, hairpins, paper, scale, and protractor.

Theory

The refractive index, n, of glass with respect to air is defined by Snell’s Law:

n = sin i / sin r

where i is the angle of incidence and r is the angle of refraction.

A graph plotted with sin r along the X-axis and

Read More

Essential Excel Formulas and Functions Reference

Quick Reference: Excel Formulas

  • Adding many cells: =SUM
  • Adding 2 cells: + or –
  • Finding typical value: =AVERAGE
  • Finding true middle: =MEDIAN
  • Finding smallest: =MIN
  • Finding largest: =MAX
  • Counting numbers: =COUNT
  • Counting text or anything: =COUNTA
  • Applying rule/condition: =IF
  • Calculating loan payment: =PMT
  • Summarizing multiple sheets: 3D SUM
  • Testing different scenarios: Goal Seek / Data Table
  • Multiplying by fixed %: Absolute reference ($)

1. Mathematical & Statistical Functions

These are the workhorses of Excel

Read More

Mastering Business Intelligence: Data Analysis and Strategy

Multidimensional Data Analysis: Drill-down and Roll-up

In multidimensional data analysis, Roll-up and Drill-down are the primary navigation operations used to analyze data cubes. They allow users to move along a concept hierarchy to view data at different levels of granularity.

1. Roll-up (Aggregation)

The Roll-up operation performs aggregation on a data cube by climbing up a concept hierarchy or removing a dimension.

  • How it works: Moves from specific, detailed data to a summarized view (e.g., daily
Read More

Core Principles of Computer Security and Network Defense

Fundamentals of Computer Security

Computer security protects automated information system resources to preserve CIA (Confidentiality, Integrity, Availability), plus authenticity and non-repudiation, through effective risk management (Probability × Impact).

  • Confidentiality: Prevents unauthorized disclosure; privacy ensures control over personal information.
  • Integrity: Ensures authorized changes only; data and system integrity prevent tampering.
  • Availability: Guarantees timely, reliable access for authorized
Read More

Operations Management and Forecasting Fundamentals

Time Series Forecasting Methods Compared

Time Series Components: Trend (T), Seasonality (S), Cyclical (C), and Random (R).

  • Naïve Method: Ft+1 = At. This method assumes next period’s demand equals the last observed demand and is primarily used as a benchmark.
  • Simple Moving Average (n): Ft+1 = (At + At-1 + … + At-n+1) / n. This smooths random variation; however, a higher n increases the lag.
  • Weighted Moving Average: Ft+1 = w₁At + w₂At-1 + … + wnAt-n+1 where Σw = 1. Recent data is given higher
Read More

অসমীয়া সাহিত্য: কবি, কাব্য আৰু ছুটি গল্প

অসমীয়া সাহিত্য: প্ৰশ্ন আৰু উত্তৰসমূহ

প্ৰশ্ন 4 — যতীন্দ্ৰনাথ দুৱৰাৰ সাহিত্যকৃতি

উত্তৰ: যতীন্দ্ৰনাথ দুৱৰা এজন প্ৰসিদ্ধ অসমীয়া কবি আৰু লেখক। তেওঁৰ উল্লেখযোগ্য সাহিত্যক্ৰিতিসমূহ হ’ল ওমৰ তীৰ্থ

Read More