88 level entry is used for (a) data items in WORKING-STORAGE SECTION (b) items with RENAMES clause (c) condition-names (d) None of the above
5 10730ZEROES and SPACES are _______ constants (a) Figurative (b) Numeric (c) Non-numeric (d) Alphabete
4 9042COMPUTE X = A * B - C * D and COMPUTE X = (A * B) - (C * D) (a) Are not the same (b) Are same (c) Syntactically wrong (d) Will yield a run time error
1 6406OCCURS clause is used in the DATA DIVISION on data names at (a) 01 level (b) 77 level (c) 88 level (d) any level from 02 to 49
13 20483Consider the following COBOL entries: 05 X PIC 99 VALUE 10. SUBTRACT 20 FROM X. The resultant value of X wil be
7 15436Consider the following COBOL entries 05 X PIC 99 VALUE 10. ADD 40 X TO X. COMPUTE X = 3 * X - 40. The result in X is
12 19083given the following piece of code: CALL SUB-PGM USING A, B, C. CALL SUB-PGM USING A, C, C. (a) Both CALL statements will always produce same result. (d) Both CALL statements may produce different result. (c) Compile-time error because SUB-PGM is a dataname. (d) Compile-time error because A, B, C are used twice.
2 8526The hierarchy of the execution of logical operators is (a) NOT AND OR (b) AND OR NOT (c) OR AND NOT (d) OR NOT AND
10 33141The order of precedence of arithmetic operators in an expression can be overridden with the use of (a) [] (b) () (c) {} (d) Any of the above
3 9842Which of the following files can be OPENed in all the 4 modes? The four modes are INPUT, I-O, OUTPUT and EXTEND. (a) INDEXED (b) RELATIVE (c) SEQUENTIAL (d) All of the above
7 14946Which of the following EDITind and PICTURE symbols is to be used if a minus(-) is to appear before the value if the value is -ve and a plus(+) is to appear before the value if the value is +ve? (a) + (b) - (c) + OR (d) It is not possible
7 10002Post New TCS Interview Questions
Can you work independently?
How many types of page locks can be held in db2?
Mention what are the categories of defects?
What is sap workflow?
You are a project manager for a network cabling project for your organization. Your project team is made up of six full-time employees and three contractors. This is the first time they have all worked together. You know that the team will go through the stages of team development in the following order: A. Forming, storming, norming, and performing B. Storming, norming, forming, and performing C. Norming, storming, forming, and performing D. Forming, norming, storming, performing
Explain the difference between keylokup and joiner?
Which outer cover is on the welding rod?
What do you mean by FDI?
explain platform as a service?
How would you delete or merge rows that have the same primary user key and different conflict ids using eim?
What do you mean by windows authentication?
How you can distinguish between 2S and 4S engine?
What is the command to view process running?
What are the steps for the execution of an mvc project?
What is procedure overloading in oracle?