Tag: mainframe

Questions Related to mainframe

  1. J. Edward Coleman, CEO and Chairman

  2. Krishna Motukuri, Co-founder/CEOnHarish Abbott, Co-founder/President

  3. Ambulance Corps Director Commander Winifred Maye D.M.

  4. Levy Cohen, CEO


Correct Option: A

Which of these is a Unisys product?

  1. Prepaid and postpaid mobile phones

  2. Project Nomads

  3. Distance Learning Courses

  4. Computer Servers and Solutions


Correct Option: D

What is the company slogan of Unisys?

  1. Purina ONE Can Make A Difference.

  2. We are the growers and you can taste it!

  3. "The Business Behind Business"

  4. Imagine it. Done


Correct Option: D

Where is Unisys?

  1. Pennsylvania

  2. Pennsylvania State University

  3. Blue Bell, Pennsylvania

  4. Huntingdon, Pennsylvania


Correct Option: C

Which one of the following cannot cause more than one execution of the paragraph(s) that may be named in the statement

  1. The simple PERFORM statement

  2. The PERFORM with TIMES option

  3. The PERFORM with UNTIL option

  4. The PERFORM with VARYING option


Correct Option: A

Just one ________ statement allows several alternative paths of execution

  1. If statements

  2. Evaluate

  3. Perform statement

  4. Copy statement


Correct Option: B

AI Explanation

To answer this question, you need to understand the concept of controlling the flow of execution in a program.

Option A) If statements - This option is incorrect because if statements allow for conditional execution of a block of code based on a condition. However, they do not inherently allow for multiple alternative paths of execution.

Option B) Evaluate - This option is correct because the evaluate statement is commonly used in programming languages to determine the result of a condition and then choose one of several alternative paths of execution based on that result. It allows for branching and multiple alternative paths.

Option C) Perform statement - This option is incorrect because the perform statement is typically used for invoking a sequence of instructions or a subroutine, but it does not inherently allow for multiple alternative paths of execution.

Option D) Copy statement - This option is incorrect because the copy statement is used for copying data from one location to another, but it does not inherently allow for multiple alternative paths of execution.

The correct answer is B) Evaluate. This option is correct because the evaluate statement is used to evaluate a condition and then choose one of several alternative paths of execution based on that condition.

The UNSTRING verb is used to transfer data from several sources to one receiving file.

  1. True

  2. False


Correct Option: B

AI Explanation

To answer this question, you need to understand the purpose and functionality of the UNSTRING verb in programming languages.

The UNSTRING verb is used to break down or parse a string into its constituent parts. It is typically used to extract specific portions of a string and assign them to separate variables or fields.

Therefore, the statement that the UNSTRING verb is used to transfer data from several sources to one receiving file is incorrect.

Let's go through each option to understand why it is correct or incorrect:

Option A) True - This option is incorrect because the UNSTRING verb is not used to transfer data from several sources to one receiving file. It is used to break down or parse a string.

Option B) False - This option is correct because the UNSTRING verb is not used to transfer data from several sources to one receiving file.

The correct answer is B) False.

Business Rule Engine is a product which allows separating business rules from the application.

  1. True

  2. False


Correct Option: A