0% found this document useful (0 votes)
88 views1 page

MCA Windows Programming Test Questions

The document is a 5 question, multiple choice class test on Windows programming with VB. It covers topics like determining the length of a string in VB, validating user input with text boxes, properties of arrays and lists, and MDI applications. The test has 5 questions with 4 multiple choice answers each, is worth 5 full marks, and has a duration of 10 minutes.

Uploaded by

Rajib Mandal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
88 views1 page

MCA Windows Programming Test Questions

The document is a 5 question, multiple choice class test on Windows programming with VB. It covers topics like determining the length of a string in VB, validating user input with text boxes, properties of arrays and lists, and MDI applications. The test has 5 questions with 4 multiple choice answers each, is worth 5 full marks, and has a duration of 10 minutes.

Uploaded by

Rajib Mandal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

MEGHNAD SAHA INSTITUTE OF TECHNOLOGY

Department of CA
Class Test: CA4

Stream: MCA Semester: 5th Full Marks: 5 Duration:10 mins

Sub. Name: Windows Programming with VB Code: MCAE502B

1. To find out the length of a string S, ______________ is used in VB.


a) S.length
b) S.length( )
c) strlen(S)
d) len(S)

2. To prevent user to enter character other than 0 to 9 in a text box the code should be
written in ______________ event.

a) LostFocus
b) GotFocus
c) Change
d) Keypress

3. Attempting to use Redim on a fixed-sized array is


a) a syntax error b) permitted without preserve
c) permitted with preserve
d) permitted only for upper value of the index

4. The property returning the number of items in the List control is


a) ListIndex b) ListCount c) Text
d) MultiSelect

5. Which of the following is not an MDI Application?


a) Microsoft Word b) Microsoft Excel c) Microsoft Power Point
d) Notepad

You might also like