answersLogoWhite

0

What is scalar data type?

Updated: 4/28/2022
User Avatar

Wiki User

9y ago

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

9y 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 are scalar waves?

Scalar waves are a type of electromagnetic that works outside of physics. They have to do with points in space.


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 45 apples?

Vector


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

Scalar


What is a scalar which is both positive and negative?

Scalar is a type of quantity which contains magnitude only and has no direction. For example: distance and speed


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 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.