Skip to main content

7 th std science and social science text book term 3 Tamil medium

TN formed a Curriculum Development Committee in June 2017 under the Chairmanship of M Anandakrishnan, former Vice-Chancellor of Anna University, and released a draft of the new syllabus in November last year.
Today, many textbooks are published in both print format and digital formats.
The students and teachers have welcomed the new syllabus issued by the Tamil Nadu State Board. Therevamped syllabus is suitable to equip Tamil Nadu students to tackle various competitive entrance exams like NEET, JEE, etc., and to choose from the most sought-after career options like Banking & Finance, SSC, UPSC, TNPSC, CAT, IT, and many more.
Experts point out that this new syllabus focuses more on concepts and understanding rather than memorising and reproducing answers. The state government, too, has been working towards making education more rounded in multiple steps.
For instance, it dropped the blueprint system that allowed teachers and students to selectively learn or omit portions from textbooks. This method encouraged rote learning the prescribed chapters based on the marks they would fetch in the board exams. The government has also banned public announcements of rankings in 10th and 12th boards
Yet another new addition is the QR code provided in every textbook for all classes. Usha Rani, Director of SCERT, says that Tamil Nadu is the first to do so in the country, “Students can access additional content by using the QR code in the textbook.” These QR codes will lead students and teachers to audio-visuals to enhance conceptual learning.

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.