INTRODUCTION TO INFORMATION TECHNOLOGY G
INTRODUCTION TO INFORMATION TECHNOLOGY G
INTRODUCTION TO INFORMATION TECHNOLOGY G
JAYAGOKUL
REG NO:19BCC0020
INTRODUCTION TO INFORMATION
TECHNOLOGY
DIGITAL ASSIGNMENT – 3
1. Write the algorithm in library management systems for book issue and return
process.
(Variables:
Algorithm:
Start the program.
Input A, B.
IF (A==B).
Print C.
Else
Print D.
Stop the program.
NAME:S.JAYAGOKUL
REG NO:19BCC0020
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.
The most accurate documentation of any software application is its source code.
Understanding source code is notoriously difficult, however. Interpreting source
code requires in-depth knowledge of programming. Reading raw code is prone to
errors even when done by expert developers.
3. Write the algorithm to calculate the student grading system for B.Com first year
students.
(Variables:
A: Internal marks
B: External marks
C: Average marks)
Algorithm: