Skip to Main Content
Xpress Learning - Computer Fundamentals of Programming an IT by Pearson
book

Xpress Learning - Computer Fundamentals of Programming an IT by Pearson

by Ashok N. Kamthane, Rohit Khurana
May 2024
Beginner to intermediate content levelBeginner to intermediate
465 pages
16h 14m
English
Pearson India
Content preview from Xpress Learning - Computer Fundamentals of Programming an IT by Pearson
Computer Software and Programming I-83
34.  Draw a flowchart to add two matrices.
Ans:  The flowchart to add two matrices is shown here.
Start
Read row1, col1,
row2, col2
Print “Addition
not possible”
Is
(row1 = row2) and
(col1 = col2)?
No
Yes
Yes
Yes
No
No
i = 1
Is
i < = row1?
i = i + 1
j = 1
Is
j < = col1?
Read A [ i ] [ j ]
and B [ i ] [ j ]
C [ i ] [ j ] =
A [ i ] [ j ] + B [ i ] [ j ]
Print C [ i ] [ j ]
j = j + 1
Stop
M04_ITL-ESL4791_01_SE_C04.indd 83 12/22/2012 4:53:52 PM
I-84 Computer Fundamentals
35.  Draw a flowchart to find the smallest of three numbers.
Ans: ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Express Learning - Computer Fundamentals and Programming

Express Learning - Computer Fundamentals and Programming

Ashok Kamthane, ITL ESL
Windows® Internals, Sixth Edition, Part 2

Windows® Internals, Sixth Edition, Part 2

David A. Solomon Mark E. Russinovich and Alex Ionescu

Publisher Resources

ISBN: 9781299954878