0

programming languages Online Quiz - 161

Description: programming languages Online Quiz - 161
Number of Questions: 20
Created by:
Tags: programming languages
Attempted 0/20 Correct 0 Score 0

Which clearcase command is used to check in the files

  1. ct ci

  2. ct co

  3. ct mk

  4. ct mkelem


Correct Option: A

As per the Coding Guidelines of the Project, Which of the following is valid include when messenger .hpp from messenger unit is used in the current unit?

  1. #include 

  2. #include 

  3. #include 

  4. #include 


Correct Option: B

As per the Coding Guidelines of the Project, What should be the maximum length of a line?

  1. 120 Characters

  2. 150 Characters

  3. 40 Characters

  4. 80 Characters


Correct Option: A

As per the Coding Guidelines of the Project, Each variable should be individually declared on a separate line

  1. True

  2. False


Correct Option: B

After submiting the change set, the next process is:

  1. The Change set goes to a QA as part of 4 eyes principle

  2. Integration Daemon starts running test units

  3. Nothing happens

  4. You will have to check in the file after submit


Correct Option: A

A file pqr.cpp has been changed neither in your view nor in the task you are working. There is no private copy of the file present in your view.. The version of the file you are viewing is the file present in

  1. your view

  2. Mainline

  3. Task

  4. None of the above


Correct Option: B

REXX is

  1. A programming language

  2. Extremely versatile language

  3. Restructured Extended Executor Language

  4. High-level procedural language

  5. All of the above


Correct Option: E

The main function of REXX is to pass commands to

  1. TSO

  2. TSO/ISPF Dialog

  3. ISREDIT

  4. All of the above


Correct Option: D

The use of interaction of REXX with TSO/ISPF Dialogue Manager is

  1. To create panels

  2. To display panels

  3. To create and display panels

  4. None of the above


Correct Option: B

REXX program can be executed only from TSO READY prompt?

  1. True

  2. False


Correct Option: B

REXX program is also called exec

  1. True

  2. False


Correct Option: A

A REXX program should be compiled before it can be executed?

  1. True

  2. False


Correct Option: B

REXX program cannot be developed in Physical Sequential Dataset?

  1. True

  2. False


Correct Option: B

Label must be first thing on a line and it must end with a colon?

  1. True

  2. False


Correct Option: A

Which of the following variable names are valid?

  1. 2_tcs

  2. Prog-name

  3. Thismean

  4. d) Say

  5. e) Abc$efg


Correct Option: C,E

Which of the following commands passes commands to a specific environment?

  1. ARG

  2. SELECT

  3. SIGNAL

  4. ADDRESS


Correct Option: D

Which of the following keyword is useful for string manipulation?

  1. PARSE

  2. PULL

  3. PUSH

  4. STRING


Correct Option: A

The PUSH keyword is used to place data on the ?

  1. Top of stack

  2. Bottom of stack

  3. Middle of stack

  4. None of the above


Correct Option: A

When there is data on the stack, the pull instruction retrieves data from ?

  1. Bottom of the stack

  2. Top of the stack

  3. Middle of the stack

  4. None of the above


Correct Option: B

Which of the following keyword will be useful for interactive debugging?

  1. EXPOSE

  2. INTERPRET

  3. TRACE

  4. DEBUG


Correct Option: C
- Hide questions