answersLogoWhite

0

When you assess and use the information gathered to plan what needs to be taught next.

User Avatar

Wiki User

15y ago

What else can I help you with?

Continue Learning about Educational Theory

What are the similarities of Curriculum and Instruction?

Both curriculum and instruction are crucial components of the education process. Curriculum refers to the content and skills that are taught, while instruction involves the methods and strategies used by educators to facilitate learning. Effective coordination between curriculum and instruction enhances the overall learning experience for students.


What is the Flynn's Classification with examples?

First of all as we know the CPU comprises of The Registers,The ALU Unit and the Control Unit.Processing of the data is done in CPU Registers (an area or a memory where processing takes place). M.J.Flynn suggested these architectures for enhancing the computational speed of the computer: 1. Single Instruction Single Data (SISD): Single instruction is performed on a single set of data in a sequential form.Most of our computers today are based on this architecture.Von Neumann fits into this category.Data is executed in a sequential fashion (one by one). 2. Single Instruction Multiple Data (SIMD): Single Instruction is performed on multiple data.A good example is the 'For' loop statement.Over here instruction is the same but the data stream is different. 3. Multiple Instruction Single Data (MISD): Over here N no. of processors are working on different set of instruction on the same set of data.There is no commercial computer of this kind also these are used in Space Shuttle controlling computer (all the buttons you must have noticed in the control center). 4. Multiple Instruction Multiple Data (MIMD): Over here there is an interaction of N no. of processors on a same data stream shared by all processors.Now over here if you have noticed a lot of computers connected to each other and when they perform a task on the same data (data is then shared).If the processing is high it is called Tightly Coupled and Loosely Coupled vice-versa.Most Multiprocessor fit into this category.


What is a synonym for teaching?

instruction, schooling, education, training, tutoring


Nature of Supervision of Instruction in schools?

Supervision of instruction in schools involves providing support and guidance to teachers to improve their instructional practices. It includes observing classroom teaching, providing feedback, and offering professional development opportunities to help teachers enhance their skills and meet student learning goals. Effective supervision of instruction aims to create a culture of continuous improvement and support teacher growth and development.


What is the difference between direct instruction and facilitation?

When you say direct instruction -- it means that the person receiving it should do exactly what the instruction was. The act of doing exactly what was obliged to the person. When you say facilitate, you instruct to achieve a certain task but let the person do what he or she thinks is the right way to complete such task -- while receiving assistance in order for the person to complete the task.

Related Questions

What is the difference between instruction registers and instruction pointer?

instruction register is used to store the next instruction to be executed. instruction pointer is used to store the address of the next instruction to be executed.


What part of speech is the word instruction?

Instruction is a noun.


What is 1 byte instruction in microprocessor?

1byte instruction = MOV A,B 2byte instruction = MVI A,01H 3byte instruction = STA 2030H


How many instructions are in the ARM instruction set?

There is one instruction set in the IA-32. Instruction set is the set of instruction that a processor can execute.


How does the CPU keep track of which instruction to execute next?

The instruction register holds a pointer to the current instruction (in working memory) while the next instruction register points to the next instruction (the first instruction immediately after the current instruction's operands). If the current instruction is a jump instruction, it can change the next instruction register, allowing the program to branch to a new instruction once the jump instruction is processed. The next instruction pointer is automatically moved into the current instruction register once the current instruction has been processed. The entire process of executing an instruction is known as the fetch-decode-execute cycle.


What is the meaning of supervision of instruction?

what is supervision of instruction


What is an absolute instruction?

An absolute instruction is an assembly language instruction using only absolute addresses.


What factor help in deciding the length of instruction format?

the number of bits required to represent an instruction of a cpu is known as length of the instruction or known as instruction.


What is a standing instruction?

A standing instruction is an instruction that remains in effect for an indefinite time. That is, it remains in effect until the office or person who issued the instruction retracts or cancels it.


What is the use of instruction decoder?

Instruction decoder takes bits stored in the instruction register and decodes it and tells to CPU what it need to do for it and enable the components for the operation. Simply, instruction decoder is like a dictionary. It tells the meaning of the instruction.


What is the plural form of instruction?

The plural of instruction is instructions.


Which register modifies ret instruction?

instruction register