Answer:
The index of 50 is 2.
Explanation:
Index method is sued to return the index of a number or element in a list.
The syntax of using the index method when we have to find the index of a specific element is:
>>>ListName.Index(element)
It has to be remembered that the indexes of a list start from zero.
In the given statements, first a list is created with elements and the second statement will get the index of 50 in the list.
Hence,
The index of 50 is 2.
The next line can be written to display the index of 50 as:
print("The index of 50 is:",my Tuple.index(50))
You can use special tools such as boxes in word processors and presentation programs to create flowcharts on a computer.
Explanation:
Word processors are the software to produce documents like reports, manuscripts, books, and letters. Microsoft word is the most popular word processing software. There are various formatting tools available in it to make the document easier to read and understand.
To create flowchart in MS-word-
- Click insert
- Click Shapes for drop down menu
- Find arrow lines and boxes to create flowcharts.
<span>The process of using or controlling two or more windows at a time is known as multitasking.</span>
Answer:
Default File
Explanation:
When a website is visited from a web browser without the explicit specification of the complete path of the file with the URL, the webserver will look for the file named index.html or index.php from the public_html files and render the contents of the file.
The name index. html or index.php is commonly used for the default page which is the page displayed to a visitor that does not specify a particular page for example (mysite/contact_us), so if the file path "contact_us" is omitted, the visitor will be taken to the "index" also known as the home page of "mysite".