chemistru

Sulfur dioxide, SO₂ (normally a gas)

Type of solid: Simple molecular (molecular solid)

Type of particle: Discrete SO₂ molecules

Attractive forces between particles: Weak intermolecular forces (van der Waals and dipole–dipole)

Sodium sulfide, Na₂S(s)

Type of solid: Ionic solid (crystalline ionic lattice)

Type of particle: Ions (Na⁺ and S²⁻)

Attractive forces between particles: Strong electrostatic (ionic) attraction between Na⁺ and S²⁻

Sodium, Na(s)

Type of

...

See on Student Notes »

mgmtttttttttt

# Taylor’s Scientific Management Theory
Frederick Winslow Taylor introduced Scientific Management in the early 20th century to improve industrial efficiency by applying scientific methods to work processes. The main idea was to replace rule-of-thumb methods with systematic study, measurement, and analysis of tasks.

*Key Principles
- Scientific Study of Work – Analyze each job scientifically to determine the most efficient way to perform it.

- Selection and Training of Workers – Hire workers

...

See on Student Notes »

dfgdf

  public class Signal {

private int value;

public static final Signal INCREASE = new Signal(0);

public static final Signal DECREASE = new Signal(1);

public static final Signal DO_NOTHING = new Signal(2);

private Signal(int x) {

this.value = x; }

@Override

public boolean equals(Object obj) {

if (this == obj) return true;

if (obj == null || getClass() != obj.getClass()) return false;

Signal signal = (Signal) obj;

return value == signal.value; }

@Override

public String toString()

{

...

See on Student Notes »

TYBMS

                  ⁠Explain Defamation & its types 

  1. Libel

If the statement is made in writing and published, the defamation is called libel. It is important to note that press releases are considered legal döcuments and social media posts have also been treated as publications in some cases where an individual's reputation has been tarnished.

  1. Slander

If the hurtful statement is spoken, the statement is slander. Slander is when the statement is spoken or in a "transitory" form

...

See on Student Notes »

networking

# Explain the Feature of TCP/ IP reference model

-> The TCP/IP reference model (Transmission Control Protocol / Internet Protocol) is the conceptual framework used for network communication over the internet. It describes how data should be packaged, addressed, transmitted, routed, and received. 

its main features:

1. Based on Standard Protocols
*Uses open, standard protocols such as TCP and IP, which are vendor-independent and interoperable across devices and operating systems.

2. End-to-End

...

See on Student Notes »

Principles of real estate 2

Ad Valorem Tax Amount Calculation                            

assessed value x tax rate = annual tax               

annual tax/ days in year = daily tax 

daily tax x # of days property owned= ad valorem tax 

annual property tax 

assessed value x tax rate      

part/ percentage=total

total x percentage =part

part/total=percentage 

Measurements:

1 yard= 3 ft 

1 mile= 5280 ft 

1 cubic yard = 27 cubic ft 

1 sq yard= 9 sq ft 

1 acre= 43560 sq ft 

1 sq mile=640 acres 

...

See on Wikiteka »

Human Performance Science

Cheat Sheet – Energy Systems, Fitness Components & Performance Testing

ATP & Energy Systems

  • ATP (Adenosine Triphosphate) – Molecule that provides energy for muscle contractions. Limited storage.

  • Aerobic – With oxygen.

  • Anaerobic – Without oxygen.

Three Main Energy Systems

  1. ATP–PCr System (Anaerobic)

    • Duration: ~5 sec or less.

    • Very high intensity.

    • Uses stored creatine phosphate (CP).

    • Recharges ATP without oxygen.

  2. Glycolysis System (Anaerobic)

    • Duration: 30 sec–3

...

See on Student Notes »

agdfgdsfksadgddfk

1.Decision making is a very important managerial function. Discuss the meaning, types, and process of decision making. What should be done to reduce the risk in decision making? 

==Decision making is the process of selecting the best course of action from multiple alternatives to achieve desired objectives. It is a core managerial function that influences all other functions such as planning, organizing, and controlling.  Types of Decision Making: Programmed Decisions: //Routine and repetitive.

...

See on Student Notes »

info 3240

PRODUCTION CALCULATIONS

Production Capacity: 200 bars/minute = 12,000 bars/hour = 3,000 lbs/hour Daily Production Formulas:

  • Weekdays only: 5 days × 8 hours × 12,000 bars/hour
  • Weekdays + Saturday: 6 days × 8 hours × 12,000 bars/hour
  • Full week: 7 days × 8 hours × 12,000 bars/hour Monthly Production: Working days × daily capacity

MRP Inventory Formula: On Hand = Previous On Hand + Scheduled Receipts - Gross Requirements Place Planned Orders considering lead time (e.g., 2-week lead

...

See on Student Notes »