Skip to main content

How to get centum in Social Science in SSLC public exam prepared by Way to success team and smart teachers

Zeal study shares you a huge collection materials to you for practicing and get centum in every subjects,We hope it is very useful to you and great guidance to you for practcing more. In this way we share this materials also for practice and read the tips carefully and get centum in all subjcts.Zeal study wishes to all success.


Scoring Centum is a challenging one to all students. To guide these gifted students to achieve centum in their subjects, we introduce this blog .

 A team of teacher volunteers prepare the best tough question papers. All the students can download these question papers and write down the exam in your home, then you will send your answer scripts to those experts, they will evaluate and return to you. These all evaluation process is free of cost service. So It will help to prepare the students to face the challenging questions in their public exam easily
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.
our 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.
The most important thing is to eat, full stop. Being hungry during a test will distract you and make you tired. Don't eat too soon before a test though, as some foods can make you tired. Instead, make sure you get a meal filled with lean protein before you have to take a test.
Eating healthy will generally boost brain performance too, so make sure you're always eating a healthy diet to help you learn all through school.
If you don't sleep, you won't be able to focus when the pressure's on! Make sure to go to bed early the night before a test, rather than staying up all night to study. Your brain won't be able to hold on to all that crammed information anyway.
Go to your test with all of the calculators, pens, pencils, blank paper, and other supplies you might need. Not having these things could mean you'll have a much harder time!


Getting dehydrated during a test can be distracting and reduce your ability to think clearly. Stay hydrated before your test and bring a bottle of water with you to the test as well.
If you aren't used to drinking coffee, now is a bad time to start. Try not to do anything different in your basic routine the day of or the night before the test. This can really throw you off.

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.