0% found this document useful (0 votes)
2K views

Flowchart

A programming language is a computer language used by programmers to develop software programs, scripts, or other sets of instructions for computers to execute. Common programming languages include BASIC, C, C++, COBOL, and Java. A flowchart is a graphical representation of a process, program, or algorithm showing the steps as boxes connected by arrows to illustrate the order of steps. Flowcharts are used to analyze, design, document, or manage processes in various fields. Benefits of flowcharts include visual clarity, instant communication, effective coordination, increased efficiency, effective problem analysis, and proper documentation.

Uploaded by

mahendra shukla
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2K views

Flowchart

A programming language is a computer language used by programmers to develop software programs, scripts, or other sets of instructions for computers to execute. Common programming languages include BASIC, C, C++, COBOL, and Java. A flowchart is a graphical representation of a process, program, or algorithm showing the steps as boxes connected by arrows to illustrate the order of steps. Flowcharts are used to analyze, design, document, or manage processes in various fields. Benefits of flowcharts include visual clarity, instant communication, effective coordination, increased efficiency, effective problem analysis, and proper documentation.

Uploaded by

mahendra shukla
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Q-What is a programming language?

Ans:- A programming language is a computer language programmers use to develop


software programs, scripts, or other sets of instructions for computers to execute. The
term programming language usually refers to high-level languages, such as BASIC, C,
C++, COBOL, Java.

Q- Explain the use of Flowchart.

Ans:- 1. Visual Clarity:-One of the biggest benefits of a flowchart is the


tool's ability to visualize multiple progresses and their sequence into a
single document.
2. Instant Communication
Teams can use flowcharts to replace meetings.
3. Effective Coordination
4. Efficiency Increase
Efficiency increases are a significant benefit of flowcharts.
5. Effective Analysis
With the help of flowchart, problem can be analyzed in more effective way.
6. Problem Solving
Flowcharts break a problem up into easily definable parts.
7. Proper Documentation
Digital flowcharts serve as a good paperless documentation, which is needed
for various purposes, making things more efficient.
Q:-what is a flow chart?

Ans:- A flow chart is a graphical or symbolic representation of a process. Each step in the
process is represented by a different symbol and contains a short description of the process
step. The flow chart symbols are linked together with arrows showing the
process flow direction.

a graphical representation of a computer program in relation to its sequence of


functions
A flowchart is a type of diagram that represents a workflow or process. A flowchart can also be
defined as a diagrammatic representation of an algorithm, a step-by-step approach to solving a
task.
The flowchart shows the steps as boxes of various kinds, and their order by connecting the
boxes with arrows. This diagrammatic representation illustrates a solution model to a
given problem. Flowcharts are used in analyzing, designing, documenting or managing a process
or program in various fields.[1]
Flowchart Symbols
Different flowchart shapes have different conventional meanings. The
meanings of some of the more common shapes are as follows:
Terminator

The terminator symbol represents the starting or ending point of the


system.

Process
A box indicates some particular operation.

Document

This represents a printout, such as a document or a report.

Decision

A diamond represents a decision or branching point. Lines coming out from


the diamond indicates different possible situations, leading to different
sub-processes.

Data

It represents information entering or leaving the system. An input might


be an order from a customer. Output can be a product to be delivered.

On-Page Reference

This symbol would contain a letter inside. It indicates that the flow
continues on a matching symbol containing the same letter somewhere else
on the same page.
Off-Page Reference

This symbol would contain a letter inside. It indicates that the flow
continues on a matching symbol containing the same letter somewhere else
on a different page.

Delay or Bottleneck

Identifies a delay or a bottleneck.

Flow

Lines represent the flow of the sequence and direction of a process.

MCQ

1. A box that can represent two different conditions.


a) Rectangle
b) Diamond
c) Circle
d) Parallelogram

2. The following box denotes?

a) Decision
b) Initiation
c) Initialization
d) I/O

3. Actual instructions in flowcharting are represented in __________


a) Circles
b) Boxes
c) Arrows
d) Lines

4. The symbol denotes _______

a) I/O
b) Flow
c) Terminal
d) Decision

5. In computer science, algorithm refers to a pictorial representation of a flowchart.


a) True
b) False

6. The process of drawing a flowchart for an algorithm is called __________


a) Performance
b) Evaluation
c) Algorithmic Representation
d) Flowcharting

MCQs based on Flowchart with Answer


The _______ provides pictorial representation of given problem.

A. Algorithm

B. Flowchart

C. Pseudocode

D. All of these

ANSWER: B

_______ is a procedure or step by step process for solving a problem.

A. Algorithm

B. Flowchart

C. Pseudocode

D. All of these

ANSWER: A

The ______ symbol is used at the beginning of a flow chart.

A. Circle

B. Rectangle

C. Diamond

D. None of these

ANSWER: A

The _______ symbol is used to represent decision in flowchart.

A. Circle

B. Rectangle

C. Diamond

D. None of these

ANSWER: C

The _______ symbol is used to represent process in flowchart.

A. Circle
B. Rectangle

C. Diamond

D. None of these

ANSWER: B

_________ symbol is used to represent input and output operation in flowchart.

A. Circle

B. Rectangle

C. Diamond

D. Parallelogram

ANSWER: D

______ is a symbol used connects two symbols of flowchart.

A. Circle

B. Rectangle

C. Diamond

D. Arrow

ANSWER: D

20. A benefit of using flowcharts is:


They help you program They help you program faster
They write the program for you
They help you visualise the instructions
They are easier

You might also like