Explain child elements with an example. -Technology

1 Answer

Answer :

The elements nested inside other elements are called child elements.Consider the following code:

Related questions

Description : Explain with a help of an example, how root elements are placed in a XML document? -Technology

Last Answer : XML documents must contain one element that is the parent of all other elements. This element is called the root element. The root element encloses all other elements in XML. All other elements inside the ... then comes the child element which in turn stores the and of the employee in the tags.

Description : An XML document can have only limited number of child elements. -Technology

Last Answer : False XML document can have an unlimited number of child elements.

Description : ………… elements help to express emotions or feelings in E_mail or text messages. -Technology

Last Answer : Emoticon elements help to express emotions or feelings in E-mail or text messages.

Description : Differentiate between container and empty elements used in HTML. -Technology

Last Answer : Container elements HTML container elements require a starting as well as an ending tags.e-g , , .They affect the text appearing between their starting and ending tags.Empty elements HTML empty elements require just a ... and not an ending tag.e.g. , , .They just carry out the job assigned to them.

Description : Container elements in HTML require (a) starting tag (b) ending tag -Technology

Last Answer : (c) In HTML, container elements are required as both starting and ending tags.

Description : By which we can describe the properties of elements? -Technology

Last Answer : The properties of elements can be described through attributes.

Description : A root element is (a) a bridge between HTML and XML (b) the parent of all other elements -Technology

Last Answer : (b) A root element is the parent of all other elements.

Description : In all XML documents, the ………….. element is the parent of all other elements. -Technology

Last Answer : In all XML documents, the root element is the parent of all other elements.

Description : The root element is a parent element of all other elements in data instance. -Technology

Last Answer : True The root element is an element that contains all other elements in XML document.

Description : Name any four basic elements of a slide. -Technology

Last Answer : The four basic elements of a slide are as follows:1. Titles2. Subtitles3. Drawing objects4. ClipArt

Description : Which statement is true? (a) All XML elements must have a closing tag. -Technology

Last Answer : (d) All of the above

Description : Mr. Harry wants to draw a line chart using a list of elements named LIST. -Technology

Last Answer : (i) PLINE.plot(LIST)(ii) PLINE.ylabel(“Sample Numbers”)

Description : Write a Numpy program to create a 3x3 identity matrix, i.e. diagonal elements are 1, the rest are 0. Replace all 0 to random number from 10 to 20 -Technology

Last Answer : import numpy as nparray1=np.identity(3)print(array1)x=np.where(array1==0)for i in x:array1[x]=np.random.randint(low=10,high=20)print(array1)

Description : Write a Numpy program to create a 3x3 identity matrix, i.e. non diagonal elements are 1, the rest are 0. Replace all 0 to random number from 1 to 10 -Technology

Last Answer : import numpy as npZ = np.arange(9).reshape(3,3)print (Z)x=np.where((Z%2)==0)for i in x:Z[x]=np.random.randint(low=10,high=20)print(Z)

Description : In a DataFrame, Axis= 1 represents the elements. -Technology

Last Answer : In a DataFrame, Axis= 1 represents thecolumn elements.

Description : Why uploading and downloading a file is required? Explain with example. -Technology

Last Answer : When we need a file which is located at the server end, we have to download the file that means a transmission of the file from the server to the user's computer. Similarly, if we want to ... file or picture on the Internet that means a transmission of the file from the user computer to the server.

Description : How are fields, record and a table related to each other? Explain with the help of an example. -Technology

Last Answer : Fields are one type of information. A record contains logically related fields. A table Emp name contains logically related records.Emp NoNameSalary1.Shridhar200002.Raghav40000Here EmpNo, Name, and Salary are three different fields. 1, Shridhar, 20000 represents one complete record.

Description : Explain the following with the help of an example: 1. …….. 2. …….. -Technology

Last Answer : 1. ……... This element is used to underline the text.e.g. School OutputSchool2. …….. This element marks up text in italic form.e.g. Hello OutputHello

Description : Explain the following with the help of an example. (a) …….. (b) -Technology

Last Answer : (a) tag makes the text bold.e.g. This is a bold text OutputThis is a bold text(b) tag with attribute type of value “1” displays the lists of items with arabic numerals,e.g. Mango Apple Banana Output1. Mango2. Apple3. Banana

Description : How are comments inserted in HTML code? Explain with an example. -Technology

Last Answer : Comments are inserted in HTML code with the help of tag. To insert the text as a comment, type the text between tag, then that text will be ignored by the browser and invisible for the user.e.g.This is a book

Description : Explain the following (with example): 1. linking on same Web page. -Technology

Last Answer : Linking on the Same Web PageTo create an internal link, you need to use a pair of tags. The first tag is used to specify the name of the target location for identification purpose. It is known as target ... which you want to link and # link is the segment name you want to link in that html file.

Description : A well_formed document must have a root element. Explain with an example. -Technology

Last Answer : To create a well-formed XML document, it is necessary for it to have a root element. A root element is a unique element that contains all other elements in the XML document.The XML document cannot ... India The preceding code is not a well-formed document, since it does not contain aroot element.

Description : Explain with the help of an example that why should atransaction be executed as a whole or it should be not executed at all -Technology

Last Answer : A transaction is a set of changes that must be made together. It is a program unit whose execution mayor may not change the contents of a database. Transaction is executed as a single unit. ... from one bank account to another requires two changes to the database both must succeed or fail together

Description : What is series? Explain with the help of an example. -Technology

Last Answer : Pandas Series is a one-dimensional labeled array capable of holding data of any type (integer, string, float, python objects, etc.). The axis labels are collectively called index. Example import pandas as pd# simple arraydata =pd.series([1,2,3,4,5])print data

Description : What do you mean by Identity theft? Explain with the help of an example. -Technology

Last Answer : Identity theft is the crime of obtaining the personal or financial information of another person for the sole purpose of assuming that person's name or identity to make transactions or use it to ... using the computer. He used Flex's email account to send inappropriate messages to his contacts.

Description : Google Chrome is an example of (a) Web browser (b) Web server (c) HTTP (d) WWW -Technology

Last Answer : (a) Web browser is the program that is used to explore the Internet.Thus, Google Chrome is an example of Web browser.

Description : Which of the following is an example of non_volatile memory? (a) ROM (b) RAM (c) LSI (d) VLSI -Technology

Last Answer : (a) Among given options, ROM is the memory that retains its contents even after the interruption of power so, it is a non-volatile memorv.

Description : What is a search engine? Give example of any one search engine. -Technology

Last Answer : A search engine is a Website that lets you search the Internet for Websites on specific topics. Search engines turn the Web into a powerful tool for finding information on any topic. There are ... A search engine provides a wealth of information for professional and personal use. e.g. Google

Description : What is search engine? What is its usage? Give example. -Technology

Last Answer : A search engine is a Website that lets you search the Internet for Websites on specific topics. Search engines turn the Web into a powerful tool for finding information on any topic. There are ... The search engine provides a wealth of information for professional and personal use. e.g. Google

Description : ……….. is an example of secondary memory. -Technology

Last Answer : Magnetic tapeis an example of secondary memory.

Description : Wasp is an example of OMR software. -Technology

Last Answer : FalseSoftware like Wasp, Barcode Pro are used for scanning and printing barcodes. It is an example of barcode reader.

Description : Linkedln is an example of ………….. Website. -Technology

Last Answer : LinkedIn is an example of social networking Website.

Description : What are HLLs? Give example of some HLLs. -Technology

Last Answer : It is an advanced computer programming language that is not limited to one computer, designed for a specific job and is easier to understand. The main advantage of high level languages over low level languages is ... are easier to read, write and understand, e.g. BASIC, C, FORTRAN, Java and Pascal.

Description : What is database? Give example. -Technology

Last Answer : A collection of related information organized as tables is known as the database, e.g. INGRES, MySQL etc.

Description : What is field in database? Give an example. -Technology

Last Answer : A field is an area, reserved for a specific piece of data. It is also known as an attribute, e.g. Customer_Name.

Description : Define primary key with an example. -Technology

Last Answer : A field which uniquely identifies each record in a table is known as the primary key. e.g. emp id is the primary key of the Employee table.

Description : What is primary key? Give an example. -Technology

Last Answer : A field which uniquely identifies each record in a table is known as the primary key. e.g. emp id is the primary key of the Employee table.

Description : What is a primary key in database? Give an example. -Technology

Last Answer : A field which uniquely identifies each record in a table is known as the primary key. e.g. emp id is the primary key of the Employee table.

Description : Distinguish between a record and a field in a table, with an example. -Technology

Last Answer : Distinguish between a record and a field in a table are as follows:RecordFieldIt is a collection of data items, which represent a complete unit of information about a thing or a person.It is an ... called a record.e.g. if Employeeis a table, then empId, empName, department, salary arethe fields.

Description : Which of the following is not an example of database? (a) Cross knot game -Technology

Last Answer : (c) Numeric calculator because it is used to calculate the numeric numbers only as it is unable to store data.

Description : Write one example of data for which Memo data type is used. -Technology

Last Answer : To store resume of an employee in Employee table is an example of Memo data type.

Description : Write one example of data field for which you would set the Required property to Yes? -Technology

Last Answer : In a table, when we declare a field as a primary key, then the field’s Required property must be set to Yes because, in a primary key field, we need to enter data always.

Description : Differentiate LAN, MAN and WAN on the basis of following characteristic: 1. Geographical Area 2. Example 3. Distance 4. Cost 5. Ownership -Technology

Last Answer : Differences between LAN, MAN and WANBasisLANMANWANGeographicalAreaGenerally within a buildingWithin a cityAcross the continentsDistanceUpto 5 kmUpto 160 kmUnlimitedOwnershipPrivatePrivate Private or PublicShared ... than MANExampleNetwork within your schoolCable TV network within a cityInternet

Description : Write one example of each field, for which you would use 1. Text data type -Technology

Last Answer : 1. Text data type It allows to store text or combination of text and numbers as well as numbers that don't require calculations such as phone number. This data type allows maximum 255 characters ... Description will be of Memo data type, because the length of description of employee may be large.

Description : Distinguish between Number and AutoNumber data type field. Give example of each. -Technology

Last Answer : Distinguishing between Number and AutoNumber dataNumberAutoNumberIt holds numeric values whichare used for calculations.It allows to store numbers thatare automatically generatedfor each record.The field ... for every newcustomer, this field willautomatically increase and willprovide a new number.

Description : Microsoft Access is an example of (a) Computer -Technology

Last Answer : (b) MS-Access is the DataBase Management System (DBMS) found in the Microsoft Office suite.

Description : Microwave transmission is an example of line_of_sight transmission. -Technology

Last Answer : TrueMicrowave are the radiowave which supports line-of-sight transmission.

Description : Most common example of infrared medium is TV remote. -Technology

Last Answer : TrueTV remote is an example of infrared light for transmission use.

Description : Differentiate between the types of multimedia with the help of an example. -Technology

Last Answer : Linear and non-linear multimedia are two different categories that are applicable to the world of multimedia. The main difference is that linear multimedia does not feature any sort of navigational abilities.Differences ... interactive.e.g. A movie, Documentary3. It is interactive.e.g. Game, E-Book.

Description : Distinguish between tag and tag with the help of an example of each. -Technology

Last Answer : tag is used to specify the default setting of the text. It takes the same attributes as tag. The only difference is that the tag affects all the text that follows until a new tag affect that is encountered. tag affects the text that comes upto its closing tag.e.g.