the potential for a buffer overflow exists anywhere that data is copied or merged into a buffer, where at least some of the data are read from outside the program.

Answers

Answer 1

It is true that there is a chance of a buffer overflow whenever data is duplicated or combined into a buffer and at least some of the data are read from outside the program.

What is a buffer overflow and how may one be discovered on a network?

An attempt by a software or process to write more data to a fixed-length memory block, or buffer, than the buffer is allotted to hold results in a buffer overflow.

Which one of the following results in a buffer overflow?

Buffer overflow is frequently caused by coding faults. Buffer overflow is a common application development error that can be caused by failing to assign adequate space for buffers and failing to check for overflow issues.

To know more about buffer overflow visit :-

https://brainly.com/question/14369388

#SPJ4


Related Questions

Discussion Topic
Personal finance includes income as well as expenses. You must manage your
personal finances daily, weekly, or monthly. Discuss the advantages of using
spreadsheets for managing personal finances.

Answers

The advantages of using spreadsheets for managing personal finances is that:

Spreadsheets are known to be tools that are very quick and easy and helps one to add into a workflow. Spreadsheets are regarded as an efficient tools for financial documents. A person can have access to a lot of spreadsheet templates and they can be able to visualize data along with caveats.

What is the advantage of using a spreadsheet?

The Advantage is that it is one that help[s a person to be able to organizing a lot of data.

Note that The advantages of using spreadsheets for managing personal finances is that:

Spreadsheets are known to be tools that are very quick and easy and helps one to add into a workflow. Spreadsheets are regarded as an efficient tools for financial documents. A person can have access to a lot of spreadsheet templates and they can be able to visualize data along with caveats.

Learn more about spreadsheets  from

https://brainly.com/question/26919847

#SPJ1

Write a program that:
1. Declares a boolean variable called my_bool
2. Initializes it to the boolean value of true
3. Prints the value of my_bool.
4. Re-assigns my_bool to the value of test
5. Prints the value of my_bool
Remember that the print value of true is 1 and the print
value of false is e. You should NOT use boolalpha << in
your code!

Answers

Here's a program that fulfills the requirements you mentioned:

```cpp
#include
int main() {
   bool my_bool = true; // Declares and initializes my_bool to true
   std::cout << my_bool << std::endl; // Prints the value of my_bool
       bool test = false; // Declares and initializes test to false
   my_bool = test; // Re-assigns my_bool to the value of test
   std::cout << my_bool << std::endl; // Prints the value of my_bool
       return 0;
}
```In this program, we declare a boolean variable called `my_bool` and initialize it to `true`. Then, we print the value of `my_bool` which is `1`. Next, we declare and initialize another boolean variable called `test` to `false`. We re-assign `my_bool` to the value of `test`, which means `my_bool` now holds the value `false`. Finally, we print the value of `my_bool` again, which is `0` (since the print value of `false` is `0`).

For more such questions program,Click on

https://brainly.com/question/23275071

#SPJ8

what would be the consequences if the Memory Manager and the
File Manager stopped communicating with each other

Answers

Answer:

Result could be a memory leak or a spaceleak.

Explanation:

The result if a memory supervisor and a processor administrator quit conveying would prompt a negative result as they have to impart all together for the procedure manager to process the data that is being conveyed in and out.

1. image-editing software
software used to create technical drawings
2. PDF
software used to create a slide show
3. presentation software
software that organizes a collection of information
4. CAD
software used to enhance photographs
5. database software
Portable Document Format

Answers

PDF:-Portable Document FormatDatabase software:-software that organizes a collection of information image-editing software :-software used to enhance photographspresentation software :-software used to create a slide showCAD:-software used to create technical drawings.

Done

#include <iostream>
using namespace std;

// function prototypes
float get_Price();
int get_Type();
void tax(float, int);

// start main function
int main() {
float price = 0; // should > 0

int type = 0; // 1 -> Electronic
// 2 -> Sports & Outdoor
// 3 -> Vaccine

price = get_Price;
type = get_type();

cout << "Price before tax = " << price << "\n\n";
tax(price, type);
cout << "Total price after tax = " << price << '\n';

return 0;
}

// start new user-defined functions
void get_Price() {
float p = 0;

while (p < 0) {
cout << "Item price (RM): ";
cin >> p;
}

return p;
}

float get_Type() {
int t == 0;

do {
cout << "\n";
cout << "1 -> Electronic\n";
cout << "2 -> Sports & Outdoor\n";
cout << "3 -> Vaccine\n";
cout << "Item type (1,2,3): ";
cin >> t;
} while (t > 1 || t < 3);

cout << "\n";
return t;
}

// tax is based on item types as follows:
// 1 -> Electronic => 5%
// 2 -> Sports & Outdoor => 3%
// 3 -> Vaccine => 1%
void tax(float p, int t) {
float tax = 0;
switch (t) {
case 1: tax = p * 5 / 100; break;
case 2: tax = p * 3 / 100;
case 3: tax = p * 1 / 100;
}

cout << "Tax cost = " << tax << "\n";
p += tax;
}

What problem?​

Answers

Answer:

10⁶666666666666666666666666

vgggjhhii9

Explanation:

uyyyyyyyy6666y6666666666

Is it possible to beat the final level of Halo Reach?

Answers

It is impossible to beat this level no matter how skilled the player is.

Highlight the two complex sentences in the text below. Are Smart Watches Worth it? Smart watches have been around for a while now, but I’ve avoided buying one. I was never convinced having one offered any great improvements on simply owning a phone. As far as I was concerned, they would never be able to replace a phone. But were they even supposed to? After speaking to a friend who swears by his smart watch, I decided to give one a go. What did I find? It was more useful than I first anticipated. Or maybe the right word is interesting?

Answers

The two complex sentences which are highlighted are as follows:

Smartwatches have been around for a while now, but I’ve avoided buying them.After speaking to a friend who swears by his smartwatch, I decided to give one a go.

What do you mean by a Complex sentence?

A complex sentence may be defined as a type of sentence that significantly consists of one independent clause and at least one dependent clause. These types of sentences best work if you need to provide more information to explain or modify your sentence's main point.

In the above two sentences, there is one independent clause and at least one dependent clause. Both clauses are joined by the usage of numerous punctuation marks like colon, semi-colon, comma, etc.

Therefore, the two complex sentences which are highlighted are well described above.

To learn more about Complex sentences, refer to the link:

https://brainly.com/question/14908789

#SPJ1

Can someone help me with the following logical circuit, perform two actions. FIRST, convert the circuit into a logical
statement. SECOND, create a truth table based on the circuit/statement. (20 pts. each for statement and
truth table.

Can someone help me with the following logical circuit, perform two actions. FIRST, convert the circuit

Answers

Creation of Truth Table Based on the logical statement, we can create a truth table as shown below:

A B (not A) (not A) and B (not A) and B or A A or (not A) and B 0 0 1 0 1 0 0 1 0 0 1 0 1 1 0 1 1 0 1 1 1 0 1 1 0 1 1 0 1 1 1

The first two columns show the input values, the next column shows the output of the NOT gate, then the output of the AND gate, then the output of the OR gate and finally the output of the logical statement.

We can observe that the output of the logical statement is the same as the output of the OR gate.

Given the logical circuit, we are required to perform two actions on it. Firstly, convert the circuit into a logical statement. Secondly, create a truth table based on the circuit/statement. Let's understand how to do these actions one by one:Conversion of Circuit into Logical Statement.

The given circuit contains three components: NOT gate, AND gate and OR gate. Let's analyze the working of this circuit. The two input variables A and B are first passed through the NOT gate, which gives the opposite of the input signal.

Then the NOT gate output is passed through the AND gate along with the input variable B. The output of the AND gate is then passed through the OR gate along with the input variable A.We can create a logical statement based on this working as: (not A) and B or A. This can also be represented as A or (not A) and B. Either of these statements is correct and can be used to construct the truth table.

Creation of Truth Table Based on the logical statement, we can create a truth table as shown below:

A B (not A) (not A) and B (not A) and B or A A or (not A) and B 0 0 1 0 1 0 0 1 0 0 1 0 1 1 0 1 1 0 1 1 1 0 1 1 0 1 1 0 1 1 1

In the truth table, we have all possible combinations of input variables A and B and their corresponding outputs for each component of the circuit.

The first two columns show the input values, the next column shows the output of the NOT gate, then the output of the AND gate, then the output of the OR gate and finally the output of the logical statement.

We can observe that the output of the logical statement is the same as the output of the OR gate.

For more such questions on Truth Table, click on:

https://brainly.com/question/13425324

#SPJ8

Modify songVerse to play "The Name Game" (see OxfordDictionaries), by replacing "(Name)" with userName but without the first letter. Ex: If userName = "Kaitlin" and songVerse = "Banana-fana fo-f(Name)!", the program prints: Banana-fana fo-faitlin! Ex: If userName = "Kaitlin" and songVerse = "Fee fi mo-m(Name)", the program prints: Fee fi mo-maitlin Note: You may assume songVerse will always contain the substring "(Name)".

Answers

Answer:

Following are the modification of the code:

import java.util.*;//import package for user input

public class NameSong //defining NameSong  

{

   public static void main (String [] args) //defining the main method

   {

       String userName,songVerse;//defining string variable

       Scanner obxc = new Scanner(System.in);//creating Scanner class object

       userName = obxc.nextLine();//input string value

       songVerse = obxc.nextLine();//input string value

       userName = userName.substring(1); // Removes first char from userName

       songVerse = songVerse.replace("(Name)",userName);//remove and hold value in songVerse

       System.out.println(songVerse);//print value

   }

}

Output:

please find the attachment.

Explanation:

Description of the code:

In the above code, a two-string variable "userName and songVerse" is declared, in which we input value by creating scanner class object that is "obxc".In the next step, two inbuilt string methods "substring and replace" are used, in which the first method is used to remove the first character from the name, and the second method replaces the value from the second input.  At the last step, the print methods have used that prints its replaced value.
Modify songVerse to play "The Name Game" (see OxfordDictionaries), by replacing "(Name)" with userName

The code is in Python.

It modifies the strings using slicing and replace() method.

Slicing can be used when we want to get some part of the string. In this case, we use userName[1:]. This gives us all the string excluding the first character.

The replace() method takes two arguments. The first argument is replaced by the second one in the string.

Comments are used to explain each line of the code

The output is attached as an image

#get the inputs from the user

userName = input()

songVerse = input()

#remove the first character from the userName

userName = userName[1:]

#replace the (Name) with userName within the songVerse using replace() method

songVerse = songVerse.replace("(Name)", userName)

#print the songVerse

print(songVerse)

You may see another question at:

https://brainly.com/question/18722766

Modify songVerse to play "The Name Game" (see OxfordDictionaries), by replacing "(Name)" with userName

what are the advantages of using a vpn?​

Answers

Answer:

Changing ip address to avoid ip ban. keeping your personal info safe while on public connections

Explanation:

Looked it up.

Gamification and virtual reality is the future of education

Answers

Answer:

Education is expected to be the fourth largest sector for VR investment. VR in education is predicted to be a $200 million industry by 2020, and a $700 million industry by 2025. 97% of students would like to study a VR course.

Explanation:

1. Given a sequential list with n numbers, represented in a one-dimensional array A) Write an algorithm to check if the list has any duplication. Explain the time complexity of your algorithm. Can you think of a better algorithm to do the job? If so, briefly explain. B) Write an algorithm to find all the duplicate numbers in the list, if any. Explain the time complexity of your algorithm. Can you think of a better algorithm to do the job? If so, briefly explain.

Answers

Answer:

Define a function that accept a list as an argument. Save the length of the list as a variable and cast the list to a set and also save the length to a variable.

If the result of the subtraction of the set length from the list length is not equal to zero, then the list have duplicates.

Explanation:

A sample of the source code using Python,

def list_duplicate( list ):

list_len = len( list )

new_set = set( list )

set_len = len( new_set )

If list_len - set_len != 0 :

Print( " The list has duplicate " )

what is the introduction of an algorithm and programming and how does it work?

Answers

Answer:

A programming algorithm is a procedure or formula used for solving a problem. It is based on conducting a sequence of specified actions in which these actions describe how to do something, and your computer will do it exactly that way every time. An algorithm works by following a procedure, made up of inputs. Explanation:

can
A selection statement specifies that an action is to be repeated while some condition remains true.

Answers

A selection statement specifies that an action is to be repeated while some condition remains true is a true statement.

When a condition is still true, does the selection statement repeat the action?

Code (statements) that are said to executed only when a specific condition is met are known as selection statements, sometimes known as conditional statements. A strong tool for managing the execution of code statements is selection.

Therefore, one can say that when a condition is still true, an action is to be repeated, according to a selection statement.

Learn more about selection statement from

https://brainly.com/question/13438284
#SPJ1

A selection statement specifies that an action is to be repeated while some condition remains true. True or false

discuss MIS as a technology based solution must address all the requirements across any
structure of the organization. This means particularly there are information to be
shared along the organization

Answers

MIS stands for Management Information System, which is a technology-based solution that assists organizations in making strategic decisions. It aids in the efficient organization of information, making it easier to locate, track, and manage. MIS is an essential tool that assists in the streamlining of an organization's operations, resulting in increased productivity and reduced costs.

It is critical for an MIS system to address the needs of any organization's structure. This implies that the information gathered through the MIS should be easily accessible to all levels of the organization. It must be capable of handling a wide range of activities and functions, including financial and accounting data, human resources, production, and inventory management.MIS systems must be scalable to meet the needs of a company as it expands.

The information stored in an MIS should be able to be shared across the organization, from the highest to the lowest level. This feature allows for smooth communication and collaboration among departments and employees, which leads to better decision-making and increased productivity.

Furthermore, MIS systems must provide a comprehensive overview of a company's operations. This implies that it must be capable of tracking and recording all relevant information. It should provide a real-time picture of the company's performance by gathering and analyzing data from a variety of sources. As a result, businesses can take quick action to resolve problems and capitalize on opportunities.

For more such questions on Management Information System, click on:

https://brainly.com/question/14688347

#SPJ8

The measure of a game mechanic is simply how effective it is at drawing a player into your game or creating player immersion.

Question 6 options:

True


False

Answers

The statement "The measure of a game mechanic is simply how effective it is at drawing a player into your game or creating player immersion" is true.

What are the game mechanics?

The guidelines that control a video game's gameplay are known as play mechanics. The game's artificial intelligence (AI) and the activities that users can take within the game's environment are both controlled by the game's play mechanics.

Being able to move a variable amount of space based on a probability distribution produced by a pair of dice is an illustration of a mechanic frequently employed in board games.

Therefore, the statement is true.

To learn more about game mechanics, refer to the link:

https://brainly.com/question/29739190

#SPJ1

A data scientist sharing real-time information with their colleagues will most
likely use a
to this information.

Answers

the linear regression. This strategy, which is one of the most popular data science techniques, looks for the line that best fits the data being studied based on the correlation between two variables.

Which of the following tasks does data scientist Mcq perform?

What tasks are carried out by data scientists? Explanation: An employee or business intelligence (BI) consultant that excels at analysing data, especially huge volumes of data, is known as a data scientist.

Which data collection techniques are most frequently utilised in scientific study research?

The data gathered for case study research are often qualitative (words, meanings, and perspectives), but they can also be quantitative (descriptive numbers, tables). Theory development and theory testing may benefit from qualitative data analysis.

To know more about data science visit:-

https://brainly.com/question/30142316

#SPJ1

Question 2 of 10
A company is looking for an employee to find new opportunities for improving
its systems by examining existing data. Which computer field includes this
job?
A. Security analysis
B. Systems analysis
C. Network support
D. Hardware design
SUBMIT

Answers

Answer:

B. Systems analysis

Explanation:

A company is looking for an employee to find new opportunities for improving

its systems by examining existing data.

The field that includes finding new opportunities for improving its systems by examining existing data is system analysis.

The correct option is B .

Given, scenario of a company.

The computer field that includes a job to find new opportunities for improving systems by examining existing data is Systems Analysis.

Systems analysis is the process of examining an organization's business processes and information systems to identify and implement improvements. It involves analyzing data and information flow, identifying areas of inefficiency, and developing and implementing solutions to improve system performance and productivity.

Therefore, option B is the correct answer.

Know more about system analysis,

https://brainly.com/question/32477593

#SPJ3

A backup operator wants to perform a backup to enhance the RTO and RPO in a highly time- and storage-efficient way that has no impact on production systems. Which of the following backup types should the operator use?
A. Tape
B. Full
C. Image
D. Snapshot

Answers

In this scenario, the backup operator should consider using the option D-"Snapshot" backup type.

A snapshot backup captures the state and data of a system or storage device at a specific point in time, without interrupting or impacting the production systems.

Snapshots are highly time- and storage-efficient because they only store the changes made since the last snapshot, rather than creating a complete copy of all data.

This significantly reduces the amount of storage space required and minimizes the backup window.

Moreover, snapshots provide an enhanced Recovery Time Objective (RTO) and Recovery Point Objective (RPO) as they can be quickly restored to the exact point in time when the snapshot was taken.

This allows for efficient recovery in case of data loss or system failure, ensuring minimal downtime and data loss.

Therefore, to achieve a highly time- and storage-efficient backup solution with no impact on production systems, the backup operator should utilize the "Snapshot" backup type.

For more questions on Recovery Time Objective, click on:

https://brainly.com/question/31844116

#SPJ8

Which of the following is true about file formats?

A. Open file formats may be either free or proprietary.

B. Open file formats are always free.

C. Free file formats may be either open or closed.

D. Proprietary files are always closed.

Answers

Answer:

A

Explanation:

The answer is A mate, if you need any help let me know please

A file extension is also known as the file format. The correct option is A, Open file formats may be either free or proprietary.

What is a file format?

A file extension, often known as a file format, is the structure of a file in terms of how the data within the file is arranged on a computer. A file name extension frequently indicates a certain file format as part of a file's name (suffix).

Open formats are also known as free file formats if they are not burdened by any copyrights, patents, trademarks, or other limitations (for example, if they are in the public domain), allowing anybody to use them for any purpose at no monetary cost.

Hence, the correct option is A, Open file formats may be either free or proprietary.

Learn more about File Format:

https://brainly.com/question/21435636

#SPJ2

MIS as a technology based solution must address all the requirements across any
structure of the organization. This means particularly there are information to be
shared along the organization. In connection to this, a student has complained to MIS
grade recently submitted that he does not deserve C+. following the complaint, the
instructor checked his record and found out that the student’s grade is B+, based on
the request the Department Chair also checked the record in his office and found out
the same as the Instructor. Finally, the record in the registrar office consulted and the
grade found to be B+. Therefore, the problem is created during the data entry of
grades of students to the registrar system. Based on the explanations provided,
which of information characteristics can be identified?

Answers

The information characteristic that can be identified based on the explanations provided is accuracy. Accuracy is one of the main characteristics of good quality data, and it refers to the extent to which data is correct and free from error. In the scenario provided, the problem was caused during the data entry of grades of students into the registrar system. The student's grade was entered as C+ instead of B+ which was the correct grade.

The use of Management Information Systems (MIS) as a technology-based solution can help ensure accuracy in data entry and other information processing activities across an organization's structure. It does this by providing the necessary tools, processes, and procedures for collecting, processing, storing, and sharing data and information across various departments and units of the organization.

MIS helps to ensure that data is accurate, timely, relevant, complete, and consistent by providing a framework for the organization to collect, process, and store data in a manner that meets specific organizational requirements. Therefore, accuracy is an important information characteristic that must be maintained in any organization that relies on MIS for data processing and sharing.

For more such questions on Accuracy, click on:

https://brainly.com/question/14523612

#SPJ8

6. What will be drawn when we call fo?
def g():
Label("Hi!!, 150, 200, size=24).
def f():
Label("I'm happy", 225, 200, size=24)
[1 point]
O a. 'Hi!
O b. I'm happy
O c. I'm happy Hi!
O d. Hi! I'm happy

6. What will be drawn when we call fo?def g():Label("Hi!!, 150, 200, size=24).def f():Label("I'm happy",

Answers

Answer:

d, brainly wants this to be long so hdjddjd


How does a fully integrated Data and Analytics Platform enable organizations to
convert data into consumable information and insight?

Answers

A  fully integrated Data and Analytics Platform enable organizations to  convert data into consumable information and insight by:

How does a fully integrated Data and Analytics Platform enable convert data?

This is done by putting together or  the archiving of all the captured data and also the act of getting them back if and when needed for business purpose.

Note that it is also done by making analytics reports and creating Machine Learning models to refine the data.

Learn more about Analytics Platform from

https://brainly.com/question/27379289

#SPJ1

A(n) ___loop is a special loop that is used when a definite number of loop iterations is required.
O a. for
O b. do...while
O c. else
O d. while

Answers

Answer: A

Explanation:

for is used when you're talking in terms of repeating loops for a finite number of times.

do... while is used when describing something to do while a variable is equal to something, else is used when a variable isn't what was defined in a while statement, and while is used when you want something to repeat while a variable is equal to something.

can someone please give me the correct answer to this? 8.7.5 Calendar Codehs.

Answers

The calendar Codes is given as follows;

import  calendar

# Prompt user for month and year

month = int(input("Enter month (1-12): "))

year = int(input("Enter year: "))

# Display calendar for the given month and year

print(calendar.month(year, month) )

How does this work ?

The month ) function from the calendar module takes two arguments: the year and month to display the calendar for.

It returns a formatted string representing the calendar for that month, which is then printed to the  console.

A formatted string literal, often known as an f-string, is a string literal that begins with 'f' or 'F' in programming.

Learn more about Codes  at:

https://brainly.com/question/3042960

#SPJ1

How can you get access to help? Check all that apply

Answers

Answer:

The answer is "F1"

Explanation:

Please find the complete question in the attachment file.

The F1 key is also known as the function key, which can be used to configure on a device or console key to cause such actions, a form of a soft button, to also be performed by a web browser control parser or software application. The main purpose of the F! key is to open the Help screen for all programs.

How can you get access to help? Check all that apply

Write Inheritance program for the following scenario. Employee is super class where as Manager and Regular are the sub class. Partial Employee class is created, you have to complete the Employee class and implement Manager and Regular class. The main is class is given that creates objects of all classes and displays the output.
• The subclasses uses super keyword in the constructor to assigned the data.
• All the classes implements toString() method.

Write Inheritance program for the following scenario. Employee is super class where as Manager and Regular
Write Inheritance program for the following scenario. Employee is super class where as Manager and Regular

Answers

Answer:

Explanation:

public class Employee{

//Existing employee code

public String getName(){

return Name;

}

public double getSalary(){

return salary;

}

public int getId(){

return id;

}

public void setName(String name){

this.name = name;

}

//Manager Class

public class Manager extends Employee{

private double bonus;

public Manager(int id,String name,double salary,double bonus){

super(id,name,salary);

this.bonus = bonus;

}

public void setBonus(double bonus){

this.bonus = bonus;

}

public double getBonus(){

return bonus;

}

}

//Regular Class

public class Regular extends Employee{

private double overtime;

public Manager(int id,String name,double salary,double overtime){

super(id,name,salary);

this.overtime = overtime;

}

public void setOvertime(double overtime){

this.overtime = overtime;

}

public double getOvertime(){

return overtime;

}

}

Which of the following accurately describes a user persona? Select one.

Question 6 options:

A user persona is a story which explains how the user accomplishes a task when using a product.


A user persona should be based only on real research, not on the designer’s assumptions.


A user persona should include a lot of personal information and humor.


A user persona is a representation of a particular audience segment for a product or a service that you are designing.

Answers

A user persona is a fictionalized version of your ideal or present consumer. In order to boost your product marketing, personas can be formed by speaking with people and segmenting them according to various demographic and psychographic data and user.

Thus, User personas are very helpful in helping a business expand and improve because they reveal the various ways customers look for, purchase, and utilize products.

This allows you to concentrate your efforts on making the user experience better for actual customers and use cases.

Smallpdf made very broad assumptions about its users, and there were no obvious connections between a person's occupation and the features they were utilizing.

The team began a study initiative to determine their primary user demographics and their aims, even though they did not consider this to be "creating personas," which ultimately helped them better understand their users and improve their solutions.

Thus, A user persona is a fictionalized version of your ideal or present consumer. In order to boost your product marketing, personas can be formed by speaking with people and segmenting them according to various demographic and psychographic data and user.

Learn more about User persona, refer to the link:

https://brainly.com/question/28236904

#SPJ1

.NET
It is considered the College database.
1. Create a console application to display the information
from the Teacher table.
2. Create a Windows Forms application for
entering the information in the Teacher table


3. For the Teacher table:
a) create its XML representation;
b) display the representation in a Windows application
Forms in alphabetical order by teacher name (
without idprof);
c) Display each name and surname of each teacher
together with the department to which he belongs.

Please help, need at least the first 2 exercises.

Answers

Answer:

This is called contradiction cloud responsibility (CCR)

Explanation:

Please help ASAP!
Combined with a set number of steps to determine size, what number of degrees would you use for turn degrees to command a sprite to trace a triangle with three equal sides?

A. 90, 90

B. 45, 45

C. 90, 180

D. 120, 120

Answers

Answer:

GIVE this man Brainliest!

Explanation:

Other Questions
a truck gets stuck under a bridge. several tow trucks are unable to pull it out. at last a little boy walks up and asks the red-faced adults trying to free the truck why they haven't let the air out of the truck's tires. their oversight was due to Thermodynamics QuestionsolveDescribe the difference between the saturation and vapor pressures What is the angular momentum vector LA if vector rA = m and vector p = kgm/s? vector LA = kgm2/s a machine that can reason, generalize or learn from past experiences is exhibiting which of the themes of art best describe the content of grant wood's 1930 oil on canvas painting, american gothic? Describe the importance of agriculture The removal of oxygen from a substance is known as what? Perform the followingmathematical operation, andreport the answer to theappropriate number ofsignificant figures.67.4 + 43.2 + 27.3 = [?] help = brainlist pls What is the mole fraction, , of solute and the molality, (or ), for an aqueous solution that is 12.0% NaOH by mass? Business A must have ________ in cogs if it can produce them for a lower opportunity cost than any other producer of cogs.an absolute advantagea comparative advantagea decreasing trade-off valuerelatively low-quality factors of productionrelatively poor manufacturing technology Pleaseeeee help!!! 50 points and BRAINLIEST 6. Bryan thinks that a low interquartile range for average daily temperatures means that thetemperatures were really low. Do you agree or disagree? Why or why not? Compare and contrast two of the Louisiana Cultural regions. In your answer include the following details: location, people who settled there, urban areas, how it got its name, and activities in each region. What is the fraction and decimal equivalents to the percent 75% A mission involved three major elements - the mission itself, the presidio, and the pueblo or settlements. Describe the function of each one. Below is the production possibilities frontier for the United States. It shows that the United States is able to produce either 100 barrels of oil or 25 bushels of corn using all of its available resources. Also suppose that the United States decides to produce at point A : 60 barrels of oil and 10 bushels of corn. If the United States engages in international trade and trades 20 barrels of oil for 20 bushels of corn with another country, it will be able to consume outside of its production possibilities frontier. How many bushels of corn will it have at the end of the exchange Five less than 3 times a number b is greater than the opposite of 8. __________ is the belief that ones personality or behavior is exhibited in a way that first addresses ones most basic needs and then moves on to satisfy other higher-level needs. a. humanistic perspective b. phenomenological approach c. self-actualization d. influential theory of motivation Which nation led the second and third waves of globalization? A production facility employs 10 workers on the day shift, 8 workers on the swing shift, and 6 workers on the graveyard shift. A quality control consultant is to select 6 of these workers for in-depth interviews. Suppose the selection is made in such a way that any particular group of 6 workers has the same chance of being selected as does any other group (drawing 6 slips without replacement from among 24).Required:a. How many selections result in all 5 workers coming from the day shift?b. What is the probability that all 5 selected workers will be from the day shift? (Round your answer to four decimal places.)c. What is the probability that all 5 selected workers will be from the same shift? (Round your answer to four decimal places.)d. What is the probability that at least two different shifts will be represented among the selected workers? (Round your answer to four decimal places.)c. What is the probability that at least one of the shifts will be unrepresented in the sample of workers?