Skip to content
March 21, 2023

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 - 2 Comments.

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 navigation

1 2 Next

Recent Posts

  • Write a program in C to enter ‘N’ of data using file handling (user choice)
  • Write a program in C to copy file using file handling
  • Write a program in C to display the students of age 20-25 and store in file
  • Write a program in C using structure to enter the id and four different subjects marks of 3 students and display them in proper format along with total and percentage. (Note: Marks should be between 0 and 100)
  • Enter name and post of ‘N’ employees and display using structure in C-Program

Archives

  • 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
Copyright © 2023 Prajwal Rai Blog.
Maintained by Prajwal Rai