1. In a flow chart, the symbol used for decision making is a ...
2. C++ is:
3. What does ASCII stand for?
4. How do you print "Hello World" in C?
5. What type of loop executes at least once before checking the condition?
6. What does the hash function "245 mod 10" output?
7. C Language was developed for which OS?
8. What is the control variable of a loop called?
9. What is the decimal value of the binary number 101?
10. A linked data structure where the nodes have two pointers, one to the previous node, and one to the next node, is known as a(n)...
11. Which of the following sorting algorithms has the lowest worst-case complexity?
12. Which sorting algorithm will take least time when all elements of input array are identical?
13. A ____ operation searches data in a table and retrieves records based on certain criteria.
14. A ____ read is an added statement that gets the first input value in a program.
15. A class diagram includes the class ____, which represent the program logic.
Introduction To Programming MCQs | Topic-wise