,,dfea

abstract class Shape {
abstract double calculateArea();
abstract double calculatePerimeter();
}
class Circle extends Shape {
private double radius;
public Circle(double radius) {
this.radius = radius;
}
@Override
double calculateArea() {
return Math.PI * radius * radius;
}
@Override
double calculatePerimeter() {
return 2 * Math.PI * radius;
}}
class Triangle extends Shape {
private double side1;
private double side2;
private double side3;
public Triangle(double side1, double side2, double side3)
...

See on Student Notes »

Operations

#include<stdio.h> 

Int FCFS() 

int bt[15],n, i, wt[10]; 

float 

twt=0,tat=0,att,awt; 

printf("\n THE FCFS SCHEDULING\n"); 

printf("Enter the number of processes:"); 

scanf("%d",&n); 

printf("Enter burst time of all the processes:"); 

for(inti=0;i<n;i++) 

printf("P%d",i+1); 

scanf("%d",&bt[i]); 

}w 

t[0]=0; 

//for calculating waiting time of each process 

for(i=1;i<n;i++) 

wt[i]=bt[i-1]+wt[i-1]; 

printf("ProcessID BurstTime WaitingTime Turn Around Time ...

See on Wikiteka »

criminal procedure code

TOPIC : ARREST (INTRODUCTION) : Arrest is the first step in the criminal justice process. Article 5(1) of the Federal Constitution protects personal liberty and states that no one can be deprived of liberty unless it is according to law.Therefore, an arrest must be made lawfully and based on legal provisions. An arrest can be challenged in court if it has no valid reason or if excessive force is used. (Why is it important to determine whether there is an arrest?) Some rights of a suspect only

...

See on Student Notes »

MARKETING

Marketing is the strategic engine of any business.1 It involves understanding the market environment and using specific tools to influence consumer behavior.2 Below is a detailed breakdown of the fundamental frameworks you requested.

1. The Marketing Mix: Meaning & Approaches

The Marketing Mix is the set of tactical marketing tools that a firm blends to produce the response it wants in the target market.3 It is the "toolkit" used by marketing managers to satisfy customer needs and build brand

...

See on Student Notes »

Digital marketing

Digital Marketing Landscape
The digital marketing landscape refers to the complete ecosystem of online platforms, tools, channels, and strategies used by businesses to promote their products and services digitally. It shows how different digital marketing components work together to reach, engage, and convert customers.
Key Components of the Digital Marketing Landscape:
Websites and Landing Pages:
Websites act as the foundation of digital marketing, providing information, generating leads, and enabling

...

See on Student Notes »

Uitirutr

Step 1: Determine the variables
The problem provides the following details:

.Annual payment = Rs. 200, so the half-yearly payment (Pmt) is

wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==
Rs. 200/2=Rs.100
Rs.200/2=𝐑𝐬.𝟏𝟎𝟎

.

  • Annual interest rate (r) = 4% or 0.04. The interest is compounded half-yearly, so the interest rate per period (i) is
    wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==
    0.04/2=0.02
    0.04/2=𝟎.𝟎𝟐
    .
  • Term = 20 years. Payments are half-yearly, so the total number of periods (n) is
    wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==
    20×2=40
    20×2=𝟒𝟎
    .
  • The annuity type is an annuity due (payments
...

See on Wikiteka »

Juugiuffi

3. Matrices (Question 6a)
Verify that A \cdot (\text{adj } A) = (\text{adj } A) \cdot A = |A| \cdot I_3 for A = \begin{bmatrix} 2 & 3 & 4 \\ 3 & 0 & 1 \\ 2 & 1 & 5 \end{bmatrix}.
 * Find the determinant |A|:
   *  * Find the Adjoint (\text{adj } A): This involves finding the cofactor of each element and then transposing the resulting matrix.
   * Cofactors: C_{11}=-1, C_{12}=-13, C_{13}=3, C_{21}=-11, C_{22}=2, C_{23}=4, C_{31}=3, C_{32}=10, C_{33}=-9
   *  * Multiply

...

See on Wikiteka »

Bpcc 101

1. Psychology as a Science & Historical Development

Definition & Nature: Define psychology as the scientific study of behavior and mental processes.

Scientific Characteristics: Discuss objectivity, replicability, systematic observation, and empirical evidence (e.g., experimental methods).

Historical Timeline:

Pre-scientific: Philosophical roots (Plato, Aristotle) and the study of the soul.

Foundational Schools: Structuralism (Wilhelm Wundt, 1879 lab), Functionalism (William James), and Psychoanalysis

...

See on Student Notes »

Bpcc 101

2. Classical Conditioning (Pavlov)

  • Definition: Define it as learning through association. Mention Ivan Pavlov's 1904 Nobel Prize-winning work.
  • The Procedure: Briefly describe the dog, the bell, and the food experiment.
  • The Four Pillars: Dedicate a paragraph to defining UCS, UCR, CS, and CR clearly.
  • Principles: Explain Acquisition (the pairing phase), Extinction (when the bell rings but no food comes), and Generalization (reacting to a similar sounding bell).
  • Application: Mention
...

See on Wikiteka »