GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Placement Papers  >  TCS  >  COBOL
Go To First  |  Previous Question  |  Next Question 
 COBOL  |  Question 41 of 44    Print  
The hierarchy of the execution of logical operators is
(a) NOT AND OR
(b) AND OR NOT
(c) OR AND NOT
(d) OR NOT AND

  
Total Answers and Comments: 1 Last Update: July 20, 2007   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
July 20, 2007 08:08:39   #1  
Mouli shareef        

RE: The hierarchy of the execution of logical operator...
Ans: a
 
Is this answer useful? Yes | No

 Related Questions

Study the following 01 A PIC 99V0 VALUE 5 01 B PIC 9V9 VALUE 6 01 C PIC 99V9 VALUE 2.5 01 D PIC 99 VALUE 3 COMPUTE A ROUNDED B C = A+B*C/D ON SIZE ERROR PERFORM PRINT-ERROR the comments of A.B.C after execution of the above statement are a.A=10 B=0 C=10 b.A=10 B=9.9 C=9.9 c.A=10 B=0 C=9.9 d.A=10 B=6 C=10

Consider the following two statements MOVE 10 TO N PERFORM PARA-X N TIMES STOP RUN PARA-X MOVE 5 TO N how many times PARA-X willbe exicuted? a.10 b.5 c.infinate d.execution error

Consider the following:77 A PIC 9(10) 77 B PIC 9(10) 77 C PIC 9(19) MULTIPLY AB BY B GIVING CWhich of the following is true ?(a) The execution of the above may result in size error. (b) The execution of the above will result in size error. (c) The definition of C is invalid resulting in compilation error. (d) No error will be thee and the program would proceed correctly.

The hierarchy of the execution of logical operators is (a) NOT AND OR (b) AND OR NOT (c) OR AND NOT (d) OR NOT AND

The order of precedence of arithmetic operators in an expression can be overridden with the use of (a) [] (b) () (c) {} (d) Any of the above


 Sponsored Links

 
Related Articles

Microsoft AJAX Library - JavaScript Execution Context

JavaScript Execution Context In this section we ll take a peek under the hood of the JavaScript closures and the mechanisms that allow us to create classes objects and object members in JavaScript For most cases understanding these mechanisms isn t absolutely necessary for writing JavaScript code&am
 

C++ Memory Management operators

C Memory Management operators Need for Memory Management operators The concept of arrays has a block of memory reserved The disadvantage with the concept of arrays is that the programmer must know while programming the size of memory to be allocated in addition to the array size remaining constant m
 

C++ Operators Part II

Operators in C Part II In this C tutorial you will learn about logical operators operator operator conditional operator comma operator bitwise operator and sizeof operator mosgoogle center Logical Operators The logical operators used are The operator is called NOT operator This has a single
 

C++ Operators Part I

C Operators Part I In this C tutorial you will learn about operators assignment operator arithmetic operators compound assignment operators increment and decrement operator the functionality of prefix and postfix operators relational and equality operators mosgoogle center The operators available in
 

Physical and Logical Data Model

The main important aspect is physical data model is created after logical data model. For designing a logical data model one need not have through knowledge in any specific RDBMS like oracle, Informix and so on. This is because logical data model is created after having through study of the business
 

Precedence of Operators

What is precedence of operators? When number of operators occurs in an expression the operator which is to be evaluated first is judged by applying priority of operators. The arithmetic operators available in C are + used for Addition - used for Subtraction * used for Multiplication / used for D
 

NLP Language Hierarchy and Thinking Continuum

NLP Language Hierarchy and Thinking Continuum Introduction We use words as tools for putting forth our ideas explaining concepts or expressing feelings and emotions The words we use can be extremely specific in nature or most general or can be in the continuum in between Neuro linguistic Programming
 

Quality Aspects to Check While Writing COBOL Program

Quality Aspects to Check While Writing COBOL Program This article gives a general list which the programmer must check while delivering programs developed in COBOL This can also be used as a general checklist for checking quality of the COBOL program developed mosgoogle Quality is a vital factor fo
 

PHP Tutorials - Operators

PHP Tutorials Operators In this PHP Tutorial you will learn about Operators String concatenation operator Comparison operators Logical operators Type casting Combined assignment operator Operators precedence and Operators precedence order mosgoogle String concatenation operator The string concatenat
 

PHP Tutorials - Operators (Part I)

PHP Tutorials Operators Part I In this PHP Tutorial you will learn 1st Part of Operators The assignment operator The arithmetic operators Bitwise operators AND OR XOR NOT and Error control operator mosgoogle The assignment operator It’ s used to assign a value to a variable for exampl
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape