Skip to main content

How to Get Centum in Exams

Centum study from zeal study shares you the tips to score centum in your exams.There are a number of tricks and practices which can significantly improve your chances of scoring high on a test. This article will help you in studying, analyzing and solving exam questions
Pay attention in your classes and concentrate. The best thing you can do to raise your test scores is to pay attention when you're supposed to be learning the material: in class! Letting your mind wander or not showing up at all are both likely to make you miss out on key information that will later appear on tests.
Take good notes:
. This is important if you want to have an easier time studying later. Not only will writing the information down as you learn it help you in absorbing the information and paying attention, but you'll have a reference for when you go to study later
Do your homework. Homework, such as assignments and at-home reading are where you will find the rest of the information that will be on tests, so doing this homework is important. Schedule time and set aside a quiet place just for homework to help beat the procrastination blues.
Use mnemonics and other tricks. Various memory tricks really can be useful for remembering certain things like numbers, categories, and lists. Just make sure that you learn them correctly and don't mix them up
Mnemonics are phrases :
which can help you remember the order of certain things. For example, "Katy Perry Came Over For Great Songs" is a great way to remember the biological classifications (Kingdom, Phylum, Class, Order, Family, Genus, Species).
Do practice tests. Ask your teacher or go online and print a few practice tests. Taking a practice test will help you figure out how much information you actually know vs how much information you think you know. Knowing your weak spots before a test is crucial
Study frequently. Studying hard for only a few hours the night before the test isn't going to help ensure perfect scores. If you really want to ace those exams, study old and new material every day, or at least several times a week. This will make test-taking a breeze.
Take study breaks:
 When you study, make sure you take a 5-10 minute break after every 30 minutes of study. This will help keep your brain from getting overloaded and give it more time to absorb the information.
On study breaks, try not to fill your brain with more information, even if that information is more about your favorite celebrity's latest concert rather than Winston Churchill's foreign policy.
Study according to a learning style that fits the subject. Certain subjects are easier to understand when studied using a style that connects to the nature of the subject. For instance, if you're studying literature, you'll need visual reading and writing activities. If you're studying music, you'll need auditory resources.
Learning styles:
 as conventionally understood, are somewhat controversial. Many academic studies suggest that learners develop subjective preferences for studying material, but these styles don't necessarily mean they learn better through these styles.
Nevertheless, the idea of learning styles still persists even in academic circles. If a subjective preference for a certain learning style helps motivate you to study, you can still try it.
Take advantage of sense memory:
 Your brain is pretty good at associating smells or sounds with ideas or memories. You should take advantage of this! While you're studying, wear some unusual cologne or perfume (with a smell you don't usually encounter) and then expose yourself to that smell again right before or during a test
Listen to music . Your teacher probably won't let you have headphones during a test, but you should at least listen to music, specifically classical music, right before taking a test. Studies have proven that exposure to certain types of music right before rigorous mental activity can really help, by waking up your brain and increasing your awareness

Comments

Popular posts from this blog

SAP HANA In Memory Strategy

SAP HANA has many processes running on the SUSE Linux Server. SUSE Linux server manages the reservation of memory to all process. When SAP HANA starts up, Linux OS reserves memory for the program code, program stack, and static data. OS can dynamically reserve additional data memory upon request from the SAP HANA Server. SAP HANA create a memory pool for managing and tracking the consumption of memory. The memory pool is used to store all the in-memory data and system tables, thread stack, temporary computations and all other data structure required for managing the database. When more memory is required for table growth or temporary computations, the SAP HANA memory manager obtains this from the pool. For an overview, check out the Memory Overview feature of the SAP HANA studio. To access it, right-click on a System ->Configuration and Monitoring -> Open Memory Overview in the context menu, as follows:

SAP HANA Architecture

Data is compressed by different compression techniques (e.g. dictionary encoding, run length encoding, sparse encoding, cluster encoding, indirect encoding) in SAP HANA Column store. When main memory limit is reached in SAP HANA, the whole database objects (table, view,etc.) that are not used will be unloaded from the main memory and saved into the disk. These objects names are defined by application semantic and reloaded into main memory from the disk when required again. Under normal circumstances SAP HANA database manages unloading and loading of data automatically. However, the user can load and unload data from individual table manually by selecting a table in SAP HANA studio in respective Schema- by right-clicking and selecting the option "Unload/Load". SAP HANA Server consists of : Index Server Preprocessor Server Name Server Statistics Server XS Engine SAP HANA Index Server: SAP HANA Database Main server are index server. Detail of each server i...

SAP HANA Advantages

Below are advantages of SAP HANA - By In-Memory Technology user can explore and analyze all transaction and analytic data in real time from virtually any data source. Data can be aggregated from many sources. Real-time replication services can be used to access and replicate data from SAP ERP. SQL and MDX interface from third party support. It provides information modeling and design environment.