1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
tester [92]
3 years ago
7

Please answer Steps 1-6 Visual basics

Computers and Technology
1 answer:
Anastasy [175]3 years ago
5 0

Answer:

Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click

       Close()

   End Sub

   Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click

       Dim number As Integer

       number = 1

       Do While number < 5

           MessageBox.Show(number)

           number = number + 1

       Loop

   End Sub

Explanation:

Please check the answer section. The do while loop prints numbers 1 to 5, and till i less than 5. Exit button exits from program if clicked  We can rename button1 above as Display, and then it will appear as display.

You might be interested in
In this era of technology, everyone uses emails for mail and messages. Assume you have also used the
ipn [44]

Answer:

A class may be a structured diagram that describes the structure of the system.  

It consists of sophistication name, attributes, methods, and responsibilities.  

A mailbox and an email message have certain attributes like, compose, reply, draft, inbox, etc.

Software architecture affects:

Performance, Robustness, Distributability, Maintainability.  

Explanation:

See attachment for the Model object classes which may be utilized in the system implementation to represent a mailbox and an email message.

Advantages:

Large-scale reuse Software architecture is vital because it affects the performance, robustness, distributability, and maintainability of a system.

Individual components implement the functional system requirements, but the dominant influence on the non-functional system characteristics is that the system's architecture.

Three advantages of System architecture:

• Stakeholder communication: The architecture may be a high-level presentation of the system which will be used as attention for discussion by a variety of various stakeholders.

• System analysis: making the system architecture explicit at an early stage within the system development requires some analysis.

• Large-scale reuse:

An architectural model may be a compact, manageable description of how a system is organized and the way the components interoperate.

The system architecture is usually an equivalent for systems with similar requirements then can support large-scale software reuse..

7 0
3 years ago
Which of the following statements is true regarding how Wireshark works? a. Where packets are captured and how they are captured
I am Lyosha [343]

Answer:

b. By running the Wireshark software on the same computer that generates the packets, the capture is specific to that machine.

Explanation:

By running the Wireshark software on the same computer that generates the packets, the capture is specific to that machine. is true regarding how Wireshark works.

4 0
3 years ago
Fourth-generation languages are commonly used to access ____
Nesterboy [21]
Databases use fourth-generation languages in order to access its contents. These fourth-generation programming languages are widely used in database managing. It was designed to have a more specific use in contrast to the commonly used 3G languages at that time. 
6 0
3 years ago
What is the difference between a programming language and natural (every-day) language?
Harlamova29_29 [7]
Natural languages are used for communication between people
6 0
3 years ago
C
Paraphin [41]
The answer is Document Inspector
5 0
3 years ago
Other questions:
  • Create an array of strings. Let the user decide how big this array is, but it must have at least 1 element. Prompt them until th
    8·1 answer
  • If Number = 7, what will be displayed after code corresponding to the following pseudocode is run? (In the answer options, new l
    5·1 answer
  • A large corporation uses:<br>LAN<br>WAN<br>Wireless network<br>Ethernet connection​
    13·2 answers
  • In the Mouse Properties window, you can?
    8·1 answer
  • The intuitive interface designed by alan kay is called a ________.
    11·1 answer
  • after clicking the start button on your computer screen desktop what option would you then select to examine system components y
    15·1 answer
  • 3. Write a program that inputs 4 hexadecimal digits as strings (example 7F), converts the string digits to a long – use strtol(i
    11·1 answer
  • Which of these devices collects the most information on network activity?
    11·1 answer
  • Convert FA23DE base 16 to octal<br>​
    6·2 answers
  • Hey does anyone know how to fix a computer that goes on and off. It is a Asus chromebook and putting it into recovery mode didn'
    5·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!