Posts

Showing posts from February, 2021

Tutorial 4 : Hello World

Image
 Welcome to The Technophile. Today ,we will start programming in QBasic and start with most common message "Hello World"  .  Step 1- Open the QBasic window in your PC.  Step 2  - Type the PRINT command in QBasic and Hello World.        ----->      PRINT "Hello World" Step 3 - Now we need to run the program  so that the computer can interpret and execute the data. To do that, you can click on Run and then on Start or just simply pressing F5 on your keyboard. As you can see, the output is displayed on the output screen saying "Hello World". Thankyou.  Hope you liked the blog.

Tutorial 3 : Functions of QBasic

Image
 Welcome to The Technophile. Today , we are going to learn about functions in QBasic like REM , CLS , INPUT , PRINT and  LET. . REM  Command - This function is used to write remarks that are also known as comments in a program. These statements are not important and the computer does not execute this command.                CLS Command - This function is used to clear the output screen.     INPUT Command - This function is used to take input from user and store that input in the variable.        PRINT Command - This function is used to print any type of text in the output screen.        LET Command - This function is used to give value to a variable. This command is optional.        END is used to end a program. Thankyou,  Hope you liked the blog.

Tutorial 2 : Formatting in QBasic

Image
 Welcome to The Technophile. Today , We will learn how to format a QBasic Window . To Design the Window , follow these steps. Step 1: Click on Options located in the Menu Bar. The tool can help you change the design , font , color of the window and the text.   Step 2 - Click on Display and you can edit  the width and height of the window.        You can also increase   or decrease  the number of pixels in the window.    Step 3 - You can change the IDE Colors and change the colors of strings ,comment etc by just following these steps Thankyou . Hope you liked the blog.

Tutorial 1 : Introduction to QBasic

Image
 Welcome to The Technophile. Today, I am going to start a course of QBasic and will tell you about the functions. This is how a QBasic window looks like. QBasic is a high-level language. It consists of various menu options and bars and the default name of a new QBasic File or Qb.exe is Untitled. The extension of a QBasic file   is .bas It is easy to start coding with QBasic as it is easy to understand  and a perfect language for beginners. We will code in QBasic and learn different features of this extraordinary language. Thankyou.  Hope you liked the blog .