MCQ 1011 MarkWhat does an action attribute of form take as a value?AForm name✓File nameCHTTP methodDField nameAnswerCorrect option: B. File nameFile nameView full question & answer→
MCQ 1021 MarkWhich of the following attributes of form tag takes a filename as value?✓ ActionB valueC NameD MethodAnswerCorrect option: A. ActionActionView full question & answer→
MCQ 1031 MarkWhat is the use of action attribute?ATo specify the HTTP method to be used when sending dataBTo collect different kinds of inputs from the user. .✓To specify where to send the form data when the form is submitted.DNone of theseAnswerCorrect option: C. To specify where to send the form data when the form is submitted.To specify where to send the form data when the form is submitted.View full question & answer→
MCQ 1041 MarkWhich of the following attributes are used by form element?AGet and PostBRows and cols✓Action and methodDValue and typeAnswerCorrect option: C. Action and methodAction and methodView full question & answer→
MCQ 1051 MarkWhich of the following acts as a container for all the elements used in the form?✓ Form elementB Input elementC Name elementD Value elementAnswerCorrect option: A. Form elementForm elementView full question & answer→
MCQ 1061 MarkForm elements used to create an HTML form are divided in the followings category?A Text areaB Select and option✓ All of theseD Form and InputAnswerCorrect option: C. All of theseAll of theseView full question & answer→
MCQ 1071 MarkForm elements used to create an HTML form are divided in following number of categories.✓ FourB FiveC TwoD ThreeAnswerCorrect option: A. FourFourView full question & answer→
MCQ 1081 MarkWhat is the use of Form elements?A To enter the dataB To validate the data within the form✓ a and b bothD None of theseAnswerCorrect option: C. a and b botha and b bothView full question & answer→
MCQ 1091 MarkWhich of the following elements can HTML form contain?✓ All of TheseB Submit button, Reset ButtonC Text areaD Label, Checkbox, Radio ButtonAnswerCorrect option: A. All of TheseAll of TheseView full question & answer→
MCQ 1101 MarkForm is used for the following one only.✓ To collect different kinds of inputs from user.B To collect different kinds of inputs from server.C To display user’s details.D None of these.AnswerCorrect option: A. To collect different kinds of inputs from user.To collect different kinds of inputs from user.View full question & answer→
MCQ 1111 MarkWhich of the following is a kind of container?ATableBFrame✓FormDListAnswerCorrect option: C. FormFormView full question & answer→
MCQ 1121 MarkWhen do you need to enter your personal details in a form?A At the time of opening a maiB For registration on a website✓ l a and b bothD None of theseAnswerCorrect option: C. l a and b bothl a and b bothView full question & answer→
MCQ 1131 MarkWhich of the following is allowed form from for data entry?AControlBInteractivityCNone of these✓a And b BothAnswerCorrect option: D. a And b Botha And b BothView full question & answer→
MCQ 1141 MarkWhich of the following are used to help the visitors of the website to enter data?A CSSB Frame✓ HTML FormD PictureAnswerCorrect option: C. HTML FormHTML FormView full question & answer→
MCQ 1151 MarkWhich of the following we use to fill information about ourselves or a product?A Form✓ Web browserC TableD Web pageAnswerCorrect option: B. Web browserWeb browserView full question & answer→
MCQ 1161 MarkWith increase in which of the following many activities have become on line?A Open source✓ Internet.C MultimediaD AnimationAnswerCorrect option: B. Internet.Internet.View full question & answer→
MCQ 1171 MarkWhich of the following stands for “WYSIWYG”?AWhen You See Is When You GetBWhat You See Is When You Get✓What You See Is What You GetDWhen You See Is What You GetAnswerCorrect option: C. What You See Is What You GetWhat You See Is What You GetView full question & answer→
MCQ 1181 MarkWhich of the following is a free open source web development IDE?✓ KompoZerB SciteC BaseD HTMLAnswerCorrect option: A. KompoZerKompoZerView full question & answer→
MCQ 1191 MarkWhich of the following element is used to create a drop down list or menu in a form ?AFormBSelect✓TextareaDInputAnswerCorrect option: C. TextareaTextareaView full question & answer→
MCQ 1201 MarkWhich of the following element allows multi-line text input?AInput✓TextareaCSelect and OptionDFormAnswerCorrect option: B. TextareaTextareaView full question & answer→
MCQ 1211 MarkWhich of the following attribute of the Input element specifies the field that is to be created in the form?A Input✓ TypeC NameD ValueAnswerCorrect option: B. TypeTypeView full question & answer→
MCQ 1221 MarkWhich of the following method sends the data as a block through the HTTP transaction?✓ POSTB PUTC SETD GETAnswerCorrect option: A. POSTPOSTView full question & answer→
MCQ 1231 MarkWhich of the following method allows only a limited amount of information to be sent at a time?ASETBPOST✓GETDPUTAnswerCorrect option: C. GETGETView full question & answer→
MCQ 1241 MarkWhich of the following values are used by method attribute?AGET and SET✓GET and POSTCGET and PUTDSET and POSTAnswerCorrect option: B. GET and POSTGET and POSTView full question & answer→
MCQ 1251 MarkWhich of the following attribute of form specifies the HTTP method to be used when sending the data?A submitB action✓ methodD inputAnswerCorrect option: C. methodmethodView full question & answer→
MCQ 1261 MarkWhich of the following attribute of form is used to specify where to send the form data when the form is submitted?A method✓ actionC submitD inputAnswerCorrect option: B. actionactionView full question & answer→
MCQ 1271 MarkWhich of the following elements is used to create an HTML form?A Textarea✓ FormC Select and OptionD InputAnswerCorrect option: B. FormFormView full question & answer→
MCQ 1281 MarkWhich of the following is a container used to collect different kinds of inputs from the user ?✓ FormB WebpageC TextD InputAnswerCorrect option: A. FormFormView full question & answer→
MCQ 1291 MarkWhich value of method attribute sends information in the form of request ?Aget ✓post Caction DorAnswerCorrect option: B. post (B) postView full question & answer→
MCQ 1301 MarkWhich of the following specifies the use of method attribute ?ASpecifies the address where the information has to be sent after submitting the form.✓Specifies the HTTP method.Cboth (A) and (B)DNone of theseAnswerCorrect option: B. Specifies the HTTP method.(B) Specifies the HTTP method.View full question & answer→
MCQ 1311 MarkWhich of the following term provides facility of sending information in form of blocks using HTTP transaction ?Aget Baction ✓post DAny of theseAnswerCorrect option: C. post (C) postView full question & answer→
MCQ 1321 MarkWhich value of method attribute sends information in form of blocks using HTTP transaction ?✓post Bget Caction DAll of theseAnswerCorrect option: A. post (A) postView full question & answer→
MCQ 1331 MarkWhich of the following shows the use of action attribute ?✓To specify the address where the information has to be sent when form is submittedBTo specify the specifications of HTTP ?CBoth andDNone of theseAnswerCorrect option: A. To specify the address where the information has to be sent when form is submitted(A) To specify the address where the information has to be sent when form is submittedView full question & answer→
MCQ 1341 MarkWhat is full form of URL ?AUniform Redefine Locator BUniform Rearrange Locator CUniform Reform Locator ✓Uniform Resource LocatorAnswerCorrect option: D. Uniform Resource Locator(D) Uniform Resource LocatorView full question & answer→
MCQ 1351 MarkWhich value of method attributes adds the retrieved data from the form to the end of URL and sends to the server ?Apost ✓get Caction DAll of theseAnswerCorrect option: B. get (B) getView full question & answer→
MCQ 1361 MarkWhich is the default value of method attribute of form element ?✓get Bpost Caction DorAnswerCorrect option: A. get (A) getView full question & answer→
MCQ 1371 MarkWhich values can method attribute of form element take ?Ahtml, http ✓get, post Caction, method DAny of theseAnswerCorrect option: B. get, post (B) get, postView full question & answer→
MCQ 1381 MarkHow many values can method attribute of form element take ?✓Two BThree CFour DFiveAnswerCorrect option: A. Two (A) TwoView full question & answer→
MCQ 1391 MarkWhich attribute decides how to submit the information of form on specified address ?✓method Baction Cboth (A) and (B)DNone of theseAnswerCorrect option: A. method (A) methodView full question & answer→
MCQ 1401 MarkWhat is the use of various element of form ?AEnter the data BValidate the data ✓both (A) and (B)DNone of theseAnswerCorrect option: C. both (A) and (B)(C) Both (A) and (B)View full question & answer→
MCQ 1411 MarkUsing which of the following a form can be designed easily ?✓HTML BWordPad CXMLDForm LinerAnswerCorrect option: A. HTML (A) HTMLView full question & answer→
MCQ 1421 MarkWhat is the full form HTML ?AHyper Text Manage Language✓Hyper Text Markup LanguageCHyper Text Marker LanguageDHyper Text Marking LanguageAnswerCorrect option: B. Hyper Text Markup Language(B) Hyper Text Markup LanguageView full question & answer→
MCQ 1431 MarkHow many parts are elements of form divided into ?ATwo BThree ✓Four DFiveAnswerCorrect option: C. Four (C) FourView full question & answer→
MCQ 1441 MarkWhich form the given below are the elements of form ?AForm, InputBText area CSelect and Option ✓All of theseAnswerCorrect option: D. All of these(D) All of theseView full question & answer→
MCQ 1451 MarkWhich container is used to collect different kinds of inputs from the user ?ATable ✓Form CReport DQueryAnswerCorrect option: B. Form (B) FormView full question & answer→
MCQ 1461 MarkWhich element is used to create an HTML form ?✓form Bfrm Cfrmsrc DformsetAnswerCorrect option: A. form (A) formView full question & answer→
MCQ 1471 MarkHow many attributes does form tag have ?✓Two BThree CFour DFiveAnswerCorrect option: A. Two (A) TwoView full question & answer→
MCQ 1481 MarkWhich of the given below are the attributes of the form tag ?Aaction Bmethod ✓both (A) and (B)DNone of theseAnswerCorrect option: C. both (A) and (B)(C) Both (A) and (B)View full question & answer→
MCQ 1491 MarkWhich attribute of form element is used to specify where to send the form data when the form is submitted ?Amethod ✓action Cor DNone of theseAnswerCorrect option: B. action (B) actionView full question & answer→
MCQ 1501 MarkWhich attributes of > Form < tag is used to control the process executing after the form is submitted ?✓action Bmethod Cor DNone of theseAnswerCorrect option: A. action (A) actionView full question & answer→