WorksheetsMindSpace Computers C Quiz-1 2023
Total questions: 10
Worksheet time: 10mins
What is Algorithm?
Algorithm is a step by step representation to solve given problem or program
Algorithm is a diagrammatic representation to solve given problem or program
Algorithm is a program
All of the mentioned
What is Flowchart?
The step-by-step representation of an algorithm or program is called flowchart
The diagrammatic representation of an algorithm or program is called flowchart
Flowchart is a program
None of the mentioned
Which symbol is used to START and STOP the Flowchart?
Which symbol is used to show PROCESSING in the Flowchart?
Which symbol is used to show Input-Output in the Flowchart?
Which symbol is used to show Condition in the Flowchart?
Which symbol is used to show Connector in the Flowchart?
Which symbol is used to show Flow-Lines in the Flowchart?
Which statement is used for input?
scanf( )
scan( )
printf( )
print( )
printf( ) and scanf( ) is supported by which header file?
#include<stdio.h>
#include<conio.h>
#include<io.h>
#include<standard.h>
