Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

MindSpace Computers C Quiz-1 2023

Total questions: 10

Worksheet time: 10mins

Name
Class
Date
1.

What is Algorithm?

a)

Algorithm is a step by step representation to solve given problem or program

b)

Algorithm is a diagrammatic representation to solve given problem or program

c)

Algorithm is a program

d)

All of the mentioned

2.

What is Flowchart?

a)

The step-by-step representation of an algorithm or program is called flowchart

b)

The diagrammatic representation of an algorithm or program is called flowchart

c)

Flowchart is a program

d)

None of the mentioned

3.

Which symbol is used to START and STOP the Flowchart?

a)
b)
c)
d)
4.

Which symbol is used to show PROCESSING in the Flowchart?

a)
b)
c)
d)
5.

Which symbol is used to show Input-Output in the Flowchart?

a)
b)
c)
d)
6.

Which symbol is used to show Condition in the Flowchart?

a)
b)
c)
d)
7.

Which symbol is used to show Connector in the Flowchart?

a)
b)
c)
d)
8.

Which symbol is used to show Flow-Lines in the Flowchart?

a)
b)
c)
d)
9.

Which statement is used for input?

a)

scanf( )

b)

scan( )

c)

printf( )

d)

print( )

10.

printf( ) and scanf( ) is supported by which header file?

a)

#include<stdio.h>

b)

#include<conio.h>

c)

#include<io.h>

d)

#include<standard.h>