Answered step by step
Verified Expert Solution
Question
1 Approved Answer
VISUAL PROGRAMMING pls answer all questions thanks PART A (30 MARKS) Answer TRUE(T) or FALSE(F) for the following questions 1. Event driven program communicates with
VISUAL PROGRAMMING
pls answer all questions thanks
PART A (30 MARKS) Answer TRUE(T) or FALSE(F) for the following questions 1. Event driven program communicates with user through a graphical user interface 2. Solution Explorer Window is not only display solution for application but also allow user to set value for attributes of Label,Text Box and many controls 3. The statement Me.Text="Coffee Bean" has been executed during Form Load Event and it will display "Coffee Bean" on the form 4. My Name is a valid variable name in Visual Basic 2017 5. When you declare a variable or a named constant, Visual Basic reserves an area of memory and assigns it a name called identifier 6. Dim variableName As DataType is the right way to declare a variable in Visual Basic 2017 7. Using the order of precedence and the formula below the value of answerinteger is 61 number Oneinteger-2, number Twolnteger=12. number Threelnteger=20, numberFourinteger=6 answerinteger number Oneinteger * (numberTwolnteger + number Threeinfeger) - numberFourinteger / numberOneInteger 8. Case 1 To 3 in Select Case statement is equivalent with num>=1 And Pum=3 in Else statement 9. Given the following statement If radSave. Checked Then MsgBox("Successfully Saved") Else MsgBox("Operation failed") End If It will display "Operation failed" if user do not check the radio button SaveStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started