Which of the following is incorrect? Algorithms can be represented:
A. as pseudo codes
B. as syntax
C. as programs
D. as flowcharts
E. None of the above
Answers
Answered by
35
ĀÑSWĒR ⏬⏬
⭕A. as pseudo codes.
______________^● _● ^
❤
⭕A. as pseudo codes.
______________^● _● ^
❤
anitacort100:
OK
Answered by
8
Answer:
According to the question option E means none of the above is the correct answer because Algorithms can be represented as pseudo codes or as syntax or as flowchart or as programs.
example program :
void main
{
int x , y, z ;
printf (" enter the value of x and y ") ;
scanf ( " %d %d " , & x , & y) ;
z = x + y ;
printf (" % d " , z) ;
}
example of syntax:
void main ( )
{
printf (" this is the syntax ") ;
}
Similar questions