in a list of 10 words, print all the words that are at even positions

This is a coding question, so copy-paste your answer directly from python

Answers

Answer 1

Syntax in Python for even: if number%2 == 0 Second requirement: An odd number is one that cannot be divided by two. We can infer from this that strange places begin with 1, 3, 5, 7, 8, and so forth. Even places, however, begin with 2, 4, 6, 8, 10, and so forth.

What is meant by python?Python is a popular computer programming language for creating websites and software, automating processes, and performing data analysis. Python is a general-purpose language, which means it may be used to make a wide range of programmes and isn't tailored for any particular issues. Python is an interpreted, object-oriented, high-level programming language that Guido van Rossum created. It has dynamic semantics.Guido van Rossum read the published scripts from the 1970s BBC comedy series "Monty Python's Flying Circus" as he started using Python. Van Rossum chose the name Python for the language because he wanted it to be short, distinct, and a little mysterious.

To learn more about python, refer to:

https://brainly.com/question/26497128


Related Questions

for numX in [3,5]:
for numY in [1,2]:
print (numX, numY)

31
51
32
52


3 1
5 1
3 2
5 2

31
32
51
52


3 1
3 2
5 1
5 2

Answers

Answer:

The answer is

3 1

3 2

5 1

5 2

Explanation:

Edge 2020

Answer: 3 1, 3 2, 5 1, 5 2

Explanation: got it right on edgen

Which parts of a presentation should be the most general

Answers

Answer:

The introduction is the most important part of your presentation as it sets the tone for the entire presentation. Its primary purpose is to capture the attention of the audience, usually within the first 15 seconds. Make those first few words count! There are many styles you can use to get the audience's attention.

Explanation:

In Java Please

4.24 LAB: Print string in reverse
Write a program that takes in a line of text as input, and outputs that line of text in reverse. The program repeats, ending when the user enters "Done", "done", or "d" for the line of text.

Ex: If the input is:

Hello there
Hey
done
the output is:

ereht olleH
yeH

Answers

The program that takes in a line of text as input, and outputs that line of text in reverse is given

The Program

import java.util.Scanner;

public class ReverseString {

  public static void main(String[] args) {

       Scanner input = new Scanner(System.in);

       String line;

       do {

           line = input.nextLine();

           if (!line.equalsIgnoreCase("done") && !line.equalsIgnoreCase("d")) {

               String reversed = reverseString(line);

              System.out.println(reversed);

           }

       } while (!line.equalsIgnoreCase("done") && !line.equalsIgnoreCase("d"));

   }

  public static String reverseString(String text) {

       StringBuilder reversedText = new StringBuilder();

       for (int i = text.length() - 1; i >= 0; i--) {

           reversedText.append(text.charAt(i));

       }

       return reversedText.toString();

   }

}


Read more about programs here:

https://brainly.com/question/30783869

#SPJ1

Which of these are examples of an access control system? Select all that apply.

Answers

Some examples of access control systems are: Card-based access control systems, Biometric access control systems, Keypad access control systems, Proximity access control systems

Access control systems are used to limit or control access to certain areas or resources by determining who or what is authorized to enter or exit. In modern-day society, access control systems are widely used in both commercial and residential settings to enhance security and safety. Some examples of access control systems are discussed below.

1. Card-based access control systems- These are the most common types of access control systems. In card-based systems, authorized personnel are issued an access card that contains a unique code or number. When the person swipes the card through a reader, the system checks if the card is valid and then unlocks the door.

2. Biometric access control systems- In this system, the user's unique physical characteristics are used to identify them, such as fingerprints, voice, face, or retina scans. Biometric systems are highly accurate and provide enhanced security.

3. Keypad access control systems- Keypad systems use a secret code entered through a keypad. The code can be changed frequently to prevent unauthorized access.

4. Proximity access control systems- Proximity systems use a small chip or key fob that emits a radio signal to a reader mounted near the door. When the signal is received, the door unlocks. These are just a few examples of access control systems. There are other systems like security guards, smart cards, RFID-based systems, and more.

For more such questions on Proximity access, click on:

https://brainly.com/question/30733660

#SPJ8

Complete the steps for finding and replacing text.
1. Click on the
✓tab.
2. In the Editing group, click
3. Type the text you want to find.
✓ button.
4. Click the
5. Type the replacement text.
6. Click Replace All.


NEED THE ANSER ASAP

Answers

Replace all with click editing group thanks ur welcome

define each component of the data analytics framework in the answersheet worksheet. read the assignment description before typing a response for each component of the framework.

Answers

A practical approach for effectively and efficiently handling data analytics is called a data analytics framework. Yet, the phrase itself has a variety of meanings.

What types of data are there in business analytics?

Businesses rely on three different forms of analytics to help them make decisions: descriptive analytics, which explain what has actually occurred; predictive analytics, which show us what might happen; and prescriptive analytics, which specify what should happen in the future.

Which data types are used in business analytics?

Prescriptive analytics, predictive analytics, and descriptive analytics are three types of analytics that businesses use to guide their decisions.

To know more about data analytics visit:-

https://brainly.com/question/23860654

#SPJ1

we can not split the cell true or fasle​

Answers

Answer:

You can't split an individual cell.

Explanation:

You can't split an individual cell, but you can make it appear as if a cell has been split by merging the cells above it.

True or false.HMI screens are developed using software package on a PC which is downloaded onto the PLC operator interface.

Answers

To ensure that the components of the robot operate together, a PLC, or programmable logic controller, is a tiny digital computer that regulates the input and output locations. The human machine interface, or HMI, is linked to the PLC.

HMIs are utilised as an operator control panel for PLCs, RTUs, and occasionally even directly for IEDs. HMIs substitute graphical representations of the control process and digital controls to affect that process for manually operated switches, dials, and other controls. There are considerable distinctions between a PLC and an HMI. PLCs, a more established technology, are utilised to manage machinery in commercial and industrial settings. A more recent technology called an HMI is utilised for additional human-machine interaction applications.

To learn more about robot click the link below:

brainly.com/question/29379022

#SPJ4

1. What do you understand by the term Integrated Circuit? ». Describe the following widely used IC's: (i) Logic Gate IC (ii) Timer IC (iii) Operational Amplifier . State three (2) Advantages and two (2) Disadvantages of Integrated Circuit. 1. Design a logic circuit that has three inputs A, B and C, and whose output will be high only when a majority of the inputs is high Show that: (i) A+ A' B = A + B (ii) (A + B) (A + B) = A​

Answers

An integrated circuit (IC) is a miniaturized electronic circuit consisting of transistors, resistors, capacitors, and other components connected together to perform a specific function.

What is electronic circuit?

An electronic circuit is an interconnected network of electronic components, such as resistors, transistors, capacitors, inductors and diodes, that allows the flow of electrical current. These components are connected together with conductive wires, which allow the electrical energy to be transferred from one component to another.

(i) Logic Gate IC: A logic gate IC is an integrated circuit that performs logical operations.

(ii) Timer IC: A timer IC is an integrated circuit that provides digital timing signals for the control of electronic devices.

(iii) Operational Amplifier: An operational amplifier (op amp) is an integrated circuit that amplifies electrical signals.

Advantages of Integrated Circuits: Small size and low cost: Integrated circuits can pack a large number of components into a small space, resulting in lower costs, Improved performance.

To learn more about electronic circuit

https://brainly.com/question/24167692

#SPJ1

NEED HELP
In a worksheet with the ages of 20 people listed in a column, what could you do to easily identify the oldest person?

A.
format the numbers as text
B.
filter the data in that column
C.
paste that column of data in a new worksheet
D.
sort the data in that column

Answers

Answer: the correct answer is D) sort the data in that column

Explanation: got the question right

What do organizations need to implement to ensure their data is trustworthy and reliable?

Answers

A lot of organizations need to implement to ensure their data is trustworthy and reliable though the use of Multi-party computing(MPC) and blockchain.

How do you ensure that data is trustworthy and reliable?

The methods that a person can use to Achieve Trustworthy Data are:

Delete Software Disparity and as such,  Businesses will be said to have a lot of software systems in place to handle a lot of different processes. Improve on the  User Training and Understanding. Do use and  Implement Quality Business Intelligence Tools.

Therefore, A lot of organizations need to implement to ensure their data is trustworthy and reliable though the use of Multi-party computing(MPC) and blockchain.

Learn more about data from

https://brainly.com/question/20263094

#SPJ1

the process of preparing and setting up a software on a computer is called​

Answers

Answer:

installation

Explanation:

Installation (or setup) of a computer program (including device drivers and plugins), is the act of making the program ready for execution.

Data analytics benefits both financial services consumers and providers by helping create a more accurate picture of credit risk.
True
False

Answers

Answer:

True

Explanation:

How did the case Cubby v. CompuServe affect hosted digital content and the contracts that surround it?

Answers

Although CompuServe did post libellous content on its forums, the court determined that CompuServe was just a distributor of the content and not its publisher. As a distributor, CompuServe could only be held accountable for defamation if it had actual knowledge of the content's offensive character.

What is CompuServe ?

As the first significant commercial online service provider and "the oldest of the Big Three information services," CompuServe was an American company. It dominated the industry in the 1980s and continued to exert significant impact into the mid-1990s.

CompuServe serves a crucial function as a member of the AOL Web Properties group by offering Internet connections to budget-conscious customers looking for both a dependable connection to the Internet and all the features and capabilities of an online service.

Thus,  CompuServe could only be held accountable for defamation if it had actual knowledge of the content's offensive character.

To learn more about CompuServe, follow the link;

https://brainly.com/question/12096912

#SPJ1

The following code uses a nested if statement.

if (employed == 'Y')
cout << "Employed!" << endl;

else if (employed == 'N')
cout << "Not Employed!" << endl;

else
cout << "Error!" << endl;

a. True
b. False

Answers

Answer:

true

Explanation:

else if used so I think it's true

I really need help with CSC 137 ASAP!!! but it's Due: Wednesday, April 12, 2023, 12:00 AM

Questions for chapter 8: EX8.1, EX8.4, EX8.6, EX8.7, EX8.8

I really need help with CSC 137 ASAP!!! but it's Due: Wednesday, April 12, 2023, 12:00 AMQuestions for
I really need help with CSC 137 ASAP!!! but it's Due: Wednesday, April 12, 2023, 12:00 AMQuestions for
I really need help with CSC 137 ASAP!!! but it's Due: Wednesday, April 12, 2023, 12:00 AMQuestions for

Answers

The response to the following prompts on programming in relation to array objects and codes are given below.

What is the solution to the above prompts?

A)

Valid declarations that instantiate an array object are:

boolean completed[J] = {true, true, false, false};

This declaration creates a boolean array named "completed" of length 4 with initial values {true, true, false, false}.

int powersOfTwo[] = {1, 2, 4, 8, 16, 32, 64, 128};

This declaration creates an integer array named "powersOfTwo" of length 8 with initial values {1, 2, 4, 8, 16, 32, 64, 128}.

char[] vowels = new char[5];

This declaration creates a character array named "vowels" of length 5 with default initial values (null for char).

float[] tLength = new float[100];

This declaration creates a float array named "tLength" of length 100 with default initial values (0.0f for float).

String[] names = new String[]{"Sam", "Frodo", "Merry"};

This declaration creates a String array named "names" of length 3 with initial values {"Sam", "Frodo", "Merry"}.

char[] vowels = {'a', 'e', 'i', 'o', 'u'};

This declaration creates a character array named "vowels" of length 5 with initial values {'a', 'e', 'i', 'o', 'u'}.

double[] standardDeviation = new double[1];

This declaration creates a double array named "standardDeviation" of length 1 with default initial value (0.0 for double).

In summary, arrays are objects in Java that store a fixed-size sequential collection of elements of the same type. The syntax for creating an array includes the type of the elements, the name of the array, and the number of elements to be stored in the array. An array can be initialized using curly braces ({}) to specify the initial values of the elements.


B) The problem with the code is that the loop condition in the for loop is incorrect. The index should start from 0 instead of 1, and the loop should run until index < masses.length instead of masses.length + 1. Also, the totalMass should be incremented by masses[index], not assigned to it.

Corrected code:
double[] masses = {123.6, 34.2, 765.87, 987.43, 90, 321, 5};

double totalMass = 0;

for (int index = 0; index < masses.length; index++) {

   totalMass += masses[index];

}


The modifications made here are to correct the starting index of the loop, fix the loop condition, and increment the totalMass variable correctly.


C)

1)
Code to set each element of an array called nums to the value of the constant INITIAL:

const int INITIAL = 10; // or any other desired initial value

int nums[5]; // assuming nums is an array of size 5

for (int i = 0; i < 5; i++) {

   nums[i] = INITIAL;

}


2) Code to print the values stored in an array called names backwards:
string names[4] = {"John", "Jane", "Bob", "Alice"}; // assuming names is an array of size 4

for (int i = 3; i >= 0; i--) {

   cout << names[i] << " ".

}



3) Code to set each element of a boolean array called flags to alternating values (true at index 0, false at index 1, true at index 2, etc.):

bool flags[6]; // assuming flags is an array of size 6

for (int i = 0; i < 6; i++) {

   flags[i] = (i % 2 == 0);

}


Learn more about array objects at:

https://brainly.com/question/16968729

#SPJ1

write the following function so that it returns the same result, but does

not increment the variable ptr. Your new program must not use anysquare brackets, but must use an integer variable to visit each double in the array. You may eliminate any unneeded variable.

double computeAverage(const double* scores, int nScores)

{
const double* ptr = scores;
double tot = 0;
while (ptr != scores + nScores)

{
tot += *ptr; } ptr++;

}
return tot/nScores;

b. Rewrite the following function so that it does not use any square brackets (not even in the parameter declarations) but does use the integervariable k. Do not use any of the functions such as strlen, strcpy, etc.

// This function searches through str for the character chr.
// If the chr is found, it returns a pointer into str where
// the character was first found, otherwise nullptr (not found).

const char* findTheChar(const char str[], char chr)

{
for(intk=0;str[k]!=0;k++)
if (str[k] == chr)

}

return &str[k];
return nullptr;
}

c. Now rewrite the function shown in part b so that it uses neither square brackets nor any integer variables. Your new function must not use any local variables other than the parameters.

Answers

Answer:

Explanation:

a.  

// Rewriting the given function without using any square brackets

double computeAverage(const double* scores, int nScores)

{

const double* ptr = scores;

double tot = 0;

int i;//declaring integer variable

for(i=0;i<nScores;i++)

{

//using an integer variable i to visit each double in the array

tot += *(ptr+i);

}

return tot/nScores;

}

b.

// Rewriting the given function without using any square brackets

const char* findTheChar(const char* str, char chr)

{

for(int k=0;(*(str+k))!='\0';k++)

{

if ((*(str+k)) == chr)

return (str+k);

}

return nullptr;

}

c.

//Now rewriting the function shown in part b so that it uses neither square brackets nor any integer variables

const char* findTheChar(const char* str, char chr)

{

while((*str)!='\0')

{

if ((*str) == chr)

return (str);

str++;

}

return nullptr;

}

20.

Meter is to Kilometer as Gigabyte is to

?

... PINGULAR

A. Byte

B. Terabyte

C. Kilobyte

O D. Pedabyte

E. Megabyte

Previous

Answers

Answer:

Megabyte

Explanation:

Megabytes come before Gigabytes like how Gigabytes come before Terrabytes

if cost of 1 kg sugar is 36 find price of 3 kg sugar​

Answers

Answer:

the answer is 108

Explanation:

3×36=108

During the projects for this course, you have demonstrated to the Tetra Shillings accounting firm how to use Microsoft Intune to deploy and manage Windows 10 devices. Like most other organizations Tetra Shillings is forced to make remote working accommodations for employees working remotely due to the COVID 19 pandemic. This has forced the company to adopt a bring your own device policy (BYOD) that allows employees to use their own personal phones and devices to access privileged company information and applications. The CIO is now concerned about the security risks that this policy may pose to the company.

The CIO of Tetra Shillings has provided the following information about the current BYOD environment:

Devices include phones, laptops, tablets, and PCs.
Operating systems: iOS, Windows, Android
Based what you have learned about Microsoft Intune discuss how you would use Intune to manage and secure these devices. Your answer should include the following items:

Device enrollment options
Compliance Policy
Endpoint Security
Application Management

Answers

I would utilise Intune to enrol devices, enforce compliance regulations, secure endpoints, and manage applications to manage and secure BYOD.

Which version of Windows 10 is more user-friendly and intended primarily for users at home and in small offices?

The foundation package created for the average user who primarily uses Windows at home is called Windows 10 Home. It is the standard edition of the operating system. This edition includes all the essential tools geared towards the general consumer market, including Cortana, Outlook, OneNote, and Microsoft Edge.

Is there employee monitoring in Microsoft Teams?

Microsoft Teams helps firms keep track of their employees. You can keep tabs on nearly anything your staff members do with Teams, including text conversations, recorded calls, zoom meetings, and other capabilities.

To know more about BYOD visit:

https://brainly.com/question/20343970

#SPJ1

Describe two methods by which viruses can spread.

Answers

Answer:

the two methods that can spread viruses are touching and breathing

Explanation:

When there are viruses being spread breathing near another person can caused it to spread because viruses can travel through air. if the viruse is in your systems coming out through the mouth is one way it can travel to another person. That's why wearing a mask is helpful

The other was is touching. Viruses can travel through physical contact. Is hands arent being wash regularly after eating brushing teeth etc it leaves germs and bacteria which is some of the ways and sometimes the main reason as to how viruses are made or created. That's why washing hands are important

Hope's this helps

What is a spreadsheet application?

A.Any system that helps the user organize and analyze data.

B.Software within a database management system that allows the user to interact with the
database.

C. A system that allows a writer to produce documents for publication.

D. A program that allows the user to organize and analyze data using a grid of cells.

E.A program that allows the user to explore the World Wide Web.

Answers

Answer:

D. A program that allows the user to organize and analyze data using a grid of cells.

A program that allows the user to organize and analyze data using a grid of cells.

What is Spreadsheet?

A spreadsheet is a computer program for calculating, organizing, analyzing, and storing data in tabular form.  Spreadsheets were created as digital counterparts to paper accounting spreadsheets.

The software runs on the information entered into a table's cells. Each cell may include text, numeric, or formula results that automatically calculate and display a value based on the contents of neighboring cells. A spreadsheet is a type of electronic document.

Users of spreadsheets can change any recorded value and watch how it affects calculated numbers. Since various scenarios may be quickly studied without human recalculation, this makes the spreadsheet handy for "what-if" analysis.

Therefore, A program that allows the user to organize and analyze data using a grid of cells.

To learn more about Spreadsheet, refer to the link:

https://brainly.com/question/8284022

#SPJ3

What is the difference between applying risk measures for insurance purposes versus applying risk measures for compliance? Provide an example and explain how both have significant value to a business.

Answers

Answer:

Risk management and measurement are both tools that help an organization develop tactics and strategies to minimize financial liability and support business continuity. Though one looks at risk from a holistic perspective and the other is used to quantify the risk to facilitate a company’s decision-making process.

Risk management is a proactive process of identifying, prioritizing, analyzing, and mitigating any internal or external risk. The purpose of risk management is to reduce the impact of undesirable and unforeseen risks.

On the other hand, risk measurement is a function of quantifying the probability and potential magnitude of the loss of any risk on an organization. It is an element of risk analysis and a critical tool that supports risk management.

Explanation:

Hope it helps :)

A timer is set after each frame is sent before waiting an ACK for that frame, how long does the timer take to be expired?

Answers

A timer needs to be set after each frame is sent before waiting an ACK for that frame. The length of time it takes for a  timer take to be expired depends on only when the first outstanding frames has expires first.

Some do take 5 min., 10 minutes, or even 48 hours while others depends on what the sender has set.

What is A timer is set after each frame about?

A sender is one that is not entitled  to hold a timer for each frame. It has to hold a single timer.

When a  the timer expires, the sender can then  resends all the frames whose ACK has not been seen or received yet. The sender often starts the timer at the time it is sending the first frame , and because of that, it is only when the timer for the first set frames expires before the sender can resend any other outstanding frames.

Learn more about timer from

https://brainly.com/question/25800303

For everyday files that users will use regularly on a user's own Word-compatible computer, the best file format to save as is: o PDF. DOCX ORTE. OTXT.​

Answers

Answer:

DOCX? I think

Explanation:

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

Use the drop-down menus to match the example to the correct audio-editing technique or term.

combining a vocalist’s audio recording with a pianist’s audio recording
cutting
cutting a section of an audio recording that is poor quality when the sound wave crosses the horizontal axis
balancing a high-pitched soprano voice with a low-pitched alto voice
removing the first 20 seconds and last 30 seconds of a song to eliminate unwanted sound
slowly reducing the volume of a melody at the end of a song
slowly increasing the volume of a melody at the beginning of a song
fading out the end of a pop song, then fading in a mixed song containing classical harmonies and pop vocals

Answers

The terms matched corretly matched are:

Combining a vocalist's audio recording with a pianist's audio recording: MixingCutting a section of an audio recording that is poor quality when the sound wave crosses the horizontal axis: Zero-crossingBalancing a high-pitched soprano voice with a low-pitched alto voice: EqualizingRemoving the first 20 seconds and last 30 seconds of a song to eliminate unwanted sound: Topping and tailingSlowly reducing the volume of a melody at the end of a song: Fade-outSlowly increasing the volume of a melody at the beginning of a song: Fade-inFading out the end of a pop song, then fading in a mixed song containing classical harmonies and pop vocals: Cross-fading

What do thse terms mean?

Mixing: Combining multiple audio tracks or elements into a cohesive and balanced final audio output.

Zero-crossing: A technique used to make clean cuts or edits in an audio waveform by selecting points where the waveform crosses the horizontal axis (zero amplitude).

Equalizing: Adjusting the frequency response of an audio signal to enhance or reduce specific frequencies, helping to balance the overall sound.

Topping and tailing: Removing unwanted sections from the beginning (top) and end (tail) of an audio recording.

Fade-out: Gradually reducing the volume of a sound or music track to create a smooth transition towards silence.

Fade-in: Gradually increasing the volume of a sound or music track from silence to a desired level.

Cross-fading: Transitioning smoothly between two audio tracks by gradually decreasing the volume of one while simultaneously increasing the volume of the other.

Learn more about audio recording;
https://brainly.com/question/30187434
#SPJ1

why is the sellfish difficult to catch?

Answers

Answer:

I dont know if this is supposed to be a joke, or an improper spelling of "Shellfish" but they aren't hard to catch, all you need is to find a muddy estuary, grab a crowbar or other tool, and start digging

Explanation:

Why would you use a computer's secondary memory?
O A. To look at files created on your home computer on a public
computer
B. To run word processing software on your computer
O C. To save a slide show presentation on your computer
D. To start up your computer and perform its basic tasks

Answers

Answer:

I think B

Explanation:

Secondary storage is needed to keep programs and data long term. Secondary storage is non-volatile , long-term storage. Without secondary storage all programs and data would be lost the moment the computer is switched off.

A computer's secondary memory would be used to look at the files created on the home screen of the computer.

Option A is the correct answer.

A computer is an electronic device that is used to do various kinds of operations automatically.

Now, Secondary memory can be utilized to store the data or information which can be instantly recovered.

It is also known as backup memory. USB drives, hard disk drives, optical drives, etc. are some examples of secondary memory.

Therefore, the task of locating the files in the computer is to be done by using the computer's secondary memory. So option A is true.

Learn more about the secondary memory in the related link:

brainly.com/question/24901228

#SPJ6

SmartArt is a Microsoft Office tool for creating what?

Answers

Answer:

Visual Representation Of Your Information

Explanation:

Create a SmartArt graphic to quickly and easily make a visual representation of your information. You can choose from among many different layouts, to effectively communicate your message or ideas. SmartArt graphics can be created in Excel, Outlook, PowerPoint, and Word, and they can be used throughout Office.

Other Questions
1-use python to solve a lower triangular system throughsuccessive substitution2- use python to solve an upper triangular system throughretroactive substitution What would be the sound level (in dB) of a sound wave in air that corresponds to a displacement amplitude of vibrating air molecules of 0.13 mm at 440 Hz you are troubleshooting a computer that will not boot. it tells you that there is no bootable device. you check the bios, and it does not show any installed hard drives. what should you do next? what will be the new balance on $800 in an account that earns 2% simple interest for 5 y Can somebody answer and explain?( brainliest ) what is the difference btween a microcontroller a mini computer? Find the area of a semi - circle with diameter 34. Leave your answers in terms of piI would like if you guys helped!! match the statement to the correct answer. (some reagents can be used more than once.) the flowchart along with the report sheets in experiment 5 should be very helpful. - in test b1 this is the first reagent added to the sample. - in test a2 you add this reagent to the test where a precipitate was formed. f. in test a1 you add this reagent to tests where a precipitate forms. e. concentrated ammonia (nh3) will combine with water to form these ions in solution. l. mixing agno3 and nacl will produce what white precipitate. o. the name for a negatively charged ion. what is an integer that will represent the situation? The boat is at sea level. What is the missing step in solving the inequality 4(x-3) + 4 10+ 6x?1. The distributive property: 4x-12 + 4 10+ 6x2. Combine like terms: 4x -8 10+ 6x3. The addition property of inequality: 4x 18 + 6x4. The subtraction property of inequality: -2x 185. The division property of inequality:O x-9O x-90 x - 1/20 x>-1 the ball is pushed so it begins to roll down the hill . it now has _______A) kinetic energy B) a rest position C) more potential D) no energy Which answer choice shows the range of this piecewise function in interval notation? Parallel lines have the same slope 7points i think**Fill in the blank with the correct form of SER and ESTAR Mr. Jones borrows $2,400 for 90 days and pays $34 interest. What is his approximate effective rate of interest? (Use 360 days in a year. Round your answer to 2 decimal places.)Multiple Choicea)7.97%b)5.67%c)10.37%d)6.21% HELP PLEASE! i need an answer by the end of the night For Tax Year 2019, amounts are indexed using the Chained Consumer Price Index for All Urban Consumers ("chained CPI"). What impact will this have on 2019 tax returns? (For fun :D) According to Buddha, what kind of person is considered an outcast? (Any answer is fine, just trying to freshen up some brains) 8.Histoire des arts. En quoi cette tenture peut-elle illustrer ce pome ? Vous rpondrez de manire prcise en vous appuyant sur deux ou trois lments concrets du texte. Economic equipment and actions are important to the healthcare industry because many workers often lift patients to and from beds, operating tables, and wheelchairs. True or False