Class 11 Cs Holiday Homework

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

HOLIDAY HOMEWORK

CLASS 11 COMPUTER SCIENCE


Assignment – 4

1. Write any two system software and two application software installed on your computer.
2. Which microprocessor does your personal computer have? Which generation does it belong to?
3. What is the clock speed of your microprocessor?
4. Name any two devices in your school or home that have a microcontroller.
5. Check the size of RAM and HDD of a computer in your school. Make a table and write their size in Bytes,
Kilobytes, Megabytes and Gigabytes.
6. List all secondary storage devices available at your school or home
7. Which operating system is installed on your computer at home or school?
8. Give full form of ASCII and ISCII
9. Write base values of binary, octal and hexadecimal number system.
10. Try the following conversions.
(i) (514)8 = (?)10 (ii) (220)8 = (?)2 (iii) (76F)16 = (?)10
(iv) (4D9)16 = (?)10 (v) (11001010)2 = (?)10 (vi) (1010111)2 = (?)10
11. Do the following conversions from decimal number to other number systems.
(i) (54)10 = (?)2 (iv) (889)10 = (?)8
(ii) (120)10 = (?)2 (v) (789)10 = (?)16
(iii) (76)10 = (?)8 (vi) (108)10 = (?)16
12. Express the following octal numbers into their equivalent decimal numbers.
(i) 145 (ii) 6760 (iii) 455 (iv) 10.75
13. Express the following decimal numbers into hexadecimal numbers.
(i) 548 (ii) 4052 (iii) 58 (iv) 100.25
14. Express the following hexadecimal numbers into equivalent decimal numbers.
(i) 4A2 (ii) 9E1A (iii) 6BD (iv) 6C.34
15. Convert the following binary numbers into octal and hexadecimal numbers.
(i) 1110001000 (ii) 110110101 (iii) 1010100 (iv) 1010.1001
16. Write binary equivalent of the following octal numbers.
(i) 2306 (ii) 5610 (iii) 742 (iv) 65.203
17. Write binary representation of the following hexadecimal numbers.
(i) 4026 (ii) BCA1 (iii) 98E (iv) 132.45
18. How does computer understand the following text? (hint: 7 bit ASCII code).
(i) HOTS (ii) Main (iii) CaSe
19. The hexadecimal number system uses 16 literals (0–9, A–F). Write down its base value.
20. Let X be a number system having B symbols only. Write down the base value of this number system.
21. Draw the truth table and represent the symbols of-
(a) AND (b) OR (c) NOT (d) NOR (e) NAND (f) XOR
22. Find the output y.
23. The output of the logic circuit represents which gate?

24. A Logic circuit has two inputs being X and Y X Y


fill in all the possible combinations.

25. The figure below shows a logic circuit and its incomplete truth table. Complete the below
truth table.

A B C Q
A
C Q 0 0
B 0 1
1 0
1 1

26. The figure below shows a logic circuit and its incomplete truth table. Complete its truth table.

A C A B C D Q
Q 0 0
B
0 1
D
1 0
1 1

27. The figure below shows a logic circuit and its incomplete truth table. Complete the below
truth table.
A A B C D Q
C
Q 0
0

D 1
B
1
28. The figure below shows a logic circuit and its incomplete truth table. Complete the
below truth table.
A
C A B C D Q
Q
0
B 1
D
0
1

29. For the logic circuit below complete the truth table.

A B D
A
0 0
D 0 1
1 0
B 1 1

30. Find the equivalent Boolean expression for:

You might also like