Which sentences describe Internet safety precautions? It is advisable to install anti-virus software on your computer. You should use strong passwords for your Internet accounts. In addition, you should avoid sharing personal information over the Internet.
#hope it helps ^_^
mark me as brainliest please
Answer:
Please find the answer in the attached image.
Explanation:
I wrote this program using JavaScript programming language.
// A function to check tickets
function tickets(user_tickets){
var num_tickets;
if (user_tickets < 5) {
num_tickets = 1;
return ('num_tickets: '+ num_tickets);
}
else {
num_tickets = user_tickets;
return('num_tickets: '+ num_tickets);
}
}
// Testing the tickets function
// With user_tickets = 3, 5, 8, and 1
console.log(tickets(3));
console.log(tickets(5));
console.log(tickets(8));
console.log(tickets(1));
Complete Question:
Which of the following about computers is NOT true?
Group of answer choices.
A. Computing devices translate digital to analog information in order to process the information.
B. Computing devices are electronic.
C. The CPU processes commands.
D. The memory uses binary numbers
Answer:
A. Computing devices translate digital to analog information in order to process the information.
Explanation:
Computing is the process of using computer hardware and software to manage, process and transmit data in order to complete a goal-oriented task.
The true statements about computers are;
I. Computing devices are electronic: the components and parts which makes up a computer system are mainly powered by a power supply unit and motherboard that typically comprises of electronic components such as capacitors, resistors, diodes etc.
II. The CPU processes commands: the central processing unit (CPU) is responsible for converting or transforming the data from an input device into a usable format and sent to the output device.
III. The memory uses binary numbers: computer only understand ones and zeros.
Answer: The columns in a table are the set of facts that we keep track of about that type of object.
Explanation:
Embedded system is considered any computer system that isn't a general-purpose pc or server.
<h3>What is an embedded system?</h3>
An embedded system is a combination of computer hardware and software designed for a specific function. Embedded systems may also function within a larger system. The systems can be programmable or have a fixed functionality.
<h3>What is embedded system and its types?</h3>
Embedded systems comprise hardware and software that work together to perform specific tasks. They rely on microprocessors, microcontrollers, memory, input/output communication interfaces, and a power supply to function
To learn more about embedded system, refer
brainly.com/question/13014225
#SPJ4