Genpact nyseg stands for generating business impact
we architect the lean digital SM enterprise through a unique approach based on our patients smart enterprise process sapsm framework and remains are clients middle and back of the generate growth course efficiency and business agility
Explanation:
it is helpful for you
Write an
algorithm for "How to Polish Your
Shoes".
Answer:
Step 1- Start
Step 2- Take out your shoes
Step 3- Take out the shoe polish
Step 4- Put the shoe polish on your shoe
Step 5- Then polish your shoe
Step 6- Stop
hope this helps
What would be the best tool to display the following information from a basketball game?
Eric had 21 points, 3 rebounds, and 1 assist
Sean had 10 points, 1 rebound, and 10 assists
Jim had 8 points, 3 rebounds, and 5 assists
A.table
B.memo
C.research paper
D.business letter
what of the following uses heat from deep inside the earth that generates steam to make electricity
Answer:
Geothermal power plants.
A trucking company is expanding its business and recently added 50 new trucks to its fleet delivering to numerous locations. The company is facing some challenges managing the new additions. Which of the company's problems could be solved more easily using quantum computing?
collecting travel data from all the company's trucks in real-time
tracking to ensure that shipments are sent and received on time
automating the inventory operations to handle the expansion
routing the trucks effectively to optimize fuel consumption
Answer: automating the inventory operations to handle the expansion
Need an answer in Python
Write a program for. checking the truth of the statement ¬(X ⋁ Y ⋁ Z) = ¬X ⋀ ¬Y ⋀ ¬Z for all predicate values.
Using the knowledge in computational language in python it is possible to write a code that checking the truth of the statement ¬(X ⋁ Y ⋁ Z) = ¬X ⋀ ¬Y ⋀ ¬Z for all predicate values.
Writting the code:def conjunction(p, q):
return p and q
print("p q a")
for p in [True, False]:
for q in [True, False]:
a = conjunction(p, q)
print(p, q, a)
def exclusive_disjunction(p, q):
return (p and not q) or (not p and q)
print("p q a")
for p in [True, False]:
for q in [True, False]:
a = exclusive_disjunction(p, q)
print(p, q, a)
See more about python at brainly.com/question/18502436
#SPJ1
Consider a computer system running a general-purpose workload. Measured utilizations (in terms of time, not space) are Processor 20.0%, Disk 99.7%, and Network 5.0%. What would be the impact on processor utilization of getting a faster CPU?A. increase CPU utilization B. no effect on CPU utilzaiton C. decrease CPU utilization
Answer:
C. decrease CPU utilization
Explanation:
In this scenario, getting a faster CPU would decrease CPU utilization. That is because the current CPU is not being utilized to its full potential and only using 20% of its full potential. Getting a faster CPU that can handle a greater workload and at a much faster speed means that the full potential of that CPU will be much higher. Therefore, running the same general-purpose workload on this new CPU will use much less of its resources to get that workload done and use a much lower percentage of its full potential, meaning it will decrease CPU utilization.
Write and execute a query that will determine the average number of days that automobiles are rented. Show your result broken out by makes. Do not include an automobile if it has not yet been returned.
Using the knowledge in computational language in SQL it is possible to write a code that query that will determine the average number of days that automobiles are rented
Writting in SQL:select Customer.CID,CName,Age,Resid_City,BirthPlace,
Rentcost.Make,Cost,Rentals.Rtn,Date_Out,Pickup,Date_returned,Return_city
from Customer,Rentcost,Rentals where
Customer.CID=Rentals.CID and Rentcost.Make=Rentals.Make
order by Customer.CID, Rentcost.Make asc;
select Customer.CID,CName from Customer,Rentals where Customer.CID=Rentals.CID
and Pickup='Cary';
select distinct(CName),age from Customer,Rentals where Customer.CID=Rentals.CID
and Return_city='Erie' order by CName asc;
select Customer.CID,CName from Customer,Rentals where Customer.CID=Rentals.CID
and Return_city is null;
select CName from Customer,Rentals where Customer.CID=Rentals.CID
and Resid_City=Pickup;
See more about SQL at brainly.com/question/13068613
#SPJ1
What is a rule of solid database design regarding calculated values?
They should be stored in a database.
O They should not be stored in a database.
O They should be hidden from query results.
O They should be eliminated from query results.
Answer:
They should not be stored in a database.
Explanation:
Which is the first step in the process of reading materials critically
Answer:
SQRRR or SQ3R is a reading comprehension method named for its five steps: survey, question, read, recite, and review. The method was introduced by Francis P. Robinson, an American education philosopher in his 1946 book Effective Study. The method offers a more efficient and active approach to reading textbook material
Which type of photographer documents plants and weather in their natural habitat?
a
Portrait
b
Nature
c
Product
d
Scientific
each interior angle of a regular polygon is 150°.how many sides has the polygon
Answer:
12 sides
Explanation:
{(n-2)x180}÷n
150=\(\frac{(n-2)*180}{n}\)
150n=(n-2) x 180
150n= 180n-360
150n-180n=- 360
-30n= -360
n= 12
Sides of polygon is 12
did anyone know what's the problem here?
Answer:
porbaly an error or bug
Explanation:
Which topic would be included within the discipline of information systems
, , , , , are only a few of the subjects covered within the study area of information systems. Business functional areas like business productivity tools, application programming and implementation, e-commerce, digital media production, data mining, and decision support are just a few examples of how information management addresses practical and theoretical issues related to gathering and analyzing information.
Telecommunications technology is the subject of communication and networking. Information systems is a branch of computer science that integrates the fields of economics and computer science to investigate various business models and the accompanying algorithmic methods for developing IT systems.
Refer this link to know more- https://brainly.com/question/11768396
Which core business etiquette is missing in Jane
Answer:
As the question does not provide any context about who Jane is and what she has done, I cannot provide a specific answer about which core business etiquette is missing in Jane. However, in general, some of the key core business etiquettes that are important to follow in a professional setting include:
Punctuality: Arriving on time for meetings and appointments is a sign of respect for others and their time.
Professionalism: Maintaining a professional demeanor, dressing appropriately, and using appropriate language and tone of voice are important in projecting a positive image and establishing credibility.
Communication: Effective communication skills such as active listening, clear speaking, and appropriate use of technology are essential for building relationships and achieving business goals.
Respect: Treating others with respect, including acknowledging their opinions and perspectives, is key to building positive relationships and fostering a positive work environment.
Business etiquette: Familiarity with and adherence to appropriate business etiquette, such as proper introductions, handshakes, and business card exchanges, can help establish a positive first impression and build relationships.
It is important to note that specific business etiquettes may vary depending on the cultural and social norms of the particular workplace or industry.
three classifications of operating system
Answer:
THE STAND-ALONE OPERATING SYSTEM, NETWORK OPERATING SYSTEM , and EMBEDDED OPERATING SYSTEM
What is the purpose of Switch here? And, why are there two switches?
Answer:
Keep electrical signal undistorted: When a switch forwards a frame, it regenerates an undistorted square electrical signal. And, In a simple light circuit, it switches between connected and disconnected. In a more complex multi-way system it switches between two wires which both go to the other switch. The other switch chooses which wire is connected and which is not. So both switches can connect or disconnect the circuit, at any time.
Explanation:
Implement an operator* function so that one can repeat strings a given number of times. For example,
string greeting = "hi";
string result = greeting * 3;
should set result to "hihihi".
Complete the following file:
#include
using namespace std;
=====complete from here
Use the following file:
Tester.cpp
#include
#include
using namespace std;
string operator*(string s, int n);
int main()
{
string greeting = "hi";
cout << greeting * 3 << endl;
cout << "Expected: hihihi" << endl;
greeting = "bye";
cout << greeting * 2 << endl;
cout << "Expected: byebye" << endl;
return 0;
}
To implement an operator* function so that one can repeat strings a given number of times, add the following code to the given file:
#include <string>
#include <iostream>
using namespace std;
string operator*(string s, int n) {
string result;
for (int i = 0; i < n; i++) {
result += s;
}
return result;
}
Now when you run the program, it should output "hihihi" and "byebye" as expected.
Learn more about programming:
https://brainly.com/question/26134656
#SPJ4
Observe ,which plunger exerts(produces) more force to move the object between plunger B filled with air and plunger B filled with water?
The plunger filled with water will exert more force to move an object compared to the plunger filled with air.
What is a plunger?Plunger, force cup, plumber's friend, or plumber's helper are all names for the tool used to unclog pipes and drains. It is composed of a stick (shaft) that is often constructed of wood or plastic and a rubber suction cup.
It should be noted that because water is denser than air, meaning it has a higher mass per unit volume. When the plunger is filled with water, it will have a greater overall mass and will thus be able to transfer more force to the object it is trying to move.
Learn more about water on:
https://brainly.com/question/1313076
#SPJ1
Take two equal syringes, join them with plastic tube and fill them with water as illustrated in the figure
Push the plunger of syringe A (input) and observe the movement of plunger B (output).
(a)
Which plunger moves immediately when pressing plunger A, between plunger B filled with air and plunger B filled with water?
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
what is routing protocol convergence time defined as?
Routing protocol convergence time is defined as topology.
What is Routing protocol convergence?The convergence time determines how soon a group of routers enters the state of convergence. The ability of all routers using the protocol to converge quickly and accurately is one of the major design goals and an important performance parameter for routing systems.
Converged protocols are the merging of specialty or proprietary protocols with standard protocols, such as those from the TCP/IP suite. Convergence time refers to the amount of time it takes for the network's routers to come together following a topology change. For high-performance service provider networks that operate sensitive applications, network convergence and quick failover are essential. Topology is the study of the characteristics of spaces that are unaffected by continuous deformation. Because the objects may be stretched and contracted like rubber sheets yet cannot be broken, it is frequently referred to as "rubber-sheet geometry".
Therefore, topology is routing protocol convergence time defined as.
Learn more about Routing protocol convergence here:
https://brainly.com/question/29060057
#SPJ12
How university has utilised Information Technology in society for efficient business process?
Employees can easily understand and identify their goals, targets, or even if the exertion used was undertaking or not with the help of strong information technology.
What is information technology?The use of technology to communicate, transfer data, and process information is referred to as information technology.
Among the various trends in information technology are, but are not limited to, analytics, automation, and artificial intelligence.
The use of computers, storage, networking, and other physical devices, infrastructure, and processes to create, process, store, secure, and exchange all forms of electronic data is referred to as information technology (IT).
With the assistance of powerful information technology, employees can easily understand and identify their goals, targets, or even whether the exertion used was undertaken or not.
Thus, universities utilized Information Technology in society for efficient business process.
For more details regarding information technology, visit:
https://brainly.com/question/14426682
#SPJ1
Write a class called OrthokonBoard that represents the board for a two-player game that is played on a 4x4 grid.
Answer:
Explanation:
The following code is written in Java. It creates the class OrthokonBoard which holds a 4x4 grid board in which each space is an "x" . Once the user creates an OrthokonBoard object they need to pass the positions of player 1 and 2 as an integer array of an x and y coordinate on the grid. Then the constructor of the object places the players on the board. A test version of the class was added to the main method and the output can be seen in the attached picture below.
class Brainly {
public static void main(String[] args) {
int[] player1Pos = {1, 1};
int[] player2Pos = {3,3};
OrthokonBoard newBoard = new OrthokonBoard(player1Pos, player2Pos);
for (char[] x : newBoard.board) {
System.out.println("");
for ( char y : x) {
System.out.print(y + " ");
}
}
}
}
class OrthokonBoard {
char[][] board = {{'x', 'x', 'x', 'x'}, {'x', 'x', 'x', 'x'}, {'x', 'x', 'x', 'x'}, {'x', 'x', 'x', 'x'}};
public OrthokonBoard(int[] playerOnePos, int[] playerTwoPos) {
board[playerOnePos[0]][playerOnePos[1]] = '1';
board[playerTwoPos[0]][playerTwoPos[1]] = '2';
}
}
Assignment 4: Divisible by Three
Write a program that will ask a user how many numbers they would like to check. Then, using a for loop, prompt the user for a number, and output if that number is divisible by 3 or not. Continue doing this as many times as the user indicated. Once the loop ends, output how many numbers entered were divisible by 3 and how many were not divisible by 3.
Hint: For a number to be divisible by 3, when the number is divided by 3, there should be no remainder - so you will want to use the modulus (%) operator.
Hint: You will need two count variables to keep track of numbers divisible by 3 and numbers not divisible by 3.
Sample Run 1
How many numbers do you need to check? 5
Enter number: 20
20 is not divisible by 3.
Enter number: 33
33 is divisible by 3.
Enter number: 4
4 is not divisible by 3.
Enter number: 60
60 is divisible by 3.
Enter number: 8
8 is not divisible by 3.
You entered 2 number(s) that are divisible by 3.
You entered 3 number(s) that are not divisible by 3.
Sample Run 2
How many numbers do you need to check? 3
Enter number: 10
10 is not divisible by 3.
Enter number: 3
3 is divisible by 3.
Enter number: 400
400 is not divisible by 3.
You entered 1 number(s) that are divisible by 3.
You entered 2 number(s) that are not divisible by 3.
Benchmarks
Prompt the user to answer the question, “How many numbers do you need to check? “
Create and initialize two count variables - one for numbers divisible by 3 and one for numbers not divisible by 3.
Based on the previous input, create a for loop that will run that exact number of times.
Prompt the user to "Enter number: "
If that number is divisible by 3, output “[number] is divisible by 3.”
Update the appropriate count variable.
Or else if the number is not divisible by 3, output “[number] is not divisible by 3.”
Update the appropriate count variable.
Output “You entered [number] number(s) that are divisible by 3.”
Output “You entered [number] number(s) that are not divisible by 3.”
Answer:
# Prompt the user to enter how many numbers they would like to check
num_numbers = int(input("How many numbers do you need to check? "))
# Initialize two count variables - one for numbers divisible by 3, and one for numbers not divisible by 3
count_divisible = 0
count_not_divisible = 0
# Create a for loop that will run the number of times specified by the user
for i in range(num_numbers):
# Prompt the user to enter a number
number = int(input("Enter number: "))
# Check if the number is divisible by 3
if number % 3 == 0:
# If the number is divisible by 3, output a message and update the count
print(f"{number} is divisible by 3.")
count_divisible += 1
else:
# If the number is not divisible by 3, output a message and update the count
print(f"{number} is not divisible by 3.")
count_not_divisible += 1
# Output the final counts of numbers that are and are not divisible by 3
print(f"You entered {count_divisible} number(s) that are divisible by 3.")
print(f"You entered {count_not_divisible} number(s) that are not divisible by 3.")
how do you fix The lag on your zsnes emulator
4. SHORT ANSWERS:
i. Suppose tree T is a min heap of height 3.
- What is the largest number of nodes that T can have? _____________________
- What is the smallest number of nodes that T can have? ____________________
ii. The worst case complexity of deleting any arbitrary node element from heap is ___________
Answer:
i. A min heap of height 3 will have a root node with two children, each of which has two children of its own, resulting in a total of 7 nodes at the bottom level. Therefore:
The largest number of nodes that T can have is 1 + 2 + 4 + 7 = 14.
The smallest number of nodes that T can have is 1 + 2 + 4 = 7.
ii. The worst case complexity of deleting any arbitrary node element from a heap is O(log n), where n is the number of nodes in the heap. This is because deleting a node from a heap requires maintaining the heap property, which involves swapping the deleted node with its child nodes in order to ensure that the heap remains complete and that the heap property is satisfied. This process requires traversing the height of the tree, which has a worst-case complexity of O(log n).
Explanation:
Explain Elasticity vs Scalability in cloud computing
Answer:
The purpose of elasticity is to match the resources allocated with actual amount of resources needed at any given point in time. Scalability handles the changing needs of an application within the confines of the infrastructure via statically adding or removing resources to meet applications demands if needed.
Explanation:
The purpose of elasticity is to match the resources allocated with actual amount of resources needed at any given point in time. Scalability handles the changing needs of an application within the confines of the infrastructure via statically adding or removing resources to meet applications demands if needed.
NEED HELP ASAP!
In this assignment, you will demonstrate your ability to organize text in Word 2016. Use the link below to access the student guide needed to complete the assignment. At the end of this unit, you will upload your finished work for grading. Ways to Organize Text-Student Guide.doc
Here are ways you can organize ideas in your writing and be certain that your readers will get it:
Chronological Order.Logical Order. Climactic Order. Random OrderWhat is the ordering aboutWhen all of the messages and segments inside a group are arranged logically, next to one another, in the position established by the physical placement of the group's first item, this is known as logical order.
The study of placing events in chronological order is known as chronology. Think about using a timeline or a list of events as an example. It is also "the actual temporal sequence of past events being determined.
Learn more about order on:
https://brainly.com/question/20771129
#SPJ1
s the act of consulting with subject-matter experts about the results of your data analysis.
Data Validation is the act of consulting with subject-matter experts about the results of your data analysis.
Why is this important?The act of consulting with subject-matter experts about the results of your data analysis is known as "data validation" or "data verification."
This is an important step in the data analysis process to ensure that the findings are accurate, meaningful, and useful. It involves seeking feedback from experts in the relevant field or industry to ensure that the results are consistent with what is known about the subject matter and that any assumptions or conclusions drawn from the data are appropriate.
Learn more about Data Validation on:
https://brainly.com/question/29033397
#SPJ1
Veronica observes how the force of friction causes an object to slow down. She writes the following observation: When an object moves across a smooth surface, there is less friction created than when an object moves across a rough surface. When the object stops moving, friction is created. Which statement corrects the error(s) in Veronica's observations?
The statement corrects the error in Veronica's observations is "when an object stops moving, there is no friction." The correct option is D.
What is friction?Friction is the force that prevents one solid object from sliding or rolling over another.
Frictional forces, such as the traction required to walk without slipping, are beneficial, but they also present a significant amount of resistance to motion.
When an object begins to move on a surface, friction is created. Veronica's conclusions about friction being less on a smooth surface and more on a rough surface were correct.
However, she stated that friction occurs when an object stops moving, which is incorrect. When an object is static, friction cannot be produced.
Thus, the correct option is D.
For more details regarding friction, visit:
https://brainly.com/question/28356847
#SPJ1
Your question seems incomplete, the missing options are:
It is not smooth or rough surfaces that affects friction. It is the size of the push.When an object moves across a rough surface, there is no friction.When an object moves across a smooth surface, the friction increases.When an object stops moving, there is no friction.What is the impact of social media on mainstream media?
Answer:
Allows you to interact and engage with other people who are interested in the same topic.
Explanation:
This is so because it is not one sided.