Please do it Visual basic window form application Obtain from the Internet a copy of the Periodic Table of the Elements
Posted: Sun May 22, 2022 5:21 pm
Please do it Visual basic window form
application
Obtain from the Internet a copy of the Periodic Table of
the Elements that is color coded by the Group (column) element
classification. Those classifications are: Alkali Metals,
Alkaline Earth Metals, Transition Metals, Chalcogen Elements,
Halogen Elements, and Noble Gases. In your program design,
create one or more additional Forms for data output, each of which
has a multiline Textbox with the corresponding distinct background
color of one of the above Group classifications used on the
Periodic Table. You may modify the background color to better
distinguish it, however use black type for the data output, and
make sure the contrast with the chosen background color is
sufficient for the type to be legible. In your first Form,
enter via the keyboard and read the 1- or 2- character atomic
symbol abbreviation. Use a multi-value array to store the 1-
or 2- character atomic symbol abbreviation of each element in the
Periodic Table. Use another multi-value array to store the
corresponding atomic number for each element in the Table.
Devise a method to determine the customized additional Form to
display based on the Group classification of the entered
element. Devise a method to determine and display the
Standard State (solid, liquid, gas) of the entered element.
Then load the appropriate data and display (additional Form): the
Group classification, all the atomic symbol abbreviations and their
atomic numbers for the elements in the same Group as the entered
element, plus the entered element’s Standard State.
Demonstrate your working program for the Instructor. Include
a commented listing for each Form with your signed-off lab
sheet.
application
Obtain from the Internet a copy of the Periodic Table of
the Elements that is color coded by the Group (column) element
classification. Those classifications are: Alkali Metals,
Alkaline Earth Metals, Transition Metals, Chalcogen Elements,
Halogen Elements, and Noble Gases. In your program design,
create one or more additional Forms for data output, each of which
has a multiline Textbox with the corresponding distinct background
color of one of the above Group classifications used on the
Periodic Table. You may modify the background color to better
distinguish it, however use black type for the data output, and
make sure the contrast with the chosen background color is
sufficient for the type to be legible. In your first Form,
enter via the keyboard and read the 1- or 2- character atomic
symbol abbreviation. Use a multi-value array to store the 1-
or 2- character atomic symbol abbreviation of each element in the
Periodic Table. Use another multi-value array to store the
corresponding atomic number for each element in the Table.
Devise a method to determine the customized additional Form to
display based on the Group classification of the entered
element. Devise a method to determine and display the
Standard State (solid, liquid, gas) of the entered element.
Then load the appropriate data and display (additional Form): the
Group classification, all the atomic symbol abbreviations and their
atomic numbers for the elements in the same Group as the entered
element, plus the entered element’s Standard State.
Demonstrate your working program for the Instructor. Include
a commented listing for each Form with your signed-off lab
sheet.