Answer:
Robots or automatons
Explanation:
Machines that can perform tasks historically performed by humans can improve productivity (they can work non-stop) and of course the environment is safer for workers (work is done by a machine instead) but there is job loss (people who used to do the machine's work are redundant).
How does the computer help me with school work
x = 9 % 2if (x == 1): print ("ONE")else: print ("TWO")
Answer:
ONE
Explanation:
It prints one because % is modulus, which is remainder division. It divides the numbers provided and returns the remainder of the division. 9 / 2 = 4 with 1 remainder, which leads us to our answer.
Need Some Photography help
how does digital and hybrid computers differ in portability
Answer:
Digital computers perform functions like mathimatical,compex calculations. while hybrid computers work with the duo combinations like analog and tempature.
Explanation:
I passed the class A+
yourwelcome :)
thank me if it was correct for you too.
What is the output for the following program?
numA = 4
while numA <12:
numA = numA + 3
print(numA)
Output:
Answer:
13
Explanation:
int numA = 4;
whilie (numA < 12){
numA += 3;
}
System.out.print(numA);
numA numA < 12
4 true ⇒ numA increases by 3, loop continues
7 true ⇒ numA increases by 3, loop continues
10 true ⇒ numA increases by 3, loop continues
13 false ⇒ loop stops, program them prints out value of numA
James works on history for 9/10 of an hour he works on English for 3/10 of an hour how much longer does James work on history than on English
By the mid-1990s, how did revenue generated from video games compare to revenue generated from movies?
By the mid-1990s, the revenue generated from video games was two and a half times the revenue generated from movies.
Research shows that in 1994, the revenue generated from arcades in the United States was about $7 billion quarterly while the revenue generated from home console sales was about $6 billion dollars.
When combined, this revenue from games was two and a half times the amount generated from movies.
Learn more about video games here:
https://brainly.com/question/8870121
Answer:
Revenue made from video game sales still lagged behind revenue made from movies.
How many passes will it take to find 16 using a binary search?
2, 4, 6, 8, 10, 12, 14
3
4
2
1
Answer:
1
Explanation:
Binary search is a useful approach for reducing a list of items. It divides the section of the list that might contain the item in half repeatedly until there is only one viable position left. Thus, option D is correct.
What using a binary search?Recursive and iterative methods. The main distinction between the two approaches is that the recursive approach utilizes O(logN) space complexity, whereas the iterative approach uses O (1).
On sorted arrays, binary search operates.The binary search process begins by comparing a middle-of-the-array member to the desired value.
Therefore, It is necessary to locate element 59 in a 10-digit array. The index of the elements ranges from 0 to 9. The array's centre is now calculated. To do this, divide the index's leftmost and rightmost values by two.
Learn more about binary search here:
https://brainly.com/question/12946457
#SPJ2
In cell a10 enter a formula using or to display true if net profit before tax in 2019 (cell b5) are greater than 750000(seven hundred, fifty thousand) or net profit before tax in 2020 (cell c5) are greater than 750000 (seven hundred, fifty thousand). use cell references where appropriate and enter the arguments exactly as described in this question.
The OR Excel function is a function that is used to test several conditions in one statement.
The Excel formula to display true based on the conditions in cell A10 is =OR(B5>750000,C5>750000)
From the question, we have:
Cell B5 represents the net profit before tax in 2019Cell C5 represents the net profit before tax in 2020The syntax of the OR logical function is: =OR([conditions])
So, the Excel formula to display true based on the conditions in cell A10 is =OR(B5>750000,C5>750000)
Read more about Excel formulas at:
https://brainly.com/question/14820723
Tom is not sure how to code contents such as title and meta elements. These are coded as ____ elements.
Answer:
Tom is not sure how to code contents such as title and meta elements. These are coded as head elements.
Hope that helps. x
Answer:
head elements
Explanation:
answer is above
almost every school or university has a or council or organization that works towards provision of providing education training and consultation
Answer:
In education, the term stakeholder typically refers to anyone who is invested in the welfare and success of a school and its students, including administrators, teachers, staff members, students, parents, families, community members, local business leaders, and elected officials such as school board members, city ...
Explanation:
Which of the following describes email nonrepudiation?
A.
the elimination of emails that may contain dangerous viruses
B.
the review of every email sent by the CIA
C.
the use of tracking methods that can identify senders and their locations
D.
the use of encryption methods that ensure senders and their locations cannot be identified
Answer:
I believe the answer is C, im sorry if im wrong
What is the interface of an app?
a storyboard software
the part the user sees
a sketch of your idea
a testing environment
Explanation:
An application interface or user interface ,is the set of features an application provides so that user may supply input to and recieve output from,the program.
python Better Password Prompt
Write a program that uses a loop and a half to prompt a user for a password. You should prompt the user for the password. If they get it correct, break out of the loop. If they don’t get it correct, you should give them an error message and ask again.
Sample Run:
Enter password: 123123
Sorry, that did not match. Please try again.
Enter password: password
Sorry, that did not match. Please try again.
Enter password: CODEHS
Sorry, that did not match. Please try again.
Enter password: abc123
You got it!
Note: You need to set SECRET to abc123 to run the tests
We use an indefinite while loop to keep the user entering the password. In the loop, we use if-else structure to check the password. If it is "abc123", the password is found and stop the loop using a break. Otherwise, the password is not correct. Note that since we do not use any break statement in the else part, the loop will continue asking for the input
Comments are used to explain each line of the code.
You may see the output in the attachment.
#set the SECRET
SECRET = "abc123"
#create a loop
while True:
#ask the user to enter a password
password = input("Enter password: ")
#check if the password is equal to SECRET
# if it is, state that password is correct and stop the loop using a break
# otherwise, state that password is not correct
if password == SECRET:
print("You got it!")
break
else:
print("Sorry, that did not match. Please try again.")
Here is another question related to the loops:
https://brainly.com/question/25694810
A small network that consists of devices connected by Bluetooth, such as a smartphone and a computer, is referred to as a ________.
Answer:
I think is technologies
define management styles
Answer:
man·age·ment style
noun
plural noun: management styles
the methods used by a person in managing an organization or group of people.
"the players seemed to lose confidence in his management style"
Explanation:
lol is that good?
Answer:
A Management style is the particular way managers go about accomplishing these objectives.
Two primary disadvantages to the ______ BN type are that the routers in the network impose time delays, and routers are typically more expensive and require more management than switches. Group of answer choices
Answer: Routed backbone disadvantages are time delays and more expensive than switches
Explanation:
who develop computer first?
sorry bro...,......................................
The goal of the ____ memory allocation algorithm is to find the smallest memory block into which a job will fit.
Please help explain Loops question. I will give brainliest.
Answer:
And 1 and 2 and 3
Explanation:
It is asked to display the 'and' every time, and the count is equal to 1 plus the previous count starting at zero, so it runs 3 times
What does the Finder do?
locates files
organizes computer folders and files
opens applications
empties the Trash
deletes files
turns off the computer
This computer is used by touching your finger.
A Desktop
C. Mainframe
B. Laptop
D. Tablet
Answer:
a tablet because it's controlled by the touch of a finger.
A numeric test score is to be converted to a letter grade of A, B, or C according to the following rules: A score greater than 90 is considered an A; a score between 80 and 90, inclusive, is considered a B; and any other score is considered a C. What code segments will assign the correct letter grade to grade based on the value of the variable score?
The code segment makes use of conditional statements.
Conditional statements in programming are used to make decisions
The code segment in C++ is as follows
if (score > 90) {
grade = 'A';
}
else if (score >= 80 && score < =90) {
grade = 'B';
}
else {
grade = 'C';
}
The above code segments take the score, make comparison, and then determine the appropriate letter grade.
Read more about code segments at:
https://brainly.com/question/20475581
II and III
Explanation:If it is the test i think it is
I is incorrect because it is saying that automatically it is set as C but if the score is over 90 then you get an A if it's anything else then it's a B. This is false because then your outcome will never be C. It would only be A or B.
II is correct because it starts off by saying that if the score is greater than 90 then you'll get an A if else then if your score is equal to or greater or equal to than 80 then you get B and then if anything else then it's a C. This incoorporates everything.
III is also true because it start off by saying if anything is below an 80 then you automatically get a C. If it's anything over than 80 then if it's equal to or less than 90 then you get a b and if it's anything else then you get an A. This also checks out which means it's true.
So the answer is II and III
Which type of list should be used if the items in the list need to be in a specific order?
Answer:
chronological
Explanation:
if your list is in chronological order that means it will be in the exact specific order in which you need it to be
how to send an email without showing recipients outlook
Answer:
Outlook. When you open a new blank email in Outlook, click on the “Options” tab. From there, you'll want to select the Bcc field in the message header. This is your “blind carbon copy” option, meaning that your email recipients will not see other names on the list.
Explanation:
in python:
The mode of a list of numbers is the number listed most often. The median of a list of numbers is the value in the middle of the list if the list is arranged in order. For this software solution you will do the following:
Take 10 numbers as input from the user and display the number with the highest mode. If there is a tie, you will need to show all of those numbers.
Your program must create a user-defined function that takes an array of numbers as a parameter and returns the value that appears the most often in the array.
For those same 10 numbers your program must create a user-defined function that takes an array of numbers as a parameter and returns the value which is the median for those numbers.
please help!
Python can be used to implement central of tendencies such as mean, median and mode using the statistic module
The program in Python, where comments are used to explain each line is as follows:
#This imports the statistics module
import statistics
#This defines the function that calculates the mode
def calcMode(myList):
#This prints the mode
print(statistics.multimode(myList))
#This defines the function that calculates the median
def calcMedian(myList):
#This prints the median
print(statistics.median(myList))
#The main method begins here
#This initializes the list
myList = []
#The following iteration gets input for the list
for i in range(10):
myList.append(int(input()))
#This calls the calcMode method
calcMode(myList)
#This calls the calcMedian method
calcMedian(myList)
Read more about similar programs at:
https://brainly.com/question/25026386
If you want to use the randint function, you need to include import random in your program.
A. True
B.False
Answer:
A. True
Explanation:
Because to use randint (which means random integer) you need to import random module.
With the goal of keeping your hardware safe, explain the physical hazards you should avoid.
Based on health safety procedures, the physical hazards you should avoid include "eyestrain."
What are Physical Hazards in Computing?Physical hazards are computing are hazards that affect the physical body of the users due to operating the Computer system.
Different Physical Hazards in ComputingBack pain Neck and shoulder painsHeadacheEyestrainInjuries of the arms, hands, and thumbs, etc.Hence, in this case, it is concluded that there are various physical hazards computer users need to avoid.
Learn more about Physical hazards in Computing here: https://brainly.com/question/5622984
Why is experience in their own factory setting
crucial for a manager in the manufacturing
business?
Answer:
How to Manage Manufacturing Operations Effectively
Ensure High-Quality Products. ...
Ensure High-Quality Equipment. ...
Know How To Maximize Resources. ...
Look Into Technological Advancements. ...
Check Your Customer Service. ...
Consider Reducing Waste. ...
Conclusion.
Explanation:
A _____ is a large group of infected computers, controlled without the user's knowledge, to perform tasks such as sending spam.
A large group of infected computers, controlled without the user's knowledge, to perform tasks such as sending spam is called; botnet
To answer this question, we need to first define an internet bot. An Internet bot is simply defined as a software application that runs tasks in an automated manner over the Internet.
Now, a number of connected internet devices that run one or more bots is referred to as a botnet and this botnet tends to control tasks on the infected computers without the user's knowledge.
Read more on botnets at; https://brainly.com/question/13624552