Explain the difference in how programmers use the words print, write, and display.
What will be an ideal response?
Logically, the verbs print, write, and display mean the same thing-all produce output. However, in conversation, programmers usually reserve the word print for situations in which they mean produce hard copy output. Programmers are more likely to use write when talking about sending records to a data file, and display when sending records to a monitor. In some programming languages, there is no difference in the verb you use for output, no matter what type of hardware you use; you simply assign different output devices (such as printers, monitors, and disk drives) as needed to programmer-named objects that represent them.
You might also like to view...
In the Relationships window, the position of the tables is functionally important because it helps to interpret the relationships at a glance if the tables are arranged according to their relevance to each other
Indicate whether the statement is true or false
The World Wide Web Consortium has created a set of ____, or specifications, that all browser manufacturers follow.
A. indices B. standards C. sheets D. styles