Visual basic, c# assignment | Computer Science homework help

 

Answer all questions and discussions.

 

1.

 

Describe what is an array? Provide examples and uses of arrays in VB & C# languages.

 

 

 

2.

 

Explain how will you to derive New Classes from Base Classes?

 

 

 

Provide examples and uses in VB & C# languages.

 

 

 

3.

 

Explain local and class scope. Provide examples and uses in VB & C# languages.

 

 

 

4.

 

Describe classes, including constructors, methods, data, value, and reference types.

 

 

 

Provide examples and uses in VB & C# languages.

 

 

 

5.

 

What is the result of the following code?

 

 

 

1 Dim y As Integer

 

2 Dim x As Integer

 

3 Dim mysteryValue As Integer

 

4

 

5 x = 1

 

6 mysteryValue = 0

 

7

 

8Do

 

9 y = x ^ 2

 

10 displayListBox.Items.Add(y)

 

11 mysteryValue += 1

 

12 x += 1

 

13 Loop While x <= 10

 

14

 

15 resultLabel.Text = mysteryValue

 

 

 

6.

 

Find the error(s) in the following code. This is the definition for a Click event handler for a Button. This event handler should draw a rectangle on a PictureBox control.

 

 

 

1 Private Sub drawImageButton_Click(sender As System.Object,

 

2 e As System.EventArgs) Handles drawImageButton.Click

 

3

 

4 ‘ create an orange colored brush

 

5 Dim brush As New SolidBrush(Orange)

 

6

 

7‘ create a Graphics object to draw on the PictureBox

 

8 Dim graphicsObject As Graphics = mainPicture.AcquireGraphics()

 

9

 

10 ‘ draw a filled rectangle

 

11 graphicsObject.FillRectangle(brush, 2, 3, 40, 30)

 

12 End Sub ‘ drawImageButton_Click

 

 

 

 

 

7.

 

List and describe with examples the design principles of Graphical User Interfaces (GUIs).

 

 

 

8.

 

Compare and Contrast the concepts of Inheritance and polymorphism in Visual Basic and C#. 

 

Your response should be detailed along with code examples from both language. 

 

 

 

9.

 

The most difficult part in learning computer programming is problem solving. Look back at your learned knowledge and problem solving/programming experiences in this class. Now describe your thought processes while engaged in problem solving and computer programming using C#. Provide detailed examples.

 

 

 

10.

 

Describe a 2- dimensional array. Provide examples and uses of arrays in VB & C# languages.

 

 

 

11.

 

List and describe at least two kinds of control statements? Provide examples and uses in VB & C# languages.

 

 

 

12.

 

List and describe real-life applications you can imagine/develop for your personal needs, at your work or any other practical use. Provide examples and uses in VB & C# languages.

 

 

 

13.

 

Describe in details with plenty of examples on what you have learned while using Visual Basic & Visual C# 2012 Debugger. Provide examples and uses in VB & C# languages.

 

 

 

14.

 

Describe in details with several examples about Graphical User Interfaces and their uses in real-life situations. Provide examples and uses in VB & C# languages.

 

Place your order
(550 words)

Approximate price: $22

Calculate the price of your order

550 words
We'll send you the first draft for approval by September 11, 2018 at 10:52 AM
Total price:
$26
The price is based on these factors:
Academic level
Number of pages
Urgency
Basic features
  • Free title page and bibliography
  • Unlimited revisions
  • Plagiarism-free guarantee
  • Money-back guarantee
  • 24/7 support
On-demand options
  • Writer’s samples
  • Part-by-part delivery
  • Overnight delivery
  • Copies of used sources
  • Expert Proofreading
Paper format
  • 275 words per page
  • 12 pt Arial/Times New Roman
  • Double line spacing
  • Any citation style (APA, MLA, Chicago/Turabian, Harvard)

Our guarantees

Delivering a high-quality product at a reasonable price is not enough anymore.
That’s why we have developed 5 beneficial guarantees that will make your experience with our service enjoyable, easy, and safe.

Money-back guarantee

You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.

Read more

Zero-plagiarism guarantee

Each paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.

Read more

Free-revision policy

Thanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.

Read more

Privacy policy

Your email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.

Read more

Fair-cooperation guarantee

By sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.

Read more