Answer:
Report the crime to local law enforcement.
Explanation:
Select the correct answer.
Feather Light Footwear approaches Roy and his team to develop a website that will help increase the company's sales and customer base. Apart
from other items that are clarified in the requirements-gathering session, the client insists on a speedy launch of the site, in two months flat. Roy
and his team already have partially complete projects for other clients that they must complete first. How should Roy handle this situation?
OA. Roy can put aside his current projects and prioritize to finish this new project before the others.
OB. Roy should commit to the project deadline and then later change the delivery date as they work on the project.
OC. Roy can commit to the timeline set by the client and make his team work overtime each day to meet the deadline.
OD. Roy can take up the project, hire additional resources, and later charge the client additional fees for the extra hires.
OE. Roy should be honest and agree on a reasonable timeline that he and his team can easily meet.
Hurry I need help
Answer:
I'm pretty sure it's D.
IM NOT REALLY SURE BUT YES
Rather than entering an IP address into our browser, we use a text-based address known as a(n
Answer:
url
Explanation:
What fictional place would you most like to go to? Its your opinion!
Mount olympus
Explanation:
Because its the home of the greek gods and i feel like it would be cool to meet the gods
What are the parts of TCP/IP and what do they do? Who is the primary user of TCP/IP?
TCP/IP parts include the following:
Network accessInternetTransportApplicationWhat is TCP/IP?TCP and IP stands for Transmission Control Protocol and Internet Protocol respectively and are communication protocol that links the application layer to the network layer.
Its primary user include:
BNsMANsWANsRead more about TCP/IP here https://brainly.com/question/11864481
#SPJ1
What will be printed to the screen when the following program is run?
Answer:
20
Explanation:
max(my_list) is 5 (finds the maximum value)
sum(my_list) is 1 + 2 + 3 + 4 + 5 = 15 (finds the sum of values)
=> max(my_list) + sum(my_list) = 5 + 15 = 20
Answer:
It will print 20, because you are adding all the values of your list together using the max function, and then adding the actual integers in your list together with the previous number.
What will be printed to the screen when the following program is run?
Answer:
false
Explanation:
the parenthesis contains 2 true statements (5 is greater than 4 and 10 is greater than or equal to 10)
outside the parenthesis is the not, so the true parenthesis is negated to false
this means the value of a is false
I need the answer with c++
The question : Implement the class "Rectangle" with sides parallel to the coordinate axes. 1.Provide for the possibility of moving rectangles on the plane. 2.Provide for the possibility of changing sizes. 3.Provide for the possibility of constructing the smallest rectangle containing two given rectangles. 4.Provide for the possibility of constructing the rectangle that is a common part (intersection) of two rectangles. 5.Provide for the possibility of calculating the length of half the diagonal of a rectangle.
Using the knowledge of computational language in C++ code we found that this code can be written as:
The code can be found in the attached image.
How to writte the C++ code ?So from the c++ code you can write the geometric figure as
#include <bits/stdc++.h>
struct Point {
int x, y;
};
bool doOverlap(Point l1, Point r1, Point l2, Point r2)
{
if (l1.x > r2.x || l2.x > r1.x)
return false;
if (r1.y > l2.y || r2.y > l1.y)
return false;
return true;
}
/* Driver program to test above function */
int main()
{
Point l1 = { 0, 10 }, r1 = { 10, 0 };
Point l2 = { 5, 5 }, r2 = { 15, 0 };
if (doOverlap(l1, r1, l2, r2))
printf("Rectangles Overlap");
else
printf("Rectangles Don't Overlap");
return 0;
}
See more about C++ at brainly.com/question/19705654
#SPJ1
To perform any task in the computer, we have to instruct the computer what to do. true or false can you say there is confusion
Answer:
True, we have to instruct the computer what to do.
Explanation:
This program will output a right triangle based on user specified height triangle_height and symbol triangle_char.
(1) The given program outputs a fixed-height triangle using a * character. Modify the given program to output a right triangle that instead uses the user-specified triangle_char character. (1 pt)
(2) Modify the program to use a loop to output a right triangle of height triangle_height. The first line will have one user-specified character, such as % or *. Each subsequent line will have one additional user-specified character until the number in the triangle's base reaches triangle_height. Output a space after each user-specified character, including a line's last user-specified character. (2 pts)
Example output for triangle_char = % and triangle_height = 5:
Answer:
triangle_char = input('Enter a character:\n')
triangle_height = int(input('Enter triangle height:\n'))
print('')
for I in range (triangle height):
for j in range(i+1):
print(triangle_char, end = " ")
print()
Explanation:
I did this question mark brainiest please
Gigantic Life Insurance has 4,000 users spread over five locations in North America. They have hired you as a consultant to provide a
solution for standardizing Windows 10 configuration. There is a mix of desktop computers and tablets running Windows 10. The computer
and tablets come from a variety of vendors because Gigantic Life Insurance allows agents to purchase their own computers. How do you
recommend they standardize their Windows 10 installations?
First of all, when buying a set of Windows 10 operating system, It needs to buy Windows Server 2016 version as well in order to centrally connected to the Windows server machine. So coming to the edition of the Windows 10 version, we need to buy Windows 10 Enterprise edition for your infrastructure. So, the configuration can be like for each computer machine you must use 8 GB of memory and 500 GB of storage. For tablet, it can choose 4 GB memory and 32 GB ROM. Windows tablet comes with already installed OS. But for installation of Windows enterprise client OS, it needs to choose network mode of installation.
What is windows?A window is a separate viewing area on a computer display screen in a system that allows multiple viewing areas as part of a graphical user interface (GUI). Windows are managed by a windows' manager as part of a windowing system. A window can usually be resized by the user.
Learn more about window's here,
https://brainly.com/question/26388929
#SPJ1
Explain three of the the features of the word processing to document.
Word processing software may be used to create, edit, save, and print documents, among other things. Text within a document may be copied, pasted, moved, and deleted. Text formatting includes font selection, bolding, underlining, and italicizing.
does C supports STRINGS as a data type?
Answer:
C language does not support strings as a data type. A string is actually one-dimensional array of characters in C language. These are often used to create meaningful and readable programs.
Explanation:
Question 3 of 25
What does the number of hertz measure in a CPU?
A. How quickly the data in RAM can be read, changed, and
overwritten
B. How fast a CPU can process data, indicating performance
O c. How many bits are fed into a CPU in a certain amount of time
D. How much data is stored magnetically and is used for long-term
How fast a CPU can process data, indicating performance does the number of hertz measure in a CPU. Hence, option B is correct.
What is process data?Process data is information about a business process that builds up in an XML document during the course of the process, in accordance with configured instructions in the BPML.
a stock trading program that creates a straightforward graph from millions of stock data points. Customers' search histories are used by an online retailer to suggest related products. A digital marketing company develops location-specific ads using demographic information about consumers.
Batch processing, real-time processing, and online processing are the models. Data processing that is done in batches is known as batch processing. This indicates that each item of data is processed separately.
Thus, option B is correct.
For more information about process data, click here:
https://brainly.com/question/30094947
#SPJ2
How do the following technologies help you with your quest to become a digital citizen kiosks enterprise computing, natural language processing, robotics and virtual reality
Answer:
How could be an individual become a digital citizens?
Skills such as self-advocacy, conflict resolution, anger management, and decision-making skills, as well as the ability to use assertiveness, resistance, and refusal techniques, are also included and can help students respond safely and effectively online
Explanation:
SAlamat po pa rate nalang
The groups within a tab are collectively
known as?
Answer:
the ribbon
Explanation:
Commands are organized in logical groups, which are collected together under tabs. Each tab relates to a type of activity, such as formatting or laying out a page. To reduce clutter, some tabs are shown only when needed.
You wrote a program to allow the user to guess a number. Complete the code. (Coding program: Python) (20 points!)
Answer:
guess=int(guess)
Explanation:
This is to make the input number an integer so you can compare later on
Answer:
guess = int(guess)
Explanation:
This makes the guess input number an integer
what is the protocol suit for the current internet
Answer:
TCP/IP protocol suite
Explanation:
it just is lol
Explanation: One of the most common networking protocol suites is known as Transmission Control Protocol/Internet Protocol (TCP/IP). All devices that communicate across the Internet must use the TCP/IP protocol suite. Ok bye
what are the benefits and drawbacks of a desktop utilising virtualisation and a server?
•Cons of Virtualization. High Initial Investment. Data Can be at Risk. Quick Scalability is a Challenge. Performance Witnesses a Dip.
•Pros of Virtualization. Uses Hardware Efficiently. Available at all Times. Recovery is Easy. Quick and Easy Setup. Cloud Migration is Easier.
Mark as brainlest answer!!!!!Consumers affect which goods and services are produced because they _____.
name the goods and services produced
choose which goods and services to buy
select the capital goods used for production
Answer:
Choice B, "choose which goods and services to buy"
Explanation:
Consumers choose which goods and services to buy. Companies only want to provide goods and services they know will be bought. Therefore, consumers affect which goods and services are produced because they choose which goods and services to buy.
Which of these inventions where the most iconic and important of the 1970s? Why?
The First Floppy Disk (1971).
The First Digital Camera (1975).
Altair 8000 (1974).
Pong (1972).
Rubik’s Cube (1974).
Answer:
Explanation:
Discussion
I don't think I would choose Rubik's Cube, although I think many people would. It does have a depth of something that moves in all three dimensions, but lot's of things do that. It was more of a craze than something of every lasting value.
Pong is a game. Game software has advanced so dramatically that I don't think you know anyone who has played Pong. You could argue it was a beginning -- but there are others that shared that distinction like Pacman.
Do you know anyone who ever owned an Altair 8000? I don't. by then the Apple 2 was well on its way. And so was Apple which is a huge corporation.
Computer storage has always been forefront in Computer Engineer's minds. I think the First Floppy Disk is likely your answer, although if you choose the digital camera, I don't think you be wrong.
Answer: First Floppy Disk
You are a Junior IT Technician in your organisation. One of the duties is to demonstrate and explain how the computer works to the new intern staff. Discuss how you would demonstrate and explain
Recognizing the way computational modeling are utilized is just as important as employing technical knowledge about computer or laptop.
What is a demonstration?Providing verifiable evidence to demonstrate that maybe something real or is correct.
You are a Junior IT Technician in your organization. One of the duties is to demonstrate and explain how the computer works to the new intern staff.
I'll describe how and when to install and set up computer networks, examine computer issues, and resolve technical and application issues over the phone or face to face as an IT specialist.
Based on the scale of the company for which you work, how would you represent particular maybe more knowledge and expertise? A technical IT support team is commonly separated into both first support, with both the second-line support workers answering more specialized inquiries that the first support staff couldn't handle.
More about the demonstration link is given below.
https://brainly.com/question/15070998
#SPJ1
Write a program that reads two numbers from the user, and proceeds as follows: If the input numbers are equal, the program displays: both numbers are the same. Otherwise, the program logs all the integers in the range of the input numbers from the smaller value to the larger value in the console. For example, if the user enters 22 and 16, the program displays: 16 17 18 19 20 21 22. Note that all the numbers are displayed in one line separated by a single space. . If any of the input values are invalid, the program displays an error message and terminates.
import sys
x = input("enter number 1: ") #ask for user input
y = input("enter number 2: ")
output = "" #the output string
try: #try integering them (this also has error message and will check if input is valid)
x = int(x)
except:
print("error! number 1 was not a number :(")
sys.exit() #leave
try:
y = int(y)
except:
print("error! number 2 was not a number :(")
sys.exit()
if x == y: #check they are not the same
print("both numbers are the same")
else: #do the thing
if y > x: #otherwise swap the order
for i in range (x, y + 1): #+1 for inclusive
output = (output + str(i) + " ")
else:
for i in range (y, x + 1):
output = (output + str(i) + " ")
print(output) #so it's all in one line
ANSWER QUICKLY!!
Kenny is designing a document for the employee motivation campaign at his company. He is using various elements of design and grouping them accordingly. Which principle of design is Kenny following in his document?
Answer: The answer is Proximity.
Explanation:
Database queries is an example of
Answer:
A query in a database is a request for information stored within a database management system (DBMS), which is the software program that maintains data.
SQL(Structured Query Language ( is a standard language for storing, manipulating, and retrieving data in database.
Five types of SQL queries are:
1) Data Definition Language (DDL).
used to define and modify the structure of a database.
2) Data Manipulation Language (DML).
used to manipulate (change) the data in the database.
3) Data Control Language(DCL).
used for access control and permission management for users in the database.
4) Transaction Control Language(TCL).
used for maintaining consistency of the database and for the management of transactions made by the DML commands.
5) Data Query Language (DQL).
used for performing queries on the data within schema objects.
What is a major advantage of medical simulators?
The procedures can be practiced with no risk to a patient.
The games have replaced more time-intensive training in hospitals.
The programs deliver more realistic training than actual surgeries.
The simulators are inexpensive and easy to design.
Answer:
The procedures can be practiced with no risk to a patient.
Explanation:
The ________ mouse uses a rolling ball to detect movement and requires regular cleaning to work properly
Question 7 options:
A Mechanical
B Optical
C None of the above
D All of the above
ANSWER QUICKLY!!!
Mr. Harris runs the organization You and Your Child, which helps to build life skills in teenagers and prepare them for the future. He approached
Katsumi to develop a website that will enhance the good work he is doing. The client and the development team went through several rounds of
sessions before they finalized the requirements. Katsumi has partially completed the design document, and she is worried that Mr. Harris might
change certain requirements midway through the project. What should Katsumi do in this situation?
The thing that Katsumi should do in this situation is to option A in the image attached.
Why choose option A?Note that Design documentation is said to be a composition of documents and resources that is said to cover all areas of one's product design.
Option A is correct because in the above scenario, it is usually mostly inconclusive and as such, Katsumi should do nothing.
Learn more about design document from
https://brainly.com/question/27250066
#SPJ1
In this area, you want to focus on which hardware, application, personnel, or department(s) will be impacted by the security policy. For instance, what type of personal devices are allowed on the network and when? Must the personnel receive formal approval before using such devices on the network? What kind of activity is allowed on a personal device? Who is responsible for granting the permission to use a device on the network?
The type of personal devices that are allowed on the network are:
1. Laptops
2. Smartphones
3. Tablets
What devices do BYOD have?BYOD is known to be Personal devices such as smartphones that organizations often gives permission for employees that are working from home to be able to have a flexible schedule and others.
Therefore, The type of personal devices that are allowed on the network are, Laptops, Smartphones, tablets.
Learn more about personal device here,
https://brainly.com/question/12253360
#SPJ1
Today's classified ads are often geared toward
medical jobs
O entry-level jobs
military jobs
O high-tech jobs
Answer:
entry-level jobs
Explanation:
2.
Select the correct answer.
Consider the following statements:
Pls "It is hot."
Q is "It is dry."
Ris "I am thirsty."
What does the sentence (P^Q)->R mean?
Ο Α.
If it is hot and dry, then I am thirsty.
B.
If I am thirsty and dry, then it is hot.
C.
If it is dry or hot, then I am thirsty.
OD.
If it is hot then I am dry and thirsty.
The structure argument can be given as, with dry and hot weather, it felt thirsty. Thus, option A is correct.
What is the structure of the argument?The argument is held valid and correct with the use of proper relationships between the sentences. The correct correlation depicts the conclusion to the sentence.
P Q means P followed by Q~R means excluding RP^Q means P and QFrom the given argumentative sentences it can be delivered as If it is dry and hot then I’m thirsty. Thus, option A is correct.
Learn more about structure of argument, here:
https://brainly.com/question/14993040
#SPJ1