Computer Programming Tutorial – 1 1. Define a flow chart. Summarize different symbols used in a flow chart. CO1 2. Illustrate the necessity of precedence rules in evaluation of expressions. CO1 3. Explain primitive data types and its sizes. CO1 Tutorial – 2 1. Write a C program to prepare electricity bill by assuming appropriate conditions. CO1 2. Design an algorithm to check the given number is Armstrong number or not. CO1 3. Design an algorithm to check whether the given number is a Prime number or not using break. Draw the flow chart and Write a C program. CO1 Tutorial – 3 1. Define Array? List out the limitations of an array. CO2 2. How are the elements read and written while using arrays? CO2 3. ...