Ganesh Puja Notice - 2021

ganesha

Ganesh Puja Meeting

              It is hereby inform to all the present student and pass-out students that , the  Ganesh Puja Meeting is arranged on  Dt. – 05/09/2021 at 10:00 AM. It is requested to all the students to join on the meeting and present there ideas for making a grand celebration. 

Thank you

Arranged By : SICE Students

Managed By : SICE

------

17 thoughts on “Ganesh Puja Notice – 2021”

  1. Write an algorithm to display all the factors of a number.
    1)Start
    2)Read N
    3)C=1
    4)if N mod C=0 then (5) else (6)
    5) Display C
    6)C=C+1
    7)If C<=N then (4) else (8)
    8)Stop

  2. Write an algorithm to display all the factors of a number .
    1) start
    2) Read N
    3)C=1
    4) if N mod C=0 then (5) else (6)
    5) Display C
    6) C=C+1
    7) if C <=N then (4) else (8)
    8) Stop

  3. Write an algorithm to display all the factors of a number.
    1/start
    2/Read N
    3/C=c+1
    4/If N mod c=0 then (5) else (6)
    5/Display c
    6/ C=c+1
    7/if c<=N then (4) else (8)
    8/stop

  4. Write an algorithm to swap or interchange the value of two variables using third variable.
    1)Start
    2)Read “enter the value of A”,a
    “enter the value of B”,b
    3)c=a
    c=b
    c=c
    4) Display”The value of A”,a
    “The value of B”,b
    5)Stop

  5. Write an algorithm to swap or interchange the value of two variables using third variable .
    1) Start
    2) Read ” Enter the value of A “,a
    “Enter the value of B “,b
    3) C= a
    A= b
    B= c
    4) Display ” The value of A”,a
    ” The value of B”,b
    5) stop

  6. Write an algorithm to swap or interchange the value of two variables using third variable.
    1/start
    2/Read ”Enter the value A” , a
    Read” Enter the value B” , b
    3/C=a
    A=b
    B=c
    4/ Display “the value of A” ,a
    ”the value of B” ,b

    5/Stop

  7. Write an algorithm to swap or interchange the value of two variables without using third variable.
    1)Start
    2)Read “enter the value of A”a
    “Enter the value of B”b
    3)a=a+b
    b=b-a
    a=a-b
    4) Display”The value of A”,a
    “The value of B”,b
    5)Stop

  8. Write an algorithm to swap or interchange the value of two variables without using third variable .
    1) Start
    2) Read ” Enter the value of A”,a
    ” Enter the value of B”,b
    3) a=a+b
    b=a-b
    a=a-b
    4) Display “the value of A”,a
    “The value of B”,b
    5) stop

  9. Write an algorithm to swap or interchange the value of two variables without using 3rd valuable.

    1/ start
    2/ Read ”Enter the value of A” , a
    ”Enter the value of B” , b
    3/a=a+b
    b=a+b
    a=a-b

  10. Write an algorithm to find the reverse of a number.
    1)Start
    2)S=0
    3)Read N
    4)R=N mod 10
    5)Q=int(N/10)
    6)S=(S×10)+R
    7)N=Q
    8)if Q not equal then (4) else (9)
    9) Display S
    10)Stop

  11. Write an algorithm to find the reverse of a number.
    1) Start
    2) S=0
    3) Read N
    4)R= N mod 10
    5)Q =int (N/10)
    6)S=(S×10) +R
    7) N=Q
    8)if Q not equal to 0 then (4) else (9)
    9) Display S
    10) Stop

  12. Write an algorithm to find the reverse of a number.
    1/start
    2/S=0
    3/Read N
    4/R=N mod 10
    5/ Q=int (N/10)
    6/S=(S×10)+R
    7/N=Q
    8/ If Q not equal to 0 then (4) else (9)
    9/Display S
    10/ Stop

  13. Write an algorithm to test a number is palindrome number or not.
    1) Start
    2)S=0
    3)Read N
    4)M=N
    5)R=M mod 10
    6)Q=int(m/10)
    7)S=(S×10)+R
    8)M=Q
    9)If Q not equal 0 then (5) else (10)
    10)if N=S then (11) else (12)
    11) Display N is palindrome go to (13)
    12) Display is not palindrome number
    13)Stop

  14. Write an algorithm to test a no is pellindrum no or not.
    1) start
    2) S=0
    3)Read N
    4) M=N
    5) R=M mod 10
    6) Q=int (M/10)
    7) S=(S×10)+R
    8) M=Q
    9) if Q not equal 0 then (5) else (10)
    10) if N=S then (11) else (12)
    11) Display N is palindrome go to (13)
    12) Display N is not palindrome number
    13) stop

  15. Write an algorithm to test a number is pellindrum no or not.
    1/start
    2/s=0
    3/Read N
    4/M=N
    5/R=M mod 10
    6/Q=int (M/10)
    7/ S=(S×10)+R
    8/M=Q
    9/if Q not equal 0 then (5) else (10)
    10/if N=S then (11) else (12)
    11/Display N is pallindrum go to (13)

Leave a Reply to Ashutosh panda Cancel Reply

Your email address will not be published. Required fields are marked *