The answer to this question would be client.
Client is the computer that most people use. When you browsing a web using the internet, your computer will ask for data from the web server and the data will be arranged into graphical picture or words what you see on your monitor. Server is the computer that gives data the client ask for.
Didn’t you just make a question right now?
Web 2.0 Tools can aid in searches using key words
Explanation:
Web 2.0 Tools can aid in searches using key words .The followings are some tool like face book and you tube and google search that allow users to searches using key words. web 2.0 tools can be used to teach curriculum content, store data, create and edit video, edit photos,etc.,
Web 2.0 tools are easy to use websites designed to encourage creativity, team work, also helps in higher order thinking skills in classroom .The important thing is to teach students to think critically with whatever tools they have in front of them using key words while searching.
You should state the language you're using in these types of questions; here's an example in C++.
bool onOff = true;
if (onOff)
onOff = false;
else
onOff = true;
Answer:
ps
Explanation:
In Unix and Unix-like operating system, the command used to display the list of processes running in the current shell is ps. For each of these processes, the following details are displayed;
i. <em>PID </em>which indicates the id of the process
ii. <em>TTY </em>which indicates the type of terminal from which the process is running.
iii. <em>TIME</em> which represents the CPU time consumed by the the process and its sub-processes.
iv. <em>CMD</em> which represents the command that runs as the current process.