1.in typical awk program, all input is read either from standard input or specified files
2.awk language divides its input into records and fields
3.running an executable awk script
4.the number of fields need to be a constant
Answer:4