Examlex

Solved

Give Several Examples of Both Formative (Less Formal) and Summative

question 6

Essay

Give several examples of both formative (less formal) and summative (more evaluative and formal) assessment devices. Explain how employing a combination of both types of assessment devices will foster meaningful instruction based on the needs of the students in your class.


Definitions:

Conversion Control Sequence

A Conversion Control Sequence is part of programming syntax used to format output or convert data types explicitly.

%d

%d is a format specifier in C and C-like languages that is used in string formatting functions to represent an integer variable.

\n

\n is a escape sequence that represents a newline character, used in string literals to move the cursor to the next line when outputting text.

Related Questions