Title: Input/Output Categorizing Grid
Author: Tammy VanDeGrift and Kate Deibel
Date: October 14, 2003
Technique: Categorizing Grid
Before Class Preparation Time: LOW
Class Completion Time: LOW
In-Class Analysis Time: LOW
Out-Of-Class Analysis Time: LOW
Assessment Goals:
- Develop analytic skills
- Develop ability to draw reasonable inferences from observations
- Improve memory skills
- Develop appropriate study skills, strategies, and habits
- Learn terms and facts of this subject
- Learn concepts and theories of this subject
Topics:
Purpose:
This activity allows instructors to see if students understand if concepts are associated with input, with output, or with both.
Activity:
Today we saw the basic input and output operations in C programming. Below is a list of concepts. Place each concept in the appropriate column: Input, Output, Both Input and Output.
|
Input
|
Output
|
Input AND Output
|
|
|
|
|
Problems
|
- computer keyboard
- computer mouse
- printing a document
- printf()
- computer disk
- scanf()
- "read" operation
- "write" operation
- computer monitor
- main memory
- control string
- initializing variables
- data into memory
- data from memory
|
Solution:
The following are suggestions, but several of the items in this activity are meant to encourage discussion.
- INPUT: computer keyboard
- INPUT: computer mouse
- OUTPUT: printing a document
- OUTPUT: printf()
- BOTH: computer disk
- INPUT: scanf()
- INPUT: "read" operation
- OUTPUT: "write" operation
- OUTPUT: computer monitor
- BOTH: main memory
- INPUT: control string
- INPUT: initializing variables
- INPUT: data into memory
- OUTPUT: data from memory
Instructor Responses:
- Lecture
- Next Day Summary
- Class Discussion
- Small Group Discussions
- Homework
Response Analysis:
Run through the grids and mark incorrect or missing entries. Identify the most common errors as well as any patterns that could explain student confusion. Reflect upon these errors and report them back to the class as you see fit.
Variant Uses of Activity:
- For each concept, have students briefly give their reasoning.
- Have students work in groups to complete this activity. The instructor may want to circulate throughout the groups to ensure that each group is making progress. After the groups have completed their lists, the instructor can ask for votes on each item. It is important to clear up any conflicting votes.
- Have students work individually on their lists and then form groups of 4-5 people to discuss their individual lists with other members of the group.
Device-Enabled: Has Been Enabled
Related Topics:
- Streams
- Buffers
- Readers
- Writers
- Files