0% found this document useful (0 votes)
72 views

Periodic Table Program (1) in C++

The document describes a program that allows students to easily view details about elements in the periodic table. The program displays all elements on one screen and users can select an element to view its atomic number, value, and location with just one click. This is an improvement over existing software which requires downloading or only shows elements one at a time. The program takes up little disk space and memory since it is written in C++. It allows users to easily get information on any element and quit the program with keyboard presses.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
72 views

Periodic Table Program (1) in C++

The document describes a program that allows students to easily view details about elements in the periodic table. The program displays all elements on one screen and users can select an element to view its atomic number, value, and location with just one click. This is an improvement over existing software which requires downloading or only shows elements one at a time. The program takes up little disk space and memory since it is written in C++. It allows users to easily get information on any element and quit the program with keyboard presses.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

PERIODIC TABLE

Objective:
This program will help students to get the details regarding each elements which are available
within the periodic table. It will enable the students to get the details of each element by just
one click. This program is easy to run and get details of each elements. Users have to just select
the particular element by moving arrows up and down and then press enter to get information
such as atomic number, their atomic value, their location in the periodic table. One thing which
users have to remember is setting the path of graphics driver which will be available under the
bgi directory. To set the graphics driver location, first check out your graphics path as per your
compiler which you are using and set its path. Once the program has been run, it will display
the home screen of CBSE EXAM PORTAL.

To start getting details wait for the next instruction generated by the command line. It will ask
you to enter or press any key as per your requirement. The next page which will take you to the
next screen will be as given below.
Existing System:
If you have to get information regarding any elements of periodic table then you have to use
either period table which is made of paper or if you are going to use any software then you
have to wait to download that particular software. Sometimes you get irritated, because the
downloaded software are not getting the exact information as per your requirement. In the
existing system, users do not get details of all elements which are available in the periodic table
till date. Under the existing system all elements are not available under the same screen and
you have to press next button or previous button to get details of your desired elements. All
elements are not easily visible clearly so you have to scroll down the screen to get the entire
information. There is no any simple way to quit the program and some program takes more
disk space just for getting few information on time.

Proposed System:
As this program in written in C++, so it will take a little amount of your disk space and memory
to load and execute the program. You do not have to download any software to get the details
of elements which are available under the periodic table. You have to just use the codes which
are given for this program and run over your computer. When you will press any key, you will
be taken to the main screen of period table section and its starting screen will be as:
You can click any key to go to the next section. Under the next screen, you will be provided with
all the elements list on the same screen and it will be displayed in same way which is displayed
over periodic table chart map.
To get details, you have to select particular element and press enter. Once you press enter you
will able to get all its details. Whenever you want to quit the program, you have to just press
ESC key from your keyboard and program will be terminated automatically.

You might also like