Class 10 Computer Science Notes SEBA Chapter 5

Class 10 Computer Science Notes SEBA Chapter 5

You are currently viewing Class 10 Computer Science Notes SEBA Chapter 5


Explore comprehensive Class 10 Computer Science Notes SEBA Chapter 5. Access concise summaries, key concepts, and essential information to enhance your understanding and excel in your studies.

Exercise Questions

1. Write C programs to display the following pattern using nested loop construct. 

i) 1 2 3

1 2 3

1 2 3

1 2 3

Ans:

ii) 1 2 1 

1 2 1 

1 2 1 

1 2 1 

1 2 1 

Ans:

iii) 4 3 2 1 

4 3 2 1 

4 3 2 1 

4 3 2 1 

Ans: 

iv)       2 

    2 3 4 

2 3 4 5 6

Ans:

V) 1

1 2 1

1 2 3 2 1

Ans:

Vii)      * 

     * * * 

  * * * * * 

* * * * * * * 

   * * * * * 

     * * * 

       *

Ans:

Viii)

* * * * *

* * * *

* * *

* *

*

* *

* * *

* * * *

* * * * *

Ans:

Read Also: Class 10 Computer Science Notes SEBA Chapter 4

Leave a Reply