ARVIN santos buendia
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0 1
1 0 0 0
1 1 1 0
NOTE : PARENTHESIS can be used to OVERRIDE the order of precedence and force some parts of an expression to be evaluated first before the other parts. (  3 + 7  )  *  (  9 - 2  )  =  70 !  (  0  || 1  )  =  0 NOT ALL ALGEBRAIC STATEMENTS  are allowed as  VISUAL BASIC EXPRESSION  that’s why you need to convert it.
 
Evaluate the given arithmetic equation below to arrive with a single numerical value. 8 + ( 3 / 2 ) ( 9 + ( 27 / 3 )) / - 3 * 3 5 - 8 + 2 * 2
Solve the following Relational and Logical Equation. ( 5 + 2 ) + ( -5 + 5) >= 77 ( 3 - 2 * 5 * 2 ) != 125 1 && 0 || ( 1 && !0 )

More Related Content

PDF
De la grafica a la funcion
PPTX
Addition of Integers.pptx
PPTX
04 scaling analog_datal_sp17
PPT
Chapter 3 Solving By Graph
PPTX
Algebra2-Functions
PDF
Expresiones algebraicas
DOCX
Determinants
PDF
Determinants
De la grafica a la funcion
Addition of Integers.pptx
04 scaling analog_datal_sp17
Chapter 3 Solving By Graph
Algebra2-Functions
Expresiones algebraicas
Determinants
Determinants

Viewers also liked (9)

PPSX
Effects of exploration
PPT
Introduction to turbo c
PPT
Variable declaration
PPT
Operators
PPT
Operators
PPSX
Columbian exchange
PPT
Introduction to turbo c
PPSX
The renaissance
PPSX
World 4 th quarter outline
Effects of exploration
Introduction to turbo c
Variable declaration
Operators
Operators
Columbian exchange
Introduction to turbo c
The renaissance
World 4 th quarter outline
Ad

More from Hanielle Cheng (20)

PPSX
4th quarter periodic test review in math3
PPSX
4th quarter periodic test review in trigonometry
PPSX
Quiz no.5
PPSX
The reformation part i
PPSX
The industrial revolution 2
PDF
Scientific revolution
PPT
Scientific revolution 2
PPSX
Renaissannce politicss, lit, and art-1
PPSX
Key answer to longtest (3 rd quarter)
PPSX
Industrial revolution
PPSX
Exploration and colonization
PPSX
Effects of colonization
PPSX
Early renaissance 3
PPSX
Counter reformation
PPSX
Age of reason
PPT
The high renaissance
PPT
Variable declaration
PPT
Introduction to turbo c
PPT
Variable declaration
PPT
Introduction to turbo c
4th quarter periodic test review in math3
4th quarter periodic test review in trigonometry
Quiz no.5
The reformation part i
The industrial revolution 2
Scientific revolution
Scientific revolution 2
Renaissannce politicss, lit, and art-1
Key answer to longtest (3 rd quarter)
Industrial revolution
Exploration and colonization
Effects of colonization
Early renaissance 3
Counter reformation
Age of reason
The high renaissance
Variable declaration
Introduction to turbo c
Variable declaration
Introduction to turbo c
Ad

Operators

  • 2.  
  • 3.  
  • 4.  
  • 5.  
  • 6.  
  • 7.  
  • 8.  
  • 9.  
  • 10.  
  • 11.  
  • 12.  
  • 13.  
  • 14.  
  • 15.  
  • 16.  
  • 17. 0 1
  • 18. 1 0 0 0
  • 19. 1 1 1 0
  • 20. NOTE : PARENTHESIS can be used to OVERRIDE the order of precedence and force some parts of an expression to be evaluated first before the other parts. ( 3 + 7 ) * ( 9 - 2 ) = 70 ! ( 0 || 1 ) = 0 NOT ALL ALGEBRAIC STATEMENTS are allowed as VISUAL BASIC EXPRESSION that’s why you need to convert it.
  • 21.  
  • 22. Evaluate the given arithmetic equation below to arrive with a single numerical value. 8 + ( 3 / 2 ) ( 9 + ( 27 / 3 )) / - 3 * 3 5 - 8 + 2 * 2
  • 23. Solve the following Relational and Logical Equation. ( 5 + 2 ) + ( -5 + 5) >= 77 ( 3 - 2 * 5 * 2 ) != 125 1 && 0 || ( 1 && !0 )