OpenVMS Operating Systems and DCL Scripting Quiz

Test your knowledge of OpenVMS operating system concepts, DCL command language, file systems, and system administration tasks. Also includes some Unix/Linux questions.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which $SHOW PROCESS qualifier will display "Connect time"?

  1. /ACCOUNTING
  2. /CONTINUOUS
  3. /PAGE
  4. /QUOTAS
Question 2 Multiple Choice (Single Answer)

What command is used to display the sofware version and the node in VMS ?

  1. show nodesw
  2. show cluster
  3. show version
  4. show info
Question 3 Multiple Choice (Single Answer)

What is the significance of - in DCL scripting ?

  1. to perform subtraction
  2. end of line
  3. to continue in next line
  4. for invisible characters in same line
Question 4 Multiple Choice (Single Answer)

What is the value of the symbol MYSTRING after $ MYSTRING = F$FAO("!UL!3ZL!3AS",2,3,"HELLO")

  1. 2003HEL
  2. 002 3HELLO
  3. 2003***
  4. 002003HELLO
Question 5 Multiple Choice (Single Answer)

Using the CALL command to transfer control to a subroutine allows (?) parameters to be passed.

  1. 0
  2. 8
  3. 10
  4. 16
Question 6 Multiple Choice (Single Answer)

What does the BIOLM value represent in AUTHORIZE?

  1. the block I/O limit of a process
  2. the block I/O limit of a job
  3. the buffered I/O limit of a process
  4. the buffered I/O limit of a system
Question 7 Multiple Choice (Single Answer)

Where does SORT place its work files by default?

  1. SYS$SORTWORK
  2. SYS$OUTPUT
  3. SYS$SORT
  4. SYS$SCRATCH
Question 8 Multiple Choice (Single Answer)

What are valid conversion types for F$IDENTIFIER?

  1. Name_To_Number
  2. Number_To_Name
  3. Ascii_To_Hexidecimal
  4. Logical_To_Lexical
Question 9 Multiple Choice (Single Answer)

Which RMS service locates a specified record in a file, returning its RFA?

  1. $LOCATE
  2. $GET
  3. $READ
  4. $FIND
Question 10 Multiple Choice (Single Answer)

Who sold DCL language initially ?

  1. HP
  2. DEC
  3. compaq
  4. IBM
Question 11 Multiple Choice (Single Answer)

What datatype is not supported by DCL ?

  1. strings
  2. integers
  3. floating point
  4. booleans
Question 12 Multiple Choice (Single Answer)

How many categories,protections do we have in VMS ?

  1. 1,1
  2. 2,2
  3. 3,3
  4. 4,4
Question 13 Multiple Choice (Single Answer)

What is the extension of a DCL script ?

  1. COM
  2. DCL
  3. PL
  4. KSH
Question 14 Multiple Choice (Single Answer)

Which command can be used to see the size of the free-page list?

  1. SHOW SYSTEM/FULL
  2. MONITOR MEMORY
  3. MONITOR PAGE
  4. SHOW MEMORY/FULL
Question 15 Multiple Choice (Single Answer)

Which $SHOW PROCESS qualifier will display "CPU limit"?

  1. /ACCOUNTING
  2. /CONTINUOUS
  3. /PAGE
  4. /QUOTAS
Question 16 Multiple Choice (Single Answer)

Which of the following item(s) may NOT be used with F$ENVIRONMENT

  1. CAPTIVE
  2. CONTROL
  3. DEFAULT
  4. none of the above
Question 17 Multiple Choice (Single Answer)

What is the default value for /PRIORITY in AUTHORIZE for timesharing users?

  1. 2
  2. 4
  3. 6
  4. 8
Question 18 Multiple Choice (Single Answer)

How to strip off the extension from file name

  1. extrm
  2. basename
  3. strip -ext
  4. rm -ext
Question 19 Multiple Choice (Single Answer)

Which is the top most file system in the file system hierarchy?

  1. /boot
  2. /bin
  3. /
  4. /etc
Question 20 Multiple Choice (Single Answer)

From the below which one is not a file system in unix ?

  1. iso9660
  2. proc
  3. FFS
  4. MFS