- What is programming language? Describe briefly different types of programming language and their major features.
- What do you mean by computer software? Briefly describe different types of software.
- Write down the differences between compiler and interpreter. Explain in detail about compiling process.
- What are the steps that need to be followed for developing the application software?
- What is flow chart? List out the various commonly used flow chart symbols. How does a flow chart help a computer programming?
- What are the basic features of the C programming language? What are its advantages compared to other high level languages?
- What is an identifier? Describe about valid and invalid identifier. Why it is necessary to use meaningful identifier in programming?
- What is an operator in C language? Discuss the different types of operators used in C.
- What data type and qualifiers are available in C? Explain with examples.
- Explain in brief about the different types of operators available in C language.
- What is conditional statement? Explain with examples.
- Explain syntax, working and uses of switch statement in C? What are the restrictions on case labels?
- What do you mean by repetitive structure? Differentiate between definite and indefinite loops with an example of each.
- Draw the flow chart and syntax of if………..else statement and explain how it works?
- Why c is called a structured programming language? Write about control statement in C language.
- Explain along with flow chart, how do-while (exit controlled) loop differs from while (entry controlled) loop?
- What is type casting? Explain with example.
- Differentiate between source code and object code.
- Draw the flow chart and syntax of do………..while loop, explain how it works?
- Explain syntax, working and uses of for loop in C.
- Explain the differences between break and continue statement with examples.
- What is operator precedence and associatively? Explain the precedence and associatively of arithmetic operators with examples.
- What do you mean by logical and relational operator? Differentiate between them.
- What do you mean by nested loop? Explain about it.
No Comments