QBASIC – Difference between WHILE and FOR loop

As we know, QBASIC supports different types of looping structures; WHILE…WEND, FOR…NEXT and DO…LOOP WHILE. Since, WHILE…WEND and DO…LOOP WHILE has much significance, let’s understand the difference between WHILE…WEND loop and FOR…NEXT loop in QBASIC. FOR loop provides a concise way of writing the loop structure. A FOR loop contains the loop variable initialization, condition …

QBASIC – Difference between WHILE and FOR loop Read More »

Understanding QBASIC

QBASIC stands for Quick Beginners’ All-Purpose Symbolic Instruction Code. QBASIC is one of the most popular high-level programming languages. Now let’s have a look at a basic example to understand some of the basic statements used in QBASIC. CLS is used to clear the output screen. PRINT is used to display output messages to the …

Understanding QBASIC Read More »

What is HTML?

HTML stands for HyperText Markup Language. A markup language? What is it used for? Let’s discuss what HTML is along with why and where is it used for? As discussed above, it is a markup language used in creating markups for web pages. For anyone trying to learn web development, the primary thing to learn …

What is HTML? Read More »