Answer:
A. Computers control traffic lights and public transportation systems.
C. Computers allow people to take classes and complete assignments remotely.
D. Computers are used to track and keep records for health care and education.
Explanation:
Computers have had a significant impact on many aspects of modern life, including transportation, education, and healthcare. They are used to control traffic lights and public transportation systems, which helps to improve efficiency and safety. They are also used to facilitate distance learning and to keep track of important records in the healthcare and education sectors.
What is Accenture's role in Multi-party Systems?
consulting on new technologies for investment purposes
developing a messaging solution between two companies
helping ecosystems reimagine their processes to unlock value
helping a single company develop a data ingress platform
I don't know this yet.
Answer:
helping a single company develop a data ingress platform
Explanation:
Accenture's role in Multi-party Systems is "helping a single company develop a data ingress platform."
This is evident in the fact that Accenture formed a strategic alliance with Marco Polo Network in recent times. The purpose of the alliance is to create a single data ingress platform for many connections. That is those on the network can easily install, either on-prem or through the cloud such as the Marco Polo platform, and then later incorporates the data into the enterprise resource planning system.
write c++program and add 5 mark for all female students
Answer:
To write a C++ program that adds 5 marks to all female students, we first need to create a structure to store student information, including name, gender, and marks. Next, we'll create a function to add 5 marks to all female students, and finally, display the updated marks.
Here's a C++ program that demonstrates this:
#include <iostream>
#include <vector>
#include <string>
#include <iomanip>
using namespace std;
struct Student {
string name;
char gender;
int marks;
};
void addMarksToFemaleStudents(vector<Student>& students) {
for (Student& student : students) {
if (student.gender == 'F' || student.gender == 'f') {
student.marks += 5;
}
}
}
void displayStudents(const vector<Student>& students) {
cout << left << setw(10) << "Name" << setw(8) << "Gender" << "Marks" << endl;
for (const Student& student : students) {
cout << left << setw(10) << student.name << setw(8) << student.gender << student.marks << endl;
}
}
int main() {
vector<Student> students = {
{"Alice", 'F', 85},
{"Bob", 'M', 78},
{"Eva", 'F', 90},
{"Tom", 'M', 88}
};
cout << "Original list of students:" << endl;
displayStudents(students);
addMarksToFemaleStudents(students);
cout << "\nUpdated list of students:" << endl;
displayStudents(students);
return 0;
}
Explanation:
The code defines a struct named Student which contains the name, gender, and marks of a student. It then defines two functions:
addMarksToFemaleStudents(vector<Student>& students): This function takes a reference to a vector of Student objects and increases the marks of female students (indicated by a gender of 'F' or 'f') by 5.displayStudents(const vector<Student>& students): This function takes a constant reference to a vector of Student objects and displays their name, gender, and marks in a formatted table using the setw() and left manipulators.In the main() function, a vector of Student objects is created and initialized with four elements. The original list of students is displayed using displayStudents(), then addMarksToFemaleStudents() is called to increase the marks of female students, and the updated list of students is displayed again using displayStudents().
The program then returns 0, indicating successful execution.
PLEASE HELP: Write a java code where the user picks a number 1-3 and depending on what number they choose they have to unscramble the word given to them.
If the user is correct display the message. If the user is incorrect display they are wrong. The user only gets one chance.
Example output:
Pick a number 1-3
> 2
Guess the word:
lehlo
> hello
you are correct!
import java.util.Scanner;
public class JavaApplication37 {
public static void main(String[] args) {
String [] arr = {"lehlo", "ciem", "hrpmsi"};
Scanner scan = new Scanner(System.in);
System.out.println("Pick a number 1-3");
int num = scan.nextInt();
System.out.println("Guess the word:");
System.out.println(arr[num-1]);
String guess = scan.next();
if (num == 1){
if (guess.equals("hello")){
System.out.println("You are correct!");
}
else{
System.out.println("You are incorrect!");
}
}
else if (num == 2){
if (guess.equals("mice")){
System.out.println("You are correct!");
}
else{
System.out.println("You are incorrect!");
}
}
else if (num == 3){
if (guess.equals("shrimp")){
System.out.println("You are correct!");
}
else{
System.out.println("You are incorrect!");
}
}
}
}
I hope this helps!
differences between ms word and ms excel
Answer:
MS Word is a processing software which is used for writing letters, essay, notes, etc. Whereas, MS Excel is a spreadsheet software where a large amount of data or information can be saved in a systematic tabular manner in numerical and alphabetical values.
For each of the following agents, describe all the possible PEAS (Performance, Environment, Actuators, and Sensors) and then identify the environment type. Self-vacuum cleaner Speech recognition device Drone searching for a missing person Computer playing chess Alexa/Siri performing as a smart personal assistant.
The PEAS environment type is a task environment space that is used in the evaluation of performance, the environment, the sensors and the actuators.
How to identify the environment typeFor all of the options listed here, the environment types have to be put in tables. The table has been created in the attachment I added.
The use of PEAS helps in the performance of tasks in an independent way.
Read more on performance evaluator here: https://brainly.com/question/3835272
Prepare Mounthly Payroll to xy Company which Calculate Tax, Pension Allowance, over time and Vet for each employce
Make a payroll calculation using ADP® Payroll. Get 3 Months of Payroll Free! ADP® Payroll makes the payroll process quicker and simpler. Get ADP® Payroll Started Today! Time and presence. IRS tax deductions.
How do you calculate Monthly Payroll ?You're ready to determine the employee's pay and the amount of taxes that must be deducted once you've set up your employees (and your firm, too). Making appropriate deductions for things like health insurance, retirement benefits, or garnishments, and, if necessary, adding back reimbursements for expenses. Going from gross compensation to net pay is the technical word for this.
Feel free to jump to the step you're searching for if you're having trouble understanding a particular one: First, determine your gross pay. Step 2: Determine the employee tax with holdings for 2019 or earlier and 2020 or later. Add any expense reimbursements in step four. Step 5: Compile everything.
To learn more about Payroll refer to :
https://brainly.com/question/30086703
#SPJ1
MIS as a technology based solution must address all the requirements across any
structure of the organization. This means particularly there are information to be
shared along the organization. In connection to this, a student has complained to MIS
grade recently submitted that he does not deserve C+. following the complaint, the
instructor checked his record and found out that the student’s grade is B+, based on
the request the Department Chair also checked the record in his office and found out
the same as the Instructor. Finally, the record in the registrar office consulted and the
grade found to be B+. Therefore, the problem is created during the data entry of
grades of students to the registrar system. Based on the explanations provided,
which of information characteristics can be identified?
The information characteristic that can be identified based on the explanations provided is accuracy. Accuracy is one of the main characteristics of good quality data, and it refers to the extent to which data is correct and free from error. In the scenario provided, the problem was caused during the data entry of grades of students into the registrar system. The student's grade was entered as C+ instead of B+ which was the correct grade.
The use of Management Information Systems (MIS) as a technology-based solution can help ensure accuracy in data entry and other information processing activities across an organization's structure. It does this by providing the necessary tools, processes, and procedures for collecting, processing, storing, and sharing data and information across various departments and units of the organization.
MIS helps to ensure that data is accurate, timely, relevant, complete, and consistent by providing a framework for the organization to collect, process, and store data in a manner that meets specific organizational requirements. Therefore, accuracy is an important information characteristic that must be maintained in any organization that relies on MIS for data processing and sharing.
For more such questions on Accuracy, click on:
https://brainly.com/question/14523612
#SPJ8
Universal Containers (UC) has a queue that is used for managing tasks that need to be worked by the UC customer support team. The same team will now be working some of UC's Cases. Which two options should the administrator use to help the support team?
a. Create a new queue and add Cases as an available object.
b. Configure a flow to assign the cases to the queue.
c. Add Cases to the existing queue as available object.
d. Use assignment rules to set the queue as the owner of the case.
We have that the two options should the administrator use to help the support team are
Configure a flow to assign the cases to the queueUse assignment rules to set the queue as the owner of the caseOption B and D
From the question we are told
Universal Containers (UC) has a queue that is used for managing tasks that need to be worked by the UC customer support team. The same team will now be working some of UC's Cases. Which two options should the administrator use to help the support team?Support team HelpGenerally the two options that will be taken
1)Configure a flow to assign the cases to the queue
The configuration of the waft is will be created in such a way that if any different venture comes then it computerized get managed and the uc client aid group will test the waft on that base they can sketch based totally on the assignment and assign to group and execution of the mission is being started.
2. Use assignment rules to set the queue as the owner of the case
The venture policies are used for the reason of getting assigned the challenge mechanically , in this case we have now the important points like the UC
Therefore
Configure a flow to assign the cases to the queue Use assignment rules to set the queue as the owner of the caseOption B and D
For more information on Support visit
https://brainly.com/question/18540902
how i simplify this boolean expression ?A'.B'.C'+A'.B'.C+A'.B.C+A.B'.C+A.B.C
Answer:
A⁵+B⁵+C⁵
A+A+A+A+A= A⁵
B+B+B+B+B=B⁵
C+C+C+C+C= C⁵
Answer:
woah thats crazy i have no clue
im so sorry
Explanation:
working with the tkinter(python) library
make the window you create always appear on top of other windows. You can do this with lift() or root.attributes('-topmost', ...), but this does not apply to full-screen windows. What can i do?
To make a tkinter window always appear on top of other windows, including full-screen windows, you must use the wm_attributes method with the topmost attribute set to True.
How can I make a tkinter window always appear on top of other windows?By using the wm_attributes method in tkinter and setting the topmost attribute to True, you can ensure that your tkinter window stays on top of other windows, even when they are in full-screen mode.
This attribute allows you to maintain the window's visibility and prominence regardless of the current state of other windows on your screen.
Read more about python
brainly.com/question/26497128
#SPJ1
ng questions two features of computer .
Explanation:
accuracy, diligence, versatility
100 point question, with Brainliest and ratings promised if a correct answer is recieved.
Irrelevant answers will be blocked, reported, deleted and points extracted.
I have an Ipad Mini 4, and a friend of mine recently changed its' password ( they knew what the old password was ). Today, when I tried to login to it, my friend claimed they forgot the password but they could remember a few distinct details :
- It had the numbers 2,6,9,8,4, and 2 ( not all of them, but these are the only possible numbers used )
- It's a six digit password
- It definitely isn't 269842
- It definitely has a double 6 or a double 9
I have already tried 26642 and 29942 and my Ipad is currently locked. I cannot guarantee a recent backup, so I cannot reset it as I have very important files on it and lots of memories. It was purchased for me by someone very dear to me. My question is, what are the password combinations?
I have already asked this before and recieved combinations, however none of them have been correct so far.
Help is very much appreciated. Thank you for your time!
Based on the information provided, we can start generating possible six-digit password combinations by considering the following:
The password contains one or more of the numbers 2, 6, 9, 8, and 4.
The password has a double 6 or a double 9.
The password does not include 269842.
One approach to generating the password combinations is to create a list of all possible combinations of the five relevant numbers and then add the double 6 and double 9 combinations to the list. Then, we can eliminate any combinations that include 269842.
Using this method, we can generate the following list of possible password combinations:
669846
969846
669842
969842
628496
928496
628492
928492
624896
924896
624892
924892
648296
948296
648292
948292
Note that this list includes all possible combinations of the relevant numbers with a double 6 or a double 9. However, it is still possible that the password is something completely different.
What feature allows a person to key on the new lines without tapping the return or enter key
The feature that allows a person to key on new lines without tapping the return or enter key is called word wrap
How to determine the featureWhen the current line is full with text, word wrap automatically shifts the pointer to a new line, removing the need to manually press the return or enter key.
In apps like word processors, text editors, and messaging services, it makes sure that text flows naturally within the available space.
This function allows for continued typing without the interruption of line breaks, which is very helpful when writing large paragraphs or dealing with a little amount of screen space.
Learn more about word wrap at: https://brainly.com/question/26721412
#SPJ1
In java language please.
A java program that creates a 2D integer array is given below:
The Program//Class RURottenTomatoes
public class RURottenTomatoes
{
//main method
public static void main (String[] args)
{
//Declaring & initializing variable to store index of command line argument
int index = 0;
//Obtaining number of rows & columns for 2D array from command line
int r = Integer.parseInt(args[index++]);
int c = Integer.parseInt(args[index++]);
//Creating a 2D integer array of r rows & c columns
int ratings[][] = new int[r][c];
//Declaring iterator for loop
int i, j;
//Declaring variable to store sum of a movie ratings, highest sum of movie ratings
int sum, highest;
//Declaring variable to store index of sum of highest ratings movie
int highest_index;
//Filling value in 2D array from arguments of command line
for ( i = 0; i < r; i++ )
{
for ( j = 0; j < c; j++ )
{
ratings[i][j] = Integer.parseInt(args[index++]);
}
}
//Initializing highest sum of movie ratings & corresponding index
highest = highest_index = -1;
//Calculating index of the movie with highest sum of ratings
for ( i = 0; i < c; i++ )
{
sum = 0;
for ( j = 0; j < r; j++ )
{
sum = sum + ratings[j][i];
}
//Checking whether
if(sum > highest)
{
highest = sum;
highest_index = j;
}
}
//Displaying index of the movie with highest sum of ratings
System.out.println(highest_index);
}
}
OUTPUTjavac RURottenTomatoes.java
java RURottenTomatoes 3 4 1 2 3 4 5 6 7 8 9 10 11 12 3
Read more about java programming here:
https://brainly.com/question/18554491
#SPJ1
fill in the blank with the correct response
Answer:
regenerates
Explanation:
a hub regenerates it's signal bit by bit as it travels down the physical medium
In regard to segmentation, all of the following are examples of a customer's behavior or relationship with a product EXCEPT: a) user status. b) loyalty status. c) usage rate. d) demographics
Answer: demographics
Explanation:
Market segmentation refers to the process of dividing the consumers into sub-groups of consumers which are refered to as the segments based on the characteristics shared.
The examples of a customer's behavior or relationship with a product include user status, usage rate and loyalty status.
It should be noted that some examples of market segmentation are behavioral, demographic, geographic, and psychographic. From the options given, demographics is not an example of a customer's behavior with a product.
How much water does the Hill family use per week?
Answer:
The Hill family uses69 pints
Explanation:
bc why not
d) State any three (3) reasons why users attach speakers to their computer?
Answer:
the purpose of speakers is to produce audio output that can be heard by the listener. Speakers are transducers that convert electromagnetic waves into sound waves. The speakers receive audio input from a device such as a computer or an audio receiver.
Explanation: Hope this helps!
One note captures your ideas and schoolwork on any device so you can — and -
In "PUBATTLEGROUNDS” what is the name of the Military Base island?
Answer:
Erangel
Explanation:
Answer:
Erangel
Explanation:
The Military Base is located on the main map known as Erangel. Erangel is the original map in the game and features various landmarks and areas, including the Military Base.
The Military Base is a high-risk area with a significant amount of loot, making it an attractive drop location for players looking for strong weapons and equipment. It is situated on the southern coast of Erangel and is known for its large buildings, warehouses, and military-themed structures.
The Military Base is a popular destination for intense early-game fights due to its high loot density and potential for player encounters.
Hope this helps!
Which of these is an example of collective voice?
A. He hopes to make the world better for his children.
B. I have always dreamed of a kinder and better world.
C. We are here to make a better world for our children.
D. Your purpose is to make the world a better place.
Answer:
option C
hope it helps! please mark me brainliest..
Merry Christmas good day
Answer:
c
Explanation:
what is programming code
Answer:
Such languages are used to create computer code or program code, the set of instructions forming a computer program which is executed by the computer. This source code is translated into machine code by a compiler or interpreter, so that the computer can execute it to perform its tasks.
Answer:
Writing code,” “coding,” and “programming” are basically interchangeable terms. Broadly speaking, knowing how to write code is the process of creating instructions that tell a computer what to do, and how to do it. Codes are written in various languages, such as javascript, C#, Python, and much more.
hlo samradhiki can we chat in comment section
Where should a photographer place lights for a headshot? Headshot lighting is more important with darker backgrounds. The light should be at a 45-degree angle from the subject. The light should be in front of the subject. The third light should be the subject to form a ring of light around the subject’s hair.
Answer:
Headshot lighting is more important with darker backgrounds. The
(key) light should be at a 45-degree angle from the subject. The
(fill) light should be in front of the subject. The third light should be
(behind) the subject to form a ring of light around the subject’s hair.
Explanation:
i searched it up individually and thats what i got
The business analysts at your organization often take weeks to come up with an updated set of requirements. So the senior developer for your team encourages everyone to catch up on their training while they wait for the update. If you were an agile coach for the organization, what might you do to improve the situation?
If I was an agile coach for the organization, I would ask the software development team to only do peer-to-peer training.
What is SDLC?SDLC is an abbreviation for software development life cycle and it can be defined as a strategic methodology that defines the key steps, phases, or stages for the design, development and implementation of high quality software programs.
In Agile software development, the software development team are more focused on producing working software programs with less effort on documentation.
In this scenario, I would ask the software development team to only do peer-to-peer training assuming I was an agile coach for the organization because it would provide the most fitting employees.
Read more on software development here: brainly.com/question/26324021
Ava is paraphrasing an article about cardiovascular disease. She has read the passage carefully and is confident that she understands it. What is her next step?
Reorder the sentences to the order you think makes more sense.
Identify the main points of what you have read.
Select a few key words to change to your own words.
Skim the original information to get a sense of what it is about.
Answer:
a
Explanation:
Answer:
ye it a
Explanation:
Assume the variable s is a String and index is an int. Write an if-else statement that assigns 100 to index if the value of s would come between "mortgage" and "mortuary" in the dictionary. Otherwise, assign 0 to index.
Using the knowledge in computational language in python it is possible to write a code that Assume the variable s is a String and index is an int.
Writting the code:Assume the variable s is a String
and index is an int
an if-else statement that assigns 100 to index
if the value of s would come between "mortgage" and "mortuary" in the dictionary
Otherwise, assign 0 to index
is
if(s.compareTo("mortgage")>0 && s.compareTo("mortuary")<0)
{
index = 100;
}
else
{
index = 0;
}
See more about JAVA at brainly.com/question/12975450
#SPJ1
Use Simulink to simulate the following circuit. Save your slx.file as EE207_StudentID.
Find the power absorbed by the 5 A current source in the circuit in Figure
Answer:
the correct answer is in the below file
xh5jg5l.com
the documents created in ms-excel is call what?
Answer:
It is called a Spreadsheet
The documents created in MS-excel are called a workbook that is stored in the computer.
What is a workbook?A workbook in Microsoft Excel is a grouping of one or more spreadsheets, also known as worksheets, in a single file. The spreadsheet "Sheet1" from the Excel workbook file "Book1" is an example below.
The "Sheet2" and "Sheet3" sheet tabs are likewise present in our example and are a part of the same worksheet. It may include both worksheets and chart sheets, among other types of sheets.
A blank spreadsheet is shown along with the Excel Starter beginning screen. A spreadsheet is known as a worksheet in Excel Starter, and worksheets are kept in a file known as a workbook.
Therefore, workbooks are the name given to the documents created in Microsoft Excel and kept on the computer.
To learn more about the workbook, refer to the link:
https://brainly.com/question/18273392
#SPJ2
what precautions should be taken to make a computer more secure
Answer:
To make a computer more secure
Explanation:
we have following ways :
1)we should have anti virus to protect our computer.
2)we should not play or look computer for a long time because it destroy our files
Network Access Protection (NAP) analyses the ________ of a computer.
Answer:
virus in a virus
Explanation: