Welcome to your VB Oracle-I DATE:February 12, 2026 Name of Student 1.Which of them is not an object oriented programming lanugage VB C++ Java None of Above None 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 None 3.VB is an event driven programming language. True False None 4.Integer data type require _________________ number of bytes 4 2 8 10 None 5.Double data type require _________________ number of bytes. 4 2 8 10 None 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 None 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 None 8.For maximizing the form at run time we can set the ________________ property. Maximize Windowstate Restore Windowstatemaximize None 9.Automatic Selection of check box we can set the value property as True False Checked Unchecked None 10.Automatic Selection of radio button we can set the value property as True False Checked Unchecked None 11.Automatic Selection ofcheck box button we can set the value property as True False Checked Unchecked None 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 None 13.Combo Box list property has the index number of the currently selected item True False None 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) None 15.List properpty contain the _________________ Index of selected item Text of selected item Both Above None of Above None 16.List Box is Editiable True False None 17.Combo Box is Editable True False None 18.Timer control has the ____________ event Timer Time Tick Ticker None 19.Interval is property in _________________ unit. milli second milli minute second minute None 20.To Fit the picture in image we can use the ______________- property Stretch Picture Both Above None of Above None 21.To create a menu we can use ___________________ menu option Tools --> Menu Editor Project --> Menu Editor Edit menu --> Menu Editor View --> Menu Editor None 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 None 23.Show method is use to load the form in screen True False None 24.When we use Show method there is no need to use load method True False None 25.If we can use unload method the from will hide from the screen as well as remove from memory True False None
Add a Comment