Skip to content
May 14, 2025
Prajwal Rai Blog

Prajwal Rai Blog

  • Home
  • MY BLOG
    • IT
    • Others
  • C-Program
  • Plus 2
    • Class 11
    • Class 12
  • QBasic
    • QBasic-Basics
    • Patterns in QBasic
    • Numeric Pattern
    • Modular Program
    • Program Design Tools
    • QBasic Projects
  • Web Design
    • HTML AND CSS
    • JavaScript
  • PHP
  • Fundamental
  • About me
Main Menu

Month: August 2018

QBasic / QBasic-Basics

Library Functions of QBasic Examples

August 31, 2018February 19, 2023 - by Prajwal Rai - Leave a Comment

Library Functions (Click Here) Convert Decimal to Binary   CLS INPUT “ENTER DECIMAL NUMBER” ; D WHILE D < > 0 R = D MOD 2 S$ = STR$(R) + S$ D …

Library Functions of QBasic Examples Read More
Fundamental

How to make website top on Google

August 29, 2018February 19, 2023 - by Prajwal Rai - Leave a Comment

Search Engine Optimization (SEO) is a creative process to improve the visibility of website in search engines and increase the quantity of traffic of website through organic search. Search engine …

How to make website top on Google Read More
Class 11 / Plus 2

Application Package

August 28, 2018February 19, 2023 - by Prajwal Rai - Leave a Comment

Word Processor Word Processor is an application software that helps to create, edit, format, print a documents. Also it helps to design and present the document in attractive format. We …

Application Package Read More
Fundamental

Common HTTP Errors

August 27, 2018February 19, 2023 - by Prajwal Rai - Leave a Comment

Every error page we see on the web has an HTTP status code sent by web server. The first digit marks the class of the status code. 1 XX status …

Common HTTP Errors Read More
QBasic / QBasic Projects

QBasic Project 2

August 26, 2018February 19, 2023 - by Prajwal Rai - Leave a Comment

DECLARE SUB add () DECLARE SUB display () DECLARE SUB appendr () DECLARE SUB searchn () DECLARE SUB searchp () DECLARE SUB delete () DECLARE SUB bill () DECLARE SUB …

QBasic Project 2 Read More
Class 11 / Plus 2

History of Computer

August 15, 2018February 19, 2023 - by Prajwal Rai - Leave a Comment

History Of Computer  Mechanical Era Abacus It is the earliest calculating device invented by Chinese people around 3000 BC. It is rectangular wooden frame structure. Frame is divided into two …

History of Computer Read More
QBasic / QBasic Projects

QBasic String

August 11, 2018February 19, 2023 - by Prajwal Rai - Leave a Comment

Project 1 Top: CLS PRINT STRING$(25, “-“) COLOR 2 PRINT TAB(10); “STRING MANIPULATION SYSTEM” PRINT STRING$(25, “-“) PRINT TAB(10); “Choices”, “Operations” PRINT TAB(10); 1, “Check Palindrome Word” PRINT TAB(10); 2, …

QBasic String Read More
Class 11 / Plus 2

Classification of Computers

August 11, 2018February 19, 2023 - by Prajwal Rai - Leave a Comment

Classification Of Computer Computers are available in many sizes and types and also can fit in the palm in our hand to those computers that occupied  the entire room. Computer …

Classification of Computers Read More
Class 11 / Plus 2

Generation of Computers

August 10, 2018February 19, 2023 - by Prajwal Rai - Leave a Comment

Generation of Computer-Introduction The development of computers in the different time periods is known as Generation of computer. Computer generation is described as stage of technological development or innovation. The …

Generation of Computers Read More
QBasic / QBasic-Basics

IF Statement and FOR Statement in QBasic Examples

August 9, 2018February 19, 2023 - by Prajwal Rai - Leave a Comment

To find positive negative or zero. CLS INPUT “Enter any number” ; a IF a > 0 THEN PRINT “The number is positive” ELSEIF a < 0 THEN PRINT “The …

IF Statement and FOR Statement in QBasic Examples Read More

Posts pagination

1 2 Next

Recent Posts

  • Research Paper2
  • Research Paper1
  • Price list using HTML and CSS
  • Grid example in CSS
  • Flexbox example in CSS

Recent Comments

  1. Dilip Patel on About me
  2. Kshitiz Shrestha on Simple HTML Project for students of Class 8,9,10,11
  3. Ganesh on About me
  4. sabin on About me
  5. Prajwal Rai on Library Functions in QBASIC-Introduction

Archives

  • April 2024
  • April 2023
  • March 2023
  • February 2023
  • September 2021
  • May 2021
  • April 2021
  • March 2021
  • August 2020
  • January 2020
  • December 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • December 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • April 2018
  • March 2018
  • October 2015
  • September 2015

Categories

  • Class 11
  • Class 12
  • Class 12(C-Program)
  • Fundamental
  • HTML AND CSS
  • IT
  • JavaScript
  • Modular Program
  • MY BLOG
  • Numeric Pattern
  • Others
  • Patterns in QBasic
  • PHP
  • Plus 2
  • Program Design Tools
  • QBasic
  • QBasic Projects
  • QBasic-Basics
  • Web Design
Copyright © 2025 Prajwal Rai Blog.
Maintained by Prajwal Rai