The answer is C, ROM often stores the basic instructions a computer needs when powering on, part if the BIOS.
Answer:
answer:
#include <iostream>
#include<list>
using namespace std;
bool Greater(int x) { return x>3; } int main() { list<int>l; /*Declare the list of integers*/ l.push_back(5); l.push_back(6); /*Insert 5 and 6 at the end of list*/ l.push_front(1); l.push_front(2); /*Insert 1 and 2 in front of the list*/ list<int>::iterator it = l.begin(); advance(it, 2); l.insert(it, 4); /*Insert 4 at position 3*/ for(list<int>::iterator i = l.begin();i != l.end();i++) cout<< *i << " "; /*Display the list*/ cout<<endl; l.erase(it); /*Delete the element 4 inserted at position 3*/ for(list<int>::iterator i = l.begin();i != l.end();i++) cout<< *i << " "; /*Display the list*/ cout<<endl;
l.remove_if(Greater); for(list<int>::iterator i = l.begin();i != l.end();i++) cout<< *i << " ";
/*Display the list*/
cout<<endl; return 0;
}
Answer:
If you're talking about the type of "string" ribbon, it is a long, narrow strip of fabric, used for tying something or for decoration.
Explanation:
I hope this helps, have a nice day :)
Answer:
1 <?php
2 if (isset($_GET["submit"])) {
3 echo "Welcome " . $_GET["name"];
4 }
5 ?>
6
7
8 <form method="get">
9 <input name="name" type="text" placeholder="Enter your name"/>
10 <button name="submit" type="submit">Submit</button>
11 </form>
12
13 <?php
14 ?>
<h2>
Explanation:</h2>
Lines 1 - 5 check if the user has clicked on the submit button.
If the button has been clicked the a welcome message is
shown.
Lines 8 - 11 create a form to hold the text box and the submit button
Give the form a <em>method</em> attribute of value <em>get [Line 8]</em>
<em> </em>Give the input field a <em>name</em> attribute of value <em>name </em>and a
placeholder attribute of value <em>Enter your name [Line 9]</em>
<em> </em>Give the button a <em>name </em>attribute of value <em>submit</em> and a <em>type</em>
attribute of value <em>submit</em> <em>[Line 10]</em>
<em />
<em />
<em />
<em />
PS: Save the file as a .php file and run it on your server. Be sure to remove the line numbers before saving. A sample web page is attached to this response.
Answer:
Slide transitions
Explanation:
It is a movement of slides from one slide to the next