Page 205 - CodePilot V5.0 C8
P. 205

21 st   #Information Literacy
                                                                                         Century   #Technology Literacy
                 3.   Design and develop an HTML web page on the topic Hacking            Skills
                    Awareness. The web page should include a heading, a short description and an embedded
                    external web page using the <IFRAME> tag. Create a feedback form that collects details
                    such as name, email, opinion (using radio buttons), types of hacking known (using
                    checkboxes), country selection (using a drop-down list) and suggestions (using a textarea).
                    Use CSS for styling and JavaScript to validate the form fields.



























                       The JavaScript should display a message using the alert() function if the user submits the

                     form without filling and a personalised confirmation message once the data is successfully
                     submitted.
                                                                                          21 st   #Critical Thinking
                                                                                         Century   #Technology Literacy
                 4.   Consider the following EMPLOYEE table:                             Skills


                                                         Table: EMPLOYEE

                          Emp_ID             Name           Department            Salary              Age

                            E101        Rajesh             HR                     35000                40
                            E102        Simran             Sales                  45000                38
                            E103        Aarav              IT                     60000                28

                            E104        Neha               HR                     37000                33
                            E105        Manoj              Finance                52000                45


                     Now, write SQL commands for the following:
                         Create the given table under the Organisation database.

                         Add a new employee “Pooja” in the IT department, salary 48000, age 29, Emp_ID E106.




                                                                                                                  203
                                                                                                   Project Practice
   200   201   202   203   204   205   206   207   208   209   210