MCQs > Softwares & Applications > Microsoft Visual Studio MCQs > Basic Microsoft Visual Studio MCQs

Basic Microsoft Visual Studio MCQ

1. A ________ file is like a stream of data that must be read from its beginning to its end.

Answer

Correct Answer: Sequential access

Note: This Question is unanswered, help us to find answer for this one

2. Which function returns an expression that has been converted to a variant of subtype integer ?

Answer

Correct Answer: Cint

Note: This Question is unanswered, help us to find answer for this one

3. What is the proper method to add a record to the recordset ?

Answer

Correct Answer: AddNew

Note: This Question is unanswered, help us to find answer for this one

4. What is the base class that provides the functionality of all window classes in the Microsoft Foundation Class Library ?

Answer

Correct Answer: Cwnd

Note: This Question is unanswered, help us to find answer for this one

5. Which of the following menu items does not appear under the HTML menu option ?

Answer

Correct Answer: Table

Note: This Question is unanswered, help us to find answer for this one

6. Which is the only class that aids in parsing the command line at application startup ?

Answer

Correct Answer: CCommandLineInfo

Note: This Question is unanswered, help us to find answer for this one

7.

Given the following classes, arrange them in the correct sequence of hierarchy : 

1)CWnd

2)CCmdTarget

3)CFrameWnd

4)Cobject


Answer

Correct Answer:

4,1,3,2


Note: This Question is unanswered, help us to find answer for this one

8.

Given the following code segment, how many instances of the form are created and displayed ? 

dim frmvar1 as frmperson,frmvar2 as frmperson 

set frmvar1 = new frmperson 

set frmvar2 = frmvar1 

load frmvar1 

frmvar2.show 


Answer

Correct Answer:

1


Note: This Question is unanswered, help us to find answer for this one

9. In setting up a text box as a bound control, which property specifies the field of the recordset to be displayed ?

Answer

Correct Answer: DataField

Note: This Question is unanswered, help us to find answer for this one

10. How can you determine the type of a control ?

Answer

Correct Answer: Use the TypeOf function

Note: This Question is unanswered, help us to find answer for this one

11. How can you access features of the Visual Interdev debugger in the development environment ?

Answer

Correct Answer: a,b and c.

Note: This Question is unanswered, help us to find answer for this one

12. What components make up the virtual root ?

Answer

Correct Answer: Name of the Web Server, Project name

Note: This Question is unanswered, help us to find answer for this one

13. Which scripting language can be used for client side programming in Visual Interdev ?

Answer

Correct Answer: a,b and c.

Note: This Question is unanswered, help us to find answer for this one

14. What keyword must be used in a declaration statement to enable an object to respond to events ?

Answer

Correct Answer: WithEvents

Note: This Question is unanswered, help us to find answer for this one

15. Which property of the datalist control specifies where the list information comes from ?

Answer

Correct Answer: RowSource

Note: This Question is unanswered, help us to find answer for this one

16. Which of the following is a data manipulation wizard available in Visual Interdev ?

Answer

Correct Answer: a, b and c.

Note: This Question is unanswered, help us to find answer for this one

17. DOM stands for :

Answer

Correct Answer: Document Object Model.

Note: This Question is unanswered, help us to find answer for this one

18. Which of the following is the principal base class for the Microsoft Foundation Class Library ?

Answer

Correct Answer: CWinApp

Note: This Question is unanswered, help us to find answer for this one

19. Which properties must be set to bind a control to a data environment ?

Answer

Correct Answer: Datasource, DataMember and DataField.

Note: This Question is unanswered, help us to find answer for this one

20. What is the base class for the Microsoft Foundation Class Library message-map architecture ?

Answer

Correct Answer: CCmdTarget

Note: This Question is unanswered, help us to find answer for this one

21. Which menu item properties can you change at run time ?

Answer

Correct Answer: Caption, Checked, Enabled, Visible.

Note: This Question is unanswered, help us to find answer for this one

22. The Test method belongs to which of the following objects ?

Answer

Correct Answer: RegExp

Note: This Question is unanswered, help us to find answer for this one

23. The CRecentFileList is derived from which base class?

Answer

Correct Answer: CObject

Note: This Question is unanswered, help us to find answer for this one

24. What is the default scripting language that is generated for the standard Visual Interdev design-time controls ?

Answer

Correct Answer: JavaScript

Note: This Question is unanswered, help us to find answer for this one

25. Which are the three basic working modes of Visual Interdev ?

Answer

Correct Answer: Offline, Local and Master.

Note: This Question is unanswered, help us to find answer for this one

26. Which of the following components cannot be developed in Visual Interdev ?

Answer

Correct Answer: COM components.

Note: This Question is unanswered, help us to find answer for this one

27. The tag