Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Dont explain just write the answers A. Single choice (please write your answer for each question. Total 30 points for 15 questions, 2 points per

Dont explain just write the answers image text in transcribed
image text in transcribed
A. Single choice (please write your answer for each question. Total 30 points for 15 questions, 2 points per question). 1. Which of the following descriptions is not correct? A. The Menu bar of the IDE displays the menus of commands you use to work with Visual Basic. B. The Toolbar holds a collection of properties of controls. C. The Properties window is used to change how objects look and react D. The Solution Explorer window displays the files associated with the program and provides access to the commands that pertain to them. How to add the string 2. "hello world" in a listbox named by lbx? A lbx.text." hello world" B. Ibx.items" hello world") C. Ibxitems.add heillo world") D. none of above How many items can be selected in a group of radio buttons at a time? 3. A. Zero B. One C. Two D. More than one 4. Which of the following statements is to change the forecolour of textbox1 to red? A. textbox 1-color=red B. textbox1.color-color.red C textbox1 forecolor color.red D. textbox1.forecolor red The output of "hello" & "16" is- A. hello16 B. hello 16 C. hello&16 D. error 5. 6. A variable name cannot contain A. letters B. digits C. symbols like D. underscores Which of the following arithmetic operations has the highest priority? A. 7. 8. What is the result of FormatPercent(0.185, 2)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Relational Database Design A Practical Approach

Authors: Marilyn Campbell

1st Edition

1587193175, 978-1587193170

More Books

Students also viewed these Databases questions

Question

9. Understand the phenomenon of code switching and interlanguage.

Answered: 1 week ago