X = 10
y =
20
х» у
print("if statement")
print("else statement")

Answers

Answer 1

Answer:

"else statement"

Explanation:

Given

The above code segment

Required

The output of the program

Analyzing the program line by line, we have:

x = 10 ----> Initialize x to 10

y = 20 ----> Initialize y to 20

if x > y ----> check if x is greater than y

    print("if statement") ----> Execute this line if the condition is true

The condition is false because 10 is less than 20, so: the statement will not be executed. Automatically, the else condition will be executed

else

   print("else statement")

"else statement" without the quotes will be printed because the if condition is false


Related Questions

Computech is a high-tech firm with a staff of many engineers and professionals. Which of these management styles would be effective at computech? (check all that apply)

Answers

A collaborative management style emphasizing teamwork and open communication would be effective at Computer.

A collaborative management style would be effective at Computer. This type of management style emphasizes teamwork and open communication, allowing all employees to contribute and work together to achieve a common goal. This style of management encourages the sharing of ideas, opinions and knowledge which can help to create innovative solutions and products. Additionally, this style of management can help to foster trust and respect among all members of the team, resulting in a more positive, productive and efficient working environment. Furthermore, it can help to create a sense of ownership and accountability among employees, resulting in an improved level of commitment to their work. Ultimately, this type of management style is ideal for a high-tech firm like Computech, where teams of engineers and professionals need to work together to create innovative solutions.

Learn more about communication here

brainly.com/question/22558440

#SPJ4

(2)
Q.4 Combined the following sentences using a relative pronoun
(i) This is the girl. Her pocket was picked.​

Answers

Explanation:

This is the girl whose pocket was picked.

Python String Functions: Create a new Python Program called StringPractice. Prompt the user to input their name, then complete the following:
Length
• Print: “The length of your name is: [insert length here]”
Equals
• Test to see if the user typed in your name. If so, print an appropriate message

Really appreciate the help.

Answers

#Swap this value by your name. Mine is Hamza :)

my_name = "Hamza"

#Get input from user.

inp = input("What's your name?: ")

#Print the length of his/her name.

print("The length of your name is",len(inp),"characters.")

#Check if the input matches with my name?

#Using lower() method due to the case insensitive. Much important!!

if(inp.lower()==my_name.lower()):

   print("My name is",my_name,"too! Nice to meet you then.")

write a program that asks the user to enter the monthly costs for the following expenses incurred from operating his or her automobile: loan payment, insurance, gas, oil, tires, and maintenance in a main() function. the program should then display the total monthly cost of these expenses, and the total annual cost of these expenses. create a second function called calculate expenses which accepts loan, insurance, gas, oil, tires, and maintenance information as arguments and calculates the equivalent monthly total expense information. calc expenses should be called from the main function.

Answers

The first function in the programme is calculate expenses, which takes as arguments a list of monthly expenses and returns a total monthly cost. All of the expense values are simply added up by this function.

How do you figure out monthly expenses?

The average can be calculated by adding together the total amount spent over a period of 12 consecutive months and dividing it by 12. We'll give you the monthly spending average. Calculating the average monthly expenses requires knowing the actual or projected costs for each monthly expense.

def calculate_expenses(loan, insurance, gas, oil, tires, maintenance):

   # Calculate monthly total expense

   monthly_total = loan + insurance + gas + oil + tires + maintenance

   return monthly_total

def main():

   # Get user input for monthly expenses

   loan_payment = float(input("Enter monthly loan payment: "))

   insurance = float(input("Enter monthly insurance cost: "))

   gas = float(input("Enter monthly gas cost: "))

   oil = float(input("Enter monthly oil cost: "))

   tires = float(input("Enter monthly tire cost: "))

   maintenance = float(input("Enter monthly maintenance cost: "))

   # Calculate monthly and annual expenses using calculate_expenses function

   monthly_expenses = calculate_expenses(

payment for a loan, insurance, gas, oil, tyres, and upkeep

   )

   annual_expenses = monthly_expenses * 12

   # Display results

   print(f"Monthly total cost: {monthly_expenses:.2f}")

   print(f"Annual total cost: {annual_expenses:.2f}")

if __name__ == "__main__":

   main()

To know more about programme visit:-

https://brainly.com/question/30307771

#SPJ1

What types of tasks can you complete using Microsoft Excel (name and describe at least 3)

Answers

Answer:

1) Data Entry and Storage. ...

2) Accounting and Budgeting. ...

3) Collection and Verification of Business Data. ...

4) Scheduling. ...

5) Build Great Charts. ...

6) Help Identify Trends. ...

7) Administrative and Managerial Duties. ...

9) Return on Investment.

Define a function calc_pyramid_volume() with parameters base_length, base_width, and pyramid_height, that returns the volume of a pyramid with a recta

Answers

Answer:

Te ayuda

Explanation:¿Cuál es la fórmula para calcular el volumen de una pirámide rectangular?

Resultado de imagen para Defina una función calc_pyramid_volume() con los parámetros base_length, base_width y pyramid_height, que devuelve el volumen de una pirámide con una recta

El volumen de una pirámide rectangular es definido como el espacio tridimensional ocupado por esta figura. Podemos calcular la medida de este volumen al multiplicar al área de la base por la altura de la pirámide y dividir por tres.

1
What is the purpose of windows library?​

Answers

Answer:

to organize similar files that are located in different locations.

Explanation:

other than that, i don't see a reason

The libraries on computers help your organize all your files together in one place.

Select the correct answer.
Which graphic design tool should you use to achieve the effect in the image shown here?
Ο Α. Move
B.
color and painting tools
C. Layers
D. Marquee

Select the correct answer.Which graphic design tool should you use to achieve the effect in the image

Answers

Answer:

B.  color and painting tools

Explanation:

por que se dice que las TIC´S son las integracion de las TI y las TC?

Answers

La respuesta correcta para esta pregunta abierta es la siguiente.

A pesar de que no se anexan opciones o incisos para responder, podemos comentar lo siguiente.

Se dice que las TIC´S son las integración de las TI y las TC porque ambas actividades se han integrado o fusionado en una solo concepto al momento de juntar las herramientas tecnológicas para almacenar, procesar y mandar información a través de los recursos tecnológicos utilizando los canales o recursos de los medios masivas de comunicación como lo son las redes satelitales o las comunicaciones vía microondas.

Al fusionarse las TI (Tecnologías de la Información) con las TC (Tecnologías de Comunicación), se maximiza la capacidad de enviar una mayor cantidad de información al momento a diferentes lugares del planeta.

How do open online courses help with independent learning

Answers

Answer:

One of the most powerful benefits of online courses is that they enable students to learn at the time, place, and pace that best suits their individual learning style. ... If there is a class discussion, you can take time to gather your thoughts rather than be in a race to get the teacher's attention.

Explanation:

Answer:

you can take time to gather your thoughts

Explanation:

The IP address and the port are both numbers. Which statement is true?

A computer has many IP addresses and one port.

A computer has many IP addresses and many ports.

A computer has one IP address and one port.

A computer has one IP address and many ports.

Answers

Answer:

i believe it is the last one

Answer:

The answers are in different orders for everybody, the correct answer is A computer has one IP address and many ports.

Entering key dates from your course syllabi test and quiz dates, assignments due dates in your planner can help you manage your schedule by allowing you to see commitments ahead of time

Answers

You can better manage your time by seeing obligations in advance by entering important dates from your course syllabus into your planner, such as test and quiz dates and assignment due dates.

Sleep and downtime don't need to be scheduled because they don't affect how productive you are. Along with commercial and professional goals, you'll also have personal and family objectives. Knowing your goals, prioritizing them, and concentrating on tasks and activities that advance those goals are the keys to effective time management. The practice of managing and planning how to split your time between various activities is known as time management.

Learn more about assignment here-

https://brainly.com/question/24183827

#SPJ4

47. How does network authentication work and why is it useful?

Answers

Network authentication is the process of verifying the identity of a user or device attempting to connect to a network.

Authentication is typically performed using a set of credentials, such as a username and password, or a digital certificate.

When a user or device attempts to connect to a network, they are prompted to provide their credentials. These credentials are then verified against a database of authorized users or devices. If the credentials are correct, the user or device is granted access to the network. If the credentials are incorrect, access is denied.

Network authentication is useful for several reasons:

Security: Authentication helps ensure that only authorized users or devices are granted access to the network, reducing the risk of unauthorized access and data breaches.

Accountability: By requiring users to provide credentials, network administrators can track and audit network activity, helping to identify potential security threats or breaches.

Control: Network authentication allows administrators to control access to specific resources or areas of the network, ensuring that only authorized users or devices can access sensitive information or systems.

Compliance: Many regulatory frameworks require organizations to implement strong authentication measures to protect sensitive information and ensure compliance with industry standards.

Learn more about Accountability here:https://brainly.com/question/29108212

#SPJ11

how long does a seller have to ship an item on offerup

Answers

They have up to six days to ship the item after it has been purchased via either the Buy Now option or them accepting an offer.

any one know how to fix forzas camera bc it shutters to much

any one know how to fix forzas camera bc it shutters to much
any one know how to fix forzas camera bc it shutters to much
any one know how to fix forzas camera bc it shutters to much

Answers

Answer:

LEDs are powered by alternating current AC.

Explanation:

The electricity will move in and out of cycles.

When the FPS won't math it'll flicker. Try switching to your camera's shutter speed instead. ( May be times your camera won't support it.)

which virtual technoology provides sharing of ram or cpus between the operating systems in each vm?

Answers

The virtual technology that provides sharing of RAM or CPUs between operating systems in each virtual machine (VM) is called "hypervisor" or "virtual machine monitor" (VMM).

A hypervisor is a software or firmware layer that enables the creation and management of virtual machines on a physical host machine. It abstracts the underlying hardware and allows multiple operating systems to run concurrently on the same physical server. The hypervisor provides virtualization capabilities, including the ability to allocate and share system resources such as RAM and CPUs among the virtual machines.

Through the hypervisor, each virtual machine can have its own portion of allocated RAM and CPU resources, which can be dynamically adjusted based on the workload and requirements of each VM. This allows for efficient resource utilization and flexibility in managing the virtualized environment.

Learn more about virtual machine monitor here:

https://brainly.com/question/31674424

#SPJ11

What language do computers use to process information?

Answers

Answer:

binary language

Explanation:

Short response!

What are two ways to ensure that a sniffer will capture all traffic on a network?

Answers

There are a few ways to ensure that a sniffer will capture all traffic on a network, but two common methods are Promiscuous Mode and Span Port.

Explain Promiscuous Mode and Span Port?

Promiscuous Mode: By putting the network interface card (NIC) into promiscuous mode, the NIC can capture all packets on the network, including those not destined for its own MAC address. This allows the sniffer to capture all traffic on the network, regardless of the destination of the packet.

Span Port: Another way to ensure that a sniffer captures all traffic on a network is to use a span port or mirror port on a network switch. This port is configured to copy all traffic passing through the switch and send it to the designated sniffer device. This method can be useful in situations where promiscuous mode is not possible or practical.

To learn more about network, visit: https://brainly.com/question/29506804

#SPJ1

Yelena has created timings within her slide show, and she wants to verify that each slide has the correct timing. In which view in PowerPoint can she do this? a. Normal view b. Outline view c. Slide Master view d. Slide Sorter view

Answers

Yelena has created timings within her slide show, and she wants to verify that each slide has the correct timing in the Slide Sorter view in PowerPoint.

The correct answer to the given question is option d.

Viewing the Slide Show in Power Point.The default view of the presentation is in Normal view. In this view, we can add content and make modifications to the slides. However, we can also view the slides in various other ways. Let's have a look at each view:

Normal view: This view is the default view and is the view in which we can add and modify the slide content. We can also add and modify slide animations and transitions here.

Outline view: In this view, we can view the text content of the presentation in outline form, which makes it easy to organize the presentation.

Slide Sorter view: This view allows us to view all the slides in the presentation simultaneously, which makes it easy to rearrange the slides or change their timings.Notes Page view: In this view, we can view the speaker notes associated with each slide.

Slide Master view: In this view, we can create and modify slide layouts and templates.The Slide Sorter view allows us to see all the slides in the presentation at once, so it is the best view to use to verify the timings for each slide. We can use the controls at the bottom of the Slide Sorter view to modify the timing of each slide.

For more such questions on PowerPoint, click on:

https://brainly.com/question/28220859

#SPJ8

How is a game like Pokemon Go an example of Augmented reality

Answers

A game like Pokemon Go is an example of Augmented Reality (AR) because it combines the real world with virtual elements.

In the game, players use their mobile devices to locate and capture virtual creatures called Pokemon, which appear on the screen as if they are in the player's real-world location. This is achieved through the use of GPS technology and the device's camera, which overlays the virtual elements onto the real world.

As a result, players experience a seamless blend of the real and virtual worlds, which is the defining characteristic of Augmented Reality.

Learn more about Augmented reality:

https://brainly.com/question/22621708

#SPJ11

A game like Pokemon Go is an example of Augmented Reality (AR) because it combines the real world with virtual elements.

In the game, players use their mobile devices to locate and capture virtual creatures called Pokemon, which appear on the screen as if they are in the player's real-world location. This is achieved through the use of GPS technology and the device's camera, which overlays the virtual elements onto the real world.

As a result, players experience a seamless blend of the real and virtual worlds, which is the defining characteristic of Augmented Reality.

Learn more about Augmented reality:

brainly.com/question/22621708

#SPJ11

Who Has any idea How to code?

Answers

A bit I guess. I can only do C# though
i kinda know how to, took computer science last year

what is the essence of proper nutrition?​

Answers

Answer:

Proper nutrition is about balance, and that means not getting too much of certain ingredients, such as sodium, or salt. Sodium increases blood pressure, which raises the risk of heart disease and stroke.

Explanation:

Answer:

Explanation:

Most people know good nutrition and physical activity can help maintain a healthy weight. But the benefits of good nutrition go beyond weight. Good nutrition can help: Reduce the risk of some diseases, including heart disease, diabetes, stroke, some cancers, and osteoporosis.

True or False. Write TRUE if the underlined word/phrase is correct. If not, write the correct answer. 1. Word Processor is a computer software application that performs the task of composing, editing, formatting, and printing of documents. 2. Home tab gives you access to a variety of design tools. 3. Microsoft Excel is used to calculate complex functions. 4. Animation allows you to make illusion of change. 5. Illustrations in MS Word can be found at the Layout Tab. 6. When you click the shape in MS Word, a picture tool will appear. 7. MS Excel will appear when you want to edit data of charts in MS Word. 8. MS Excel does not follow PEMDAS in computing. 9. Status bar displays the value or formula entered in the active cell. 10. In MS Excel, the symbol "​

Answers

1. TRUE
2. TRUE
3. TRUE
4. TRUE
5. FALSE. Illustrations in MS Word can be found at the Insert Tab.
6. TRUE
7. FALSE. MS Excel will appear when you want to edit data of charts in MS Word, but you need to activate the Edit Data command within the chart.
8. FALSE. MS Excel follows PEMDAS (Parentheses, Exponents, Multiplication and Division, and Addition and Subtraction) in computing.
9. TRUE
10. FALSE. The symbol "=" is used to start a formula in MS Excel.

In Java a common collection class is the ArrayList, which is a list structure implemented using arrays. Arrays are a natural choice because lists require preserving insertion order of the elements, and can have duplicate elements in the list. Sets, on the other hand, do not preserve insertion order and do not allow duplicate elements. But what if we want a set structure in which insertion order is preserved? Enter the elusive ArraySet, a set structure implemented using arrays. An ArraySet preserves insertion order while not allowing duplicate elements to be present in the set. - Insertion order refers to the order in which elements are added to the set. Because the set is using an array, insertion order is preserved. No sorting is required. Your task is to create an ArraySet class specifically for storing numbers. Your ArraySet class, which will be named ArrayNumSet, must conform to the following specification: - Must be generic, and the generic parameter must be bounded by the Number type. This means that your class will only support storing numbers (Integer, Double, Short, Long, etc). - Must implement the NumSet interface, which is given to you as NumSet. java. This implies that all abstract methods must be implemented in your ArrayNumSet class. The NumSet class contains comments which further describe what each implemented method should do. - To find the NumSet interface, look at the filename above where you type your code (in orange). Notice that this is a dropdown box. Click on the name, and you'll find that you can switch between ArrayNumSet. java and NumSet. java. - Some methods in the NumSet interface throw exceptions. Make sure to implement code in your methods to throw the appropriate exceptions if needed. For example, your set does not support adding null elements, and should throw a NullPointerException if such an element is passed to add ( ). - The constructor of your A rayNumSet class has one parameter, an int called initialCapacity. This is the length of the (primitive) array that will hold your elements. When this array becomes full and a new element is added, increase the array to be twice the length it was before. This should work if the array fills up multiple times. For example, if the initialCapacity = 2, then when a third element is added, the array should become large enough to hold 4 elements, and if a 5th element is added, then the array should become large enough to hold 8 elements, etc. The capacity ( ) method you will implement returns the current length of the array. Ar rayNumSet class must utilize code comments. Javadoc-specific comments are not required. A main method is not required, as you

Answers

The purpose of the ArrayNumSet class in Java is to create a set structure that preserves insertion order while not allowing duplicate elements to be present in the set, specifically for storing numbers.

What is the purpose of the ArrayNumSet class in Java?

The ArrayList is a common collection class in Java that is implemented using arrays, but it does not provide a set structure that preserves insertion order while disallowing duplicate elements.

To address this, an ArraySet class was created, which is also implemented using arrays and provides this functionality.

The task is to create a generic ArrayNumSet class that can store numbers and implements the NumSet interface, which specifies methods for adding, removing, checking for element presence, and other set operations.

The ArrayNumSet class must also have a constructor that takes an initial capacity parameter and dynamically resizes the array as needed.

Learn more about ArrayNumSet class

brainly.com/question/31729823

#SPJ11

Salim wants to add a device to a network that will send data from a computer to a printer. Which hardware component should he use?

A.
repeater
B.
modem
C.
switch
D.
bridge

Answers

It’s letter B good luck
I think person above is correct (sorry if I'm wrong I just need points)

On the new iOS version, can you save photos from ‘review confirmed photos’? If so, how? Thanks!

Answers

Answer:

No i dont think you can i was searching on ios websites for info cause i dont own one but it doesnt seem like you can ive been searching for quite a while now doesnt look like it tho

print 3 numbers before asking a user to input an integer

print 3 numbers before asking a user to input an integer

Answers

Answer:

you can use an array to do this

Explanation:

(I've written this in java - I think it should work out):

Scanner input = new Scanner(System.in);

System.out.println("Enter an integer: ");

int userInt = input.nextInt();

int[] array = new int[userInt - 1];

for(int i = userInt-1; i < userInt; i--)

     System.out.println(array[i]);

state five benefits of digitizing data​

Answers

Answer:

Ahorro de espacio físico. ...

Protección de los datos. ...

Gestión del tiempo en la consulta de datos. ...

Mejora de la productividad. ...

Responsabilidad social corporativa. ...

Acceso a la información a través de distintos dispositivos tecnológicos.

Explanation:

Answer:

Save money.

Save time.

Enhance collaboration.

Explanation:

how do i switch my mac from default opening to a mcintoch comma separated value to a comma separated value file format

Answers

To so, go to File > Open > Files of Type (or Format) and select "All Files". Then, select "Comma Separated Values (Macintosh)" from the drop-down menu.

What is mac?

Mac stands for Media Access Control, also known as a MAC address. Each computer or network device on a computer network is given a unique address, also known as a physical address or hardware address, with a hexadecimal format.

Two 48-bit or 64-bit numbers can be used as MAC addresses. The IEEE must be paid for an exclusive three-byte OUI (Organizationally Unique Identifier), which identifies the device's manufacturer. The manufacturer allocates the final three or five bytes.

The number is regarded as having been permanently burned into the network access hardware's firmware once it has been generated. Devices connected to a network do not share MAC addresses because each MAC address is distinct.

Learn more about mac

https://brainly.com/question/29313724

#SPJ4

write a sql query to select the county with the most votes for republican in each state.

Answers

Use the provided SQL query to retrieve the county with the highest Republican votes for each state in the election_results table.

How can I select the county with the most votes for Republican in each state using SQL?

To select the county with the most votes for Republican in each state, you can use a SQL query that utilizes subqueries and grouping. Here's an example query:

SELECT state, county, MAX(republican_votes) AS max_votes

FROM election_results

GROUP BY state

HAVING MAX(republican_votes) = (

   SELECT MAX(republican_votes)

   FROM election_results AS e2

   WHERE e2.state = election_results.state

   )

```

This query selects the state, county, and maximum number of Republican votes for each state. It uses a subquery to retrieve the maximum Republican votes for each state and compares it to the maximum votes in the outer query.

The result will include the county with the most Republican votes in each state.

Learn more about SQL query

brainly.com/question/31663284

#SPJ11

Other Questions
Kiley wants to balance the equation H2 + N2 NH3. Which would be her first step in balancing an equation? multiplying the subscripts in the atoms of the reactants together adding the coefficient 3 in front of H2 and the coefficient 2 in front of NH3 changing the subscripts so they match for the total number of atoms creating a chart that shows the number of atoms in the reactants and products who did the most to promote the cause of Independence: George Washington, Thomas Jefferson, or Thomas Paine? In 1991, Lawrence Summers (sarcastically, he claims) suggested that the World Bank should encourage the transfer of polluting industries to poor countries. (See Summers Memo. Atthat time, he was the Chief Economist of the World Bank.) Part of the rationale for hissuggestion is based on the human-capital approach of estimating the value of statistical life: the foregone earnings due to pollution-caused ill-health of workers in poor countries would be lower than in rich countries. "I think the economic logic behind dumping a load of toxic waste in the lowest wage country is impeccable," he wrote. Comment. 100 POINTS QUICKLY ANSWER!!!The painting is called Washington Crossing the Delaware, the artist who painted it was Emanuel Leutze. The event in the painting portrays General George Washington's crossing of the Delaware River on the night on December 25th, 1776 during the American Revolutionary War. An office supply store offers a bulk discount rate. The first 10 items purchased receive a 10% discount and each additional item purchased receives a 15% discount. If 15 items are purchased, what is the percent discount from the total cost, rounding to the nearest whole number What net force is necessary to give a 2 kg mass that is initially at rest an acceleration of 5 m/s2? Given vectors u = (-7, 8) and v = (-5, -1), find the sum u + v and write theresult in component form. Simplify the expression by first using the distributive property and combining like terms: 2(10x+1)-3(4x-5) According to terror management theory, to mute the defensive and anxious response that most people have when confronted with the thought of their own death, they should experience some form of:________ According to a recipe for purple paint, the ratio of milliliters of blue paint to milliliters of red paint in the mixture should be 20:4. Selena has 140 ml of blue paint. She wants to mix red paint to it to get the same shade as suggested by the recipe.For every 1 ml of red paint, the recipe suggests adding [Drop Down 1] of blue paint. So, for 140 ml of blue paint the amount of red paint needed is [Drop Down 2]. Angel DOF and angel GOH are vertical angels. what's the measure of angel DOF if the measure of angel GOH is 58? A water tank in the shape of a rectangular prism has a length of 525 feet, width of 423 feet, and height of 449 feet.If the tank is 34 filled, the volume of water in the tank is ANYONE HELP? PLEASE ASAP!!!!!!! ObjectiveDevelop a C program on UNIX system.DescriptionWrite a C program that deals with cuboids.Each cuboid should have the following information: Length, width and height of cuboid: positive real numbers only. Surface area. Volume.Define a struct that includes the cuboid information is must.Your program should implement the following functions:1. SetCuboid : fill three values of Length, Width, Height for specific cuboid2. CalculateVolume: calculates the volume of a cuboid and returns the value ofvolume3. CalculateSurfaceArea: calculates the Surface Area of the cuboid and returnsthe value of surface area4. PrintVolume: Prints the volume of the cuboid.5. PrintSurfaceArea: Prints the surface area of the cuboid.6. MaxVolume: returns the volume of cuboid that has the maximum volume.7. main: does the following: Declare an array of struct that has all needed information about any cuboid.Let the size of array be 4. Prompt the user to enter the length, width and height of 4 cuboids and storethem in the struct array variable using SetCuboid function. Calculate the volume and surface area of each cuboid and store it in thestruct array variable using CalculateVolume and CalculateSurfaceAreafunctions. Prompt the user to select a cuboid number (1, 2, 3 or 4) then Print thevolume and the surface area of selected cuboid using PrintVolume andPrintSurfaceArea functions. Print the maximum volume among all 4 cuboids using MaxVolume function.Formuals :CuboidVolume = length*width*heightCuboidSurfaceArea = 2 * ( length*width + height *width + height*length )Required Files:Your Program must contain:1. One header file(.h) that contains the struct definition, functions prototypes, andany other needed definitions.2. Two source files(.c):a. The first file contains the implementation of main function only.b. The second file contains the implementations of all required functionsexcept main.3. Makefile that contains the rules of creating the object files and executable file ofyour program.4. Pdf file contains screen shots of your programs execution.Submission: Put all needed files in one folder and compress it then upload the compressedfile on the link of submission programming assignment 1 on Elearning. Zero credit will be assigned for each program that has compile error or cheatingcase. Partial credit will be given to programs that executed correctly but give differentresults than the required in description above.Important Notes: The execution of your program will be done using make command only. You should write your name and id in the top of each file as comments. You should format your output to be clear and meaningful. You should work individually. Groups are NOT allowed. You can get help in C programming f Tianna works at a call center. Between 12 PM and 4 PM only 5% of her attempted calls pick up. Between 4 PM and 8PM, 15% of her attempted calls pick up. If she expects to make 80 calls between 12 PM and 4PM and 120 calls between 4 PM and 8 PM, how many total pick ups can she expect during her entire shift? 15 18 4 22 Four causes of the Great Depression included: a weak national economy agricultural overproduction an imbalance of foreign trade stock market stability overextended credit Technician a s ays a shorted circuit can generate excessive heat. technician b says a shorted circuit will cause the circuit protection device to open. who is correct? please help its due! Select the correct answer from the drop-down menu. powers of the federal government are those that the Constitution specifically delegates.\ Something Childish, But Very Natural"By Samuel Taylor Coleridge. Which line from the poem supports your answer to Number 2?A. If I had but two little wings. Yet while tis dark, one shuts one's lidsC. But in my sleep to you I fly: I' m always with you in my sleep!D. And I stay here