answersLogoWhite

0

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

User Avatar

Wiki User

14y ago

What else can I help you with?

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


What are the 2 types of data?

Qualitative and quantitative


Types of statistical data?

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


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.


How do you check a prime number in qbasic?

Cls input "enter the no. You want to check", a if a <=0 then print "only natural nos allowed" if a <=0 end let m = a - 1 for i = m to 2 step -1 if a mod i = 0 then print "not prime" if a mod i = 0 then end next i print "prime" end


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

One of them is signed, the other is unsigned.


Who developed QBASIC programming language?

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


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


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.


2 kind of searching in data structure?

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