answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is the difference between the arithmetic operations and relational operators in computer programming operations which are performed by the CPU?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is difference between the arithmetic operation and relationaloperation?

Arithmetic operations include addition, subtraction, multiplication, division. Relational operations include different comparisons between numbers (or sometimes other data types). There are six relational operations: equal, not-equal, less-than, greater-than, less-than-or-equal, greater-than-or-equal. One difference, which may help you remember the difference is that if you combine two numbers with an arithmetic operation, for example an addition, you get another number. On the other hand, if you compare two numbers, for example with "greater than", you are asking a question which will be answered with "yes" or "no" - which in computer languages are often called "true" and "false" or something similar.


What is precedence between relational operator and arithmetic operator?

Arithmetic operators (+, -, *, /, % ) have greater precedence over relational operators (<, >, <=, >=, ==, !=) in C language.


Example of relational statements in C programming?

You mean relational operators?if (argc


What are the different types of operations of c?

c have different types of operations are there these are 1:logical operators 2:conditional 3:arithmetic 4:bit wise operators 5:increment&decrement 6:relational operators 7:assignment operators 8:special operators we can use above operators. we can implementing the operations. suppose logical operators &&,,! by using these we can implement operations


What has the author Filippo Cacace written?

Filippo Cacace has written: 'Advanced relational programming' -- subject(s): Relational databases, Database management


Definition of closure in dbms?

In Relational algebra allows expressions to be nested, just as in arithmetic. This property is called closure.


What are the benefits of using a Relational Database?

Relational databases offer structured data storage, data integrity through constraints like foreign keys, efficient querying using SQL, and support for complex data relationships through normalization.


What are the main operations of relational algebra?

The main operations of relational algebra are 1. The select Operation 2. The projection operation 3. The union operation 4.The set different operations 5.The Cartesian-product operation. 6.The rename operation. 7.Additional operations. 8.The Set-Intersection operations. 9.Natural-join operations. 10.Division operation. 11.The Assignment operation.


What are the different operations in working with relational database management system?

-Insert -Update -Delete


Are there any major similiarities between object oriented databases and relational databases?

In a Object Oriented Database, information is given in the form of objects as used in programming languages. "When database capabilities are combined with object programming language capabilities, the result is an object database management system (ODBMS). An ODBMS makes database objects appear as programming language objects in one or more object programming languages." (http://en.wikipedia.org/wiki/Object_database)"A relational database is a database that conforms to the relational model, and refers to a database's data and schema (the database's structure of how those data are arranged). Common usage of the term "Relational database management system" technically refers to the software used to create a relational database, but sometimes mistakenly refers to a relational database." (http://en.wikipedia.org/wiki/Relational_database)


What has the author William F Hyslop written?

William F. Hyslop has written: 'Performance prediction of relational database management systems' -- subject(s): Microcomputers, Relational databases, Programming


Difference between database and relational database?

A database is a collection of data organized for easy access and manipulation, while a relational database is a type of database that stores data in a structured format using tables that are related to each other through keys. In a relational database, data is organized into rows and columns, and relationships between tables can be established using keys.