answersLogoWhite

0


Best Answer

Computer programs store and handle data; this data can come in different types. For example, some languages define numeric types, which can further be subdivided into integers and floating-point numbers (i.e. numbers that don't accept decimals, and numbers that do), dates, boolean or logical data (can only contain the values "true" or "false"), strings (to store text or other symbols), and others.

Classes are a way to define additional (user-defined) types. Such user-defined types usually consist of several other data types. For example, you might decide that to store information about a point in space, you need three coordinates - 3 floating-point numbers, one for each of the 3 coordinates.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a type as a term that relates to programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between program language and procedural language?

programming language is of two type 1. procedural programming language 2.non procrdural programming language .. ----non procedural programming language means that which relates with the real world.. for example-oops oops is a non procedural programming language because it relates to the object and object relate to the natural or real world where as that languge which does not belong to the real world is known as procedural language


Bovine relates to cattle what term relates to primates?

Symian


What does the term enum refer to in computer programming?

The term 'enum' is short for 'enumerated type'. An enumerated type is a data type containing a set of values called elements. They can also be called members or enumerators.


What is the term used to describe converting one data type into another data typein C programming?

Cast.


What term starts with b and relates to sports?

bench


What is the term that relates to the moon's closest approach to the earth?

perigee


Which of these defines a term of numismatics?

The one that relates to collecting coins


Choose the term that best relates to this statement This is another term for the family of orientation?

family of origin


Where does the term boolean origination?

The term originated from George Boole, who was an English mathematician, philosopher, and logician. In terms of computer programming, Boolean means that that data type can only be true or false, using terms such as AND, OR, and NOT.


What is meant by the term callback in computer programming?

The term callback in computer programming can have more than just one meaning. Mainly the term callback means a code that is an argument to another existing code.


Where does the term extravasation come from?

Extravasation comes from the term extravate, which means to force or squeeze something out. Extravasation is most commonly used as a medical term as it relates to urology, epidemiology and other fields where this type of action takes place within the human body.


10 Explain the term session in server side programming approach What is the main benefit from implementing the session?

explain the term session in server side programming approach