when there are several classes that have many common data attributes, it is better to write a(n) to hold all the general data. T/F

Answers

Answer 1

Class attributes are characteristics that belong to the class itself. Every instance of the class will share them. As a result, they are always equal in value.

Which UML part contains a list of the class's data attributes?

A rectangle with three compartments stacked vertically serves as the UML representation of a class.

a group of sentences that specify a class's methods and data properties?

The object made from the class is known as the instance. A class instance is any object that is produced from a class. is a sequence of sentences that specify the methods and data properties of a class. Every method of a class must take the self parameter.

To know more about data attributes visit :-

https://brainly.com/question/29796716

#SPJ4


Related Questions

Write a basic program that performs simple file and mathematical operations.
a. Write a program that reads dates from input, one date per line. Each date's format must be as follows: March 1, 1990. Any date not following that format is incorrect and should be ignored. Use the find() method to parse the string and extract the date. The input ends with -1 on a line alone. Output each correct date as: 3/1/1990.
b. After the program is working as above, modify the program so that it reads all dates from an input file "inputDates.txt" (an Example file is attached).
c. Modify your program further so that after parsing all dates from the input file "inputDates.txt", it writes out the correct ones into an output file called: "parsedDates.txt".
Ex: If the input is:
March 1, 1990
April 2 1995
7/15/20
December 13, 2003
-1
then the output is:
3/1/1990
12/13/2003

Answers

Answer:

Explanation:

I have written the Python program based on your requirements.

Just give the path of the input file and the path for the output file correctly where you want to place the output file.

In, my code - I have given my computer's path to the input and output file.

You just change the path correctly

My code works perfectly and I have tested the code with your inputs.

It gives the exact output that you need.

I have attached the Output that I got by running the below program.

Code:

month_list={ "january":"1","february":"2", "march":"3","april":"4", "may":"5", "june":"6","july":"7", "august":"8", "september":"9","october":"10", "november":"11", "december":"12"} input_file=open('C:\\Users\\Desktop\\inputDates.txt', 'r') output_file=open('C:\\Users\\Desktop\\parsedDates.txt','w') for each in input_file: if each!="-1": lis=each.split() if len (lis) >=3: month=lis [0] day=lis[1] year=lis [2] if month.lower() in month_list: comma=day[-1] if comma==',': day=day[:len (day)-1] month_number=month_list[month.lower()] ans-month_number+"/"+day+"/"+year output_file.write (ans) output_file.write("\n") output_file.close() input_file.close()

- O X parsedDates - Notepad File Edit Format View Help 3/1/1990 12/13/2003

- X inputDates - Notepad File Edit Format View Help March 1, 1990 April 2 1995 7/15/20 December 13, 2003 -1

cheers i hope this helped !!

Write a basic program that performs simple file and mathematical operations. a. Write a program that

In this exercise we have to use the knowledge in computer language to write a code in python, like this:

the code can be found in the attached image

to make it simpler we have that the code will be given by:

month_list ={"january": "1", "february": "2", "march": "3", "april": "4", "may": "5", "june": "6", "july": "7", "august": "8", "september": "9", "october": "10", "november": "11", "december":"12"}

input_file = open ('C:\\Users\\Desktop\\inputDates.txt', 'r') output_file =

open ('C:\\Users\\Desktop\\parsedDates.txt', 'w') for each

in input_file:if each

 !="-1":lis = each.split ()if len

   (lis) >= 3:month = lis[0] day = lis[1] year = lis[2] if month

    .lower ()in month_list:comma = day[-1] if comma

    == ',': day = day[:len (day) - 1] month_number =

 month_list[month.lower ()]ans - month_number + "/" + day + "/" +

 year output_file.write (ans) output_file.write ("\n") output_file.

 close ()input_file.close ()

See more about python at brainly.com/question/26104476

Write a basic program that performs simple file and mathematical operations. a. Write a program that

Code used when creating a hyperlink to a specific part of the same page.

Answers

Answer:

Give The Object Or Text You'd Like To Link To A Name.

Take That Name That You've Chosen, And  Then Now Insert It To An Opening HTML Anchor Link Tag.

Place That Complete Opening <a> Tag From Before The Text Or Object You Want To Link It To, Then Now Add A Closing </a> tag after.

(Hope this is correct and hope this helped. Sorry if I'm wrong and you get this wrong)

Which of these statements is true about the CSS box model?
O Values of box model properties are always described in pixels.
Divs have no space between the content and the edges of the box until you add them with CSS
rules.
O The default value for margin, border, and padding properties is 100%.
O The total width of a box is the sum of the left and right margins, borders, and padding.
DONE​

Answers

the second attempt i’m pretty sure

The statement that is true about the CSS box model is Divs have no space between the content and the edges of the box until you add them with CSS rules. The correct option is B.

What is the CSS box model?

The phrase "box model" is used in CSS when discussing design and layout. Every HTML element is essentially enclosed in a box thanks to the CSS box model.

It consists of the content itself, as well as margins, borders, and padding. The content edge, padding edge, border edge, and margin edge are the four components (or areas) that make up each box and define them.

The arrangement of the HTML elements on the screen is defined using the CSS Box Model. This method takes into account options like margins, padding, and borders, as well as all the attributes that affect them.

Therefore, the correct option is B. Divs have no space between the content and the edges of the box until you add them with CSS rules.

To learn more about CSS box model, refer to the link:

https://brainly.com/question/14034058

#SPJ6

What are the challenges associated with not being ‘tech savvy’ in 2023?

Answers

In 2023, not being 'tech-savvy' can present several challenges due to the increasing reliance on technology in various aspects of life.

Some challenges associated with not being tech-savvy

Digital Communication: Communication has largely shifted to digital platforms, such as email, messaging apps, and video conferencing. Not being tech-savvy can make it difficult to effectively communicate and connect with others, especially in professional settings where digital communication is prevalent.

Online Information and Resources: The internet is a primary source of information and resources for various purposes, including education, research, and everyday tasks. Not being tech-savvy may hinder the ability to navigate and access online information, limiting opportunities for learning, decision-making, and staying informed.

Digital Skills Gap: Many job roles and industries now require basic digital skills. Not being tech-savvy can create a skills gap, making it challenging to find employment or succeed in the workplace. Basic skills such as using productivity software, digital collaboration tools, and online research are increasingly expected in many job positions.

Learn more about tech savvy at

https://brainly.com/question/30419998

#SPJ1

is joining Together as a group to use a specific product more efficiently

Answers

\(\sf\purple{Collaborative \:consumption}\) is joining together as a group to use a specific product more efficiently.

\(\bold{ \green{ \star{ \orange{Hope\:it\:helps.}}}}⋆\)

how do computers help us with our homework​

Answers

A computer can be helpful in completing homework because it gives you access to lots of sources of information like graphing websites, calculators, educational games & programs that can help you. It also allows for an easier process to submit work, organize papers, & presentations.

xD I don't know if you said this as a joke, or if you're serious, but here:

A computer can be a helpful tool to complete your homework by giving you access to countless sources of information, it can also provide you with educational games which can enhance a child's learning ability by presenting learning as something fun and interactive as opposed to boring loads of repeated work which barely stimulate learning at all. But keep in mind that a computer can also take the opposite effect on a child's brain, and can gradually turn into addiction.

I hope this helps! :D

(FYI, I spent an unreasonable amount of time typing this all in, so I hope it makes any difference at all :P)

slide rule short note​

Answers

A slide rule is a mechanical device used in mathematical calculations, particularly in engineering, science, and mathematics.

It consists of two parts: the fixed outer and the movable inner slide, each of which contains logarithmic scales. The scales are arranged in a way that allows the user to perform various calculations, such as multiplication, division, roots, and trigonometric functions.

The slide rule can be used for basic arithmetic operations as well as complex calculations. It is a versatile and portable tool that does not require any batteries or electricity, making it useful in various situations.

However, with the advent of electronic calculators and computers, the use of slide rules has diminished significantly. Despite this, slide rules remain popular among enthusiasts who appreciate the mechanical intricacy and historical significance of these devices.

For more such questions on slide rule, click on:

https://brainly.com/question/32124738

#SPJ11

find four
reasons
Why must shutdown the system following the normal sequence

Answers

If you have a problem with a server and you want to bring the system down so that you could then reseat the card before restarting it, you can use this command, it will shut down the system in an orderly manner.

"init 0" command completely shuts down the system in an order manner

init is the first process to start when a computer boots up and keep running until the system ends. It is the root of all other processes.

İnit command is used in different runlevels, which extend from 0 through 6. "init 0" is used to halt the system, basically init 0

shuts down the system before safely turning power off.

stops system services and daemons.

terminates all running processes.

Unmounts all file systems.

Learn more about  server on:

https://brainly.com/question/29888289

#SPJ1

Project: You are Tech Support

Answers

No but call a big company

Answer:

no but call a big company

Write a c ++ program that reads unknown number of integers from the user and stores them into a vector. The user will indicate the end of numbers by entering a 0. The program should then print out these numbers in reverse order.

Answers

Answer:

#include <iostream>

#include <vector>

using namespace std;

int main() {

vector<int> numberlist;

int number;

while (1) {

 cout << "Enter a number: ";

 cin >> number;

 if (number == 0) break;

 numberlist.push_back(number);

};

reverse(numberlist.begin(), numberlist.end());

for (int number : numberlist) {

 cout << number << " ";

}

return 0;

}

Explanation:

There is a built-in function to reverse the contents of a vector.

Describe the impact of a company’s culture on its success in a customer-focused business environment. Discuss why each is important.

Answers

The influence of a corporation's  culture cannot be underestimated when it comes to achieving success in a customer-centric commercial landscape.


What is company’s culture

The values, beliefs, norms, and behaviors that constitute a company's culture have a major impact on how its employees engage with customers and prioritize their requirements.

Having a customer-centric mindset means cultivating a culture that places a strong emphasis on satisfying and prioritizing customers' needs and desires, resulting in employees who are aware of the critical role customer satisfaction plays in ensuring success.

Learn more about company’s culture from

https://brainly.com/question/16049983

#SPJ1

What is the name of the scratch extension used in this game

What is the name of the scratch extension used in this game

Answers

The name of the name of the scratch extension used in this game is sprite motion.

What is this Motion in scratch about?

Motion is known to be the Movements of sprites in terms of angles and position.

Note that a sprite is said to  serves as a two-dimensional image etc., that serves a specific role and as such, The name of the name of the scratch extension used in this game is sprite motion.

Learn more about scratch extension  from

https://brainly.com/question/20908603

#SPJ1

Edil wants to create a document by typing in a few paragraphs of text into his computer. He needs to use a pointing device to click the appropriate
buttons to run the text editor.He also needs to see what he is typing. Which three peripherals will Edil need to perform this task?
keyboard
joystick
speaker
mouse
monitor

Answers

A monitor is a screen that is used, for instance, in airports or television studios, to show specific types of information. He was observing a tennis match on a television screen. Screen, visual display unit, and VDU More alternatives to monitor

Explain about the monitor?

A computer system can be monitored to ensure proactive response, data protection, data collection, and overall system health. Although monitoring doesn't solve issues, it does make computers more dependable and stable.

A computer monitor is a display adapter that shows data from the video card of the computer. Images are displayed on the directly attached monitor after binary data, which consists of 1s and 0s, is converted into images by a video card or graphics card.

The most popular sort of monitor you can find right now, along with LED, is LCD. In order to organize the liquid between the two glass panes that make up an LCD monitor, hundreds of rows of pixels are used.

Monitor helps us to see what we are typing.

To learn more about monitor refer to:

https://brainly.com/question/3927906

#SPJ1

Does Microsoft Office apps in Office 365 have all the same features as the desktop installed Microsoft Office app?
True or False

Answers

False as they are not connected as the office version is

how to fix this operation has been cancelled due to restrictions in effect on this computer. please contact your system administrator. hyperlinks in ms office windows 11

Answers

Continue by selecting Trust Center and then clicking Trust Center Settings in the subsequent box. 4. To turn off suspicious hyperlink warnings, in the Trust Center window.

What results of restrictions in hyperlinks?

Click the box next to the option Check Microsoft Office documents that are from or connect to suspect Websites. Press OK.

Additionally, Outlook requires a file association key called open command registry under the.html file association key. Outlook Hyperlink Error Fix The following steps can be used to fix the issue that appears when you click a hyperlink in Outlook or any other Office programme.

Therefore, Step 1: Set the default web browser back to The issue can be resolved by changing the default browser.

Learn more about hyperlinks here:

https://brainly.com/question/30012385

#SPJ1

Ali receives an email from a person posing as a bank agent, who asks Ali to share his bank account credentials. Which type of network attack does this scenario indicate?
The network attack in this scenario is . This attack can occur .

Answers

Phishing is the type of network attack which this scenario indicates. This type of attack can take place via electronic messages.

What is network attack?

Network attacks are illegal activities on digital assets within an organization's network. Malicious parties typically use network assaults to change, destroy, or steal private data. Network attackers typically target network perimeters in order to obtain access to interior systems. In a network attack, attackers aim to breach the business network perimeter and obtain access to internal systems. Once inside, attackers frequently combine different forms of assaults, such as compromising an endpoint, propagating malware, or exploiting a weakness in a system within the network.

To learn more about network attack

https://brainly.com/question/14980437

#SPJ13

The most effective technique of malware propagation among the following list

Answers

Question Completion with Options:

A. Embedding & packing malcode in application programs

B. Replacing the Import-Address-Table (IAT)

C. Appending & prepending malcode into application programs

D. Embedding malcode in documents, such as MS O Office & PDF

Ε. Replicating malcode's source code

Answer:

The most effective technique of malware propagation among the following list is:

A. Embedding & packing malcode in application program

Explanation:

Malware propagation becomes effective and replicates effortlessly when malicious codes (otherwise called malcodes, which are self-replicating malicious programs) are embedded and packed in application programs.  These usually take many years before they start to manifest, making them very difficult to detect.  They are often triggered by some set events.  Given the nature of malcodes and the culprits behind them, they are very dangerous to applications and pose substantial business risks.

HTML is a platform dependent language. it is true Or false​

Answers

Answer:

False

Explanation:

HTML is a platform independent language.

What is the easiest way to create a resume in Word with predefined content that can be replaced with your information?

Answers

The easiest way to create a resume in Word with predefined content that can be replaced with your information is to use a resume template.

What is resume?

A resume, often known as a curriculum vitae (CV) in English outside of North America, is a document written and utilised by an individual to present their background, abilities, and accomplishments. Resumes can be used for a variety of reasons, but they are most commonly utilised to find new job. A CV often includes a "summary" of relevant employment experience and education. The resume is frequently one of the first items a potential employer sees about the job seeker, along with a cover letter and sometimes an application for employment, and is typically used to screen applicants, often followed by an interview.

To learn more about resume

https://brainly.com/question/14178136

#SPJ13

3. All of the following are control methods for HVAC systems except:
OA. Cables
OB. Electronics
OC. Hydraulics
OD. Vacuum

Answers

All of the following are control methods for HVAC systems except D. Vacuum

What is the HVAC systems?

Cables, hardware, and hydrodynamics are all commonly utilized control strategies for HVAC (warming, ventilation, and discuss conditioning) frameworks. Cables can be utilized to associate sensors and actuators to a control board, whereas hardware can incorporate chip and advanced controllers that mechanize HVAC frameworks.

Therefore, Power through pressure can be utilized to control the stream of liquids in heating and cooling frameworks. In any case, vacuum isn't a control strategy utilized in HVAC frameworks.

Learn more about HVAC systems from

https://brainly.com/question/23989909

#SPJ1

The Boolean operators include which of the following?

A. and, or, not
B. to, for, from
C. a, an, the
D. is, are, not

Answers

Answer:

The answer is A. and, or, not

Explanation:

Using a Boolean search can help narrow your results. A Boolean search is a query that uses the Boolean operators AND, OR, and NOT, along with quotation marks, to limit the number of results. For example, searching the terms Alexander the Great AND conquests will provide results about Alexander, great, and their conquests.

examples of application software​

Answers

Microsoft suite of products (Office, Excel, Word, PowerPoint, Outlook, etc.)
Internet browsers like Firefox, Safari, and Chrome
Mobile pieces of software such as Pandora (for music appreciation), Skype (for real-time online communication), and Slack (for team collaboration)

Answer:

Examples of application software

Microsoft wordMicrosoft ExcelMedia PlayerWeb BrowserPhoto EditorSimulatorsEmail system

Explanation:

Application software

Application software are specific purpose software designed for users or group pf users.

Examples of application software

Microsoft wordMicrosoft ExcelMedia PlayerWeb BrowserPhoto EditorSimulatorsEmail system

Create the algorithm in a flow chart. Develop an algorithm that reads in three numbers and writes them all in sorted order. Order marches with weighty and measured strides. Disorder is always in a hurry.

Answers

To order an array of strings in alphabetic order, the sorting algorithm should be structured for ascending order.

How to sort the array of strings according to alphabetical order?

This can be carried out by sorting the array manually or by using the to CharArray() method. In the to CharArray() method this can be done by ensuring you have the needed string and then modifying the provided string to a character array with the help of to CharArray() method followed by constructing the gathered array by utilizing the sort() method of the Arrays class.

Then we have to transform the constructed array to String by passing it to the constructor of the String array.

Therefore, To order an array of strings in alphabetic order, the sorting algorithm should be structured for ascending order.

Learn more about  array on:

https://brainly.com/question/13107940

#SPJ1

What happens if you have two values with no operator between them

Answers

In Computer programming, if you have two values that has no operator between them, you would experience a syntax error.

What is a syntax error?

A syntax error can be defined as a type of error that typically occurs due to mistakes in the source code of a program such as:

Spelling of words.Punctuation errorsIncorrect labelsSpacing

This ultimately implies that, a misplacement of punctuation or spacing in a command during programming that causes the source code of a program to stop running is most likely a syntax error.

In conclusion, we can infer and logically deduce that if you have two values that has no operator between them, you would experience a syntax error in computer programming.

Read more on computer programming here: brainly.com/question/25619349

#SPJ1

Algorithm:

Suppose we have n jobs with priority p1,…,pn and duration d1,…,dn as well as n machines with capacities c1,…,cn.

We want to find a bijection between jobs and machines. Now, we consider a job inefficiently paired, if the capacity of the machine its paired with is lower than the duration of the job itself.

We want to build an algorithm that finds such a bijection such that the sum of the priorities of jobs that are inefficiently paired is minimized.

The algorithm should be O(nlogn)


My ideas so far:

1. Sort machines by capacity O(nlogn)
2. Sort jobs by priority O(nlogn)
3. Going through the stack of jobs one by one (highest priority first): Use binary search (O(logn)) to find the machine with smallest capacity bigger than the jobs duration (if there is one). If there is none, assign the lowest capacity machine, therefore pairing the job inefficiently.

Now my problem is what data structure I can use to delete the machine capacity from the ordered list of capacities in O(logn) while preserving the order of capacities.

Your help would be much appreciated!

Answers

To solve the problem efficiently, you can use a min-heap data structure to store the machine capacities.

Here's the algorithm:

Sort the jobs by priority in descending order using a comparison-based sorting algorithm, which takes O(nlogn) time.

Sort the machines by capacity in ascending order using a comparison-based sorting algorithm, which also takes O(nlogn) time.

Initialize an empty min-heap to store the machine capacities.

Iterate through the sorted jobs in descending order of priority:

Pop the smallest capacity machine from the min-heap.

If the machine's capacity is greater than or equal to the duration of the current job, pair the job with the machine.

Otherwise, pair the job with the machine having the lowest capacity, which results in an inefficient pairing.

Add the capacity of the inefficiently paired machine back to the min-heap.

Return the total sum of priorities for inefficiently paired jobs.

This algorithm has a time complexity of O(nlogn) since the sorting steps dominate the overall time complexity. The min-heap operations take O(logn) time, resulting in a concise and efficient solution.

Read more about algorithm here:

https://brainly.com/question/13902805

#SPJ1

2.12.1: LAB: Name format

This is what I have so far:

name_input = input()

name_separator = name_input.split()

if len(name_separator) == 3:

first_name = name_separator[-3]

middle_name = name_separator[-2]

last_name = name_separator[-1]

first_initial = first_name[0]

middle_initial = middle_name[0]

last_initial = last_name[0]

print(last_name + ", " + first_initial + '.' + middle_initial +'.')



elif len(name_separator) == 2:

first_name = name_separator[-2]

last_name = name_separator [-1]

first_initial = first_name[0]

last_initial = last_name[0]

print(last_name + ", " + first_initial + ".")

2.12.1: LAB: Name formatThis is what I have so far:name_input = input()name_separator = name_input.split()if

Answers

A program that reads a person's name in the following format: first name, middle name, last name is given below:

The Program

import java.util.Scanner;

public class LabProgram {

public static void main(String[] args) {

 Scanner scnr = new Scanner(System.in);

 String firstName;

 String middleName;

 String lastName;

 String name;

 name = scnr.nextLine();

 int firstSpace = name.indexOf(" ");

 firstName = name.substring(0, firstSpace);

 int secondSpace = name.indexOf(" ", firstSpace + 1);

 if (secondSpace < 0) {

    lastName = name.substring(firstSpace + 1);

    System.out.println(lastName + ", " + firstName);

 }

 else {

    middleName = name.substring(firstSpace, secondSpace);

    lastName = name.substring(secondSpace + 1);

    System.out.println(lastName + ", " + firstName + " " +     middleName.charAt(1) + ".");

 }

 }

}

Read more about programming here:

https://brainly.com/question/23275071

#SPJ1

Performance assessments are conducted periodically and .

Answers

Performance assessments are conducted periodically and systematically.

What are performance assessments ?

Periodic and structured evaluations are essential to maintain accurate assessments of performance. These reviews usually occur regularly, such as once or twice a year, and follow a systematic process designed to examine an individual's job-related skills consistently using objective standards.

A typical appraisal procedure generally includes establishing clear aims and goals for the employee, offering regular coaching along with feedback throughout the appraisal term, compiling data related to their task progress, and then conducting a comprehensive review at the end of that period to analyze and assess it thoroughly.

Find out more on performance assessments at https://brainly.com/question/1532968

#SPJ1

Which logic correctly describes an algorithm to find the smallest of the three numbers a, b, and c and store the smallest number in small?

A.
If a is less than b, then set a to small, else set b to small, else set c to small.
B.
If a is less than b, then set small to a, else set small to b.
If c is less than small, then set small to c.
C.
If a is less than b, then set small to b, else set small to c.
If c is less than small, then set small to a.
D.
If a is less than small, then set small to a.
If b is less than small, then set small to b.
If c is less than small, then set small to c.

Answers

Answer:

D

Explanation:

Answer:

B. If a is less than b, then set small to a, else set small to b.

If c is less than small, then set small to

Explanation:

Plato correct!!

Which phrase is the best definition of a transistor?

Answers

Answer: Electronics

Explanation: A semiconductor device that amplifies, oscillates, or switches the flow of current between two terminals by varying the current or voltage between one of the terminals and a third: although much smaller in size than a vacuum tube, it performs similar functions without requiring current to heat a cathode.

PROJECT: RESEARCHING THE HISTORY OF THE INTERNET
The Internet has had a profound effect on how we conduct business and our personal lives. Understanding a bit about its history is an important step to understanding how it changed the lives of people everywhere.

Using the Internet, books, and interviews with subject matter experts (with permission from your teacher), research one of the technological changes that enabled the Internet to exist as it does today. This may be something like TCP/IP, the World Wide Web, or how e-mail works. Look at what led to the change (research, social or business issues, etc.) and how that technology has advanced since it was invented.
Write a research paper of at least 2, 000 words discussing this technology. Make sure to address the technology’s development, history, and how it impacts the Internet and users today. Write in narrative prose, and include a small number of bullet points if it will help illustrate a concept. It is not necessary to use footnotes or endnotes, but make sure to cite all your sources at the end of the paper. Use at least five different sources.

Submission Requirements
Use standard English and write full phrases or sentences. Do not use texting abbreviations or other shortcuts.
Make any tables, charts, or screen shots neat and well organized.
Make the information easy to understand.

Answers

E-mail, short for “electronic mail” is one of most widely used forms of digital communication. It can be used from nearly any device, and unlike paper mail, it is delivered nearly instantly. E-mail is used in all strata of society, and has endless possibilities for personal and professional uses.

It can be used to send messages, links, images and files, essentially everyone on the planet who uses computers will use e-mail. It powers business and connects families together across continents, and the best part of all is that it is essentially free. People use e-mail on personal computers, mobile phones, tablets, even on ‘smart’ televisions!

Every e-mail address has an inbox. This is where new messages are deposited. An e-mail message has a status called “unread” which disappears after the e-mail has been opened. A typical e-mail inbox will also have a ‘Sent’ folder for viewing messages that you have sent in the past. It also will have an ‘Outgoing’ folder, where messages stay until they have been fully transmitted. It is also common to have a ‘Drafts’ folder for messages that were started but never sent, and a ‘Spam’ folder, where unwanted marketing messages will usually be directed. You can of course setup your own folders and sort your e-mails however you like .
Other Questions
(a+b)^2= ???? hihihihihi Enter the equation of the line in slope-intercept form. Enter the answer in fraction form.The line perpendicular to y = 4/3x + 2 that passes through (8,-5). The equation of the line that passes through (8,-5) is y =______ At a certain point during the orbit of the Earth around the Sun, lfyou are standing on the Tropic of Cancer, the Sun will be directly overhead at noor. Ar this point it is also the day with thelongest hours of sunlight in the Northern Hemisphere. This point of the Earth's orbit is called. (choose all answers that different pecole in different places on Earth might call thls part of the orbit? a. The verral equinos for the Northern hemisphereb. The summer solstce for the Southern hemisphere c. The summer solstce for the Northern hemispere d. The wimer toistice lor the Southern hembishere the auturnal equition for the southern hemishere e. The winter wolstice for the Nortivern herinisphere f. The auturnal cquinok for the Northem hemisohere g. The yernai equinga for the Southern hemisphero the periodic interest rate for a loan with an annual interest rate of 15.98% compounded weekly is 0.3073%, rounded to four decimal places. The circumference of a circle is about 33.912 inches. The circle's radius is __ inches.Use 3.14 for . corals have a mutualistic relationship with photosynthetic algae in the photic zones of water. what purpose does this serve? How to add/Subtract fractions With an Example and explain good Portfolios can showcase characteristics of student reading and writing in authentic contexts. Which item is NOT an example of reading and writing in authentic contexts:Group of answer choicesUsing effective writing to make a point.Exhibiting work for family, school, and the community.Scoring portfolios on the 'curve' or a distribution scale, so scores can be compared across the state.Holding a Portfolio Sharing Day. Copper pipe 8 in long has an inside diameter of .5 in and an outside diameter of .65 in. Find the volume of the copper in this pipe Problem 5: (8 marks) Find the Taylor series for the following function, centred at the given a.(a) f(x) = 7 cos (x), a = 0.(b) f(x) = x^4 + x^2 + 1, a = 2.(c) f(x) = 2^x, a = 1.(d) f(x) = x tan^1(x^2), a= 0. What is the goal of the extended reality program that Ms. Hendrix developed? The standard Gibbs free energy for the reaction below is 32.90 kJ at 25C.N2(g) + 3 H2(g) 2 NH3(g)What is the nonstandard Gibbs free energy change when the partial pressure of each gas is 100 atm?Group of answer choices+25.94 kJ8.19 kJ55.71 kJ+36.47 kJ The______ is the most efficient at generating coupon downloads with Cost per Conversion of $____ Cans someone help me with 6 and 7 please I am very confused on this two so Ill appreciate it if u help me! evaluate 3xy2 y if x = 2 and y = 5 blanca and melanie attend high schools in thunder bay, ontario. blanca attends a large high school with 3,000 students. melanie, on the other hand, attends a smaller school of only 200. according to research, which statement regarding their participation in extracurricular activities is the most accurate? question 2 options: mrs. k wanted to find out if praising claire would actually improve her cooperation with her requests. so for two weeks she praised her every time she complied with requests to clean her room. what experimental design was mrs k using? A hot dog and three pickles costs $6.50. Two hot dogs and two pickles costs $7.00. calculate the next three numbers of each progression1) 15,-14,13,-12,11...2) 2,5,9,14... WILL MARK BRAINLIEST. Write a short paragraph on what you have learned about heredity and traits. There have to be two answers for me to mark one of them brainliest.