User:Staka/Grade11

From Wikipedia, the free encyclopedia

Navigation


Contents

For Grade 11 Sciences (Chemistry, Physics and Biology), see User:Staka/Grade11/Sciences.

Anthropology, Psychology, and Sociology

Marketing

Functions and Relations (MCR3UO)

Chapter 1. Concept of a Function
  1. Relations
  2. Definition of a Function
  3. Transformations of Functions
  4. The Quadratic Function
  5. Square Root Function
  6. Reciprocal Function
  7. Inverse Function
Chapter 2. Algebraic Skills
  1. Operations with Polynomials
  2. Simplifying with Radicals
  3. Linear Inequalities
  4. Factoring Polynomials
  5. Rational Expressions
  6. Multiplying and Dividing Rational Expressions
  7. Adding and Subtracting Rational Expressions
Chapter 3. Quadratic Functions
  1. Solving Quadratic Equations
  2. Problems Giving Rise to Quadratic Equations
  3. Classifying the Roots of Quadratic Equations
  4. Maxium-Minimum Values of Quadratic Functions
Chapter 4. Exponents and the Exponential Function
  1. The Law of Exponents
  2. Zero and Negative Exponents
  3. Rational Exponents
  4. The Exponential Function
  5. Investigating the Exponential Function: y=bx
  6. Solving Exponential Equations
Chapter 5. Sequences and Series
  1. Introduction to Sequences
  2. Arithmetic Sequences
  3. Geometric Sequences
  4. Arithmetic Series
  5. Geometric Series
Chapter 6. Financial Applications
  1. Compound Interest
  2. Amount of an Annuity
Chapter 7. Trigonometric Ratios
  1. Primary Trigonometric Ratios for Any Angle
  2. The Law of Sines
  3. The Law of Cosines
Chapter 8. Trigonometric Functions
  1. Periodic Functions
  2. Trigonometric Functions
  3. Horizontal and Vertical Dilatations
  4. Multiple Transformations
Chapter 9. Trigonometric Equations and Identities
  1. Simple Trigonometric Equations
  2. Identities
  3. Trigonometric Equations Containing Different Functions
  4. Compound Angle Identities

Computer Engineering

Logic gates
  1. Gate is a logic device that provides an output from a predetermined input.
  2. Laws of Boolean algebra:
    • Commutative Law
    • Associative Law
    • Distributive Law
    • De Morgan's Law
Truth Table for Sequential Logic Circuit
S R Q Q-2
0 1 1 0
1 1 1 0
1 0 0 1
1 1 0 1
0 0 1 1
0 1 1 0
AND Gate
INPUT OUTPUT
A B A AND B
0 0 0
0 1 0
1 0 0
1 1 1
OR Gate
INPUT
A   B
OUTPUT
A OR B
0 0 0
0 1 1
1 0 1
1 1 1
NAND Gate
INPUT
A   B
OUTPUT
A NAND B
0 0 1
0 1 1
1 0 1
1 1 0
NOR Gate
INPUT
A   B
OUTPUT
A NOR B
0 0 1
0 1 0
1 0 0
1 1 0