GW-Basic All Practicals With Flowchart (Computernotes2016.Blogspot - Com)
GW-Basic All Practicals With Flowchart (Computernotes2016.Blogspot - Com)
PRINT; Q$
PRINT; R$
PRINT; NA$
END
PRACTICAL-2
OBJECT: Write a program to print your name ten times by using.
(a) FOR-NEXT Statement (b) IF-THEN Statement
NEXT A
END
NO
IS A = 10 C
YES
END
PRACTICAL-3
OBJECT: Write a program to calculate Square and Cube of first Ten Natural Numbers
NEXT N
END
PRACTICAL-4
OBJECT: Write a program to produce the sum of first Ten Natural Numbers
NEXT N
PRINT ; SUM
END
PRACTICAL-5
OBJECT: Write a program to the numbers 13,8,28,18,23,3 in
(a) Ascending Order (b) Descending Order
NEXT A
END
NEXT D
END
PRACTICAL-6 (a)
OBJECT: Write a generalized program to prepare a Multiplication Table up till ten times
NEXT M
END
PRACTICAL-6 (b)
OBJECT: Write a generalized program to find the Average of given four numbers.
END
PRACTICAL-7
OBJECT: Write a generalized program to Convert.
(a) Fahrenheit into Centigrade (b) Centigrade into Fahrenheit
PRINT F; C
END
PRINT C; F
END
PRACTICAL
PRINT; TD
PRINT; GS
PRINT; NS
END
PRACTICAL-10
OBJECT: Write a generalized program to prepare a Marks sheet of Five subjects with Percentage.
PRINT; C
PRINT; CH
PRINT; P
PRINT; GS
PRINT; NS
END