Lecture 5:  Input & Output

Activity:  Categorizing Grid

Today we saw the basic input and output operations in C programming.  Below is a list of concepts.  State whether each concept is associated with input, with output, or both input and output.  Then, state reason(s) for your selection.

1.  computer keyboard
 

2.  computer mouse
 

3.  printing a document
 

4.  printf()
 

5.  computer disk
 

6.  scanf()
 

7.  "read" operation
 

8.  "write" operation
 

9.  computer monitor
 

10.  main memory
 

11.  control string
 

12.  & operator
 

13.  initializing variables
 

14.  data into memory
 

15.  data from memory