answersLogoWhite

0


Best Answer

10 FOR X=1 TO 1000: NEXT X

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: In Basic what one-line command sequence causes the program to pause for a few seconds then continue?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

IF we r terminated at the middle of the program execution in UNIX what will happen to the program it will continue running or terminate or the op will be send to your mail?

It depends on whether the program responds to a hangup signal or not. If you start the program with a 'nohup' command then it will continue to execute.


What is the difference between interactive use of shell command and running a shell?

In an interactive shell session the shell program waits for the user to type in a command. When receiving a command the shell program will then attempt to locate it and process (execute) the command. You are interacting with the shell. Running a shell file requires a pre-stored series of commands stored in a file. Unless the shell program you are running is interactive then the shell executes each command in sequence, without involving the user at all.


What is the command to compile jre6 program?

It is 'Java program' to be precise, and the command is: 'javac sourcefilename.java'


What is command to compiler java program?

The command is "javac".


Instruction that causes a program to perform a specific action?

Command


How do you start the display program in Linux from the command line?

the command "display" brings up the ImageMagick program.


Unix command to list a basic program?

If the program is in source code and stored in a file, use the 'cat' command to list out its contents.


What DOS command will start text editor program?

Run "edit" command..


What translates a C plus plus program into a machine language?

The C++ pre-compiler, compiler and linker. Each program must be run in sequence, one after the other, to produce the final machine code. Most IDEs include a build command that can automate the entire process.


What is the command to compile a java program named Greetingsjava?

The command to compile a Java program is "javac", followed by the class name (file name).


Command line argument?

Command line argument is a value that is passed to a program whenever the program is executed. It is used to avoid hard coding.


What is the make command in Linux?

The make(1) command is a utility program which was originally developed for Unix in 1977. The make command is a rule-driven program that executes a sequence of commands to create or update one or more files, based on a graph of prerequisite file relationships described in the rules and the modification times of the prerequisite files. Make is most commonly used for compiling programs or libraries from source files, but it can be used for things other than software development.