A Fill in the blank
1. By using________________
in a PRINT statement, the items are printed without any spaces between
2 .TAB statement prints_________ type of results
3. _______statement instructs the computer to wait for some data to be entered.
4. __________command clears all the contents of the screen.
5.IF-THEN statement is used for making_________
as well as_________
6.If the condition specified after IF is true, then the instruction after________
is executed
7. ___________is conditional decision making statement
8. _________statement helps to control the flow of a program.
Answers
Answered by
11
1 ) By using "{}" we can print text without any spaces
By "default the print statement prints as the text is given inside the quotation marks".
2 ) The TAB function is used to move the print position to the column given in its argument. This statement is quite suitable for printing tabular type of results.
3 ) In any programing language, the input statement is used to take the input from the user. When the compiler saw any input statement then it executes the statement and begs an input from the users. The compiler or the computer stops its processing until the data is not entered by the user.
4 ) MS-DOS and Windows command line cls command
The cls command allows users to clear all the contents on the screen and leave only a prompt.
Similar questions
Physics,
3 months ago
Physics,
3 months ago
Computer Science,
6 months ago
Hindi,
6 months ago
English,
11 months ago