UNIT I

2 MARKS

  1. What are the limits of computational problem solving?
  2. What is binary representation?
  3. What is an algorithm?
  4. Define: “Computer Software”.
  5. What are the advantages of computer algorithms?
  6. How will you declare a variable in python?
  7. What do you mean by Boolean expressions?
  8. What is a complier?
  9. List the things to solve a problem computationally.
  10. What is python standard library?
  11. What do you mean by Traveling Salesman problem?
  12. Define: “Main Memory”.
  13. What is an Identifier?
  14. What is the essence of Computational Problem Solving?
  15. What is computer hardware?
  16. Define: “Problem Solving”.
  17. What is Computer Science?
  18. What is an Operating System?
  19. What is IDE?

5 MARKS

  1. Explain the fundamental issues of computer software.
  2. Explain the use of numeric and string literal values.
  3. What are the differences between arithmetic and relational operators? Explain.
  4. Explain the limits of Computational Problem Solving.
  5. Explain the essence of computational problem solving.
  6. Elaborate the operator precedence of arithmetic operators in Python.

10 MARKS

  1. Explain the steps in the process of computational problem solving.
  2. Explain the fundamental hardware components of computer system.
  3. Describe and use of operators and expressions with examples.
  4. What are the arithmetic operators in Python? Explain with example.
  5. Discuss the different types of literals available in python.
  6. Outline the various data types available in Python with example.