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
------
Related Posts
Semester Examination Notice It is hereby inform to all the students that the Semester Examination will be held on the month of October- 2021. It…
Semester Examination Notice September – 2021 Notice No : SICE/SE/002 Date : 17/09/2021 It is hereby informed to all the students who have applied for…
SEMESTER EXAMINATION-2025 NOTICE It is hereby inform to the entire student that the SEMESTER EXAMINATION FORM FILL-UP will be…
Semester Examination Notice It is hereby inform to the students of Batch – INFOSYS C-08:00 & INFOSYS C-04:00 that the Semester Examination will be held…
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
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
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
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
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
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
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
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
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
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
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
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
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
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)
Great idea
Thank You
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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)