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

Essential Python Programming Exercises and Solutions

Program 7: Prime Number Checker

n = int(input("Enter number: "))
if n <= 1:
    print("Neither prime nor composite")
else:
    for i in range(2, n):
        if n % i == 0:
            print("Not prime, it is a composite number")
            break
    else:
        print("Is a prime number and not a composite")

Program 8: Geometry Area Calculator

def rect(l, b):
    print("Area of rectangle:", l * b)

def square(s):
    print("Area of square:", s * s)

def triangle(b, h):
    print("Area of triangle:
Read More

Entrepreneurship: Core Concepts and Historical Evolution

1. Entrepreneurship: Meaning, Nature, and Concept

Entrepreneurship is the process of identifying opportunities, mobilizing resources, taking calculated risks, and creating innovative products or services to establish and grow a business venture. An entrepreneur is a person who converts ideas into successful business activities.

Meaning of Entrepreneurship

Entrepreneurship refers to the ability of an individual to think creatively, introduce new ideas, develop new products, or improve existing ones.

Read More

Essential Microbiology and Immunology Concepts

1. Conjugation

Definition: Conjugation is a method of horizontal gene transfer in bacteria where genetic material is transferred from a donor cell to a recipient cell through direct physical contact.

Role of Plasmid: It requires a plasmid (F-plasmid) that codes for the formation of a sex pilus.

Mechanism:

  • Donor Cell (F+): Contains the F-plasmid and produces a sex pilus.
  • Contact: The pilus attaches to the recipient cell (F-) and pulls it closer.
  • Transfer: One strand of the plasmid DNA is transferred through
Read More

Biodiversity and Conservation: Key Concepts and Questions

Biodiversity

1. Invasive Weed Species

Question: Give an example of an invasive weed species that threatens our native species?

Answer: Parthenium hysterophorus (Congress grass) or Eichhornia crassipes (Water hyacinth).

2. Species–Area Relationship

Question: Write the equation of the Species–Area relationship in a logarithmic scale?

Answer: log S = log C + Z log A

Where S = number of species, A = area, C and Z = constants.

3. Scientific Name of Water Hyacinth

Question: Write the scientific name of water

Read More