programming languages Online Quiz - 251
Description: programming languages Online Quiz - 251 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Who designed BCPL (Basic Combined Programming Language)?
Who developed J# (pronounced 'jay-sharp')?
Who developed Oak ?
Who designed Ruby ?
The value 38245.3975 displayed using the format DOLLAR12.2 and DOLLAR8.2 are:
Filerefs remain in effect until
Suppose you want to create a report using both character and numeric variables. If you don't use any DEFINE statements in your PROC REPORT step
Which time span is used to interpret two-digit year values if the YEARCUTOFF= option is set to 1950?
PROC CONTENTS can read sequential files. The CONTENTS statement cannot.True or False?
You can use only one DATALINES statement in a DATA step.True or False?
While working with Formats,If you don't specify the LIBRARY= option, your formats are stored in Work.Formats, and they exist
The default statistics produced by the MEANS procedure are n-count, mean, minimum, maximum, and
Which statement will limit a PROC MEANS analysis to the variables Boarded, Transfer, and Deplane
Which of the following statements is true regarding BY-group processing
The WHERE statement does not perform automatic conversions(character/numeric) in comparisons :True or False?
The Equivalent Code for CATX(SP, OF X1-X4) is
In a PROC PRINT step,to control the order in which the variables appear you can use: