Which command should you use to check if a package is pam-aware?

Answers

Answer 1

A Linux system administrator can configure user authentication procedures using the Pluggable Authentication Modules (PAM) library set.

Pluggable Authentication Modules, also known as PAM, are used to carry out a variety of operations including authentication, authorization, and some modification (for example password change). It enables the system administrator to keep application-specific information separate from authentication-related details. There is a file for each PAM-aware program or service in the /etc/pam.d/ directory. The name of every file in this directory corresponds to the service over which it controls access. There is a file for each PAM-aware program or service in the /etc/pam.d/ directory.

Learn more about authentication here-

https://brainly.com/question/29752591

#SPJ4


Related Questions

where are some places that cyberbullying occurs? check all that apply

Answers

Answer:

social media like  snap chat twitter  and face book .it can even happen over email.or in school chats.

Explanation:

social media and school

If you are using the simple query wizard and want to extract specific information, be sure to choose the _____ option at the third dialog box.

Answers

If you are using the simple query wizard and want to extract specific information, be sure to choose the "Specify your own criteria" option at the third dialog box.

In the simple query wizard, the third dialog box allows you to specify the criteria for your query.

This is where you can choose which specific information you want to extract from the database.

By selecting the "Specify your own criteria" option, you gain more control over the query and can define the conditions that need to be met for the data to be included in the results.
For example, let's say you are using the simple query wizard to retrieve a list of customers who have made a purchase in the last month.

In the third dialog box, you would choose the "Specify your own criteria" option and then define the condition as "Date of Purchase is within the last month".

This way, the query will only return the customers who meet this specific criterion.
By choosing the "Specify your own criteria" option at the third dialog box in the simple query wizard, you can effectively extract the specific information you need from the database.

To know more about dialog box visit :

https://brainly.com/question/4585810

#SPJ11

How can i print an art triangle made up of asterisks using only one line of code. Using string concatenation (multiplication and addition and maybe parenthesis)?

Answers

#include <iostream>

int main(int argc, char* argv[]) {

   //One line

   std::cout << "\t\t*\t\t\n\t\t\b* *\t\t\b\n\t\t\b\b*   *\t\t\b\b\n\t\t\b\b\b*     *\t\t\b\b\b\n\t\t\b\b\b\b*       *\t\t\b\b\b\b\n\t\t\b\b\b\b\b* * * * * *\t\t\b\b\b\b\b\n";

   return 0;

}

Yes, it is possible with a single line and using escape sequences, but it is tedious and not recommended. Instead, you can use loops to write more readable and easy on the eyes code. We only used the cout  method (C++). Good luck!

How can i print an art triangle made up of asterisks using only one line of code. Using string concatenation

The key to learn about and engage with individual customers is to blend the new digital technologies and approaches with traditional marketing to create what?

Answers

The key to learn about and engage with individual customers is to blend the new digital technologies and approaches with traditional marketing to create a personalized approach.

What is digital technologies ?

Digital technologies are the use of computer systems and other digital devices to store and manipulate data, transmit data over a network, or display information for users. Digital technologies include computers, mobile phones, the internet, social networks, digital media, digital signals, and software. Digital technologies have had a major impact on the way people live and work, as well as on businesses, education, and entertainment. Digital technologies provide new opportunities for communication, collaboration, and innovation.

This approach can involve using data-driven strategies like personalized emails, tailored advertising and personalized content.


To learn more about digital technologies
https://brainly.com/question/25719495
#SPJ4

Fill in each blank with the correct answer/output.

int[] vals = {7,5,3,9,0,37,93,16,68,6,99};

System.out.println(vals[vals[1]+vals[4]]);

Answers

Answer:

37

Explanation:

Given int[] vals = {7,5,3,9,0,37,93,16,68,6,99};

In programming, the position of each value in the list are known as index. The first value is always assigned index of 0 not 1, the second value is assigned index of 1 and so on. For example;

val[0] = 7 i.e value with index 0

val[1] = 5

val[4] = 0

In order to print out this value

System.out.println(vals[vals[1]+vals[4]]);

Substituting the index value val[1] and val[4] into the argument given

vals[vals[1]+vals[4]]

= vals[5+0]

= vals[5]

= 37 (value at the 5th index)

System.out.println(vals[vals[1]+vals[4]]);

= 37

This means that the system will print out 37 to the console

4.8 code practice question 1 edhesive

Answers

Answer:

for x in range(5,76,5):

   print(x, end=" ")

Explanation:

Hope this helps lovely :)

4.8 code practice question 1 adhesive for x in range(5,76,5): print(x, end="").

What is adhesive?

Adhesive is defined as anything that has the ability to functionally hold materials together through surface adhesion that resists separation. PCs and laptops have numerous adhesive applications, primarily for joining electric components. In the construction of laptops, cyanoacrylates, acrylics, epoxies, UV curables, and hybrid adhesives are all utilized.

Code is defined as the collection of rules or instructions that are written in a specific programming language. In general, programming statements written by a programmer using a text editor or visual programming tool and then saved in a file are referred to as source code.

Thus, 4.8 code practice question 1 adhesive for x in range(5,76,5): print(x, end="").

To learn more about adhesive, refer to the link below:

https://brainly.com/question/29061431

#SPJ3

A 32-second sound clip will be recorded. The sound will be sampled 16000 times a second. Each sample will be stored using 8 bits. Calculate the file size in kilobytes. You must show all of your working. ​

Answers

The  Audio Size of the 32-second sound clip is given as: = 500 kb

See calculation and explanations below.

What is Audio Size?

The term audio size is used to refer to the size of an audio file measured in bytes, or kilobytes, or megabytes depending on it's size.



What is the calculation of the size of the audio file?

Step 1

The formula for calculating the Audio Size is:

= Sampling rate x sample size x time x channel

= 16,000hz x 8bits x 32 x 1 (We assume it is only one channel since the number of channels is not specified)

= 4,096,000 bits

Step 2 - We convert to bytes.

To convert to bytes, we divide our answer in bits by 8; hence

= 4,096,000/8

= 512,000

Step 3 - convert to kilobytes by dividing by 1024

Therefore, answer in kilobytes

= 512,000/1024

= 500 kb

See more about kilobytes at:
https://brainly.com/question/15166519
#SPJ1

Which of the following statements are true regarding Moore’s Law? Select 3 options. A. Moore’s Law can be applied to processing advances in general and not just the miniaturization of transistors and chips. B. Moore’s Law was accurate until about 1998, when computing advances slowed drastically. C. The accuracy of Moore’s Law is being affected by the difficulty of making increasingly smaller components at the same rate. D. Moore’s Law is expected to continue at the same rate, even with the introduction of quantum computers. E. Gordon Moore, a co-founder of Intel, described Moore’s Law in 1965.

Answers

Answer: Which of the following statements are true regarding Moore’s Law? Select 3 options.

Explanation:

• The accuracy of Moore’s Law is being affected by the difficulty of making    increasingly smaller components at the same rate.

• Gordon Moore, a co-founder of Intel, described Moore’s Law in 1965.

• Moore’s Law can be applied to processing advances in general and not just   the miniaturization of transistors and chips.

Statement that can be considered as true statement about Moore’s Law  is C:The accuracy of Moore’s Law is being affected by the difficulty of making increasingly smaller components at the same rate.

Moore's law can be regarded as an observation that was made by Gordon Moore, which explains that there is always a double increase in number of transistors in a dense integrated circuit in every two years.

However, this law has it's shortcomings because of the difficulty of producing smaller components at the same rate.

Therefore, option C is correct.

Learn more at,:

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

what's 3+3 and stop deleting my question i just wasted 41 points

Answers

Answer:

I am pretty confident that the answer is 6

Explanation:

3+3=6

You have two Windows Server 2016 computers with the Hyper-V role installed. Both computers have two hard drives, one for the system volume and the other for data. One server, HyperVTest, is going to be used mainly for testing and what-if scenarios, and its data drive is 250 GB. You estimate that you might have 8 or 10 VMs configured on HyperVTest with two or three running at the same time. Each test VM has disk requirements ranging from about 30 GB to 50 GB. The other server, HyperVApp, runs in the data center with production VMs installed. Its data drive is 500 GB. You expect two VMs to run on HyperVApp, each needing about 150 GB to 200 GB of disk space. Both are expected to run fairly disk-intensive applications. Given this environment, describe how you would configure the virtual disks for the VMs on both servers.

Answers

The virtual disk configuration for the VMs on both servers in this environment is shown below.

In the Hyper V Test,

Since there will be two or three virtual machines running at once, each of which needs between 30 and 50 GB of the total 250 GB of disk space available,

What is virtual disks?

Setting up 5 virtual disks, each 50 GB in size.

2 VMs each have a 50 GB virtual drive assigned to them.

The above setup was chosen because running three VMs with various virtual disks assigned to them will not pose an issue when two or three VMs are running concurrently and sharing the same virtual disk. This is because the applications are disk-intensive.

To learn more about virtual disks refer to:

https://brainly.com/question/28851994

#SPJ1

Given this environment, the virtual disk configuration for the VMs on both servers is shown below. Because two or three VMs will be running at the same time, and each VM has disk requirements ranging from 30 to 50 GB of total disk space of 250 GB.

What is Hyper V Test?While there are several methods for testing new virtual machine updates, Hyper-V allows desktop administrators to add multiple virtual machines to a single desktop and run tests. The Hyper-V virtualization technology is included in many versions of Windows 10. Hyper-V allows virtualized computer systems to run on top of a physical host. These virtualized systems can be used and managed in the same way that physical computer systems can, despite the fact that they exist in a virtualized and isolated environment. To monitor the utilization of a processor, memory, interface, physical disk, and other hardware, use Performance Monitor (perfmon) on a Hyper-V host and the appropriate counters. On Windows systems, the perfmon utility is widely used for performance troubleshooting.

Therefore,

Configuration:

Creating 5 Virtual disks of 50 GB each.

1 virtual disk of 50 GB is assigned to 2 VM.

The above configuration is because since two or three VM will be running at the same time and using the same virtual disk will cause a problem since the applications are disk intensive, running three VMs with different virtual disks assigned to them, will not cause a problem.

For Hyper V App,

Two VM will run at the same time, and the disk requirement is 150 - 200 GB of 500 GB total disk space.

Configuration:

Creating 2 virtual disks of 200 GB each with dynamic Extension and assigning each one to a single VM will do the trick.

Since only two VMs are run here, the disk space can be separated.

To learn more about Hyper V Test, refer to:

https://brainly.com/question/14005847

#SPJ1

Project manager Kevin has to create a project team organizational chart. Which activity should he perform before creating this chart?

Project manager Kevin has to create a project team organizational chart. Which activity should he perform

Answers

Answer: C

Explanation: Allocating roles to project team members.

The fundamental problem in client-based networks is that all data on the server must travel to the client for processing.
a. True
b. False

Answers

the answer is B. it is true
The answer is A, it is true

write a c program to write to a file the frequency of occurrences for the white ball numbers and the powerball numbers and their frequencies of occurrence. both lists should be in ascending numerical order.

Answers

A program to write to a file the frequency of occurrences for the white ball numbers and the powerball numbers and their frequencies of occurrence.

#include <fstream>

#include <iomanip> //program written in python

#include <iostream>  

using namespace std;

int main()

{    

ifstream fin;    

fin.open("winning_numbers.txt");        

string s;    

arr[5]  

arr[88]          

int whiteBallFreq[100],

powerBallFreq[100];    

{        

whiteBallFreq[i] = 0;        

powerBallFreq[i] = 0;    

}        

while (!fin.eof())

{            

fin >> s;        

int ball;        

fin >> ball;          

whiteBallFreq[ball]++;          

fin >> ball;      

  whiteBallFreq[ball]++;          

fin >> ball;  

whiteBallFreq[ball]++;        

 fin >> ball;          

whiteBallFreq[ball]++;  

fin >> ball;    

whiteBallFreq[ball]++;  

fin >> ball;            

powerBallFreq[ball]++;        

int multiplier;                

fin >> multiplier;          

fin >> s;  

  }    

fin.close();    

ofstream fout;    

fout.open("output.txt");    

fout << "White ball frequency ";    

for (int i = 1; i <= 99; i++) {        

if (whiteBallFreq[i]) {            

fout << i << ": " << whiteBallFreq[i] << " ";        

} else {            

fout << i << ": " << 0 << " ";        

}    

}    

fout << "\n";    

fout << "Power ball frequency ";  

 for (int i = 1; i <= 99; i++) {        

// if freq of i is present in map then output that or else output 0      

 if (powerBallFreq[i]) {          

  fout << i << ": " << powerBallFreq[i] << " ";        

}

else {            

fout << i << ": " << 0 << " ";      

  }    

}    

 fout.close();      

return 0;

}

Learn  more about program here:

https://brainly.com/question/11023419

#SPJ4

A mobile device user has tried to install a new app numerous times without success. She has closed all unused apps, disabled live wallpapers, and restarted the device in an attempt to get the app to install.
Which of the following steps should the user take next?
A. Back up all user data and perform a factory reset.
B. Check for sufficient available storage space.
C. Disable full device encryption.
D. Generate a new public key.

Answers

The correct answer is B. Check for sufficient available storage space.  

Explanation:

One of the factors that can cause it is not possible to install a new app is insufficient storage as space in the mobile device is needed to save the app. This can be easily solved either by deleting apps and other content or expanding the memory available through a Micro SD card. Also, before attempting any major procedure such as a complete reset it is important to check the storage space availability. In this context, the user should check for sufficient available storage space (option B) because this might be the cause of the issue she is experiencing; also, this is a basic step before considering others such as performing a factory reset.

How are console apps displayed?
a) In a window form.
b) In the Command Prompt.
c) Console apps have no output to
display.
d) It depends.

Answers

The Command Prompt displays console apps. Some consumers simply favour console-based programmes, while some businesses continue to employ legacy console programmes for critical data processing operations.

A console application is a software application that is intended to be used through a text-only computer interface, such as a text terminal, the command-line interface of some operating systems (Unix, DOS, etc.), or the text-based user interface found in the majority of graphical user interface (GUI) operating systems, such as the Windows Console in Microsoft Windows, the Terminal in macOS, and xterm in Unix.

Modern programming environments, including Visual Studio and the.NET Framework on Microsoft Windows, nevertheless support the creation of console programmes. By eliminating the complexity of a graphical user interface(GUI), it makes learning a new programming language easier.

To learn more about Command Prompt click here:

brainly.com/question/29491045

#SPJ4

Which three elements are required to have a Trade Secret?

Answers

The three elements that are required to have a trade secret are as follows:

It bestows a competitive lead on its owner.It is subject to sensible endeavor to control its secrecy.It is confidential in nature.

What do you mean by Trade secret?

A Trade secret may be defined as a type of intellectual property that significantly consists of secret information that might be sold or licensed specifically in order to main its secrecy.

Trade secrets can take many forms such as formulas, plans, designs, patterns, supplier lists, customer lists, financial data, personnel information, physical devices, processes, computer software, etc. These secrets must not be generally known by or readily ascertainable to competitors.

Therefore, the three elements that are required to have a trade secret are well mentioned above.

To learn more about Trade secrets, refer to the link:

https://brainly.com/question/27034334

#SPJ1

Credited with creating the world wide web, who was quoted as saying that the power of the web is in its universality. Access by everyone, regardless of disability, technology, or environment is an essential, integral aspect of life. ?.

Answers

The Web's universality is what gives it strength. Access for all people, regardless of disability, is crucial. The well-known quotation up top demonstrates how the web was created to be used by everyone.

Making your website and online tools more accessible so that individuals with impairments can use them is the practice of web accessibility. By making your website more accessibility, you guarantee that users of all backgrounds can access it. In this manner, no one is disadvantaged.

"The Web's universality is what gives it strength. Access for all people, regardless of disability, is crucial.

The well-known quotation up top demonstrates how the web was created to be used by everyone. We're here to support you in achieving that.

Web accessibility dismantles the communication obstacles that many people have encountered online.

To know more about web click here:

https://brainly.com/question/8307503

#SPJ4

Unit 3 Critical thinking questions (Game Design)

3. We usually think of conflict as bad or something to be avoided. How can conflict be used to a game’s advantage in game design? Include an example.

Answers

Although conflict is frequently thought of negatively, it may also be employed to develop captivating and immersive gameplay experiences. Conflict can be utilised in game design to create tension and test players.

Conflict in video games: What is it?

These are the numerous conflict kinds, along with some instances from video games. Each poses a challenge for the player to resolve. Two or more people who support opposing viewpoints. If the environment makes it impossible for a person to be in the location or state they desire.

What kind of conflict does a video game often feature?

Yet, disagreements can also be caused by fear, particularly the fear of losing something—either what you already have or an opportunity.

To know more about game design visit:-

https://brainly.com/question/28753527

#SPJ1

Based on the strength of the magnetic fields they produce, arrange the solenoids from strongest to weakest

Answers

Answer:

C, D, B and A.

Explanation:

Electromagnet in option C is strongest because it has an iron core and the largest current as compared to other solenoids, following by D and then B whereas solenoid A is the weakest because of the absence of an iron core and has the smallest current. Solenoid having iron core is the strongest solenoid because the core produces more strong magnetic field as compared to no iron core.

For Questions 2-4, consider the following program:

def tryIt(x, y = 1):

return 10 * x * y

#MAIN

n = int(input('Enter a number: '))

ans = tryIt(n) + 1

print (ans)


What is output if the user enters 5? or 10? , or -3?

Answers

If the user enters 5, the output of the program will be 51. An input of 010 will generate 101 and -3 will yield -27.

What is output?

Output is any information (or effect) that a program generates, such as noises, lights, images, text, motion, and so on, and can be shown on a screen, in a file, on a disk or tape, and so on.

Input and output are terms used to describe the interaction between a computer program and its user. Input refers to the user providing something to the program, whereas output refers to the program providing something to the user.

Learn more about output at:

https://brainly.com/question/14352771

#SPJ1

identify when programmers use an Else statement.
O to use an If statement in its place to make the test answer true.
O to use an expression instead of a conditional statement to make the answer false
O to tell the program to take a different action when the If statement answer is false
O to tell the program to give different information when the test answer is true.

plz help it's an assignment question on edgunuity and i need help. which one is it.

Answers

Answer:

to tell the program to take a different action when the If statement answer is false

Explanation:

if x = 0:

     print('x equals 0')

else:

      print('x equals something else that isnt 0')

Answer:

C. I got it right on edge.

Explanation:

what command should you use on an init-based linux system to check for issues with network services

Answers

To check for issues with network services, the command to use on an init-based Linux system is netstat command. The netstat command is a very useful tool that displays network status statistics for both TCP/IP and network connections. It also provides a listing of network connections and open ports on your computer.

It can be used to view detailed information about network connections, statistics about network usage, and many other useful pieces of information. The command works by printing the network connection information to the console. The output contains information about network interfaces, protocols, routing tables, network connections, and more. By default, it shows information for all protocols.

To limit the output to specific protocols, you can use options such as -t (TCP), -u (UDP), and -x (Unix).Syntax: To use the netstat command, you can type the following syntax in the terminal: netstat [-a] [-e] [-n] [-o] [-p] [-r] [-s] [-t] [-u] [-x] [-f address family] [-w wait] [interval]Options:-a Displays all active connections and listening ports.-e Displays Ethernet statistics such as bytes, packets, and errors.-n Displays network addresses as numbers rather than names.-o Displays the process ID for each connection.-p Displays the protocol used by each connection.-r Displays the routing table for the system.-s Displays per-protocol statistics.-t Displays TCP connections.-u Displays UDP connections.-x Displays Unix domain sockets.-f Specifies the address family to use, such as IPv4 or IPv6.-w Specifies the time to wait for a response in seconds.

To know more about network visit:

https://brainly.com/question/29350844

#SPJ11

ternal and external validity Researchers design experiments in an attempt to provide scientific knowledge to the clinical community. Here is an example: A health psychologist thinks that a new behavioral modification program will decrease postpartum depression in at-risk mothers. 5 he proposes conducting an experiment with eight obstetric clinics to verify this theory. Half the new mothers at each clinic will participate in the new behavioral modification program, and half will not. Both groups will take the same depression screening measures before and after the behavioral modification program. What could the researcher do to increase the extemal validity of this experiment? Check all that apply. The researcher could include clinics that serve women from different racial and socioeconomic backgrounds. The researcher could include obstetric clinics in both urban and rural areas. The researcher could assign women to groups by fipping a coin. How does an analog model improve internal validity? Analog models ensure that participants don't know which group they're in, so that extraneous variables are less likely to have an impact. Analog models create different research groups and make sure that every person in the study has an equal chance of placement within any group. Analog models re-create phenomena in the controlled conditions of the laboratory, holding constant the extraneous variables that could affect the outcomes of the study. Analog models ensure that results apply to everyone with a particular disorder, improving intemal validity.

Answers

External validity refers to the extent to which an experiment's results can be generalized to the population as a whole. The more diverse the study's population, the greater its external validity.

The researcher could include clinics that serve women from different racial and socioeconomic backgrounds and include obstetric clinics in both urban and rural areas to improve the external validity of the study.The researcher could assign women to groups by flipping a coin. This is incorrect as it has nothing to do with the external validity of the experiment.

How does an analog model improve internal validity?Analog models re-create phenomena in the controlled conditions of the laboratory, holding constant the extraneous variables that could affect the outcomes of the study. Thus, analog models improve internal validity because they ensure that the only variable that affects the study's outcome is the one being investigated. Hence, the main answer is: Analog models re-create phenomena in the controlled conditions of the laboratory, holding constant the extraneous variables that could affect the outcomes of the study and improve internal validity.

To know more about External validity visit:

https://brainly.com/question/29898405

#SPJ11

Assume that we have 72 KB of memory with 4 KB pages, what would be the cost in I/Os to externally hash a 128-page file? Assume that only one partition of 20 pages needs to be recursively partitioned once, and all other partitions are uniformly partitioned

Answers

The cost of recursively partitioned pages would depend on the new partition size and the available memory. However, since we have a negative value indicating that the partition won't fit in the available memory, the cost would be 0 I/Os.

In summary, the main answer is that the cost in I/Os to externally hash a 128-page file would be approximately 7.11 I/Os for the uniformly partitioned pages, and 0 I/Os for the recursively partitioned pages.

We first calculate the number of pages that can fit in the available memory. Then, we adjust our calculations to account for the partition that needs to be recursively partitioned. Finally, we calculate the cost of uniformly partitioned pages by dividing the file size by the available memory size. Since the recursively partitioned partition won't fit in the available memory, its cost is 0 I/Os.

To know more about partition visit:-

https://brainly.com/question/32465775

#SPJ11

What is the minimum number of bits required to represent the decimal value 3001 in binary?

Answers

Answer:

12 bits

Explanation:

With 12 bits you can represent numbers from 0 to 2¹²-1, i.e. 0 to 4095.

To check: with 11 bits you can only represent up to 2047, so that's not enough.

In general, to calculate the number of bits without trial and error, you can take the ²log of the number you want to represent and then round up:

²log(3001) = log(3001)/log(2) ≈ 11.55, rounded up is 12.

Converting to binary, we get:

[log 2(56392) ]=16

For 2's compliment, add 1.

The minimum binary bits needed to represent 65 can be derived by converting 65 to binary numbers and counting the number of binary digits.

See conversation in the attachment.

65 = 1000001₂

65 = 7 bits :( 0 to 2^7 -1)

The number of binary digits is 7

N >/= 7 bits

What is numbering system?

A number system is defined as a method of writing numbers. It is the mathematical notation for consistently representing numbers from a given set using digits or other symbols.

It represents the arithmetic and algebraic structure of the figures and provides a unique representation of each number. Hexadecimal is the name of the base-16 numbering system. This system, therefore, has numerals 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, and 15.

In mathematics, a binary number system is a positional numeral system that uses 2 as the base and thus requires only two different symbols for its digits, 0 and 1, rather than the usual ten different symbols required in the decimal system.

For more details regarding numbering system, visit:

brainly.com/question/22046046

#SPJ2

In linux, in the /dev directory, devices that start with sd can be associated with what type of device?

Answers

Answer:

Hard drives.

USB drives.

Memory sticks.

Write a program to compute an employee's weekly pay and produce a pay slip showing name, gross, pay, deductions, and net pay. The program should first prompt the user for: a. Family name b. Given name c. Hourly rate of pay d. Number of hours worked that week (Any hours over 40 are paid at double the normal hourly rate) e. A letter indicating the employee's tax category A. No tax deduction B. Tax is 10% of gross pay C. Tax is 20% of gross pay D. Tax is 29% of gross pay E. Tax is 35% of gross pay f. Either a Y or an N to indicate whether or not the employee wants $20 deducted from the weekly pay as a contribution to the United Way Charity

Answers

Answer:

# get the employee data

family_name = input("Enter family name: ")

given_name = input("Enter given name: ")

hourly_rate = int(input("Enter hourly rate of pay: "))

hours = int(input("Enter hours worked for the week: "))

tax_cat = input("Enter tax category from a through e: ")

is_charit = input("Do you want to donate $20 to charity y/n: ")

gross_pay = 0

net_pay = 0

deductions = ""

# gross_pay

if hours > 40:

   gross_pay = hours * (2 * hourly_rate)

else:  

   gross_pay = hours * hourly_rate

# net_pay and deduction

if tax_cat == 'a':

   if is_charit == 'y':

       net_pay = gross_pay - 20

       deduction = "$20 charity donation"

   else:

       net_pay = gross_pay

       deduction = "0% tax"

elif tax_cat == 'b':

   if is_charit == 'y':

       net_pay = gross_pay - ( 0.1 * gross_pay) - 20

       deduction = "$20 charity donation and 10% tax"

   else:

       net_pay = gross_pay - (0.1 * gross_pay)

       deduction = "10% tax"

elif tax_cat == 'c':

   if is_charit == 'y':

       net_pay = gross_pay - ( 0.2 * gross_pay) - 20

       deduction = "$20 charity donation and 20% tax"

   else:

       net_pay = gross_pay - (0.2 * gross_pay)

       deduction = "20% tax"

elif tax_cat == 'd':

   if is_charit == 'y':

       net_pay = gross_pay - ( 0.29 * gross_pay) - 20

       deduction = "$20 charity donation and 29% tax"

   else:

       net_pay = gross_pay - (0.29 * gross_pay)

       deduction = "29% tax"

if tax_cat == 'e':

   if is_charit == 'y':

       net_pay = gross_pay - ( 0.35 * gross_pay) - 20

       deduction = "$20 charity donation and 35% tax"

   else:

       net_pay = gross_pay - (0.35 * gross_pay)

       deduction = "35% tax"

# output of the employee's weekly pay.

print(f"Employee name: {given_name} {family_name}")

print(f"Gross pay: ${gross_pay}")

print(f"Net pay: {net_pay}")

print(f"Deductions: {deduction}")

Explanation:

The python program uses the input built-in function to prompt and get user data for the program. The gross pay returns the total pay of the employee without any deduction while net pay returns the pay with all deductions included.

Which of these is NOT an example of intellectual property? O a song you wrote O an article you published O hardware you purchased O a sculpture you created Question 5 9​

Answers

Answer:

hardware you purchased

Explanation:

Copyright law can be defined as a set of formal rules granted by a government to protect an intellectual property by giving the owner an exclusive right to use while preventing any unauthorized access, use or duplication by others.

Patent can be defined as the exclusive or sole right granted to an inventor by a sovereign authority such as a government, which enables him or her to manufacture, use, or sell an invention for a specific period of time.

Generally, patents are used on innovation for products that are manufactured through the application of various technologies.

Basically, the three (3) main ways to protect an intellectual property is to employ the use of

I. Trademarks.

II. Patents.

III. Copyright.

An intellectual property can be defined as an intangible and innovative creation of the mind that solely depends on human intellect. They include intellectual and artistic creations such as name, symbol, literary work, songs, graphic design, computer codes, inventions, etc.

Hence, a hardware you purchased is not an example of an intellectual property.

You are tasked with designing an airplane that could carry a very large load of cargo. What type of airfoil would you use for the wing? Why?

Answers

Answer:

This maximizes the ability of a plane with a heavy load to take off within the given output of engine constraints. Comparing the data received from the software, and other calculations it is determined that the S1223 is the best airfoil with a high coefficient of lift and a small coefficient of drag.

Explanation:

mark me brainliest

Let understand that "Airfoil" means the shape of object whose motion through the air is capable of generating a lift.

An aircraft "airfoil"works by generating lift through exerting a downward force on the air as it flows past.

Types of airfoils includes laminar flow airfoil which are used for high-speed flight plane and conventional flow airfoil which are used for low-speed flight plane.

An airplane designed to lift and transport large load of cargo will move slowly because more fuel will be required to produce enough thrust which is non-economical.

In conclusion, i will design the cargo aircraft with a conventional flow airfoil.

Learn more about Airfoil here

brainly.com/question/14628246

In three to four sentences, describe how you can reduce the amount of spam that you receive.

Answers

We ought to activate DND Mode ( Do Not Disturb mode ). ii. We should remove or report the programme from the Playstore (Android) or Appstore from which we received spam messages (Android ).

What makes spam illegal?

Spam is a crime against all Internet users since it squanders ISPs' storage and network resources and is frequently just plain rude.

What does spam look like?

Spammers send emails with the false claim that the receiver has won a contest or prize. The email's link must be clicked by the receiver in order to claim the prize. The malicious link usually seeks to steal the user's personal data.

To know more about Android visit:-

https://brainly.com/question/27936032

#SPJ1

Other Questions
I need help please and thank you An unbounded feasible region might not result in an unbounded solution as it depends whether the problem is a minimization or a maximization one.a. trueb. false what's the differences between indirect and direct object? and can i get an example plss A hat contains 25 folded slips of paper. Each slip of paper has a number from 1 to 25 on it. The slips are randomly shuffled, and a single slip of paper is randomly drawn.What is the probability that the slip of paper shows a number that is a multiple of 5 or a multiple of 6?Answer the probability in fraction form, decimal form, and percent form. Determine whether each matrix has an inverse. If an inverse matrix exists, find it. If it does not exist, explain why not.[-3 11 2 -7] what is water considered?a. carbohydratesb. proteins/amino acidsc. lipids/fatsd. vitamins/mineralsc. other IncorrectYour answer Is Incorrect.The data set below has 7 values.Find the mean absolute deviation for the data set.If necessary, round your answer to the nearest hundredth.17, 17, 16, 17, 23, 22, 21Send data to calculatorwhat is the answer? ( 5/9-1/3 ) 2 plsss helpppppp what are some factors you would consider in determining whetherthe radar component should be produced domestically or purchasedfrom china? what is Gender based vilonce and the current impact it has on the country at point b of the swinging pendulum, there are 40 joules of kinetic energy (ke) and 20 joules of potential energy (pe). how many joules of energy will there be at point e? if he starts to spin at an angular speed of 2.0 rps (revolutions per second) with his arms outstretched, what will his angular speed be when they are tucked in? 3x + 2 14 -5 + 2x > 15 * -2x + 4 18 HaLp i don't gets When Q < K, the reaction will proceed so that the concentrations of the _________ decrease and the concentrations of the ________ increase. to identify the optimal phylogenetic tree from multiple potential trees, many systematists use the , which states that the simplest plausible explanation of any phenomenon is the best. If you are the only one on the marketing plan, your frequency window might be: language is composed of meanings that are multiple choice question. perfect. unclear. arbitrary. universal. An agricultural technique that is used to create flatland to grow crops on hillsides is known as __________. A. terracing B. outsourcing C. manufacturing D. slash-and-burn farming Please select the best answer from the choices provided A B C D The Fed Model - End of Chapter Problem 2. Predict how cach change will alleet the output gap. Make the outpul gap more positive Make the output gap more negative Not allect the output gap hawar Banke A. The Chinese government climinates the larills charges on good exported from the Uniled States B. The implementation of antihcial imiclligence in manufacturing has led to taster than expected productivity growth, which results in decreasing production cod CA linancial crisis makes hanksciremely reluctant to take on risky loans without charging an extremely high risk premium. B. Business condence about the future of the economy Fall, which leads them to stap planned investment projects E The Federal Reserve nises the lisderal funds rale from 45 to 3%. . The federal government cuts the corporale lat rale, a more applauded by business reculines, who say that it will make more imesimeni opportunities profitable PLS HELP QUICK MAX COINS!