answersLogoWhite

0


Best Answer

the two types of data used in Qbasic is numeric data and alpha numeric data.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the 2 types of data allowed in QBASIC?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the properties of data types?

When we enter a variable then we know it what type it belong ,but the compiler does not know it ,for knowing it we declare data types. Storage representations & machine instructions to handle constants differ from machine to machine.The variety of data types available allow the programmer to select the type appropriate to the needs of the application as well as the machine. ANSI C supports 3 types of data types 1.Primary data types 2.Derived data types 3.User defined data types JAVA has 2 types 1.In Built data types 2.User Defined datatypes


Types of statistical data?

Types of statistical data include; 1.Numerical 2.Categorical 3.Ordinal


What are the 2 types of data?

Qualitative and quantitative


What type is data?

There Are Two main types of data. Qualitative data are expressed As numbers, obtained by counting or measuring. Another type of data is called an inference.An inference is a logical interpretation based on prior knowledge or experience.


How do you download QBasic?

In order to Download Qbasic you may do one, both or none of these two things: 1.) Go to "http://www.softpedia.com/get/Programming/Coding-languages-Compilers/Qbasic.shtml" and click download or 2.) use "Google.com" with the keywords Qbasic free download to find another website with a free qbasic downlaod.


What is comparative data analysis and what other types of scientific investigations are there?

comparative data analysis is when you compare your data or results. there is 2 more types of scientific investigations, descriptive investigation and experimental investigation.


Why do we have 2 DATA types of same size for integer?

One of them is signed, the other is unsigned.


What is enterview method?

It is the collection data. It is two types 1 primary data 2.secoundari data so. what is the INTERVIEW method . I am is political student in S.V.U Tirupathi


Who developed QBASIC programming language?

The 2 professors who developed QBACIS were Jhon G.Kemeny and Thomas E.Kurtz.


2 kind of searching in data structure?

There are 2 types of searcching in ds. 1>linear searching 2>binary searching


What is the explanation for the two modes of QBASIC?

(1) Immediate mode In this mode, QBASIC performs the command/instruction that we type in immediately after we press the enter key. (2) Program mode In this mode, the instructions/commands we type in are not performed as we type them in, but are first stored in the computer memory as a program. This program can be executed later, at a high speed.


What are the four most common data types?

Common data types vary depending on the hardware, the application and numerous other factors. Therefore there can be no definitive list of the most common data types. Below are a few that are frequently found in a variety of applications: Text or string data Integer values, frequently 2, 4 or 8 bytes long Floating point numeric data, usually several bytes long Boolean data (i.e. true or false) Byte (a single byte that holds data defined by the application) Word (two bytes holding data defined by the application) There are many more data types not listed.