- Explain the language written with 0,1. / Why the program written using machine language is executed fast?/It is possible to express language using only number without words-explain.
- “The limitation of Low level programing language is the reason of creating high level programing language”-explain./High level programing language is better than machine language-explain.
- It is easy to do programing in high level programing language-explain.
- Why assembly language is more developed than machine language?
- Algorithm is the precondition of coding –explain./Write down the importance of algorithm in program coding.
- “It is easy to solve a problem using flowchart than algorithm”-explain.
- Explain the symbols used in flowchart./Flowchart is symbol based algorithm-explain.
- Why C programing language is called mid-level programing language?
- C is one kind of high level programing language-explain.
- As a translator program compiler is more suitable-explain.
- It needs to compile the program each time of development-explain.
- In which case interpreter is better than compiler? Explain.
- Why it is needed to compile a source program? Explain.
- C programing language is a case sensitive language-explain.
- There are some rules for declaring a variable-explain./ In C language, is “int roll@no;” valid or invalid? Explain.
- What do you understand by the header file of library function?
- Why #include<stdio.h> is mandatory for a C program? Explain.
- Write the importance of man() function in a C program.
- Library and user defined functions are not same in a program.-explain.
- What is meant by output function?
- Write down the input and output functions that are used in C programing language.
- Explain the statement printf(“%d %d”,a,b);
- Explain the statement scanf(“%f”,&a);
- Explain printf() and scanf() with example.
- When long integer is used instead of integer? Explain.
- What do you understand by float type? Write down with example.
- When unary operator is used? Explain.
- Write the importance of operator in program.
- Explain i++ and ++i.
- Write the difference between “=” and “==”.
- Which one of for loop and do while loop is easier to use?
- “It is possible to use a global variable in entire program”-explain.
- “Array and variable are not same”-explain.
- Array reduces the complexity of program-explain.
- Same type of multiple data can be stored under a variable-explain.