Tag: programming languages

Questions Related to programming languages

Which of the following operations can you NOT perform on an ADO.NET DataSet?

  1. A DataSet can be synchronised with the database.

  2. A DataSet can be synchronised with a RecordSet.

  3. A DataSet can be converted to XML.

  4. You can infer the schema from a DataSet.


Correct Option: B

In Object Oriented Programming, how would you describe encapsulation?

  1. The conversion of one type of object to another.

  2. The runtime resolution of method calls.

  3. The exposition of data.

  4. The separation of interface and implementation.


Correct Option: D

The co-founder of SAS.

  1. David Stirling

  2. John Sall

  3. Lawrence Joseph

  4. Dennis Richie


Correct Option: B
  1. To output the statistical report.

  2. To create a new dataset

  3. To delete a dataset

  4. To read an external file


Correct Option: B,D
  1. PROC STEP

  2. DATA STEP

  3. MACRO

  4. FUNCTION


Correct Option: A
  1. 1-256 charcters

  2. 8 charcters

  3. 256 charcters

  4. 1-32 charcters


Correct Option: D

How many types of variables does SAS recognize?

  1. Date variable

  2. Date , Character and Numeric varibale

  3. Date and Character variable

  4. Character and Numeric variable


Correct Option: D