Answer:
RTMC pro, HTML server-sent and Java Software Development Kit
Explanation:
<u>RTMC pro</u>: The setup of RTMC pro is done automatically and there is provision of several elements to upload and store data on the server using screens. Screens are usually saved as files and then integrated to an internal or external server.
<u>HTML server-sent</u> : This is a way for webpages to communicate with the webserver. In this method, for ever HTML page there is an associated script present on the server side that will continuously provide realtime data update. This scrip will have to be configured with the data you want to update.
<u>Java Software Development Kit</u> : JAVA SDK is used to build software/applications on Java. This permits programmers to develop applications or applets to perform data updating on the servers. The developped applets can be used with internal servers as well as third party servers.
<h3>An attribute is a characteristic.In a data base management system,an attribute refers to a database component,such as a table.It also may refer to a database field.</h3>
Answer:
total = 0
items = int(input("Enter the number of items ordered: "))
for i in range(items):
price = float(input("Enter the price of item " + str(i+1) + ": "))
total += price
if total < 200:
total += (items * 10)
print("Bill is $" + str(total))
Explanation:
*The code is in Python.
Ask the user to enter the number of items ordered
Create a for loop that iterates depending on the number of items ordered. Inside the loop, ask the price of each item and add it to the total
After the loop, check the total. If it is smaller than 200, add 10 for each item to the total
Print the total
Because <span>safety-conscious people don't install virus protectors. Hope this helps.</span>
<h2>Answer:</h2>
<u>The correct answer is </u><u>B. Insert Shapes</u>
<h2>Explanation:</h2>
Slides and presentations are always created in Microsoft Power Point and we know that it is the key application under the package of Microsoft Office. It gives us the option of inserting various shapes in our slides that could be used in a lot of ways depending upon the requirements. To insert shape in the slides of Microsoft Power Point we just click on the Home tab, under Insert, click Shape, point to any shape type, and then click the shape that we want.