Intro
Greetings and salutations, my friends. Today I shall be discussing an article I read at my college recently, outlining the 20 most important rules for truly effective learning. As someone studying A-Levels at college on a day-to-day basis, it’s obviously very helpful to me to be able to optimise my learning to spend less time to learn the same thing that everyone else will spend way more time to learn. Hopefully these tips will help you as they have helped me :)
To use the previous example of my Computer Science textbook, I could learn a single word of a fact but that would be ultimately meaningless. Learning the word wouldn’t help me at all without learning all of the following words and the meaning behind them.
The best way to learn with this principle in mind is learning using questions and answers that put different facts together. For example, one thing I must learn is that the Memory Buffer Register is the part of the CPU that stores the data going to and from the RAM.
I could format this in a question and answer format like this:
Q: Which CPU register stores the data going to and from the RAM?
A: The Memory Buffer Register
Or
Q: What does the Memory Buffer Register do?
A: Stores the data going to and from the RAM.
Using both of these in combination would be best as it would link both pieces of information together without needing a specific stimulus to remember it.
For example, I learned what a strongly typed programming language was recently. This sounds pretty complicated, right? It is! As such, to remember this most easily I could make use of the so-called “Feynman method” in which I write it down as though I was teaching someone but in the simplest way possible.
Meaning instead of:
Strongly typed programming language
I would write
A programming language that is more likely to generate an error or refuse to compile if an argument passed to a function doesn’t closely match the expected data type.
This may still sound complicated to someone who doesn’t study the subject but for me this is infinitely easier to remember. Of course I need to learn this with Rule 1 and 2 in mind so that I can link the technical definition and the simplistic definition together as one will not help me without knowing the other.
For example:
Instead of
Q: What are the characteristics of the Dead Sea?
A: Salt lake located on the border between Israel and Jordan. Its shoreline is the lowest point on the Earth's surface, averaging 396 m below sea level. It is 74 km long. It is seven times as salty (30% by volume) as the ocean. Its density keeps swimmers afloat. Only simple organisms can live in its saline waters
I would write:
Q: Where is the Dead Sea located?
A: on the border between Israel and Jordan
Q: What is the lowest point on the Earth's surface?
A: The Dead Sea shoreline
Q: What is the average level on which the Dead Sea is located?
A: 400 meters (below sea level)
Q: How long is the Dead Sea?
A: 70 km
Q: How much saltier is the Dead Sea than the oceans?
A: 7 times
Q: What is the volume content of salt in the Dead Sea?
A: 30%
Q: Why can the Dead Sea keep swimmers afloat?
A: due to high salt content
Q: Why is the Dead Sea called Dead?
A: because only simple organisms can live in it
Q: Why only simple organisms can live in the Dead Sea?
A: because of high salt content
That is it for today, folks. By incorporating these tips and tricks into your studies I can promise you will see improvements very quickly. Tomorrow I shall post the next 5 rules but for now, adios :)