answersLogoWhite

0


Best Answer

Scalar data is the opposite of vector data, in that it provides a magnitude without a direction. For example, speed is a scalar quantity because it provides magnitude without a direction, whereas velocity is a vector quantity because it provides the magnitude that speed provides, but supplies us with direction.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is scalar data type?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is scalar data?

A scalar variable can hold only one piece of data at a time. So in C, C++ and Java scalar data types include int, char, float and double, along with others. Scalar variables of the same type can be arranged into ascending or descending order based on the value. Prasangax


What is scalar data structures?

A scalar variable can hold only one piece of data at a time. So in C, C++ and Java scalar data types include int, char, float and double, along with others. Scalar variables of the same type can be arranged into ascending or descending order based on the value. Prasangax


What is scalar data type oracle?

Single values with no internal components.--:yashodeep ganpat talele


What is scalar values?

Scalar values are single values, not arrays or objects, representing a single data point such as a number, string, or boolean. In programming, scalar values are not composite data structures and do not contain nested values. Examples of scalar values include integers, floating-point numbers, and characters.


What is scalar pcb?

A scalar PCB refers to a Printed Circuit Board (PCB) that is designed to work with scalar sensors. Scalar sensors measure a single quantity, such as temperature or pressure, without regard to its direction. The scalar PCB would be optimized to interface with and process data from such sensors.


Explain the basic datatypes in C?

C datatype can be categories into two part 1) Scalar data type 2) derived data type.. The scalar data type is also called basic data type they are int char float double long signed or unsigned are key word which effectively change the storing power of these data type. by default they are signed in nature..


Which type is of measurement is this 20 feet down?

scalar


What type of measurement is this the weight of 5 apples?

Scalar


What type of measurement is this the speed limit on an interstate highway?

scalar


What type of measurement is 55 miles per hour?

scalar


What is a scalar quality?

A scalar quality is a type of attribute that can be measured along a scale, such as temperature or height. It is quantitative and has magnitude but not direction. Examples include weight, length, and volume.


What is difference between scalar and super scalar processor?

Differences between scalar and superscalar processors generally boil down to quantity and speed. A scalar processor, considered to be the simplest of all processors, works on one or two computer data items at a given time. The superscalar processor works on multiple instructions and several groups of multiple data items at a time. Scalar and superscalar processors both function the same way in terms of how they manipulate data, but their difference lies in how many manipulations and data items they can work on in a given time. Superscalar processors can handle multiple instructions and data items, while the scalarprocessor simply cannot, therefore making the former a more powerful processor than the latter. Scalar and superscalar processors both have some similarities with vector processors. Like ascalar processor, a vector processor also executes a single instruction at a time, but instead of just manipulating one data item, its single instruction can access multiple data items. Similar with the superscalar processor, a vector processor has several redundant functional units that let it manipulate multiple data items, but it can only work on a single instruction at a time. In essence, a superscalar processor is a combination of a scalar processor and a vector processor.