Most social networking websites have terms of use agreements that state the website has the right to perform several tasks.
These tasks under the terms of use are :
1. Collect and store users' personal information, including but not limited to name, email address, location, and interests.
2. Monitor and review user-generated content to ensure compliance with the website's policies and guidelines.
3. Remove or modify user-generated content that violates the website's terms of use or community guidelines.
4. Share aggregated and anonymized user data with third parties for research, marketing, or advertising purposes.
5. Terminate or suspend user accounts that repeatedly violate the website's terms of use or community guidelines.
6. Modify or update the terms of use agreement and notify users of these changes.
By using social networking websites, users agree to comply with these terms and grant the website the rights mentioned above.
To learn more about social networking sites visit : https://brainly.com/question/3653791
#SPJ11
Most social networking websites have terms of use agreements that state the website has the right to perform several tasks. These tasks under the terms of use are .
Collect and store users' personal information, including but not limited to name, email address, location, and interests. Monitor and review user-generated content to ensure compliance with the website's policies and guidelines. . Remove or modify user-generated content that violates the website's terms of use or community guidelines. . Share aggregated and anonymized user data with third parties for research, marketing, or advertising purposes. Terminate or suspend user accounts that repeatedly violate the website's terms of use or community guidelines. . Modify or update the terms of use agreement and notify users of these changes.
To learn more about networking sites here :
brainly.com/question/3653791
#SPJ11
What are the design elements in the B-2 bomber than the video says reduces its radio signature?
Answer:
Manufacturer: Northrop Grumman Corp.
Power Plant: Four General Electric F118-GE-100 engines
Speed: High subsonic
Range: Intercontinental
Ceiling: 50,000 feet (15,240 meters)
Armament: Conventional or nuclear weapons
Crew: Two pilots
Payload: 40,000 pounds
Explanation:
Designed during the Cold War as the world’s first low-observable or “stealth” strategic bomber, the B-2 Spirit harkens back to the designs of revalutionary engineer Jack Northrop. His “flying wing” design first debuted in 1949 as the YB-49 but was not adopted by the Air Force at the time. The B-2 Spirit is a multi-role bomber capable of delivering both conventional and nuclear munitions. The bomber represents a major milestone in the U.S. bomber modernization program and brings massive firepower to bear anywhere on the globe through previously impenetrable defenses.
What does the machine do and how do the operators react to their work?
Answer:
The answer is below
Explanation:
Machine functions or does the following:
1. Transform energy
2. Change force direction
3. Increase or decrease speed
4. Move force over a distance.
Machine operator reacts to their work in the following ways:
1. Setting the machine for use
2. Utilizing the machine effectively
3. Performing machine maintenance
4. Ensuring maximum optimization of the machine
What is output by the code below?
print("Comp Sci")
print("Rocks")
Answer:
If this is python the output will be:
Comp Sci
Rocks
Explanation:
When you print something it will output that line. However, when you print something in python it automatically skips a line. For instance you told print Comp Sci. And then you asked python to print Rocks. Python will output those two things on two separate lines. Thus proving the answer is:
Comp Sci
Rocks
hope this helps!
1).
What is a resume?
A collection of all your professional and artistic works.
A letter which explains why you want a particular job.
A 1-2 page document that demonstrates why you are qualified for a job by summarizing your
skills, education, and experience.
A 5-10 page document that details your professional and educational history in great detail.
Answer:
option 1
Explanation:
its not a job application cause your not appling for a job, a resume is a list of all the things you have done that would be beneficial to a job. for example, previous jobs, skills you have, hobby that pertain to a job you want, education and other professional things.
Hope this helps:)
What is the difference between organizing your data in a list and organizing it in a data extension?
The difference between organizing your data in a list and organizing it in a data extension is that in a list, you organize subscribers by name. In a data extension, you organize them by region.
What is Data extension?A data extension contains contact information. A data extension is just a table with fields for contact information.Data extensions can work independently or in conjunction with other data extensions.The data may be used for searches, information retrieval, and sending to a selection of subscribers.You have two options for importing data extensions: manually or automatically using Automation Studio or the Marketing Cloud API.Both Contact Builder and Email Studio allow the usage of data extensions, but Email Studio is the only place where sharing, permissions, and other features are available.To learn more about data extension, refer to the following link:
https://brainly.com/question/28578338
#SPJ4
Order the steps for accessing the junk email options in Outlook 2016
Select Junk Email Options
Click the Junk button
Select a message
Choose one of the protection levels
Locate the Delete group on the ribbon
Answer:
To access the the junk email options in Outlook 2016, follow the following steps.
1. Click the Junk Button
This will take you to the Junk messages that you have.
2. Select a message
Select a junk message from the list.
3. Locate the Delete group on the ribbon
The Junk email options is located in the 'Delete' group on the ribbon in the Home tab.
4. Select Junk Email Options
Click on the Junk email options button and a popup window will appear.
5. Choose one of the protection levels
Select the protection level you want from the various options listed including low, high, automatic etc.
Answer:
select a message, locate the Delete group on the ribbon, click the junk button, select junk email options, choose one of the protection levels.
Explanation:
e. suppose host a is sending a large file to host b over a tcp connection. if the sequence number for a segment of this connection is m, then the sequence number for the subsequent segment will necessarily be m 1.
True. In a TCP connection, the sequence numbers for segments are incremented by one. Each segment represents a specific range of data being transmitted. Therefore, if the sequence number for a segment is m, the subsequent segment's sequence number will be m + 1.
The sequence number indicates the position of the first data byte in the segment within the entire data stream. TCP uses a sliding window protocol, where both the sender and receiver maintain a window of acceptable sequence numbers. As segments are transmitted and acknowledged, the window slides forward, allowing new segments with higher sequence numbers to be sent. This sequential incrementing of sequence numbers ensures the accurate and ordered delivery of data from the sender to the receiver.
The acknowledgment mechanism in TCP also relies on the sequence numbers. The receiver acknowledges the successful receipt of segments by sending an acknowledgment (ACK) with the next expected sequence number. By incrementing the sequence number for each segment, TCP ensures proper synchronization and reliable data transfer between the communicating hosts.
Learn more about TCP connection here:
brainly.com/question/33546194
#SPJ11
Complete question:
Suppose Host A is sending a large file to Host B over a TCP connection. If the sequence number for a segment of this connection is m, then the sequence number for the subsequent segment will necessarily be m + 1. True or False?
You have created a Web page in HTML. When it fails W3C validation, you try changing the HTML standard to make your code more compliant. But the page fails W3C validation tests each time, regardless of standard. Which element that you used to structure the page is failing to validate
Answer:
<table>
Explanation:
W3C validation is a test applied to web pages codes, containing HTML, CSS and other important web frameworks, to make sure that they follow the right syntax and semantics prescribed by the W3C - World Wide Web Consortium.
When a web page, or simple an HTML document, passes this test then it shows that the set rules for creating web pages, that can be easily rendered across many browsers, have been well followed.
There are many reasons why the test may fail. Some of them are highlighted as follows;
i. Not specifying the Doctype at all. For an HTML document to pass the W3C validation test, it is important to specify the Doctype which tells the browser how to treat the document. If HTML is specified as Doctype, then the browser treats the document as HTML. If none is specified, the browser does not know and may have to guess how to treat the document.
ii. Missing closing tags. HTML is a markup language and the use of tags are very important. Many tags have opening and closing parts such as;
<p> </p>.
Some are self closing such as;
<br />
Now, opening a tag and not closing it will make the test fail.
iii. Not completing important child tags. Some tags have child tags that are very important. Child tags are put inside another tag called the parent tag. An example is the <table> tag which has a few child tags such as <tr>, <tbody> e.t.c
Now, when creating a table, according to the W3C specifications, one or more of the <tr> or <tbody> child tag should be inserted.
_____ Can involve a tremendous amount of horizontal scrolling and require much zooming on small viewports.
A) Open layouts
B) Liquid layouts
C) Fixed layouts
D) Fluid layouts
Fixed layouts can involve a tremendous amount of horizontal scrolling and require much zooming on small viewports.
An outline with a fixed width in pixels is known as fixed layout or static layout. As the name proposes, the design is modified to be fixed. Therefore, the width of the elements will remain constant regardless of screen resolution or size. In other words, users will have the same viewing experience on all devices, whether they are smartphones, tablets, computers, or laptops. Based on the assumption that readers browse in resolutions greater than 1024 x 768, the majority of fixed layout eBooks employ a width of 960 pixels.
Fixed layout is preferred by the majority of publishers primarily due to its ease of production from print files. The assurance that the design is viewed by users in the same way as it is by the publisher follows next. Here are a portion of the benefits and impediments of the proper format.
To know more about Fixed layouts visit https://brainly.com/question/13428807?referrer=searchResults
#SPJ4
According to the video, which tasks do Police Patrol Officers perform? Select all that apply.
providing legal advice
helping lost children
cleaning up hazardous materials
O supervising workers in prisons
enforcing traffic laws
o completing paperwork
Answer:
The answer is B, E, and F
Explanation:
Based on the video, the tasks do Police Patrol Officers perform are:
Helping lost children. Enforcing traffic laws. Completing paperwork..What is the work of police in patrol?Due to advances in technology and the society, work, etc., the reason of patrol is known to be the same as always. They serve to:
The protection of property and lives.The prevention and also detecting crime.Carrying out other services.Learn more about Police from
https://brainly.com/question/26085524
What is the main difference between structured and unstructured data?.
7.5 Code practice Plz answer ASAP
def calculate_GPA(grade, weight):
grades = {"A": 4, "B": 3, "C": 2, "D": 1, "F": 0}
if weight == 0:
return grades[grade]
else:
return grades[grade] + 1
classes = int(input("How many Classes are you taking? "))
total = 0
for x in range(classes):
letter = input("Enter your Letter Grade: ")
user_weight = int(input("Is it weighted? (1 = yes) "))
grade = calculate_GPA(letter, user_weight)
total += grade
print("Your GPA score is: ", grade)
print("Your weighted GPA is a",(total/classes))
I wrote my code in python 3.8. I was able to replicate the output in your picture exactly. If you need me to make any changes, I'll do my best.
The function is an illustration of for loops
For loops are used to perform repetitive operations; just like the while loop
The program in Python, where comments are used to explain each line is as follows:
#This defines the studentGPA function
def studentGPA(grade, weight):
#This initializes a dictionary for all grades
allGrade = {"A": 4, "B": 3, "C": 2, "D": 1, "F": 0}
#This sets the return grade to 0
retValue = 0
#If the grade is valid
if grade in allGrade:
#If the weight is 0
if weight == 0:
#Then score is not graded
retValue = allGrade[grade]
#If otherwise
else:
#This adds 1 to the return grade
retValue = allGrade[grade]+1
#This returns the grade point
return retValue
#The main begins here
#This gets the number of classes
klass = int(input("How many Classes are you taking? "))
#This initializes the total grade to 0
total = 0
#This following is repeated for each class
for x in range(klass):
#This gets input for the letter grade
letterGrade = input("Enter your Letter Grade: ")
#This gets input for the weight
weight = int(input("Is it weighted? (1 = yes) "))
#This gets the corresponding grade
grade = studentGPA(letterGrade, weight)
#This prints the grade point
print("Your GPA score is: ", grade)
#This calculates the total grade
total += grade
#This calculates the GPA
GPA = total/klass
#This prints the GPA
print("Your weighted GPA is a",GPA)
Read more about for loop at:
https://brainly.com/question/12736327
Identify the correct software or hardware applications in the passage below
Answer: software is a generic term used to refer to applications scripts and programs that run on a device.
Explanation:
isvalidmod10number function: this objective of this function is to take a 16 digit credit card number as a string parameter and create an integer array of each digit of extracted from the credit card number. then, starting from the last digit of the number array, multiply alternate number by 2 based on a check bit. if the multiplied number is greater than 9, subtract 9 from it and re-set the digit. if the multiplied number is less than or equal to 9, new digit will be the multiplied value. finally, add the digit to a final sum. return value of the function is the totalsum mod 10.
The isvalidmod10number function aims to determine the validity of a 16-digit credit card number using the Luhn algorithm. Here is a step-by-step explanation of how the function works:
1. The function takes a 16-digit credit card number as a string parameter.
2. The number is then converted into an integer array, with each digit extracted from the credit card number.
3. Starting from the last digit of the number array, each alternate number is multiplied by 2 based on a check bit.
4. If the multiplied number is greater than 9, subtract 9 from it and re-set the digit. For example, if the multiplied number is 14, subtract 9 to get 5.
5. If the multiplied number is less than or equal to 9, the new digit will be the multiplied value. For example, if the multiplied number is 6, the new digit will also be 6.
To know more about determine visit:
https://brainly.com/question/29898039
#SPJ11
Describe some things that this person might say that might cause you to NOT hire them. Explain.
Answer:
If they don't sound positive or give an attitude towards me, then I would not hire them.
Niall is revising a history assignment using a word processor on a Windows computer. He wants to copy a section from an earlier draft and paste it in his current document. Which keyboard shortcut can he use to copy the section?
Answer:Ctrl + V
Explanation:
Answer:
CTRL+C
Explanation:
Which statement most accurately differentiates between engineers and scientists? Engineers are in constant search of more knowledge and research; scientists are always driven to solve problems using technical innovations. Engineers explore theoretical solutions; scientists apply practical knowledge to all situations. Engineers explore basic human needs; scientists do not need to know about basic human needs. Engineers engage in real-world scenarios; scientists work with abstract or theoretical knowledge to solve problems.
Answer: Engineers engage in real-world scenarios; scientists work with abstract or theoretical knowledge to solve problems.
Explanation:
Answer:
c
Explanation:
I just dont understand, It says no output and that my_dog is not defined.
class Pet:
def __init__(self):
self.name = ''
self.age = 0
def print_info(self):
print('Pet Information:')
print(' Name:', self.name)
print(' Age:', self.age)
class Dog(Pet):
def __init__(self):
Pet.__init__(self)
self.breed = ''
def main():
my_pet = Pet
my_dog = Dog
pet_name = input()
pet_age = int(input())
dog_name = input
dog_age = int(input())
dog_breed = input()
my_pet.name = pet_name
my_pet.age = pet_age
my_pet.print_info()
my_dog.name = dog_name
my_dog.age = dog_age
my_dog.breed = dog_breed
my_dog.print_info()
# TODO: Create generic pet (using pet_name, pet_age) and then call print_info()
# TODO: Create dog pet (using dog_name, dog_age, dog_breed) and then call print_info()
# TODO: Use my_dog.breed to output the breed of the dog
It seems like you have encountered an error because `my_dog` is not defined. To fix this issue, you need to create a `Dog` object and assign it to the variable `my_dog`. Consider the following Python code.
my_dog = Dog(dog_name, dog_age, dog_breed)
my_dog.print_info()
print(my_dog.breed)
Explanation:
1. First, create a `Dog` object with the provided `dog_name`, `dog_age`, and `dog_breed` variables, and assign this object to the `my_dog` variable.
2. Call the `print_info()` method of the `my_dog` object, which should output the information of the dog, including its name, age, and breed.
3. Finally, use `my_dog.breed` to print the breed of the dog directly.
By following these steps, you should be able to define the `my_dog` variable and avoid the "not defined" error, and also output the required information for the dog.
Know more about Python click here:
https://brainly.com/question/30427047
#SPJ11
How has music changed with the use of technology?
Musicians can now share their music on the World Wide Web.
Music can easily be created and edited with different applications.
Developers can include music in the background of their websites.
all of the above
please help
Answer: All of the above
Explanation:
Music like most other things, has been changed by its interaction with technology. Music for instance can now be shared on the internet to people far away from each other with services like Apple music and Tidal benefitting from this.
Different applications have also been created that can help make music from being able to create instrumentals to changing the voices of singers.
Developers are now even able to include their music in their website background as way to market their product, proof of another way music has changed due to technology.
Answer:
all of the above
Explanation:
What are five (5) things about this career choice that appeals to you?
It’s highly recommended that you furnish two to three sentences per point/question.
explain the look of a document which contains several different font sizes and font colors
Answer:
Colorful and dynamic?
Explanation:
The look of a document that has several different font sizes and font colors is one that has undergone editing to give it a kind of uniqueness.
What is name of the document?A document file name is said to be the name that is given to an electronic file copy of a document.
The document file name is one that can be written in different ways. The HTML style is known to be an element that is often used to add a lot of styles to an element, such as color, font of a document.
Learn more about document from
https://brainly.com/question/16650739
Match the function with its desired result.
SUM
Find the average, or mean, of the numbers.
MAX
Find the total of the range of numbers.
MIN
Find the lowest number in the range.
AVERAGE
Find the highest number in the range.
Answer:
The answer to this question is given below in the explanation section.
Explanation:
This question is about matching the function of Excel with their desired result.
In this question, four Excel functions are given such as Sum, Max, Min, and Average.
So, the correct function matching and their desired result are given below:
SUM: Find the total of the range of numbers.
MAX: Find the highest number in the range.
MIN: Find the lowest number in the range.
AVERAGE: Find the average, or mean, of the numbers.
Bottom-up design is a systematic approach in which a problem is broken into a series of high-level tasks.
T
F
The statement "Bottom-up design is a systematic approach in which a problem is broken into a series of high-level tasks" is true.
Bottom-up design starts with identifying the small, individual components of a problem and then gradually building up towards the bigger picture. This approach allows for a more detailed and thorough understanding of the problem, as well as the ability to identify any potential issues early on. By breaking down a problem into smaller tasks, it becomes easier to manage and tackle, resulting in a more efficient and effective solution. Overall, bottom-up design is an important and valuable approach in problem-solving and project management.
learn more about Bottom-up design here:
https://brainly.com/question/31937326
#SPJ11
what latin term was used to describe a manuscript in scroll form? A. folio B. codex C. rotulus D. vellum
The latin term used to describe a manuscript in scroll form is C. rotulus.
Explanation:
- A manuscript is a handwritten or typed document, often in book or scroll form.
- In Latin, the word "rotulus" means "a small wheel" or "a roll".
- Therefore, the term "rotulus" was used to describe a manuscript that was in scroll form, where the pages were rolled up around a central axis.
- The other options listed are also related to manuscripts, but have different meanings:
- A. folio refers to a book or manuscript format where each sheet of paper or parchment is folded in half, creating two leaves or four pages.
- B. codex refers to a book or manuscript format where the pages are bound together on one side, like a modern book.
- D. vellum refers to a high-quality parchment made from calf skin, often used for manuscripts.
Know more about the manuscript click here:
https://brainly.com/question/30126847
#SPJ11
5. All of the following are part of a cylinder head EXCEPT:
OA. Water pump
OB. Combustion chamber
OC. Valve guides
OD. Valve seats
Answer:
Wouldn't it be B? I mean a combustion chamber is where the fuel and air mixture are injected to be ignited and burned to produce power to a vehicle.
The idea that money, language, education, or infrastructure creates a gap between those who have access to information technologies and those who do not.
Answer:
The Digital Divide, or the digital split, is a social issue referring to the differing amount of information between those who have access to the Internet (specially broadband access) and those who do not have access
Explanation:
your company purchased a cloud app named app1. app1 allows users to view and print secured documents. you configured app1 by using conditional access app control. you need to prevent users from using app1 to print the documents. users must be able to view the documents by using app1.
Create a conditional access policy using the Azure Active Directory administration console.
Which certification is necessary for cloud app security?Additionally, clients must have at least an Azure Active Directory Premium P1 (AAD P1) subscription for each user they plan to allow for the Conditional Access App Control feature of Microsoft Cloud App Security.
What service enables you to centralize the security and standards settings for cloud applications?With security experts in mind, Microsoft Defender for Cloud Apps is natively integrated with top Microsoft products. It offers straightforward implementation, centralized administration, and cutting-edge automation features.
to know more about apps here:
brainly.com/question/11070666
#SPJ4
A pedometer treats walking 1 step as walking 2.5 feet. Define a function named FeetToSteps that takes a double as a parameter, representing the number of feet walked, and returns an integer that represents the number of steps walked. Then, write a main program that reads the number of feet walked as an input, calls function FeetToSteps() with the input as an argument, and outputs the number of steps.
In computing, it should be noted that a program is a specific set of ordered operations that is given to the computer to perform. The program based on the information given is illustrated below
How to depict the program?The program will be:
import java.util.Scanner;
public class LabProgram {
public static int feetToSteps(double userFeet){
return (int) (userFeet/2.5);
}
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
double userFeet = in.nextDouble();
int steps = feetToSteps(userFeet);
System.out.println(steps);
}
}
In conclusion, the program is shown above.
Learn more about programs on:
https://brainly.com/question/1786465
#SPJ1
6. Each sales person earns Bonus points for the sales of each product type based on the following criteria. 1 point for every sh. 50 for Faiba, 2 points for every sh. 60 for Gateway, 3 point for every sh. 50 for Vodafone, 2 point for every sh. 60 for SAF. Insert a column Bonus Points in row 3 and compute the points of each sales person [5]
The column Bonus Points in row 3 and compute the points of each sales person [5] are
What is bonus?
Bonus is a form of financial compensation given to an employee or contractor in addition to their regular wages or salary. Bonuses may be awarded to employees based on their performance or for meeting certain goals. Bonuses may be in the form of a cash payment, extra paid vacation, or other benefits such as a stock option or gift. Bonuses may also be awarded to employees for long-term service or loyalty. Bonuses are a way of rewarding employees for their hard work and dedication to the company. They can also be used as an incentive to encourage employees to stay with the company, or to motivate them to reach higher levels of performance.
In the third row of the table, the column ‘Bonus Points’ can be added.
For salesperson A, the bonus points earned can be calculated as follows:
For Faiba - A has sold Sh.600, so the bonus points earned are 600/50 = 12.
For Gateway - A has sold Sh.120, so the bonus points earned are 120/60 = 2.
For Vodafone - A has sold Sh.500, so the bonus points earned are 500/50 = 10.
For SAF - A has sold Sh.120, so the bonus points earned are 120/60 = 2.
Therefore, the total bonus points earned by salesperson A is 12 + 2 + 10 + 2 = 26.
Similarly, the bonus points earned by other salespersons can be calculated and the total bonus points earned by each salesperson can be inserted in the ‘Bonus Points’ column.
To learn more about bonus
https://brainly.com/question/29659552
#SPJ1
WILL MARK BRAIN LIST!
Answer:
First one is A
Second one is B
Explanation: