Public Service Commission Preparation, Computer Operator, Blogspot and Wordpress Blogging, Qbasic Programming

QBASIC

Elements of Qbasic Language

Post Top Ad

Ms-Office Practical Guides

In this section, we present the learning materials for your computer practical exam especially in Ms-Office. Most important, frequently asked Questions, Practical Guides, Practice Sets, and Tips & Tricks from Ms-word, Ms-excel, Ms-powerpoint, Ms-Access and HTML for the practical exam preparation of PSC Computer Operator and Data Entry Supervisor. Let's started to learn.


Ms-Word

Practical Guides

Ms-Word

Asked Papers

Ms-Word

Practice Sets

Ms-Word

Tips & Tricks


Ms-Excel

Practical Guides

Ms-Excel

Asked Papers

Ms-Excel

Practice Sets

Ms-Excel

Tips & Tricks


Ms-Powerpoint

Practical Guides

Ms-Powerpoint

Asked Papers

Ms-Powerpoint

Practice Sets

Ms-Powerpoint

Tips & Tricks


Ms-Access

Practical Guides

Ms-Access

Asked Papers

Ms-Access

Practice Sets

Ms-Access

Tips & Tricks


Multiple Choice Questions Sets

Here we presents the selected, Most important, frequently asked Multiple Choice Questions from Ms-word, Ms-excel, Ms-powerpoint, Ms-Access and HTML for the written exam preparation of PSC Computer Operator and Data Entry Supervisor. Let's Get started to learn.


Ms-Word

MCQ Sets

Ms-Excel

MCQ Sets

Ms-Powerpoint

MCQ Sets

Ms-Access

MCQ Sets


HTML

MCQ Sets

Operating System

MCQ Sets



Interviews Preparations

The most important part of preparing for an Interview is practice. Preparation is the key to a successfull interview so take a look at Preparations Questions and Tips & Tricks how to answer them. Let's Get started to learn.


Interview Questions

Asked Before

Tips & Tricks

Based on Experience



Question Papers

I knew its hard to find the right question papers in internet from one website. But it's good to say here i collects questions papers sets that are previously asked from psc exams. These questions will be helpful for the final preparation of your exam. Let's start to expand your knowledge.


Section Officer

Asked Before

Computer Officer

Asked Papers

Nayab Subba

Asked Papers

Computer Operator

Asked Papers


Kharidar

Asked Papers

Asst. C.O.

Asked Papers



Modal Practice Paper Sets

Here we have writes some sample practical paper sets for your exam. Try to solve these questions within time at home frequently. If you solve this within time you will cover almost every quetions in exam hall. These questions will be helpful for the final preparation of your exam. Let's start to practice.


Section Officer

Modal Sets

Computer Officer

Asked Papers

Nayab Subba

Modal Sets

Computer Operator

Modal Sets


Kharidar

Modal Sets

Asst. C.O.

Modal Sets



Tutorials & Courses

In this section, we presents the learning materials for your Public Service Commission exam, bank exam, Nea exam, institutional exan etc. This section contains chapters with solutions, cources, or any thing that helps for your written exam, practical exam & interview based on curriculam. Let's start to prepare for your exam.


Section Officer

Tutorials

Computer Officer

Tutorials

Nayab Subba

Tutorials

Computer Operator

Tutorials


Kharidar

Tutorials

Asst. C.O.

Tutorials



Blogging & Wordpress Tutorials, Courses

In this place, you will find blogging tips, new strategies, and will teach you how to be a bogger with just the most basic computer skills. Everything you need to know to start blogging-we'll show you how step by step for blogging and wordpress. Let's Get started to learn.


Wordpress

Tips

Blogging

Tips

Wordpress

New Strategies

Blogging

New Strategies


Blogging

Make Money

Wordpress

Make money

Blogging

Guide

Wordpress

Guide


Blogging

For Beginners

Wordpress

For Beginners

Blogging

Tutorials

Wordpress

Tutorials


Wordpress

How to start?

Blogging

How to start?

Blogging

Intermediate

Wordpress

Intermediate


Post Top Ad

download












The following are the elements of Qbasic Language.
1. Character set.
2. Variables.
3. Constant.
4. Operators.
5. Expression.
6. Statement.

1. Character set:  The following are the character set that are used in Qbasic Programming Language while written in program.
  • Digit: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
  • Letters: A-Z, a-z
  • Special Characters: +, -, *, <, >, =, ', ", ;, /, ^, #, $, %, !, ?
2. Variables: To store data in the computer, location are used. To locate or naming the address variables are used. Variable is a symbolic name that is used to store data (numbers, text, string, special characters etc) in the computer memory. During the program execution, the value of a variable is assigned to the computer memory. The following are the types of variables.
  • Numeric Variable
  • String Variable
   a. Numeric Variable: Numeric Variable is a symbolic name which  is used to store only the numeric data.  To declare numeric variable, the characters A-Z, a-z, string, special characters are used. For example
        x=5
        a=10
        A=12.5
        B=10
        SUM=A+B
        A_DD=1+2
   
   b. String Variable: String Variable is a symbolic name which is used to store text, text with numbers. $ sign is used at the end of string variable. The value of the string variable is stored in double quotation marks " ". The following are the example to store string variable. 

   NAME$ = "My name is Mohan Bhatt."
   Live$ = "I live in Api 12, Darchula."

In the above example, NAME$, Lives$ are the string variables which stores the value "My name is Mohan Bhatt." and "I live in Api 12, Darchula."

3. Constant: Constant is the fixed value which is used in  the program.They are two types. 

  • Numeric Constants.
  • String Constants.
       a. Numeric Constants: Numeric constant is a numeric value which is used in program. For example,

SUM = 10 + 5
In the above example, 10 and 5 are numeric constants. 

    b. String Constants: String constant is a string value which is used in program. In other words, it is the collection of numbers or texts or text with numbers. For example

A$="Computer"
B$="Text_Apple"




  




         


                   

No comments:

Post a Comment

Post Bottom Ad