The command grep first second third /usr/you/myfile a) prints lines containing the words first, second or third from the file /usr/you/myfile b) searches for lines containing the pattern first in the files second, third, and /usr/you/myfile and prints them c) searches the files /usr/you/myfiel and third for lines containing the words first or second and prints them d) replaces the word first with the word second in the files third and /usr/you/myfile e) None of the above
4 15398How many bytes will be allocated for the following record description entries? 01 REC-A. 05 A PIC S9(4). 05 B PIC XXXBXXX. 05 C PIC ____9.99. 05 D PIC S9(5) COMP-3. 05 E PIC 9(3) COMP.
16 25965The 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 33644GO TO stmt which of the following is not true A) GO TO stmt is not essential in the sense that it is possible to write programs without using GO TO B) The target of the GO TO stmt being a procedure name avoiding GO TO result in a program with no procedure name C) Indiscriminate use of GO TO stmt can make the control structure program substantially complex D) Too many GO TO stmts make a program difficult to understand
2 7050Post New IBM Interview Questions
What is a closure?
How many types of voids are there?
Why are arrays useful in java?
How to activate / deploy licence in RHEL 6 and what will happen if you don't activate / deploy licence in RHEL 6 ?
Can you deploy executable jars on android? Which package is supported by it?
Are callbacks closures?
What do you know about the case sensitivity of apache pig?
we are performed SOR for a particular product the limit is -6 to -10.We face particular bathes it is not meeting the specification.we performed diffrent instrument diffrent analyst we are getting diffrent diffrent results.solvent is dimethyl sulfoxide what could be the reasion
The purpose of which is to allow specific tests to be carried out on a system or network that resembles as closely as possible the environment where the item under test will be used upon release?
Is sap hybris a crm?
What are the 4 types of characters?
What is a user-defined function in the sql server and what is its advantage?
Why do we use stdio h and conio h?
How can you access a list of ansible_variables?
What is @component annotation in spring?