WD9102 Apply a shape style.

Answers

Answer 1

If you want to apply a shape style, you must require to tap on the Format tab followed by clicking the More drop-down arrow in the Shape Styles group.

How to know the actual or real style of shape?

To know the actual or real style of shape, go to the Drawing Tools menu in the ribbon. Then, Click on the Format tab. Observe the Shape Styles grouping of commands. Here, you will see three icons on the right side, they are Shape Fill, Shape Outline, and Shape Effects.

After clicking the More drop-down arrow in the Shape Styles group, a complete menu of styles will appear in front of you on the screen. Choose the style you want to use. The shape will appear in the selected style.

Therefore, the process of applying shape style is well described above.

To learn more about Word Shape styles, refer to the link:

https://brainly.com/question/938171

#SPJ1


Related Questions

write a for loop that iterates over all of the integers in the range 0 through 99, inclusive, and prints out all of those numbers that are divisible by both 2 and 5.

Answers

Number = int (input) (div = int (input "Enter the number whose divisibility has to be checked:") Enter the number to check for divisibility with here:) if num%div >= 0, "The number is divisible," print it. else: "The number is not divisible," print that.

The positive numbers between 1 and 11 are 1, 2, 3, 5, 6, 7, 8, 9, and 10. They can be divided in half by 2, 4, 6, 8, or 10. They divide evenly into fifths of 5, 5, and 10. Both lists contain the number 10, which may be divided by both 2 and 5. Currently, a number is three-divisible if the sum of its digits is three-divisible. A number is therefore 2, 3, and 5 times divisible if the rightmost digit is zero. Its digit sum is divisible by three.

for i in range(100): # Numbers between 0 and 100

   if i % 3 == 0 and i % 5 == 0:

       # If i is divisible by 3 and i is also divisible by 5 then print it

       print(i)

Learn more about divisible here-

https://brainly.com/question/21416852

#SPJ4

create a public class named location. location should store three pieces of data: a latitude and a longitude, both as double values, and a description as a string. provide a public constructor that allows all fields to be set, with the description first, followed by the latitude and longitude. following the encapsulation pattern we have introduced, provide both a setter and a getter for the description as setdescription and similar. provide only a getter for the latitude and longitude. finally, reject invalid latitude and longitude values and null descriptions using assert. valid longitude values are between -180.0 and 180.0, inclusive, while valid latitude values are between -90.0 and 90.0.

Answers

When working with a lot of complicated data, enterprise application design patterns are essential. These are the established solutions for the typical issues with huge systems.

We can manipulate, display, and store enormous volumes of data with enterprise applications. Prior to beginning work on corporate applications, we should consider avoiding tight coupling and guaranteeing data security and integrity. Data Transfer Object, often known as DTO, is a design pattern. When we need to use objects that encapsulate and aggregate data for transport, we refer to one of the EPA patterns. Similar to a data structure, a DTO lacks any business logic, just like a data structure. It has serialization and deserialization techniques.

Learn more about enterprise here-

https://brainly.com/question/18551533

#SPJ4

How does a prototype compare to a minimum viable product (MVP)?
A. A prototype and an MVP are the same thing.
B. A prototype takes no time to develop, while an MVP takes a lot of
time.
C. A prototype is more about functionality; an MVP is more about
design.
D. A prototype is more about design; an MVP is more about
functionality.

Answers

The way that prototype is compare to a minimum viable product (MVP) is option  B. A prototype takes no time to develop, while an MVP takes a lot of time.

Is MVP closer to prototype?

Building MVPs takes longer than prototyping. An MVP is used to test the viability of the concept and to gather user input. Using a prototype, the product assumptions are tested.

Additionally, they aid in understanding what you're building and serve as a fantastic channel of communication between you and your IT and design teams. A lightweight early version of your product is what a prototype is. An early, lightweight version of your product is often known as an MVP.

Learn more about prototype from

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

Answer:

A prototype is more about design; an MVP is more about

functionality.

just did it 2.4.2

Explanation:

answer true or false to the following questions and briefly justify youranswer: a. with the sr protocol, it is possible for the sender to receive an ack for a packet that falls outside of its current window.

Answers

The assertion is untrue. Selective acknowledgment is used by SR. The alternating-bit protocol is the same as the SR protocol with sender and receiver window sizes of 1.

The GBN protocol and the alternating-bit protocol are both compatible with transmitter and receiver window sizes of 1. True Similar to GBN, the sender and receiver windows for the alternating bit protocol are both 1. The acknowledgement number is the sequence number of the next byte that the receiver expects to receive. The receiver uses the receiver ack'ing sequence number x to acknowledge all data bytes received up until (but excluding) byte number x. The sequence number is always accurate. We saw that the sender needs sequence numbers to let the receiver know whether a data packet is valid.

Learn more about Protocol here-

https://brainly.com/question/27581708

#SPJ4

subtract each element in origlist with the corresponding value in offsetamount. print each difference followed by a space. ex: if the input is: 4 5 10 12 2 4 7 3 the output i

Answers

Run a for loop after writing all the code specified in the question until the variable I is lower than the NUM VALS constant.

In other words, since the NUM VALS constant's value is 4, the for loop will be executed 4 times. Display the results by deducting offset. Amount from origList inside the for loop.

#include <stdio.h>

int main() {

  const int NUM_VALS = 4;

  int origList[NUM_VALS];

  int offsetAmount[NUM_VALS];

  int i;

  origList[0] = 40;

  origList[1] = 50;

  origList[2] = 60;

  origList[3] = 70;

  offsetAmount[0] = 4;

  offsetAmount[1] = 6;

  offsetAmount[2] = 2;

  offsetAmount[3] = 8;

  for (i = 0; i < NUM_VALS; ++i) {

      printf("%d ", origList[i] - offsetAmount[i]);

  }

  printf("\n");

  return 0;

}

Learn more about Constant here-\

https://brainly.com/question/14159361

#SPJ4

alex is working for alpha technology as a system administrator. the enterprise's sales team uses multiple external drives, often containing confidential data, that they carry between their offices and their clients' offices. what should alex do to ensure that data is secure if it is stolen or lost, and why?

Answers

Based on the fact that Alex works as a systems administrator and his company uses multiple external drives that often contain confidential data, in order to secure the data, Alex should use encryption.

What is Encryption?

This refers to the conversion of information or data into a code in order to protect it from being read and its contents leaked or stolen by an unauthorized source.

This is because the use of encryption would help secure the data that the sales team uses as it would require authentication to access the data if they are stolen.

Read more about encryption here: brainly.com/question/9979590

#SPJ1

Ramesh just upgraded his laptop and bought one with a touch screen. He can now use his fingers to scroll and select things right on the screen. Which operating system aspect makes this possible?

A.
disk operations

B.
graphical user interface

C.
hardware drivers

D.
application software

Answers

The operating system that makes this aspect to be possible is option C: hardware drivers

What do hardware drivers do?

A driver, also known as a device driver, is a group of files that communicate with an operating system on a computer to instruct a piece of hardware how to operate.

From your internal computer parts, like your graphics card, to your outside peripherals, such as a printer, and also to every piece of hardware needs a driver.

Therefore, the touchpad is a driver and hence option c is correct.

Learn more about drivers from

https://brainly.com/question/14125975

#SPJ1

Your grandma gave you $100 when you were born. On your 1st birthday, she gives you $105. Your 2nd birthday, she gives you $110. Every birthday, she gives you $5 more than your last. Write a program which simulates this using a for loop and an accumulator. Ask the user how old they're turning and calculate how much they will receive this year as well as the total amount of money they have ever received from grandma.
EXAMPLE: On your 5th birthday, you will receive $125. Over your whole life, you will have received $675.

Answers

Answer:

#include <stdio.h>

int main(){

   int total_amount = 100;

   int age, i, amount;

   

   printf("How old are you?: ");

   scanf("%d", &age);

   //int  amount = 100 + (age * )

   for (i = 1; i <= age; i ++){

       amount = 100 + 5 * i;

       total_amount += amount;

   }

   printf("On your %dth birthday you will receive $%d\n\n", age, amount);

   printf("Over your whole life you will have received $%d\n", total_amount);

   

   return 0;

   

}

Explanation:

We start with initial value for total_amount = 100 since at age 0, the total_amount = 100

write the sql code that will yield the total number of hours worked for each employee and the total charges stemming from those hours worked, sorted by employee number.

Answers

Select a.EMP_NUM, e.EMP_LNAME, Round(SUM(a.ASSIGN_HOURS), 1) as SumOfASSIGN_HOURS, Round(SUM(a.ASSIGN_CHARGE), 2) as SumOfASSIGN_CHARGE

From [cis55_31].[dbo].[ASSIGNMENT] a

Inner Join [cis55_31].[dbo].[EMPLOYEE] e

on a.EMP_NUM = e.EMP_NUM

Group By a.EMP_NUM, e.EMP_LNAME

Order By a.EMP_NUM Asc;

Relational databases are managed and various operations on its data are carried out using the standardized programming language known as Structured Query Language (SQL). In addition to database administrators, developers who are building data integration scripts and data analysts who are setting up and running analytical queries all frequently utilize SQL, which was first developed in the 1970s.

SQL is pronounced ess-kew-ell, which means sequel.

For the following, SQL is used:

Adding, updating, and deleting rows of data, as well as retrieving subsets of information from relational database management systems (RDBMSes), are all actions that can modify database table and index structures. These actions can be used for transaction processing, analytics applications, and other applications that call for communication with a relational database.

Learn more about data base here:

https://brainly.com/question/6447559

#SPJ4

this simulation assignment examines the use of synchronous rectification to generate the 1 v, 20 a power supply required by a microprocessor. a 12 v bus is available, and hence the object is to design a 12v:1v buck converter. we will model the microprocessor with a 50 milliohm resistor. download the buck converter zip file for this assignment. this file contains a conventional buck converter that employs a mosfet (irfz44n) and a schottky diode (mbrb2545ct). there is both a 12 v power input vg and a 12 v floating gate driver power supply. the switching frequency is 100 khz. do not change the

Answers

Switching power supply designers started using Synchronous Rectification (SR), which uses MOSFETs to achieve the rectification function normally carried out by diodes, in the late 1990s to fulfill these demands.

Synchronous Rectification (SR), the use of MOSFETs to provide the rectification function traditionally carried out by diodes, was used by switching power supply designers in the late 1990s to meet these demands.

Synchronous Rectification lowers the overall system cost of power supply systems while increasing efficiency, thermal performance, power density, manufacturability, and reliability.

This essay will evaluate the benefits of Synchronous Rectification and go over the difficulties associated with putting it into practice.

To know more about rectification click on the link:

https://brainly.com/question/1463954

#SPJ4

Shayla is creating a short video for her class. What is an acceptable file extension for her to use to save her video?

A.
MP3

B.
PNG

C.
MP4

D.
PDF

Answers

Answer: MP3

Explanation:

changing from the IPv4 to the IPv6 system will increase the number of these available
A. browser
B. packets
C. IP addresses
D. internet
E. World Wide Web

Answers

Answer:

IP addresses

The IPv4 is a 32-bit address, whereas IPv6 is a 128-bit hexadecimal address.

assume that x is a char variable that has been declared and already given a value. write an expression whose value is true if x is a uppercase letter.

Answers

Assume that x is a char variable that has been declared and already given a value (x>='A' && x<='Z') whose value is true if x is a uppercase letter.

In certain programming languages, including C, C++, C#, and Java, the acronym char is used as a reserved keyword. Character is the abbreviation for this data type, which can store data in the form of a single character (letter, number, etc.). A char variable, for instance, might have the value of any single character, such value as "A," "4", or "#."

Additionally, many techniques used with string values may be referred to by the acronym in other languages that do not support the char data type. JavaScript, for instance, includes functions like charAt() and charCodeAt() that return values associated with the caller string. For instance, the charAt() method returns a string containing one character, which is the character that is present at the place specified in the function's parameter.

Learn more about char here :

https://brainly.com/question/24087629

#SPJ4

#include<stdio.h>

#include<stdbool.h>

int main(void)

{

   //Declare x as character type

   char x = 'B';

   //scanf("%c", &x);

   //Decalre upper as type  of integer

   bool upper;

   //Initialize with 0

   upper= false;

   //expression

   if(x>='A'&&x<='Z')

   {

       //Assign true to upper

       upper=true;

   }

   if(upper)

   {

      //Display statement

       printf(" Uppercase.");

   }

   else

   {

       //Display statement

       printf(" Lowercase.");

   }

}

It stands for character, a sort of data that stores data in the form of a single character (such as a letter, integer, or other symbol). A char variable, for instance, might have the value "A," "4", or "#," among other single-character values. variable name is a char in this case, and char is used for declaring Character data type, variable name is the name of the variable, and ; is used as the line terminator. In Java, any char value, including an empty char, 0 (zero), and even a char value itself, can be used to initialize a char. We must first determine if a declared variable is local or instance-level before we can initialize it. If the variable is local, we must do this at the time of declaration.

Learn more about character type here:

https://brainly.com/question/17062920

#SPJ4

you are a microsoft windows administrator. a user calls you and says their application on a server you support is running slow. what would you look at first when troubleshooting this issue and what questions might you ask the user? detail 10 things you would do to troubleshoot the operating system and hardware on said server.

Answers

Answer:

Explanation:

Application software is a type of software that also carries out another personal, educational, and business function, and its further discussion can be defined as follows:

Each application is designed to support the user in a particular process that could be associated with productivity, creativity, and communication.

In this question except for Windows all "web browser,  Photoshop, and presentation software" is a type of Application software, that is run on OS.  

Windows is a software accumulation known as just an OS that controls a PC (personal computer).

Therefore, the final answer is "Windows operating system ".

Learn more:

brainly.com/question/2949220

in this discussion, we would like to focus on overflow. please start by explaining what overflow is, how it can be detected, and how it is different in unsigned numbers differ from in signed numbers. then unlock your imagination and propose a couple of solutions to overflow in both unsigned numbers and signed numbers.

Answers

Overflow: If the sum of two integers is excessively long, it will require a lot of room to fill, and the available space will not be sufficient. The fact that it will exceed the range will result in the overflow condition.

When there is an overflow, the result was either too big or too tiny for the original data type. If both operands are positive and the result is negative when two signed 2's complement numbers are added, or if both operands are negative and the result is positive, overflow is detected. If the overflow flag is on while performing two's complement (signed) arithmetic, the answer is incorrect because either you added two positive integers and obtained a negative result, or you added two negative numbers and obtained a positive result.

Learn more about Overflow here-

https://brainly.com/question/14369388

#SPJ4

entity rom 32bits design is port( clk: in std logic; cs: in std logic; address: in std logic vector(3 downto 0); data out: out std logic vector(31 downto 0) );

Answers

Arrays of std logic variables and signals are represented by the std logic vector type. These require two identically sized arrays to function; after performing the action on each point, they return another array.

The types of VHDL data include bit, bit vector, std logic, std logic vector, and user defined. Standard logic is read as "std logic," while standard logic vector is read as "std logic vector." Bit and bit vector are read in their original form. When the coder specifies the signal type, it becomes the user-defined type. The entity syntax is "entity," "is," "port," entity name, and then the keyword "entity." The ports declaration follows in parenthesis. The port declaration consists of the port name, a colon, the port direction (in this case, in/out), and the port type.

Learn more about array here-

https://brainly.com/question/19570024

#SPJ4

you're installing network wiring for a new ethernet network at your company's main office building. the project specifications call for cat 5e utp network cabling and rj45 wall jacks. near the end of the project, you run out of wire before the last few runs are complete. you have a spool of cat 3 network cable in storage. upon closer inspection, it appears very similar to the cat 5e wiring.

Answers

My response is option C: No. Cat 5e cabling has more twists per inch than Cat 3 cabling, reducing cross-talk and supporting higher data rates.

What is a Cat5e cable used for?

There are different purpose that a Cat5e cable serve. Twisted cable known as Category 5 or Cat 5 is designed for computer networks.

The Cat 5e cable has been the most widely used variety of Cat 5 cable since 2001. It is a common wire with up to 100 MHz of performance. It can also be used to transmit video and telephone signals.

Cat 3 and Cat 5e cabling may look physically identical, yet they differ electrically. Compared to Cat 3 cabling, Cat 5e cabling is seen as twisted significantly more tightly. Because of the decrease in cross talk, Cat 5e wiring may facilitate substantially quicker data transmission.

Therefore, Compared to Cat 3, Cat 5e cable has more twists per inch, which lowers cross-talk and aids higher data rates.

Learn more about Cat 5e cabling from

https://brainly.com/question/24158555

#SPJ1

See options below

No. The sheath surrounding Cat 5e cable is much thicker than the Cat 3 sheath, creating an extra layer of shielding that reduces cross-talk and supports higher data rates.

Yes. You can use Cat 3 cabling as a substitute for Cat 5e cabling, as they are electrically identical.

No. Cat 5e cabling has more twists per inch than Cat 3 cabling, reducing cross-talk and supporting higher data rates.

No, Category 3 cabling doesn't support RJ-45 connectors.

No. Cat 5e cabling uses a thicker copper wire than Cat 3 cable, enabling higher data transmission rate

Question 1
What type of server does your computer communicate with to find the location of a website
on the internet?
Both IPv4 and IPv6
IPv6
URL
DNS
IPv4

Answers

DNS

What is a DNS server?

The World Wide Web and the internet are uncharted territories that depend on computer languages and codes to locate and exchange data and information. The Domain Name System, or DNS, is one of the most essential tools used on the internet. (Despite the fact that many people mistakenly believe "DNS" to stand for "Domain Name Server," it actually stands for "Domain Name System. The TCP/IP protocol suite, which is a collection of rules for how computers exchange data over the internet and various private networks, includes the DNS system. It serves a crucial function by transforming easily recognizable domain names like "howstuffworks.com" into the Internet Protocol (IP) address 70.42.251.42 that computers use to recognize one another on the network. In a nutshell, it is a matching system.

To learn more about DNS refer:

https://brainly.in/question/9910576

a data tools are used to analyze large unstructured data sets, such as e-mail, memos, survey responses, etc., to discover patterns and relationships. is a language associated with a database management system that end users and programmers use to manipulate data in the database.

Answers

Text mining tools are used to analyze large unstructured data sets, such as e-mail, memos, survey responses, etc., to discover patterns and relationships.

Here's the complete question:

__________ tools are used to analyze large unstructured data sets, such as e-mail, memos, survey responses, etc., to discover patterns and relationships.

- OLAP

- Text Mining

- Web mining

- Web content mining

What is Text mining?

Text mining is the process of exploring and analyzing large amounts of unstructured text data aided by software that can identify concepts, patterns, topics, keywords and other attributes in the data.

Learn more on Text mining from:

https://brainly.com/question/25578967?referrer=searchResults

#SPJ4

Is this statement true or false? Today's hard drives have up to or more than 512GB of space.

Answers

Answer:

Luckily true.

Explanation:

Many hard drives nowadays have up to 16TB of space. Popular examples include:

- the iPhone 14 Pro and the iPhone 14 Pro Max, which have 1TB storage.

- Seagate and Toshiba HDD.  

what is the alternative name of homepage?​
please help

Answers

web browser's start page or pages.
Web browser start page

database file maintenance typically involves . select all that apply. a. using log files to recover data b. writing new database client software c. compacting the database d. defragmenting the database index

Answers

Database file maintenance typically involves using log files to recover data ,Compacting the database and defragmenting the database index.

We refer to a group of operations that are all carried out with the goal of enhancing your database as database maintenance. There are procedures designed to improve performance, clear disk space, check for data problems, check for hardware issues, update internal statistics, and many other strange things. Database Maintenance, which was previously known as System Utilities when Work Space was first released in 2009, has always been installed alongside Work Space. Unfortunately, it is a little-known aspect of the show. Although I'm sure it's on the Start Menu, few people really click on it, which is disappointing. In order to maintain the peak performance of your server, the "Database Maintenance" application needs to be executed at least once every 14 days.

Learn more about Database maintenanace here:

https://brainly.com/question/25198459

#SPJ4

If a student needs work on phonics and decoding, what kind of informal diagnostic assessment would provide the most useful information on how to help this student with these skills?.

Answers

The  kind of informal diagnostic assessment would provide the most useful information on how to help this student with these skills is option b. a word-reading survey to show which sound-symbol correspondences the student knows and which ones still need practice.

What is a word reading survey?

An informal assessment instrument called the Phonics and Word Reading Survey (PWRS) can be used to determine which phonics correspondences and patterns a pupil has mastered and which ones still need to be taught.

Note that Teachers try not examine student performances based on grades or other metrics when using the informal evaluation approach, which is an intuitive assessment method. Instead, they concentrate on watching how pupils perform and develop over the course of their learning period.

Learn more about informal diagnostic assessment from

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

See full question below

true or false

If a student needs work on phonics and decoding, what kind of informal diagnostic assessment would provide the most useful information on how to help this student with these skills?

a. a spelling inventory to show which features of English spelling the student has mastered

b. a word-reading survey to show which sound-symbol correspondences the student knows and which ones still need practice

c. a vocabulary test to show student understanding of word meanings in context

d. a test of reading comprehension to show how well the student can answer questions about a grade-level text

Project: Creating a Memo
Writing a memo is an important business skill–one that you'll probably find yourself using quite often. Today, you will write, save, and print your own memo.

Objectives
Create a memo using word-processing software.
Directions
Now let's create a memo. The memo should include all parts of a memo, and these parts should appear in the correct order. In your memo, give three new employees directions for starting the computer and opening a word-processing document. The employees' names are Stacy Shoe, Allen Sock, and Emma Johnson.

Depending on your teacher's instructions, either write the memo in the essay box below or write it using a word processor. When you have finished typing, be sure to proofread and correct any mistakes. Then save and upload the file.

Answers

The memo requested is given below and relates to an internal work condition.

What is a Memo?

A memo is a short written communication or report. Memo kinds include information requests, confirmation, periodic report, proposal, and research findings memos. The message's aim or purpose will determine the sort of memo you write.

The sample memo is given as follows and attached as well:

Anonymous Company Ltd

Memorandum

To: Stacy Shoe, Allen Sock, and Emma Johnson.

From: The HR

CC: CEO

Thursday, October 13, 2022

WORKING HOURS

Coworkers, It has come to my attention that several people in the office have been playing Internet Browser home page microgames. This note serves as a reminder to use your work hours for work purposes.

Best regards,

[Signature]

The HR Head of Department:

For Management

Learn more about Memo:
https://brainly.com/question/11829890
#SPJ1

s an information system that enables users to retrieve data from the web by using keywords related to their topic of interest. a. data warehouse b. data mart c. search engine d. web server

Answers

A search engine is an information system that enables users to retrieve data from the web by using keywords to search for their topic of interest. So, the correct choice for this question is (c). i.e. Search Engine.

Search engine helps the user to search for their keywords and retrieve related data from the websites that are indexed by a search engine. It enables user to retrieve data from a website. When users enter any keywords related to their topics, the search engine searches those keywords from the repository that has been indexed against that keywords. There are many search engines in the world such as Goo-gle, Ya-hoo and Bin-g.  They help user to search the required information over the internet.

However, the other options are not correct because:

A data warehouse is a repository or collection of different databases that aims to perform business intelligence functions, while a data mart is the simplest form of a data warehouse that focuses on a single subject of business. Whereas a web server contains a collection of websites to serve the users against the information they want to search on that websites.

You can learn more about search engines at

https://brainly.com/question/512733

#SPJ4

Whats the correct answer

Answers

Option C. The code segment that is going to have to create a new movie object would be Movie two = new Movie("Sponge Bob");

What is a code segment?

In computing and in computer programming. When we use the term code segment, we are trying to talk about the part of a text that is a part of the object file. This is known to be in the part of the address space that is written in that code. It has the function of being able to carry out certain instructions that are executable.

In the code here, what the segment is asking to be executed based on what we have is for a new object to be created that is called sponge bob.

This is what is formed and enclosed in the bracket that we have in the option that have been chosen as the solution.

Therefore we would conclude by saying that the code segment that is going to create the object as the question requires would be option C.

Read more on code segments here:

https://brainly.com/question/13506144

#SPJ1

4.22 lab*: program: automobile service invoice(1) output a menu of automotive services and the corresponding cost of each service. (2 pts)ex:davy's auto shop servicesoil change -- $35tire rotation -- $19car wash -- $7car wax -- $12

Answers

To write the code for this exercise, we must be familiar with Python's computational language.

The attachment contains the code.

As a result, the Python code can be written as follows:

0 service1 cost

0 service2 cost

print("Services at Davey's Auto Shop")

print("Oil change: $35; Tire rotation: $19; Car wash: $7; Car wax: $12;"

input = service1 ("Select first service: ")

product2 = input ("Select second service: ")

If "Oil change" is service 1, then

35 service1 cost

Tire rotation: elif service1 == true

cost1 service1 = 19

"Car wash," if service1 is true:

cost service1 = 7

"Car wax" if service1 is true:

cost service1 = 12

if (service1) == "-":

service 1 equals "No service"

0 service1 cost

When service2 equals "Oil change,"

35 service2 cost

Tire rotation: elif service2 == true

cost2 service2 = 19

"Car wash" if service2 is true:

cost2 service2 = 7

"Car wax" if service2 is true:

cost2 service2 = 12

To know more about python click on the link:

https://brainly.com/question/18502436

#SPJ4

Zoe's workstation is being evaluated by an ergonomics specialist. How far away would they recommend she position her monitor?

Question 6 options:

12 inches from her eyes


36 inches from her eyes


20 inches from her eyes


30 inches from her eyes

Answers

Since Zoe's workstation is being evaluated by an ergonomics specialist. The rate that they would  recommend she position her monitor is option C: 20 inches from her eyes.

What is an ergonomic job?

To be more precise, an ergonomist adapts the work to the worker rather than the other way around. The intention is to reduce labor-related discomfort and injury risk. In other words, when we examine a workstation, the employee comes first.

By monitoring how people move in relation to their work environments, ergonomics experts help people execute their tasks more easily. They use their understanding of how the musculoskeletal system works and how people interact with their surroundings to improve workplace safety and productivity.

Therefore, one need to place the monitor at to about 20 inches (that is 51 cm) so that it will be at arm's length from your eyes.

Learn more about ergonomics from

https://brainly.com/question/10975597

#SPJ1

Answer:

20 inches from her eyes

Explanation:

Too easy bru

you are troubleshooting a windows 11 system that won't boot. the system appears to initialize just fine, and post completes correctly. however, windows does not load, and an error message is displayed on the screen, indicating that the operating system is not found. you determine that the master boot record (mbr) is corrupt. to fix the issue, you perform the following steps:

Answers

Answer: The main way to fix the MBR is to use a command prompt and run the bootrec.exe command.

Explanation:

write a method that finds the maximum element in an array of double val-ues using the following header: public static double max(double[] array) write a test program that prompts the user to enter ten numbers, invokes this method to return the maximum value, and displays the maximum value. the program must then ask if the user wants to continue with another array of numbers. if the user enters "y", the program will start a new conversion. other-wise, it’ll stop.

Answers

Arranging the array's elements in ascending order makes it easy to identify the element with the largest value. Following sorting, the first element will represent the array's smallest element, followed by the second-smallest element, the largest element, and so on.

Find the maximum by iterating through the array first. Together with its index, save this as the first maximum. Now search through the entire array for the second maximum, leaving off the largest element. Find the third largest element by iterating through the array three times and omitting the maximum and second maximum. The goal of the method getresult(int arr[],int n) is to identify the array's maximum and minimum elements with the fewest possible comparisons.

Learn more about Array here-

https://brainly.com/question/13107940

#SPJ4

Other Questions
Investigating Energy SystemsHarnessing Human Energy Chapter 1 Lesson 1.2Reasoning ToolPossible subclaims:The Battery System does have energy.orThe Battery System does not have energy.The Hand-Crank Generator System does have energy.orThe Hand-Crank Generator System does not have energy.The Solar Cell System does have energy.orThe Solar Cell System does not have energy.Evidence(observations about whether the system does or does not have energy)This matters because . . .(How does this evidence support the subclaim?)Therefore, . . .(subclaim) Find the absolute value of x4-|x|=1 Find the slope of the line that passes through ( 2 , 7 ) and ( 4 , 19 ) . 4(-8x + 5) - (-33x - 26) Solve the following equation: 2=|3x-3| How would symbolic interactionism explain the coronavirus phenomenon When the Aryan people arrived in India, they: what is a explanation to the benefit to biodiversity and medicine? Select the correct answer.What will happen to the ecological efficiency of an ecosystem, if the number of organisms in any trophic level is different from the ideal number?OA. It will remain the same, as there cannot be any imbalance in the ecosystem.OB.It will remain the same, as the ecological efficiency never changes.It will differ due to an imbalance in the number of producers and consumers.O C. If there are six H2O molecules, then the notation is 6H2O .How many atoms of hydrogen are there? b. How many atoms of oxygen are there? c. How many of each type of atom would there be if these six water molecules underwent electrolysis? Samuel buys 3 4K TVs for $1200 each. There is ashipping charge of $90 to have all 3 TVs delivered to hishouse. How much does Gordon pay in total? awkins requested permission to communicate with the predecessor auditor and review certain portions of the predecessor auditor's working papers. the prospective client's refusal to permit this will bear directly on hawkins' decision concerning the Michelle has an average score of 70 for three tests.What must she score on the next test to increase her average to 74? The vertex form of the equation of a parabola is y = (x- 5)2 + 16.What is the standard form of the equation? How many essential Amino Acids exist?2012516 Previous summary/facts about "Forming Massachusetts Bay Colony" HELPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP Read "The Mouse, the Bird, and the Sausage" by The Brothers Grimm. Then, answer the question that follows. Once upon a time, a mouse, a bird, and a sausage, entered into partnership and set up house together. For a long time all went well; they lived in great comfort, and prospered so far as to be able to add considerably to their stores. The bird's duty was to fly daily into the wood and bring in fuel; the mouse fetched the water, and the sausage saw to the cooking. When people are too well off, they always begin to long for something new. And so it came to pass, that the bird, while out one day, met a fellow bird, to whom he boastfully expatiated on the excellence of his household arrangements. But the other bird sneered at him for being a poor simpleton, who did all the hard work, while the other two stayed at home and had a good time of it. For, when the mouse had made the fire and fetched in the water, she could retire into her little room and rest until it was time to set the table. The sausage had only to watch the pot to see that the food was properly cooked, and when it was near dinner-time, he just threw himself into the broth, or rolled in and out among the vegetables three or four times, and there they were, buttered, and salted, and ready to be served. Then, when the bird came home and had laid aside his burden, they sat down to table, and when they had finished their meal, they could sleep their fill till the following morning: and that was really a very delightful life. Influenced by those remarks, the bird next morning refused to bring in the wood, telling the others that he had been their servant long enough, and had been a fool into the bargain, and that it was now time to make a change, and to try some other way of arranging the work. Beg and pray as the mouse and the sausage might, it was of no use; the bird remained master of the situation, and the venture had to be made. They therefore drew lots, and it fell to the sausage to bring in the wood, to the mouse to cook, and to the bird to fetch the water. And now what happened? The sausage started in search of wood, the bird made the fire, and the mouse put on the pot, and then these two waited till the sausage returned with the fuel for the following day. But the sausage remained so long away, that they became uneasy, and the bird flew out to meet him. He had not flown far, however, when he came across a dog who, having met the sausage, had regarded him as his legitimate property, and so seized and swallowed him. The bird complained to the dog of this bare-faced robbery, but nothing he said was of any avail, for the dog answered that he found false credentials on the sausage, and that was the reason his life had been forfeited. He picked up the wood, and flew sadly home, and told the mouse all he had seen and heard. They were both very unhappy, but agreed to make the best of things and to remain with one another. So now the bird set the table, and the mouse looked after the food and, wishing to prepare it in the same way as the sausage, by rolling in and out among the vegetables to salt and butter them, she jumped into the pot; but she stopped short long before she reached the bottom, having already parted not only with her skin and hair, but also with life. Presently the bird came in and wanted to serve up the dinner, but he could nowhere see the cook. In his alarm and flurry, he threw the wood here and there about the floor, called and searched, but no cook was to be found. Then some of the wood that had been carelessly thrown down, caught fire and began to blaze. The bird hastened to fetch some water, but his pail fell into the well, and he after it, and as he was unable to recover himself, he was drowned.Which two themes can be supported by details in the text?Change is always a good thing.Focusing on your unhappiness can lead to ruin.Someone claiming to know what's best for you is often right.Avoid listening to advice from those unfamiliar with your situation. A and B A and C B and C B and D Find the sum of (2.8 109) and (9.1 1010). Write the final answer in scientific notation. 11.9 1019 1.19 1018 3.71 1010 3.71 109 A 10-kg iron ball is dropped onto a pavement from a height of 150 m . Suppose that half of the heat generated goes into warming the ball. What is the temperature increase of the ball. (The specific heat capacity of iron is 450 J/kg C . Use 9.8 N/kg for g .). if you are taking measurements from the open ocean and suddenly find an area in which the water temperature is unusually cool and there is unusually abundant plankton then you have probably found a(n) zone.