Class 10 Exam  >  Class 10 Notes  >  Information & Computer Technology (Class 10) - Notes & Video  >  NCERT Solutions - Forms, Information & Computer Technology Class 10

Forms, Information & Computer Technology Class 10 NCERT Solutions | Information & Computer Technology (Class 10) - Notes & Video PDF Download

Q1. Why forms are used in web pages?
Answer
HTML forms are used to pass data to a server. A form can be inserted in HTML documents using the HTML form element which acts as a container for all the input elements. All the information collected by a form can be submitted to a processing agent (a file containing a script made to process this information) that’s usually specified in the “action” attribute of the Form tag.


Q2. Explain all the attributes of Form tag.
Answer

1. Method: The method attribute specifies how to send form-data (the form-data is sent to the page 

specified in the action attribute). The form-data can be sent as URL variables (with 

method=”get”) or as HTTP post transaction (with method=”post”).

2. Action: The Action attribute subit collected information to a processing agent (a file containing a script made to process this information).


Q3. Differentiate between Get & Post methods of Form tag.
Answer

1. Get: It appends form-data into the URL in name/value pairs. The length of a URL is limited to about 3000 characters. Useful for form submissions where a user want to bookmark the result. It is better for non-secure data, like query strings in Google
2. Post: It appends form-data inside the body of the HTTP request (data is not shown is in
URL). It has no size limitations. Form submissions with POST cannot be bookmarked.


Q4. How text field and text area controls are different from each other?
Answer

Text Field accepts value in one line while Text area displays several text lines at a time and used for to prepare the body of the email or use it to take comment from the user.

Q5. Explain the use of Radio buttons in HTML forms with the help of an suitable example.
Answer
Radio buttons allow user to select one of the two from Lighting type i.e. either TubeLight or Bulb. Similarly, the user can select any one of the three from Lighting Size i.e. Long, Medium and Short. This is achieved by naming all options of a set the same. Here all light type has the name Ltype while all light size is name LSize. This is where the id attribute comes handy, especially if the value has to be used later on.

Q6. Mention all the attributes of Check box. Justify how it is different from Radio button.
Answer
Attributes of Checkboxes:
1. Name: It adds an internal name to the field so the program that handles the form can identify the fields.
2. Value: It defines what will be submitted if checked.
3. Align: It defines how the text field will be aligned on the form. Valid entries are: TOP, MIDDLE, BOTTOM, RIGHT, LEFT, TEXTTOP, BASELINE, ABSMIDDLE, ABSBOTTOM.
4. Tabindex: It defines in which order the different fields should be activated when the visitor clicks the tab key.

Q7. State the purpose of Submit and Reset button.
Answer

Submit buttons: When activated, a submit button submits a form. A form may contain more than one submit button.
Reset buttons: When activated, a reset button resets all controls to their initial values.

Q8. Which attributes are necessary to insert drop down list in a HTML page?
Answer
The attributes which are necessary to insert drop down list in a HTML page are:
1. Name: It adds an internal name to the field so the program that handles the form can identify the fields.
2. Size: It defines the number of items to be visible when user clicks on the drop down box.
3. Multiple: It allows for multiple selections.
4. Value: It defines what will be submitted to the computer when an item is selected.

Q9. Sometimes it is better to use the text area element instead of an input element of type text. Write a short note to explain when and why?
Answer
It is better to use the text area element instead of an input element of type text because textarea shows the content written wheras text field show only a part. Text Area shows several text lines which can easily show your whole content. You also have full control over textarea using wrap attribute while in text field it have single line. When you type more words then other words hide.

The document Forms, Information & Computer Technology Class 10 NCERT Solutions | Information & Computer Technology (Class 10) - Notes & Video is a part of the Class 10 Course Information & Computer Technology (Class 10) - Notes & Video.
All you need of Class 10 at this link: Class 10
6 videos|20 docs|6 tests

Top Courses for Class 10

FAQs on Forms, Information & Computer Technology Class 10 NCERT Solutions - Information & Computer Technology (Class 10) - Notes & Video

1. What are the different types of forms used in Information & Computer Technology?
Ans. In Information & Computer Technology, there are various types of forms used, including input forms, output forms, query forms, navigation forms, and dialog forms. Input forms are used to gather data from users, output forms display results or reports, query forms allow users to search for specific information, navigation forms provide easy access to different parts of a database, and dialog forms facilitate communication between the user and the system.
2. How can I create a form in Information & Computer Technology?
Ans. To create a form in Information & Computer Technology, you can use software tools like Microsoft Access, which provides a user-friendly interface for designing and customizing forms. In Access, you can choose from pre-designed form templates or create a form from scratch. Simply select the fields you want to include in the form, arrange them as desired, and add any additional design elements or functionality. Once you're satisfied with the form design, you can save it and use it to input or display data.
3. What is the purpose of using forms in Information & Computer Technology?
Ans. Forms are used in Information & Computer Technology to simplify data entry and retrieval processes. They provide a structured and user-friendly interface for users to input data into a database or view and edit existing data. Forms help in maintaining data integrity by enforcing data validation rules, such as required fields or data formats. They also allow for better organization and presentation of information, making it easier for users to navigate and interact with a database system.
4. Can forms be used for data analysis in Information & Computer Technology?
Ans. While forms primarily serve as a means for data input and display, they can also be used for basic data analysis in Information & Computer Technology. For example, forms can include calculated fields or formulas that perform simple calculations or aggregations on data. This can help users quickly analyze and understand the data they are working with. However, for more advanced data analysis tasks, specialized tools like spreadsheets or business intelligence software are typically used.
5. How can forms improve user experience in Information & Computer Technology?
Ans. Forms play a crucial role in improving user experience in Information & Computer Technology. They provide a structured and intuitive interface for users to interact with a database, reducing the complexity and effort required for data entry and retrieval. Forms can include features like drop-down menus, checkboxes, and buttons that simplify and streamline user actions. By designing user-friendly forms, developers can enhance user satisfaction, minimize errors, and increase overall usability of the system.
6 videos|20 docs|6 tests
Download as PDF
Explore Courses for Class 10 exam

Top Courses for Class 10

Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev
Related Searches

practice quizzes

,

Important questions

,

study material

,

Information & Computer Technology Class 10 NCERT Solutions | Information & Computer Technology (Class 10) - Notes & Video

,

Forms

,

MCQs

,

mock tests for examination

,

shortcuts and tricks

,

Summary

,

Previous Year Questions with Solutions

,

Information & Computer Technology Class 10 NCERT Solutions | Information & Computer Technology (Class 10) - Notes & Video

,

Exam

,

video lectures

,

Forms

,

Free

,

past year papers

,

Forms

,

Information & Computer Technology Class 10 NCERT Solutions | Information & Computer Technology (Class 10) - Notes & Video

,

Semester Notes

,

pdf

,

Sample Paper

,

Viva Questions

,

Extra Questions

,

ppt

,

Objective type Questions

;