0

programming languages Online Quiz - 227

Description: programming languages Online Quiz - 227
Number of Questions: 20
Created by:
Tags: programming languages
Attempted 0/20 Correct 0 Score 0
  1. '054345''

  2. '0054345''

  3. 54345'0'

  4. d'54345'00'


Correct Option: A
  1. A file group is a collection of physically distinct files that appear to the end user as multiple logical entity.

  2. A file group is a collection of logically distinct files that appear to the end user as single logical entity.

  3. A file group is a collection of physically distinct files that appear to the end user as single logical entity.

  4. A file group is a collection of logically distinct files that appear to the end user as multiple logical entity.


Correct Option: C
  1. APSP is a subsystem that gives the management details of any other subsystem in Model 204 environment.

  2. APSP is a subsystem that gives the configuration details of any other subsystem in Model 204 environment.

  3. APSP is a system that gives the configuration details of any other subsystem in Model 204 environment.

  4. APSP is a system that gives the management details of any other subsystem in Model 204 environment.


Correct Option: B
  1. Each one requires a separate network call.

  2. Each one is executed in the order in which they are mentioned in the code.

  3. All the update statements together require a separate network call

  4. None of the above.


Correct Option: A

Which statement is used to remove the found set of records from a list?

  1. REMOVE RECORDS IN label FROM [LIST] listname

  2. REMOVE RECORDS FROM [LIST] listname

  3. DELETE RECORDS IN label FROM [LIST] listname

  4. DELETE RECORDS FROM [LIST] listname


Correct Option: A

Which function is used to display the name of the day in a week

  1. $DAY()

  2. $DAYNM()

  3. $DAYS()

  4. $DAYNAME()


Correct Option: A
  1. APSI is a subsystem that can be used to check the previous state of any other subsystem in Model 204 environment.

  2. APSI is a subsystem that can be used to check the next state of any other subsystem in Model 204 environment.

  3. APSI is a subsystem that can be used to check the current state of any other subsystem in Model 204 environment.

  4. APSI is a system that can be used to check the current state of any other subsystem in Model 204 environment.


Correct Option: C

Which modifier can be used when matching in Perl to match any character?

  1. S

  2. V

  3. I

  4. C


Correct Option: A
- Hide questions