Question

QUESTION 41 What is the value for index 4? Dim strArray = New String(){Nice,Deal,C++,World,CC,Meal} Nice Meal е Q
QUESTION 44 What symbol is used to create a comment? O11 QUESTION 45 What is the name of the property used to hide a componen
QUESTION 47 What is an alternative name for an array index sunset subset subroot subscript QUESTION 48 What will be the outpu

please answer all of them as they are multiple choice. i will give thumbs up sir
0 0
Add a comment Improve this question Transcribed image text
Answer #1

41. Dim strArray = New String(){"Nice","Deal","C++","World","QCC","Meal"}

Here the index starts from 0, so value for index 4 = QCC

Answer : QCC

42. Output of the following code

Dim index As integer
For index = 1 To 10 Step 2
Console.WriteLine("index" &index)
Next

The value of Step is 2,so for each iteration value of index will be incremented by 2.

Answer: 1,3,5,7,9

43. To resize an array ReDim keyword is used

Answer : ReDim

44. The symbol used to create comment is ' in visual basic

Any words following the symbol ' will be ignored by the compiler

Answer : '

45. Name of the property used to hide a component is Visible.

If a component is to be made visible, Visible property should be set to True and False otherwise.

Answer: Visible

46. Prefix used when nameing a TextBox component is txt

Answer : txt

47. Alternative name for an array index is subscript

Answer : subscript

48. The output of the given code snippet

Dim employees = New String(){"Bill","Mathew","Lewis","Robert","Chris","Jeff","Mike","Ryan"}
For subscript = 1 To 10 Step 2
Console.WriteLine("Name :" &employees (subscript))
Next

Array Index starts from 0. Here the subscript is from 1 and the step value is 2, so the output will be Mathew, Robert, Jeff, Ryan

Answer: Mathew, Robert, Jeff, Ryan

49. Explicitly declaring an integer array variable of size 10 is

Dim myIntergerArray(10) As Integer

Answer : Dim myIntergerArray(10) As Integer

50. End user interacts with applications using keyboard, Screen and Mouse

Answer : All of the above

Add a comment
Know the answer?
Add Answer to:
please answer all of them as they are multiple choice. i will give thumbs up sir...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • PLEASE ANSWER ALL OF THEM, I REALLY APPRECIATE IT PLEASE IGNORE THE SELECTED ANSWERS Question 9...

    PLEASE ANSWER ALL OF THEM, I REALLY APPRECIATE IT PLEASE IGNORE THE SELECTED ANSWERS Question 9 3 pts Which best describes the meaning of a 1 (true) being output? Assume v is a large array of ints. int i; bool si for (i = 0; i < N_SIZE; Hi) { if (v[i] < 0) { S-true; else S = false; } cout << si O first value is negative all values are negative some value other than the last is...

  • Please answer all five multiple choice questions, i will give a thumbs up! 2014 BIOLOGY 21....

    Please answer all five multiple choice questions, i will give a thumbs up! 2014 BIOLOGY 21. What is one advantage of budding as a form of reproduction in animals? a) It allows the species to survive long periods of unsuitable environmental conditions. b) It increases genetic variability in the species. c) It allows rapid colonisation of a favourable environment. d) It allows the species to get rid of harmful mutations. 22. In animals where females bear the greater burden of...

  • Please answer the whole question, I need them all I will give thumbs up This is...

    Please answer the whole question, I need them all I will give thumbs up This is should be the TAMPALMS.txt (1.292 KB) Property   Market_Val   Sale_Price 1   181.44   382.0 2   191.00   230.0 3   159.83   220.0 4   189.22   277.0 5   151.61   205.0 6   166.40   250.0 7   157.09   235.0 8   211.74   284.0 9   146.45   247.7 10   131.80   159.0 11   131.05   200.0 12   191.98   285.0 13   138.85   170.0 14   147.95   215.0 15   121.98   149.0 16   113.08   165.0 17   138.02   205.0 18   162.65   262.5 19  ...

  • Please answer all. I will give a thumbs up Chapter 1 Vocabulary Name: Fill in the...

    Please answer all. I will give a thumbs up Chapter 1 Vocabulary Name: Fill in the blank below with the vocabulary term from the table which is being illustrated or defined. c. Capital goods e Scarcity a. Consumer goods b. Budget line 9. Positive economics h. Production Possibilities Curve i Direct relationship j. Inverse relationship d. Normative economics f. Opportunity cost 1. () ABC Electronics produces DVD players, TVs, stereos and receivers. 2. ( Shows what you can buy with...

  • Please answer all. I will give a thumbs up! Chapter 1 Vocabulary Name: Fill in the...

    Please answer all. I will give a thumbs up! Chapter 1 Vocabulary Name: Fill in the blank below with the vocabulary term from the table which is being illustrated or defined. c. Capital goods e Scarcity a. Consumer goods b. Budget line 9. Positive economics h. Production Possibilities Curve i Direct relationship j. Inverse relationship d. Normative economics f. Opportunity cost 1. () ABC Electronics produces DVD players, TVs, stereos and receivers. 2. ( Shows what you can buy with...

  • please answer all pre-lab questions 1 through 5. THANK YOU!!! this is the manual to give...

    please answer all pre-lab questions 1 through 5. THANK YOU!!! this is the manual to give you some background. the pre-lab questions.. the pre-lab sheet. Lab Manual Lab 10: String Waves & Resonance Before the lab, read the theory in Sections 1-3 and answer questions on Pre-lab Submit your Pre-lab at the beginning of the lab. During the lab, read Section 4 and follow the procedure to do the experiment. You will record data sets, perform analyses, answer questions, and...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT