answersLogoWhite

0

Yes

User Avatar

Wiki User

11y ago

What else can I help you with?

Continue Learning about Engineering

What is a syntax for REM statement?

REM any text


Where is a data statement usually placed in a basic program?

Anywhere really. A data statement (or REM statement) - can be placed anywhere within the program, because the operating system ignores all REM statements.


Comment statement of BASIC programming language?

In original Standard BASIC comments were indicated by a "REM" (short for "REMARK") statement. So, if "REM" was the first characters on a line, the rest of the line was treated as a comment and ignored by the interpreter or compiler. Later dialects of "Structured" Basic use exclamation points (!) or single quotes (') to indicate the start of a comment Some dialects require the exclamation point or single quote to be the first character on the line, others allow them to appear later in the line after executable code. Most dialects still support the REM notation as well.


Is there a modern equivalent of Qbasic?

Before QBASIC there was... BASIC BASICA The QBASIC programming language is a modern form of old BASIC programming languages which came before it; these older BASIC's used such things as, line numbers. 10 PRINT "Hello, world!" : REM *** Old BASIC line statement QBASIC code, however, doesn't need to use line numbers, anymore; and, this creates much simpler/clearer/cleaner code/which is also quicker to write/debug. PRINT "Hello, world" '*** QBASIC line statement However, now-a-days, QBASIC is a rather outdated programming language which has been superceded by... VB/Visual BASIC VBA/Visual BASIC for Applications VBScript/Visual BASIC Script VB.NET/Visual BASIC.NET VB.NET, is the latest BASIC programming language version offering from the software company, Microsoft. The Visual BASIC family of programming languages uses OOP/Object Oriented Programming techniques; where you can use a library of pre-built software objects; this makes coding much faster...leading to RAD/Rapid Application Development...because it means that by making full use of these re-usable software objects; then, programmers can write much less code; which in some cases can cut software development time down by half/or, more...!


What are three onamatopoeic words for an engine?

vroom rem rem neeeeeeeooooowwww

Related Questions

Why are rem statements important in qbasic programming?

qbasic is important because its technology


Is REM is a executable command?

REM stands for remark. It is strictly a comment and can not be executed. It keeps the programmer oriented.


What is a syntax for REM statement?

REM any text


Which statement about REM sleep is incorrect?

During REM sleep, people seldom dream.


What is the result of this program REM A equals 5 END Print all let equals 7?

REM A equals 5 END Print all let equals 7? ...when you RUN the above QBASIC program by pressing function key [F5]; then, the Output Screen will display the following... Press any key to continue... In other words, a totally 'blank screen' will be shown; followed by the usual 'Press any key to continue...' message; pressing any key will return you straight back to the Editor Screen; where you can continue writing code. Also, see FOOTNOTE(2) below. ==== FOOTNOTE(2): CONCERNING THIS PARTICULAR LINE OF QBASIC CODE REM A equals 5 END Print all let equals 7? Even if we were take away the REM statement from this line of code; in order to make that code executable. We would get nothing but ERROR MESSAGES! Because this is NOT correct QBASIC code! A equals 5 ...is wrong! There is no 'equals' statement in QBASIC; instead, the line should have said... A=5 ...where = is the assignment symbol/read the = sign as saying 'becomes the value of'...so, A becomes the value of 5. END ...is correct QBASIC code; but, that would also mean the program ends here. So, whatever lines following this END statement would NOT get executed! Print all ...is more nonsense; first PRINT which is a valid QBASIC statement; should have been written using all capital letters. Second, QBASIC code doesn't have an 'all' statement. Unless you were using 'all' as a variable name; in which case the output would simply show as, nil; that is, if you haven't already assiged the 'all' variable name a value. So, if all is an unintialised variable name then the value printed out would be.... 0 let equals 7 ...more nonsense, again, I'm afraid! LET, written using capital letters, is a correct QBASIC statement; but, it's meant to be followed by a variable name; and, in this case there's none; unless 'equals' is meant to be a variable name. Then, the code should have been written as... LET equals = 7 Even when I've gone and corrected the code to say the following... A=5 END PRINT all LET equals = 7 ...still doesn't make any sense?! The program would silently execute the first line; then, immediately, stop...when it gets to reach the second line END statement; there would be no output being shown at all; only a blank screen. Plus, all other lines of code...after the END statement...would be completely ignored. Frankly, I don't understand this line of code at all?! I think, it's written out entirely wrong; probably, that's exactly why it's been deliberately commented out using REM.


Where is a data statement usually placed in a basic program?

Anywhere really. A data statement (or REM statement) - can be placed anywhere within the program, because the operating system ignores all REM statements.


How many stages of sleep there?

There are 4 non-REM stages and REM sleep.


Comment statement of BASIC programming language?

In original Standard BASIC comments were indicated by a "REM" (short for "REMARK") statement. So, if "REM" was the first characters on a line, the rest of the line was treated as a comment and ignored by the interpreter or compiler. Later dialects of "Structured" Basic use exclamation points (!) or single quotes (') to indicate the start of a comment Some dialects require the exclamation point or single quote to be the first character on the line, others allow them to appear later in the line after executable code. Most dialects still support the REM notation as well.


What is syntax of a remark statement?

The only language, which has remark-statement, is BASIC. Syntax: REM any text


What does non rem mean on a salvage title?

1ftrx18wxxnc02682


What kinds of memories are affected by non-REM sleep?

episodic and semantic


During REM sleep?

Sleep is prompted by natural cycles of activity in the brain and consists of two basic states: rapid eye movement (REM) sleep and non-rapid eye movement (NREM) sleep, which consists of Stages 1 through 4. During sleep, the body cycles between non-REM and REM sleep. Typically, people begin the sleep cycle with a period of non-REM sleep followed by a very short period of REM sleep. Dreams generally occur in the REM stage of sleep. Then the cycle repeats all over again.