DFA-II Welcome to your DFA-II DATE:July 27, 2026 Name of Student 1.'If 4/6 entered in a cell without applying any format, Excel will treat this as Fraction Number Text Date None 2.'Which of the following syntax is correct regarding the SUMfunction in Excel? . =SUM(A1,B1) . =SUM(A1:B9) . =SUM(A1:A9,B1:B9) All of the above None 3.'How to specify cell range from A9 to A99 in Excel (A9,A99) (A9:A99) (A9 to A99) (A9 - A99) None 4.Which of the following function will use to find the highest number in a series of number MAX(B1:B3) MAXIMUM(B1:B3) HIGH(B1:B3) HIGHEST(B1:B3) None 5.You accidentally erased a record in the sheet, What command can be used to restore It immediately? Insert Copy Undo Replace None 6.Where a row and a column meet, what do you call that? A Cell A Block A Box None of th above None 7.What is an example of a cell address? 11 25 911 41A A21 None 8.Which is an example of a formula? . =A1+A2 . =SUM(A1:A2) . A1+A2 None 9.MS Excel 2010 save the file with the extension of XLS XLSX EXL EXLX None 10.By default the MS Excel contain 1 2 3 4 None 11.Sorting Ascending order sort the element from higher to lower TRUE FALSE None 12.Account of all parties from whome you purchase goods on credit is called Sundry Creditor Sundry Debtor Loan Provider Creditor None 13.Protect Worksheet will not allow to make the changes in the content of the worksheet TRUE FALSE None 14.What is the full form of TDS Tax Deduction at Source Tax Deleting at Source Tax Details at Source Tax Distribution at Source None 15.Which from the following is a valid email address? joe.bloggs@freemail.com joe.bloggs. freemail.com joe.bloggs.@www@freemail.com @freemail.com None 16.Software, such as Internet Explorer and Mozilla Firefox, are referred to as Systems software Utility software Browsers Internet tools None 17.What is E-mail? Engineering mailing Electronic mailing Entry mailing Internet mailing None 18.What is the purpose of the refresh button in Internet Explorer? Search for web pages Remove your favorite websites Display the home page Reload the current page None 19.You are searching information over the internet and found the page having information about "Online Learning". Referring tothe above scenario, identify the type of web site you are viewing? Shopping Communicating Entertainment e-learning None 20.What does the abbreviation "WWW" in Internet stand for ? World Wide Web Wide Wide Web World Width Web World With Web None 21.The first version of Tally is Window base. TRUE FALSE None 22.ERP stands for . Enterprises Resource Planning Entry Resource Planning Export Resource Planning Enterprises Report Planning None 23.Balance sheet can be exported from Tally. TRUE FALSE None 24.Key is use to export Balance Sheet from Tally. Alt+M Alt+E Alt+P Alt+D None 25.Total Number of Voucher in Tally. 7 6 8 5 None
DFA-I Welcome to your DFA-I DATE:July 27, 2026 Name of Student 1.Tally package is developed by Peutronics Tally Solutions Coral Softwares Vedika Softwares None 2.We can change the Company Information from Company Info > Back up Company Info > Alter Company Info > Split Company Data None of these None 3.To change Current Date from Gateway of Tally press the key F1 F5 F2 F9 None 4.Party account can be created through Group creation window Ledger creation window Inventory creation window Any one of them None 5.F12 is known as Company Features Company Configuration Accounting Features None of these None 6.A Ledger can't be deleted if it is caring Opening BalanceYour new question! FALSE TRUE None 7.The shortcut key to quit from Tally is Ctrl + L Ctrl + P Ctrl + M Ctrl + O None 8.The shortcut used to activate calculator is Ctrl + N Ctrl + M Ctrl + A Ctrl + C None 9.Manufacturing Journal creates based on Journal Receipt Note Stick Journal Purchase Quotation None 10.How many types of Measurement Units we can create in Tally? 2 3 5 Unlimited None 11.Multiple Godowns are activated from F11 F11 > F1 F11 > F2 F11 > F3 None 12.The ------ key can be used to select an existing companyfrom list of companies. F1 ALT+F1 CTRL+F1 None of the above None 13.A/An ------------- is the official notice that the firm sendsto its customers to advise then to the amount of money that is owed. Invoice Bill A or B None of the above None 14.In tally, we can alter ledger details using either single or multiple modes but not alble to delete a ledger from multiple modes. TRUE FALSE None 15.Tally was first released in the year _________. 1988 1981 1991 1974 None 16.Which of the following is a category or element of the balance sheet? Expenses Gains Liabilities Losses None 17.What is the normal balance for an asset account? Debit Credit None 18.Amount withdrawn by a proprietor from business for personal use. Capital Drawing Creditors NULL None 19.Purchased furniture from Mr. XYZ of Rs.60,000/-' ______ a/c should be debited. Purchase Furniture None 20.Accounting is an art of recording ________________ transactions scientifically. Scientific Accounting Political Business None 21.A ________ is a statement which shows the list of accountsshowing debit balances and list of accounts showing creditbalances. Trial Balance Balance Sheet Journal NULL None 22.Which type of bank account Businessman opens. Saving a/c Current a/c Joint Account NULL None 23.When bank column shows credit balance it indicates. Bank Overdraft Normal Bank Balance None 24.We can not print Vouchers and Cheque from Tally. True False None 25.'Received a interest on bank deposit Rs.1500/- should be credited to _______ a/c. Interest a/c Bank a/c None
JAVA-III Welcome to your JAVA-III DATE:July 27, 2026 Name of Student 1.How to solve the constructor overriding Change the name of Use super keyword Change the name of class None of Above None 2.For creating you own exception we can use ___________ and __________ keyword Try and catch Finally & Try Finally & catch Throw & throws None 3.For creating our own exception we can _______________ declare class with the name of exception use throw and throws statement Both Above None of Above None 4.The Default action of the update() is declare class with the name of exception use throw and throws statement Both Above None of Above None 5.Which is not a member of life cycle method of the applet init() paint stop destroy() None 6.The default action of the repaint() method is Clear the applet Call the print() Both Above None of Above None 7.Correct Syntax for Font class is Font fnt = new Font(face, style, size) Font fnt = new Font(face, size, style) Font fnt = new Font(size, Style, Face) Font fnt = new Font(Style, Face, size) None 8.setFont method is use to apply the font to the applet. but is applicable only for drawLin drawString drawOval drawfillOval None 9.By using ____________________ method we can change the drawing color setForeground setColor Both Above None of Above None 10.To change the Color of the drawing we can use setColor(Color.red) color.setColor(Color.red) red.setColor None of Above None 11.Create a Circle with red color drawOval(40,40, 50 70) fillOval(40,40, 50 70) drawOval(40,40, 50 50) fillOval(40,40, 50 50) None 12.Garbage collection is an automatic process in java True False None 13.In Jave garbage object can be collected Automatically Manually Both Above None of Above None 14.setVisible() has __________ value True Fasle Both Above None of Above None 15.In Modeless style we can switch to another form without responding the first one True False None 16.We can switch to another form without respondigng to first one in ___________ Model Style Modeless Style Both Above None of Above None 17.In model Style we can switch to another form without respinding to first one True False None 18.To make the text box as a password box we can use echoChar () syntax is setechoChar('*'); choChar("*"); setechoChar("*") echoChar('*') None 19.panel contain caption True False None 20.Syntax for creating the frameFrame frm= new Frame("Frirst Frame"); True False None 21.TextArea control is use to design a multi line input text box True False None 22.TextArea is a control that cotain one line input True False None 23.TextField create a single line input text box True False None 24.Which of them is not a awt Class Applet Panel Frame Table None 25.Which of them is a text control TextField TextArea Both Above None of Above None
JAVA-II Welcome to your JAVA-II DATE:July 27, 2026 Name of Student 1.The Overloaded function can be indentified by _____________ The name of function The parameter of the function Both Above None of Above None In Hierarchical inherritance we can create the object of _______________ number of class One as many number of subclass object of all super class None of Above None 3.Hybrid inheritance is ________________ Combination of inheritance Combination of single & multiple Combination of multilevel & Hierarchical All of Above None 4.Inheritance is a machanism by which we can drive a class from an existing class True False None 5.When a class is drive a class from more than one class is known as Single Multiple Multilevel Hierarchical None 6.Which is true about interface Declare by using interface keyword All member is public by default All function / Method must be override in subclass All of Above None 7.Java Does not supper ______________ Inheritance Single Multilevel Multiple Hierarchical None 8.In have multiple inheritance is supported but can be implemented by interface True False None 9.If there is two method in an interface we can override one one method the program Executed Executed & generate result Generate Error Produce output None 10.identify Inheritanceclass AA { }class BB { }class CC extends AA { } Single Multiple Multilevel Hirerarchical None 11.Identify the Inheritaceclass AA { }class BB extends AA { }public class CC extends BB { } Single Multiple Multilevel Hybrid None 12.Identify super classclass AA { } Class A Class B Both A & B None of Above None 13.Identify super classclass AA { }class AA { } Class A Class B Both A & B None of Above None 14.Identify super classclass AA { }public class BB extends AA{ } Class AA Class BB Both A & B None of Above None 15.Identify sub classclass AA { }public class BB extends AA{ } Class AA Class BB Both A & B None of Above None 16.class AA { }XXX BB { }class CC extends AA implements BB { }what keyword is use to declare class Class Interface Both Above None of Above None 17.finally block is use ______________ to execute some statement if an exception is raised to execute some statement when exception is not raised Both Above None of Above None 18.finally block will appear jus immediate after ______________ Try Block Catch Block Before Try Block With catch Block None 19.which statement is use to use the package in our application extends import implementation super None 20.super keyword is use To solve the problem of overriding To solve the problem of overloading Both Above None of Above None 21.For Function overriding functions in _____________________ Same Class Different Class Both Above Not Related None 22.In fuction overriding the signature and name of the fuction is same True False None 23.final fuction can not be override True False None 24.abstract class can not be inherited True False None 25.final class can not be inherited True False None
JAVA-I Welcome to your JAVA-I DATE:July 27, 2026 Name of Student 1.Which of them is not a Primitive Data type int float Long None of Above None 2.Which of them is an abstract data type int float string char None 3.There are _________ and ______________ date type in java Primitive & Abstract int & double char & string All of Above None 4.In JAVA there are __________ number of primitive data type 8 9 12 4 None 5.Which is true about Abstract data type Known as Derived Data type Based on Primitive data type Have more Functionality then Primitive data type All of Above None 6.Which of them is operator is not supported by java ++ -- sizeof None of Above None 7.What is true about Wrapper class Every Primitive have wrapper class Allow to work the primitive data type variable as an object Provide the different function All of Above None 8.The wrapper class for int data type is INTEGER Integer integer Int None 9.Which of them is a default Constructor when name of class is student student() student(int) int student() int student(int) None 10.________________ is a default constructor Constructor have one Constructor doesn't have any Constructor with Two parameter All of Above None 11.Constructor have having one or more parameter is known as _____________- default constructor parameterized constructor Both Above None of Above None 12.We can not create the object of abstract class True False None 13.Exception is a run time error True False None 14.which of the following is an exist control loop. for while do while None of Above None 15.int x=10,s=0;while(i<10){s=s+i;}printf("%d",s);What is output 0 10 55 11 None 16.which of them is not a correct variable name? Int X2 Student Name Full_address None 17.What is Data Type What type of value a variable can store What type of structure a variable require Both Above None of Above None 18.Which of them is/are the Entry control loop While For Both Above Do None 19.Which of them is not a type of operator Unary Binary Ternary While None 20.Which of them is not a binary Operator Arithmetic Logical Relational Sizeof None 21.x=23y=(x>20):10:12;What is value of y 23 10 12 None of Above None 22.Which is not a member of Math class sqrt() power() pow() abs() None 23.String class has the ____________ function len() Uppercase() Lowercase() All of Above None 24.String class does not have _________ function Lowercase Reverse Uppercase Len None 25.The Class that inherited from the other class is known as ____________ Super Class Sub Class Final Class Private Class None
VB Oracle-II Welcome to your VB Oracle-II DATE:July 27, 2026 Name of Student 1.When we show a form in the screen it can be use style . ________________- is the default style of form display. vbmodel vbmodal vbmodeless vbmodelless None 2.Which of them is the incorrrect style of form dispaly Model , Modeless Modal , Modeless Modal & Modeless Modal & Modelless None 3.Without responding to the current form we cannot switch to another form is true for Modal style Modeless Style Both Above None of Above None 4.When you goes out the text box the __________ event occur Got Focus Lost Focus Leave Departure None 5.When you goes out the text box the __________ event occur Load Got Focus Paint Resize None 6.QBColor can support only _____________ number of color 2 16 256 Unlimited None 7.RGB Color system R , G and B can varies from 0-16 0-256 0-255 No limit None 8.LoadPicture method is use to display the image on screen True False None 9.LoadPicture method is use to display the image on image control True False None 10.SavePicture method is us to save the picture True False None 11.Which is incorrect for ME keyword This is compiler define Contain the object of current form use in place of form name Can not use in unload method None 12.OCX file is known as ___________ Custom Control Default Predefine Advance Control None 13.Dim statement declear the local variable True False None 14.Dim Statement is use to declare ________________. Local variable Gobal variable Function variable Member variable None 15.identify the variablePublic A as Integer Public Local Private Global None 16.Function procedure return a value of varaible True False None 17.Sub Procedure return a value of variable True False None 18.which of them is not a correct while loop do while---loop do ----- while loop while --- wend while --- loop until None 19.Which of them is not a way of access the database ADO DAO RDO DDO None 20.ADO elliminate the choise the RDO and DAO True False None 21.ADO Supported by the ___________ edition of VB Professional Enterprise Working Learning Edition None 22.When we click any button on message box will wil return _______________- type of values Interger Double Constant Float None 23.for creating a Alter Key option then we can place ________ sign berfor the letter which we can use as an Alter key & # @ ^ None 24.Visual Basic is the _____________ type of language Procedural Event Driven Object Oriented All of Above None 25..BAS file is known as Standard code module Standard form module Visual Basic Project Function or Procedure None
VB Oracle Welcome to your VB Oracle-I DATE:July 27, 2026 Name of Student 1.Which of them is not an object oriented programming lanugage VB C++ Java None of Above None 2.Without responding to the current form we cannot switch to another form is true for Model Style Modeless Style Both Above None of Above None 3.VB is an event driven programming language. True False None 4.Integer data type require _________________ number of bytes 4 2 8 10 None 5.Double data type require _________________ number of bytes. 4 2 8 10 None 6.Varient datatype require __________________ number of byte for String 10 bytes plus 1 bytes for each character 16 bytes plus 1 byte for each character. 10 bytes 16 bytes None 7.Text Box can store single line data if we want to store multiple line input then we can set the ___________ property. Multi Line Max Line Multiple Line Maximum Line None 8.For maximizing the form at run time we can set the ________________ property. Maximize Windowstate Restore Windowstatemaximize None 9.Automatic Selection of check box we can set the value property as True False Checked Unchecked None 10.Automatic Selection of radio button we can set the value property as True False Checked Unchecked None 11.Automatic Selection ofcheck box button we can set the value property as True False Checked Unchecked None 12.To Apply the the background color of the button we can set the ______________ property. Style Color Either Style or Color Neither Style nor Color None 13.Combo Box list property has the index number of the currently selected item True False None 14.to select item from the list as we want ________________-- commond is use combobox1.List(comboBox1.ListIndex) combobox1.ListIndex(comboBox1.ListIndex) combobox1.ListIndex(comboBox1.List) combobox1.List(comboBox1.List) None 15.List properpty contain the _________________ Index of selected item Text of selected item Both Above None of Above None 16.List Box is Editiable True False None 17.Combo Box is Editable True False None 18.Timer control has the ____________ event Timer Time Tick Ticker None 19.Interval is property in _________________ unit. milli second milli minute second minute None 20.To Fit the picture in image we can use the ______________- property Stretch Picture Both Above None of Above None 21.To create a menu we can use ___________________ menu option Tools --> Menu Editor Project --> Menu Editor Edit menu --> Menu Editor View --> Menu Editor None 22.To add a new form in your project which of them is not a correct ways Project Menu --> Add form --> Stanadard EXE Tools Menu --> Add form --> Stanadard EXE Right Click in Project Explorer --> Add form --> Stanadard EXE Both A & C None 23.Show method is use to load the form in screen True False None 24.When we use Show method there is no need to use load method True False None 25.If we can use unload method the from will hide from the screen as well as remove from memory True False None
HTML-III Welcome to your HTML-III DATE:July 27, 2026 Name of Student 1.How to create a check box text checkbox radio check None 2.Create textarea ___________ tag is use input type ="text" input type="textarea" textarea area None 3.for creating password box we can use ________ tag input type ="password" input type="passwordbox" password text None 4.Check box allow multiple selection True False None 5.Radio button allow single selection True False None 6.Radio button allow multiple selection True False None 7.Check box Allow only Single Selection True False None 8. tag does not have any of the following attributes for checkbox Type Size Value Name None 9.for Selecting the Check box automatically we can use Checked True False None 10.For selecting the Radio button automatically we can used Checked in True False None 11.TextArea contain the following Attributes Cols Rows Name All of Above None 12.For creating the Combo box we can use __________ tag None 13.For automatically selecting an option in the combox box we can use _______________ option Selected Checked Selection Check None 14.How many types of the button in HTML 2 3 4 1 None 15.Which of them is a type of button in HTML Reset Cancel OK Save None 16. tag is use for table row True False None 17. tag is use for _________________ Table Row Table Column Table Heading Table None 18.Which is not an attribute of Border Bgcolor Width Alignment None 19.Which of them are the tag attributes Border Width Align All of Above None 20.For merging of Columns we can use ColSpane True False None 21.Which not True about Frame Divide the Page Dispaly each section seperate page Divide in Rows or columns Use in frame or frameset None 22.Frame is use to divide the web page True Fasle None 23.For Horizontal Spliting of Web Page we can use Cols in True False None 24.VLIGN attribute of has the following value TOP MIDDLE Both Above None of Above None 25.For Vertical Spliting of Web Page we can use Cols in True False None HTML-II Welcome to your HTML-II DATE:July 27, 2026 Name of Student 1. havingn the following attributes SRC Width Height All of Above None 2. - - - - - - - - tag create Highest Level of Heading Lowest Level of Heading Height All of Above None 3. - - - - - -- - - - Highest Level of Heading Lowest Level of Heading Height All of Above None 4.for Loop attribute of the which is incorrect Repeat the animation Have Numerical Value Have value Infinite Set Marquee for image None 5. does not have any of the following behaviour Loop Scroll Alternate Slide None 6. tag doesn't have any of the following attributes Direction Behavior Background Scrollamount None 7.Speed of the marqee is control by the scrollamount. True False None 8.For creating Bulleted List ____________ tag is use None 9.Creating Numbered List _______________ tag is use None 10.The type attribute of tag does not has the value Disc Circle Square Rectangle None 11.The tag is use for creating Bulleted Numbered List Both Above None of Above None 12. tag does not have any of the following attributes Type Start Style None of Above None 13.for apply background color to the web page we can use _____________ tag None 14.For apply image as background the tag has _____________ attributes background bkground bgcolor bgimage None 15. does not have __________________ attributes Size color Face None 16.Which of them are the attributes of tag size color face All of Above None 17.Which attribute change the writing style of the tag Face Name Style Behavior None 18.for creating Hper Link ______________ tag is use -------- href Both above None of Above None 19.for changing the alignement to center which of the following tag is use Both above None of above None 20.For Left Alignemnt of the text we can use __________ tag Both above None of Above None 21. tag has the following aligment LEFT RIGHT CENTER All of Above None 23.for Setting of the title of the web page we can enclosed the in _______________ tag None of Above None 23.Which is not true for tag Which is not true for tag Place the tag at the end line Place the tag at the start of line has a closing tag None 24.ALT attribute of is use for _________________ Display text if image is not display Display Text with Image None 25. create A text box with specified height and width A text box with specified height A text box with specified width None of Above None HTML-I Welcome to your HTML-I DATE:July 27, 2026 Name of Student 1.HTML stand for _______________ Hyper Text Marking Language Hyper Text Mark Language Hyper Text Markup Language None of Above None 2.HTML contain Total ______________ level of heading 1 4 7 8 None 3.The Default size of heading 1 is 36 True False None 4.The Size of heading level 1 is __________ 1 7 24 36 None 5.Second Level of heading has the default font size is 24 True False None 6.The Second level of heading in html has _________________ font size 24 36 2 12 None 7.The Hihest level of heading in html is _______________ 1 7 Both Above None of above None 8.Heading Level 7 has the hiegest level of heading True False None 9.The Lowest Level of Heading in HTML is7 True False None 10.The Highest level of heading in HTML is 1 True False None 11. tag is use for making text BOLD True False None 12. is use for Making text Bold Making Text Italic Making Text Bold Italic None of above None 13. tag is an alterative of tag True False None 14. tag is use to make the text super script True False None 15. tag is an Alternative of tag True False None 16. tag is use for making text super script True False None 17.HTML is originatedfrom _____________STML SGML DHTML C Language All of Above None 18.HTML has ____________ level of commands 1 2 3 4 None 19.HTML support two type of tag. True False None 20.HTML contain the following type of tag 1 2 4 7 None 21.Which of them is not a pair tag Both Above None of Above None 22.Which of them is a Paired Tag All of above None 23.Closing tag of any pair tag is denoted by / \ < > None 24.Which of them is not a paired tag None 25. for Movie Clip has the ______________ attributes dynsrc width loop All of Above None FirstPrevious1234NextLast Shopping Basket
HTML-II Welcome to your HTML-II DATE:July 27, 2026 Name of Student 1. havingn the following attributes SRC Width Height All of Above None 2. - - - - - - - - tag create Highest Level of Heading Lowest Level of Heading Height All of Above None 3. - - - - - -- - - - Highest Level of Heading Lowest Level of Heading Height All of Above None 4.for Loop attribute of the which is incorrect Repeat the animation Have Numerical Value Have value Infinite Set Marquee for image None 5. does not have any of the following behaviour Loop Scroll Alternate Slide None 6. tag doesn't have any of the following attributes Direction Behavior Background Scrollamount None 7.Speed of the marqee is control by the scrollamount. True False None 8.For creating Bulleted List ____________ tag is use None 9.Creating Numbered List _______________ tag is use None 10.The type attribute of tag does not has the value Disc Circle Square Rectangle None 11.The tag is use for creating Bulleted Numbered List Both Above None of Above None 12. tag does not have any of the following attributes Type Start Style None of Above None 13.for apply background color to the web page we can use _____________ tag None 14.For apply image as background the tag has _____________ attributes background bkground bgcolor bgimage None 15. does not have __________________ attributes Size color Face None 16.Which of them are the attributes of tag size color face All of Above None 17.Which attribute change the writing style of the tag Face Name Style Behavior None 18.for creating Hper Link ______________ tag is use -------- href Both above None of Above None 19.for changing the alignement to center which of the following tag is use Both above None of above None 20.For Left Alignemnt of the text we can use __________ tag Both above None of Above None 21. tag has the following aligment LEFT RIGHT CENTER All of Above None 23.for Setting of the title of the web page we can enclosed the in _______________ tag None of Above None 23.Which is not true for tag Which is not true for tag Place the tag at the end line Place the tag at the start of line has a closing tag None 24.ALT attribute of is use for _________________ Display text if image is not display Display Text with Image None 25. create A text box with specified height and width A text box with specified height A text box with specified width None of Above None HTML-I Welcome to your HTML-I DATE:July 27, 2026 Name of Student 1.HTML stand for _______________ Hyper Text Marking Language Hyper Text Mark Language Hyper Text Markup Language None of Above None 2.HTML contain Total ______________ level of heading 1 4 7 8 None 3.The Default size of heading 1 is 36 True False None 4.The Size of heading level 1 is __________ 1 7 24 36 None 5.Second Level of heading has the default font size is 24 True False None 6.The Second level of heading in html has _________________ font size 24 36 2 12 None 7.The Hihest level of heading in html is _______________ 1 7 Both Above None of above None 8.Heading Level 7 has the hiegest level of heading True False None 9.The Lowest Level of Heading in HTML is7 True False None 10.The Highest level of heading in HTML is 1 True False None 11. tag is use for making text BOLD True False None 12. is use for Making text Bold Making Text Italic Making Text Bold Italic None of above None 13. tag is an alterative of tag True False None 14. tag is use to make the text super script True False None 15. tag is an Alternative of tag True False None 16. tag is use for making text super script True False None 17.HTML is originatedfrom _____________STML SGML DHTML C Language All of Above None 18.HTML has ____________ level of commands 1 2 3 4 None 19.HTML support two type of tag. True False None 20.HTML contain the following type of tag 1 2 4 7 None 21.Which of them is not a pair tag Both Above None of Above None 22.Which of them is a Paired Tag All of above None 23.Closing tag of any pair tag is denoted by / \ < > None 24.Which of them is not a paired tag None 25. for Movie Clip has the ______________ attributes dynsrc width loop All of Above None FirstPrevious1234NextLast Shopping Basket
HTML-I Welcome to your HTML-I DATE:July 27, 2026 Name of Student 1.HTML stand for _______________ Hyper Text Marking Language Hyper Text Mark Language Hyper Text Markup Language None of Above None 2.HTML contain Total ______________ level of heading 1 4 7 8 None 3.The Default size of heading 1 is 36 True False None 4.The Size of heading level 1 is __________ 1 7 24 36 None 5.Second Level of heading has the default font size is 24 True False None 6.The Second level of heading in html has _________________ font size 24 36 2 12 None 7.The Hihest level of heading in html is _______________ 1 7 Both Above None of above None 8.Heading Level 7 has the hiegest level of heading True False None 9.The Lowest Level of Heading in HTML is7 True False None 10.The Highest level of heading in HTML is 1 True False None 11. tag is use for making text BOLD True False None 12. is use for Making text Bold Making Text Italic Making Text Bold Italic None of above None 13. tag is an alterative of tag True False None 14. tag is use to make the text super script True False None 15. tag is an Alternative of tag True False None 16. tag is use for making text super script True False None 17.HTML is originatedfrom _____________STML SGML DHTML C Language All of Above None 18.HTML has ____________ level of commands 1 2 3 4 None 19.HTML support two type of tag. True False None 20.HTML contain the following type of tag 1 2 4 7 None 21.Which of them is not a pair tag Both Above None of Above None 22.Which of them is a Paired Tag All of above None 23.Closing tag of any pair tag is denoted by / \ < > None 24.Which of them is not a paired tag None 25. for Movie Clip has the ______________ attributes dynsrc width loop All of Above None