Skip to main content

Term -3 Learning out comes records for 4 th standard English medium Prepared by Ganga publications

We share learning outcomes records for term 3 - 1- 5 th standards both medium .We think it will help you to reduce your work load.so use it and take print out to use it .


Learning outcomes are an essential part of any unit outline. A learning outcome is a clear statement of what a learner is expected to be able to do, know about and/or value at the completion of a unit of study, and how well they should be expected to achieve those outcomes. 

It states both the substance of learning and how its attainment is to be demonstrated. Learning outcomes not only serve the purpose of directing the content and design of a unit of study, they form the basis of assessment and are also linked to the larger outcomes of learning set by the University in the form of generic and/or course/discipline-specific graduate attributes. Because of their clear linkage to assessment, students will achieve the learning outcomes to differing degrees.


Learning outcomes statements are also appropriate for elements within a unit of study – module, topic, lesson, etc. These statements can elaborate on and reveal further, more specific details about intended outcomes. The assessment process examines the extent to which students have achieved the intended outcomes of the unit. Therefore in designing an assessment program it is essential that the learning outcomes form the basis of what is assessed and how it is assessed. Each outcome should be assessed. If a stated outcome is not assessed, neither you nor your students will know if it has been realised. If the learning outcome is framed in such a way that assessment is not feasible, you need to reframe it so that demonstration of attainment is possible.

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.