ANSWER: Replace Button
EXPLANATION: After opening the replace dialog box and putting the desired values in the boxes, we need to click the 'Replace' button to change the highlighted text. If the word which needs to be changed appear multiple times in the document, then clicking on 'Replace All' is advised as it would change all the old words with the new ones.
Answer:
agile --> business modeling
RAD --> pair programing
waterfall --> deployment
spiral --> risk analysis
v-shaped model --> integration testing
not too sure about this but i tried
Answer: Application layer
Explanation:
Application layer of OSI(Open system interconnection) that is responsible for interfacing the communication with the user by displaying information or message. It maintains the transmission of file and assessment, emailing faculty, using network services etc.
- According to the question,if any Skype user has complain regarding video call drop while conferencing then application is responsible to solve the issue.
- This layer will be the starting point of troubleshoot by approaching to network resources.As call drop can occur due to network service, congestion or resource issue.
Answer:
if(x>12 || x<34)
Explanation:
Mashing the two together using the or '||' operator would allow to run both necessary functions for the next code.