Exam time XI

Chapter 1: Computer System

      1. Discuss different generation of computer with technologies used in each generation.

       2. Define computer architecture. Draw block diagram of computer system and explain them.

        3. What is mobile computing? Explain importance and uses of it in communication.

        4. Difference between primary and secondary memory.

        5. What is GIGO? Explain characteristics of computer.

        6. Mention any four uses of computer. State different unit of storage in computer.

        7. Difference between input and output devices.

        8. Difference between soft copy and hard copy output.

        9. Explain different types of computer with example.


 Chapter 7: Multimedia

1.     Define Multimedia with example.

2.     Explain advantages and disadvantages of multimedia.

3.     Mention any four components of multimedia and explain them.

4.     Why multimedia used in marketing and advertising? List different types of advertising where multimedia are used.

 

Chapter 4: Application Package

1.     Differentiate between word processing, spread sheet, and presentation software.

 

 Chapter 8: Information Security and Cyber law

1. What is digital citizenship? List its different element.

2. What is computer ethics? Write some commandments of computer ethics.

3. Explain cyber ethics with example.

4. What is cyber crime? Describe its types.

5. Explain some protective measures in cyber crime.

6. What are the types and advantage of intellectual property right.

7. What is ICT? Write policies related to ICT.

 

Chapter 3: Computer Software and Operating System

1. What is Operating System? List the roles of operating system.

2. Differentiate between  system software and application software.

3. What is software? Explain different types of software with example.

4. Differentiate between  CUI and GUI

 

Chapter 5: C Programming

1. What is C programming? Write features of C program.

2. WAP to calculate volume of sphere. (V=4/3 πr3)

3. WAP to display average of three numbers.

4. WAP to display smallest among three numbers.

5. WAP to display whether the given number is odd or even.

6. WAP to display profit or loss amount when CP and SP are given 

7. WAP to input 5 subjects marks and check whether the student is pass or fail if pass marks is 35.

8. WAP to display whether the given number is positive, negative or zero.

9. WAP to display middle number among three numbers.

10. 2,4,8,16...................upto 10th term

11. 1,4,9,.....................upto 10th term

12. 2,2,4,6,10..................upto 10th term

13. 7,22,11,34..................upto 10th term

14. WAP to display middle multiplication table of a given number.

15. Write a C program to find smallest number among n number.

16. What is array? Write a C program to find greatest number among n number.

17.   WAP to Multiply 2X2 matrix using array.

18. WAP to Sort 10  numbers in ascending order using array.

 

Chapter 2: Number System Conversion and Boolean Logic

 (a) 11001-111

(b) 1011/11

(c)  10110+11011

(d)  1011X101

     

(a) (ABC)16 =(?) 2

(b) (703)8 =(?)16

(c) (9745)10 =(?)8

(d) (2654) 8 =(?) 10

(e) (CDE) 16 =(?) 8

 

Subtraction using 1’s and 2’s complement

Using 1’s complement

     

     

      remove the extra bit and add on its remaining bit.

     find its 1’s complement of result in step 2 and add (-)ve sign


Using 2’s complement

     

     

      remove the extra bit.

     find its 2’s complement of result in step 2 and add (-)ve sign

 

1’s complement

Example 1

X =  1010  

Y =  101  

 

Step 1

Y =  0101

1’s comp of Y = 1010

 

Step 2

      1010

+   1010

    ---------

  1 0100   ← The leftmost `1` is the carry out

 

Step 3

 0100

+     1

---------

  0101   = +5 (correct)

 

Therefore, 1010   -  101=101

 

Example 2

X = 101

Y = 1010

 

Step 1

Y = 1010 → 1’s comp = 0101

 

Step 2

      0101

+    0101

     ---------

     1010   ← no carry out

 

Step 3

1’s comp of 1010 = 0101 →-0101

 

Therefore, 101   -  1010=-101

 

2’s complement

Example 3

X = 111

Y =101

 

step 1

1’s complement of Y → 010

add 1 → 011(2’s complement )

 

Step 2

       111 

+     011

     ---------

      1010      

step 3 à The leftmost `1` is the carry out remove it

Therefore, 111   -  101=10

 

Example 4

X = 101

Y =111

 

Step 1

1’s complement of Y → 000

add 1 → 001(2’s complement )

 

Step 2

       101 

+     001

     ---------

      110       

 

Step 3

2’s complement of step 2 answer →-010

Therefore, 101   -  111=-10

 

 Chapter 6: Web Technology I

     

     1. What is web browser? List four popular web browser.

      2. What is URL? Explain its components.

      3. Difference between WWW and internet.

      4. What is hyper link? Explain with example.