answersLogoWhite

0

No.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is the use of PSET statement?

In computer programming, the PSET statement is used in languages such as BASIC to set the position of the cursor on the screen for text or graphics output. This statement allows the programmer to specify the row and column where the next character or pixel will be displayed. By using PSET, developers can precisely control the placement of elements on the screen, making it a valuable tool for creating graphical user interfaces or designing custom displays.


What happens when the encounters an input statement?

WHAT HAPPENS WHEN THE COMPUTER ENCOUNTERS AN INPUT STATEMENT


What happen when the computer encounter an input statement?

WHAT HAPPENS WHEN THE COMPUTER ENCOUNTERS AN INPUT STATEMENT


When you input data in a loop within a program the input statement that proceeds the loop is what?

is called a priming input


What is the shortcut key for input statement in QBasic?

There is no shortcut key of input in qbasic


How is the INPUT statement different from the LET statement in?

The INPUT statement is used to prompt the user for data entry during program execution, allowing for interactive input. In contrast, the LET statement is used to assign a value to a variable directly within the program's code without user interaction. While INPUT gathers data from the user, LET simply assigns predefined values or calculations to variables. This distinction makes INPUT essential for interactive applications, whereas LET is fundamental for setting and manipulating variable values programmatically.


What is input in TNSDL language?

In TNSDL (Temporal Numerical Stream Description Language), the "input" statement is used to specify the input streams of data that the program will operate on. These input streams can be temporal or non-temporal data sources such as sensors, files, or user input. The input statement helps define the data sources that will be processed by the TNSDL program.


What is priming input?

A priming input, also known as priming read, is the statement that reads the first input data record prior to starting a structured loop.


What is the difference between input and Read data statement?

The INPUT statement in programming is used to read data from user input during the execution of a program, allowing for dynamic data entry. In contrast, the READ statement typically retrieves pre-defined data from a specified source, such as a file or data structure, and is often used in conjunction with data storage formats. Essentially, INPUT is interactive, while READ is more about accessing existing data.


In a multistage amplifier input impedance is high and output impedance is low justify the statement?

no. input impedance is low & output impedance is high


What is the input statement for a program?

Input statements extract data from an input stream. For example: int x; std::cin >> x; Output statements insert data to an output stream. For example: std::cout << x; You cannot insert data into an input stream and cannot extract data from an output stream. However, streams that are both input and output streams (such as read-write files) can insert and extract data as required, depending on whether you are reading or writing to the stream.


What are the advantages and disadvantages of input statement in basic?

You can answer people. People can answer you. What the real question is, how is it a disadvantage?