QBASIC Programming – Beginner’s Friendly
Computer programming is the process of designing, building, and instructing a computer to do a particular computing task. To instruct we need to write codes in some particular programming language that…
Read moreDownload Qbasic for Windows 10 & 11 for Free
In this article, we will see a step-by-step process on how to install Qbasic in Windows 10 and Windows 11 easily. QB64 is a version of QBasic that is developed to…
Read moreQBasic Commands and Statements-2023
QBasic language is a variant of Basic programming developed by Microsoft in 1985. It was developed to make computer programs and various utilities for MS-DOS and windows 98/95 Operating system. It is easy…
Read moreQbasic Programming Examples and Exercises
In this article, we will learn about QBasic examples and exercises for class 6 and class 7 standards. Qbasic sample example programs for beginners. In this post, we will see and…
Read moreQbasic Color statement
Qbasic Color statement is used to change the Foreground and the background color of the Text in the QBasic Program. The Syntax of COLOR statement is: The word foreground means…
Read moreHow To Add Robots.txt in your Nuxtjs Application
Here in this article, we will see how to add a robot.txt file in our nuxtjs application after it is built or generated before deployment. Before learning the steps to…
Read moreHow To Add Font Locally In Nuxt App
In this tutorial, we will learn the step-by-step process of how to add a custom google font locally in your nuxtjs application. You can either use a premium font or…
Read moreHow To Add Google Font in Nuxt Application
Here in this article we will see how to add google font in your nuxtjs project/application. The process is really simple you just have to import the google font link…
Read moreHow to make list of objects in Netlify CMS using list and object Widget
Here in this Netlify CMS tutorial we will how easily we can make a list of objects using list and object widgets. This will allow us to add multiple objects…
Read more