0

programming languages Online Quiz - 314

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

Which of the following is true about dialog boxes? a)Modeless dialog boxes are used when the requested information is not essential to continue. b)Modal dialog boxes are those which temporarily halt the program in that the user cannot continue until the dialog has been closed.

  1. a only

  2. b only

  3. Both a and b

  4. None of the above


Correct Option: C

The fundamental classes of MFC are declared in which of the following header file?

  1. stdio.h

  2. iomanip.h

  3. afcapp.h

  4. afxwin.h


Correct Option: D

Which application uses the Document/View Architecture concept?

  1. Dialog based

  2. Menu based

  3. Frame based

  4. Form based


Correct Option: C

CWinThread is the base class of CWinApp.

  1. True

  2. False


Correct Option: A

The DECLARE_MESSAGE_MAP macro should be provided at

  1. The beginning of the class definition.

  2. The end of the class definition.

  3. Anywhere in the class definition.

  4. None of the above


Correct Option: B

Which macro is used to make an identifier name recognizable to an MFC or Win32 function?

  1. MAKESTRINGRESOURCE.

  2. MAKEFLOATRESOURCE.

  3. MAKECHARRESOURCE.

  4. MAKEINTRESOURCE


Correct Option: D

Which class implements the role of the WinMain() function?

  1. CWnd class

  2. CWinApp class

  3. CWinThread class

  4. None of the above


Correct Option: B

MFC application wizard does not provide support for serialization of document data.

  1. True

  2. False


Correct Option: B

What is the latest SAS version?

  1. V9.1

  2. V9.1.3

  3. V9.2

  4. V9.2.1


Correct Option: C

What happens if you use IN statement with SET: Data Test1; set one two (in=two); if two; run;

  1. It acts like Merge with IN

  2. we cannot use In with SET

  3. it works as expected

  4. Its like setting data with one dataset only


Correct Option: D

Which of the following is not used to read inline data?

  1. DATALINES

  2. CARDS

  3. CARDS4

  4. DATAIN


Correct Option: D

Which of the following is a format but not informat?

  1. DATETIME

  2. DDMMYY

  3. FLOAT

  4. DAY


Correct Option: D

Which of the following you cannot use if you use DROP in data step?

  1. KEEP

  2. DELETE

  3. REUSE

  4. COMPRESS


Correct Option: A

What is the mandatory section in Easytrieve?

  1. Library Division

  2. Environment Division & Activity Division

  3. Activity Division

  4. None of the above


Correct Option: C

How to get the length of the record read?

  1. RECORD-LENGTH(DDName)

  2. RECLEN(DDName)

  3. RECLN(DDName)

  4. It is not possible in Easytrieve


Correct Option: A

How to conditionally execute one of several group statements based on value of specific field

  1. EVALUATE … END-EVALUATE

  2. SWITCH CASE

  3. CASE … END-CASE

  4. None of the above


Correct Option: C

Which of the following statement is False

  1. MATCH cannot be used on multiple files

  2. MATCH can be used on multiple files

  3. MATCH can be used when key is defined

  4. MATCH can be used with JOB statement


Correct Option: A

Which among the following is not an input I-O operation?

  1. GET

  2. PUT

  3. READ

  4. POINT


Correct Option: B

Which among the following is true?

  1. Compile listing in Easytrieve cannot be produced

  2. Data map alone can be produced

  3. Compile listing alone can be produced

  4. Data map and Compile listing can be produced using DMAP and PMAP option in DEBUG


Correct Option: D

Which among the following is true for the below definition? Account-Record 1 100 A Account-Number Account-Record 10 N Account-Entity Account-Record +15 03 A State-Code Account-Record +15 03 A

  1. Both State-Code and Account-Entity refer to the 16th byte of the Account-Recored

  2. This definition would throw invalid referencing error while executing

  3. Account-Number refers to the 10th byte of Account-Record

  4. Account-Entity refers to the 15th byte of the Account-Record


Correct Option: A
- Hide questions