answersLogoWhite

0


Best Answer

PRINT

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is used as output command in basic?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Show the advantages of redirection with example in unix?

I/O Redirection is used when you don't want the output to go to the standard output location, e.g., the screen. It can be very helpful in capturing information to be used in a later process. For example, if the command 'ls' is used the output goes to the screen. But if the command 'ls > ls.out' is used, then the ls command output will be redirected to a file called ls.out, which can be examined, edited, or used in a later process.


What is the full form of CLS used in basic?

CLS means CLear Screen. it is a command used in command prompt


What is the date command?

output of all command


What Refers to directing the output of one command to the input of a second command?

The 'pipe' symbol connects the output of one command to the input of another (|)


What is the output of the command used to test a nic card?

PING is what you need to use . Ping 127.0.0.1


What is systemoutprintln means in java?

That's the command used to output text to the console. For example: System.out.println("Hello!");


What command is used to connect lines of different text files to one line?

cat input1 input2 ... > output


What are three components of an OS?

In the 8-bit versions, CP/M's software was separated into three components * console command processor or CCP, * basic disk operating system or BDOS, and * basic input/output system


Can the redirection shell metacharacter be used to redirect between a command and a another command?

Only one of the redirection operators will do this - the vertical bar or "pipe" symbol (|). It takes the standard output of one command and uses it as input to the next command in sequence.


What is the header for basic input or output in C Plus Plus?

For basic input and output in C++: #include


Which logic gate is a basic comparator?

Either XOR or XNOR can be used, but the output will be inverted on the XNOR.


Is write a FORTRAN command?

Yes. The FORTRAN write command output's data to a file.