Explanation:
Data bases; interpretation and presentation of data in useful formats by transforming raw data into information, data storage management.
Hardware: helps to get to the physical and tangible part of computer.
Software; helps to access the word processor, spreadsheet's and social media platforms and general operations in a computer.
Answer:
Any file you create or download saves to the computer's secondary storage. There are two types of storage device used as secondary storage in computers: HDD and SSD.
thenks and mark me barinliestt :))
Answer:
The correct option is C: Radio frequency identification tags
Explanation:
Radio frequency identification tags also known as RFID tags involves the use of radio waves to receive, store, and transmit data which are usually stored on a tag that is attached to an object. A tag contains microprocessors and tiny antennas and whether it is in line of sight or not, it can be tracked and information transmitted from it.
Answer:
function validateForm(event)
{
event.preventDefault();
var phoneNumber = form.phoneNumber.value;
var userName = form.userName.value;
if(phoneNumber.length!=10)
console.log("Phone Number is Invalid");
if(userName.length<11)
console.log("User Name is Invalid");
}
USB port. That allows you to plug in devices.