Visual Studio Test
DOM stands for :
Following are some statements related to views. Identify the incorrect one :
Following are statements related to the CArchive class. Identify the incorrect one :
Following are the steps of a program. Arrange them in sequence : 1)WinMain enters a loop for processing messages. 2)The program entry function, WinMain, receives control. 3)The CWinApp class const...
Given the following code 1 Select Case a 2 Case 1 3 Msgbox "the value of a is 1" 4 Case 2,3 5 Msgbox "the value...
How can you construct a frame window ?
How do you create a property for a server object ?
How many nodes can a TreeView control have ?
Identify the incorrect statement regarding Visual Interdev :
In setting up the ADODC, which property do you use to specify the database that the control will link to ?
In the Msgbox function, what value of the buttons parameter would you specify to display a Critical Message icon ?
Name the only property supported by a collection ?
Study the following code 1 <FORM NAME="TestForm"> 2 Firstname: <INPUT NAME="FirstName" VALUE="" MAXLENGTH="50" SIZE=50> 3 <INPUT TYPE="BUTTON" VALUE="Run Query" NAME="RQ3"> 4 ...
Study the following code 1 <SCRIPT LANGUAGE="VBScript"> 2 <!-- 3 Sub BtnHello_OnClick 4 MsgBox "Hello, world!", 0, "My first active document" 5 End Sub 6 ...
The / operator divides two numbers and returns a :
The classes CFrameWnd, CMDIFrameWnd and CMDIChildWnd are derived from the class :
The classes CHtmlStream, CHttpFilter, CHttpFilterContext, CHttpServer and CHttpServerContext belong to which category of classes ?
The CRecentFileList is derived from which base class?
The following are the steps in the life cycle of a document (and its frame window and view or views) in an MDI application. Arrange them in the correct order : 1)For each new document, the docume...
The programming support feature SOM stands for :
The redim statement
The tag <SCRIPT LANGUAGE = VBSCRIPT> means that the script will run in the web browser.What tag will you give to make the script run on the server side ?
The Test method belongs to which of the following objects ?
Visual Interdev is a :
Watch window, Locals Window and Immediate Window are :
What character will you use to give comments in VBScript ?
What classes of objects does VBScript support ?
What command triggers an event created in a class ?
What does the controls collection contain ?
What does the forms collection contain ?
What exciting Visual Interdev feature automatically generates script code based on your input ?
What function does WinMain call every time a new instance of the application starts ?
What is the base class for the Microsoft Foundation Class Library message-map architecture ?
What is the base class used for form views ?
What is the common feature of the classes CArchive, CPoint, CHtmlStream, CCreateContext ?
What is the default editor for HTML pages ?
What is the default scripting language that is generated for the standard Visual Interdev design-time controls ?
What is the extension of the binary version of the current resource file that is created by the Microsoft Visual C++ and used for quick loading of resources ?
What is the extension of the intermediate file generated by the Visual C++ profiler (PROFILE) and used to transfer information between profiling steps ?
What is the feature that enables you to copy an entire Web site to another location ?
What is the name of the feature that enables you to view your Web site structure ?
What is the name of the Visual Interdev feature that helps you build the script for your objects and events ?
What is the number of scrolling functions available in the CDC class ?
What is the primary object used in creating ActiveX documents ?
What keyword must be used in a declaration statement to enable an object to respond to events ?
What must you do with literal dates in a search criteria for the find method ?
What number of properties and methods does the RegExp object provide ?
What three methods does the collection object support ?
When is the terminate event of a form triggered ?
When working with script, which all folders are present in the HTML Outline pane ?
Which are the three basic working modes of Visual Interdev ?
Which character is used to break a VBScript statement into multiple lines ?
Which class derived from CDC is responsible for calling the Windows functions GetDC at construction time and ReleaseDC at destruction time ?
Which class defines device-context objects ?
Which control enables you to navigate through the recordset ?
Which design time control enables you to add transition effects as the user moves from one page to another in your application ?
Which device-context function of the CDC class updates the m_hAttribDC device context ?
Which event allows you to determine if a control or shift key was pressed by the user?
Which event enables you to determine which key was pressed by the user ?
Which event is triggered when the user moves to another form?
Which event is used to store developer settings for your control ?
Which feature of Visual Interdev enables you to create a logical view of the overall web site, including the web pages and their links ?
Which files and folders are automatically created when a new ASP application is built ?
Which function can you use to check whether an expression can also be used as a number ?
Which function will return the name of the scripting language in use?
Which menu item properties can you change at run time ?
Which method of the DataReport enables the user to preview the report information ?
Which method of the dictionary object returns all items as an array ?
Which object handles the link to a specific database ?
Which object is responsible for handling transaction processing ?
Which of the following class is not derived from the CDC class ?
Which of the following class is not derived from the CGdiObject class ?
Which of the following classes are derived from the CInternetConnection base class ?
Which of the following classes provides run-time object model support ?
Which of the following components cannot be developed in Visual Interdev ?
Which of the following is a data manipulation wizard available in Visual Interdev ?
Which of the following is a valid On Error statment ?
Which of the following is not a class derived from the CCommonDialog class ?
Which of the following is not a conversion function ?
Which of the following is not a mouse related input message handler of the Cwnd class ?
Which of the following is not a numeric function ?
Which of the following is not a object provided by the VBScript engine ?
Which of the following is not a pane of the Query Designer ?
Which of the following is not a property of the err object ?
Which of the following is not a script engine/language related function ?
Which of the following is not a string related function ?
Which of the following is not a subtype of data that a variant in VBScript can contain ?
Which of the following is not a tab in the style sheet editor ?
Which of the following is not a time related function ?
Which of the following is not a trimming function ?
Which of the following is not a valid VBScript function ?
Which of the following is not a view in Visual Interdev ?
Which of the following is not allowed in an ActiveX document ?
Which of the following is not an array related function ?
Which of the following is not an ASP object ?
Which of the following is not an edition of VC++ ?
Which of the following is the only class derived from CObject ?
Which of the following is the principal base class for the Microsoft Foundation Class Library ?
Which of the following loop statements is not available in VBScript ?
Which properties must be set to bind a control to a data environment ?
Which property of the datalist control specifies where the list information comes from ?
Which property of the datalist specifies the display field for the list ?
Which property of the ListView control determines which field a sort is based on ?
Which property of the ProgressBar determines how much of the bar is filled ?
Which scripting language can be used for client side programming in Visual Interdev ?
Which tab is not present in the Visual Interdev toolbox ?
With Visual Interdev, you can create stored procedures in which of the following databases ?
You have created a procedure named myproc that takes two arguments. Which of the following is the correct statement to call the procedure ?