answersLogoWhite

0

Operators are the symbols, which are used to perform different arithmetical and logical operations in BASIC.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What are the basic logic operators in Boolean algebra?

AND, OR, and NOT are the basic operators in Boolean Algebra.


What are the basic operators?

The basic laboratory operations are:Chemistry, Physics, Science ExperimentsCleaning the LaboratoryMeasuring and Estimating Liquid VolumeTransferring LiquidsHeating LiquidsPrecipitationFiltrationDecantationEvaporationWaste Disposal


How do i understand visual basic better?

Refer to books on Visual Basic.


What are examples of a Boolean operator?

And, or, not, xor, nand, nor. There are a few others, too.


What is the biggest number you can make all the digits in 71?

Using only the digits and the basic operators of arithmetic, 71. If other operators are allowed then 71! = 8.5*10101 approx, or 85 googol is one possible answer.


What is PHP operators?

PHP Operators are syntactical constructs that assign, compare, or modify a value. There are bitwise operators, arithmetic operators, boolean operators, assignment operators, and concatenation operators. There are also a wide variety of functions and class methods which simulate or utilize these operations.


Do function formulas have operators?

They can have operators. It depends on the formula or function in question. There are lots of kinds of operators that can be used like the mathematical ones, operators for comparisons and boolean operators.


What are four Boolean operators?

Depends on the computer language, the Boolean operators may have different looks, but all the basic ones should be in place:Equality (Equals(), ==, IsTrue, IsFalse), to compare 2 boolean valuesNot (~, !, .NOT. ), negation or compliment. That is, !True TrueAnd (&, &&, .AND.), the intersection.Or (|, , .OR.), the union


What is the significance of the commutator of the Hamiltonian and momentum operators in quantum mechanics?

In quantum mechanics, the commutator of the Hamiltonian and momentum operators is significant because it determines the uncertainty principle and the behavior of particles in a quantum system. The commutator represents the relationship between the energy of a system (Hamiltonian) and the momentum of a particle. It helps us understand how these operators interact and affect the dynamics of a quantum system.


What does it mean that you understand basic scientific terms and principles?

Scientific Literacy


What is the primary goal of basic science?

To understand how things are made and work.


What are the operators in c tokens?

All arithmetic, logical operators are operators in c tokens. As: +, - , ++, --, %, &&, &, >>, << etc.