Welcome to your VB Oracle-I DATE:October 10, 2024 Name of Student 1.Which of them is not an object oriented programming lanugage VB C++ Java None of Above 2.Without responding to the current form we cannot switch to another form is true for Model Style Modeless Style Both Above None of Above 3.VB is an event driven programming language. True False 4.Integer data type require _________________ number of bytes 4 2 8 10 5.Double data type require _________________ number of bytes. 4 2 8 10 6.Varient datatype require __________________ number of byte for String 10 bytes plus 1 bytes for each character 16 bytes plus 1 byte for each character. 10 bytes 16 bytes 7.Text Box can store single line data if we want to store multiple line input then we can set the ___________ property. Multi Line Max Line Multiple Line Maximum Line 8.For maximizing the form at run time we can set the ________________ property. Maximize Windowstate Restore Windowstatemaximize 9.Automatic Selection of check box we can set the value property as True False Checked Unchecked 10.Automatic Selection of radio button we can set the value property as True False Checked Unchecked 11.Automatic Selection ofcheck box button we can set the value property as True False Checked Unchecked 12.To Apply the the background color of the button we can set the ______________ property. Style Color Either Style or Color Neither Style nor Color 13.Combo Box list property has the index number of the currently selected item True False 14.to select item from the list as we want ________________-- commond is use combobox1.List(comboBox1.ListIndex) combobox1.ListIndex(comboBox1.ListIndex) combobox1.ListIndex(comboBox1.List) combobox1.List(comboBox1.List) 15.List properpty contain the _________________ Index of selected item Text of selected item Both Above None of Above 16.List Box is Editiable True False 17.Combo Box is Editable True False 18.Timer control has the ____________ event Timer Time Tick Ticker 19.Interval is property in _________________ unit. milli second milli minute second minute 20.To Fit the picture in image we can use the ______________- property Stretch Picture Both Above None of Above 21.To create a menu we can use ___________________ menu option Tools --> Menu Editor Project --> Menu Editor Edit menu --> Menu Editor View --> Menu Editor 22.To add a new form in your project which of them is not a correct ways Project Menu --> Add form --> Stanadard EXE Tools Menu --> Add form --> Stanadard EXE Right Click in Project Explorer --> Add form --> Stanadard EXE Both A & C 23.Show method is use to load the form in screen True False 24.When we use Show method there is no need to use load method True False 25.If we can use unload method the from will hide from the screen as well as remove from memory True False
Add a Comment