Assignmentq1 2
Assignmentq1 2
Chapter 1
1. What is a computer? Who is considered as the Father of computer and
why?
2. Discuss the basic operations performed by computers.
3. Discuss the characteristics features of computers.
4. With neat diagram explain basic organization of computer system.
5. What is the need of number system in computers?
6. What are different types of number systems?
7. Define Binary number systems with examples.
8. Define Octal number system with examples.
9. Define Hexadecimal number system with example.
10. Convert the following Binary numbers to Decimal number
a. 10011101 d. 11100101
b. 10110110 e. 10101010
c. 10110111 f. 10111010
11.Convert the following Decimal numbers to Binary number
a. 2101 b. 1587 c. 1988 d. 5214 e. 4562 f.1475
12. Convert the following Octal numbers to Binary number
a. 2154 b. 5124 c. 135 d. 1452 e. 142564
f. 320142
13. Convert the following Binary numbers to Octal number
a. 101010 d. 1001010
b. 11001101 e. 10101011
c. 1011100 f. 1011011
14. Convert the following Hexadecimal numbers to Binary number
a. B2B b. 14CF6 c. ABCDE d. EA2 e. 12C5 f. B2C
15. Convert the following Binary numbers to Hexadecimal number
a. 101101 b. 100100 c. 100110 d. 101101 e. 101110 f. 110110
16. Convert the following Octal numbers to Decimal number
a. 542 b. 235 c. 354 d. 412
e. 125 f. 625
17. Convert the following Decimal numbers to Decimal number
a. 10101001 b. 101011 c. 1011010 d. 1011101
e.11011010 f. 11010100
11. Write an algorithm and flowchart to find the average of marks obtained in three tests.
12. Write an algorithm and flowchart to compute the area and volume of a cube.
13. Write an algorithm and flowchart to compute area and circumference of circle.
24. Define - keywords, identifiers, constants, and variables; Data types with examples.
Chapter 3
1.