In Fedora 20, where are user configured settings for Xorg stored?
a. /etc/X11/xorg.conf
b. /etc/X11/xorg.conf.d/
c. /etc/inittab
d. /etc/X11.conf

Answers

Answer 1

The user-configured settings for Xorg are stored in /etc/X11/xorg.conf in Fedora 20. The correct option is                                 a. /etc/X11/xorg.conf.

Xorg is a display server that serves as the backbone of many desktop environments. Xorg is a popular X Window System implementation. It's a fundamental part of the Linux desktop and supports an array of graphics cards and input devices. Xorg provides a platform for GUI environments to run on top of the Linux kernel, such as KDE, GNOME, and Xfce. The user interface components are displayed on the screen and users can interact with them by using their mouse, keyboard, or other input devices.

More on Fedora 20: https://brainly.com/question/32670125

#SPJ11


Related Questions

Who has helped the most people on brainly? who has the most answers? anybody know?

Answers

Answer:

Woah this was in 2020.  Time flies.

1/19/2021

samsam has 800m people helped

Date Underline the correct answer from the options. 1. How many basic input devices does a desktop computer have? .. a)2 b)3 c) 1 d)4 2. The computer equipmentwhich feeds the computer with data is called. a) Storage device b) Processing device c) Diskette d) Input device 3.When an output is displayed in a printed form it is termed as a) Softcopy output b) File c) Document d) Hardcopy output
4. Which computer device will convert human voice into digital voice? a) Projector b) Loudspeaker c) Microphone d) Joy. 5) All the following are hardcopy output devices except a) Photocopier b) Printer c) Projector d) Plott​

Answers

Answer:

1. 3

2. D (Input Device)

3. B (File)

4. C (Microphone

state the difference between IBM PC and apple machintosh computers

Answers

Answer:

a Mac is a PC because PC stands for personal computer. However, in everyday use, the term PC typically refers to a computer running the Windows operating system, not the operating system made by Apple.

Photo editing tools do not use AI true or false

Answers

Answer: false

Explanation: i'm a g

All employees are to pay 15 % of their gross as INCOME TAX and 5% towards the NHIS. An employee has to pay 2 cedis per towards GETFUND. Draw the flow chart and write a C++ software solution that accept the appropriate input and also output an employee's gross pay, various deduction (INCOME TAX, NHIS, GETFUND) and the NET PAY with appropriate caption. (You are required to use user-defined functions for all the outputs and the deductions). CR(20) b) Using flowcharts explain the structure of a loop block in computer programming EV(5) TOTAL(25) Question 2 a). Draw the flow chart and write a C++ software for a solution that can solve the problem.below. Σ1 α, n Where a = {a1,2,3,...an} CR( 15 marks b) Convert the following while loops into for loops i. int i = 1; while (i <= 10) { if (i <5 && i !=2) cout<< "X": i++; } ii. int i = 1; while (i <= 10) { cout<<"X": i = i +3; } c) Using flow charts and syntaxes only, identify and explain the i. Difference between the do while and the while loop control structures or block ii. Similarities between the cascaded if statement and the switch statement EV(5) O TOTAL [25] )

Answers

The given task requires the development of a C++ software solution that calculates an employee's gross pay, deductions for income tax, NHIS, and GETFUND, and provides the net pay.

The solution should use user-defined functions for the calculations and incorporate flowcharts for visual representation. Additionally, the question includes converting while loops into for loops and explaining the differences and similarities between the do-while loop and the while loop control structures, as well as the cascaded if statement and the switch statement.

To complete the task, a C++ program needs to be developed that accepts inputs for the employee's gross pay, calculates the deductions for income tax (15%), NHIS (5%), and GETFUND (2 cedis), and outputs the gross pay, deductions, and net pay. User-defined functions can be created to handle the calculations and return the results. Flowcharts can be used to represent the program's structure and flow of execution.

For the second part of the question, while loops can be converted into for loops by defining the initialization, condition, and increment/decrement statements within the for loop syntax. The given while loops can be rewritten accordingly.

In terms of explaining the differences between the do-while and while loop control structures, and the similarities between the cascaded if statement and the switch statement, flowcharts can be used to illustrate the flow of control and decision-making processes in each structure. The syntax and functionalities of these structures can be explained to highlight their similarities and differences.


To learn more about software click here: brainly.com/question/32393976

#SPJ11

Which of the following describe design themes in PowerPoint? Choose all that apply.
A. color scheme
B. colors, fonts, and formatting that coordinate
C. set of elements that unify your slides and complement your topic
D. set of coordinating fonts and colors from which you must choose
E. placement of text and graphics on a slide

Answers

Answer:

A. color scheme.

B. colors, fonts, and formatting that coordinate.

C. set of elements that unify your slides and complement your topic.

Explanation:

PowerPoint application can be defined as a software application or program designed and developed by Microsoft, to avail users the ability to create various slides containing textual and multimedia informations that can be used during a presentation.

Some of the features available on Microsoft PowerPoint are narrations, transition effects, custom slideshows, animation effects, formatting options etc.

To format an image on PowerPoint, you can either use the Artistic Effects or Picture Effects.

The Picture Effects gallery allows a user to access a variety of preconfigured formatting styles for images that are added to a PowerPoint presentation.

Basically, the Picture Effects consist of the following preconfigured formatting styles; transparent shadow, soft edge, reflection, glow, 3-D rotation, metal frame, bevels, perspectives etc.

The design themes in PowerPoint are described by the following;

A. Color scheme.

B. Colors, fonts, and formatting that coordinate.

C. Set of elements that unify your slides and complement your topic.

Answer:

A. color scheme.

B. colors, fonts, and formatting that coordinate.

C. set of elements that unify your slides and complement your topic.Explanation:

How to write a program that prompts the user to input two POSITIVE numbers — a dividend (numerator) and a divisor (denominator). Your program should then divide the numerator by the denominator, and display the quotient followed by the remainder in python.

Answers

Answer:

num1 = int(input("Numerator: "))

num2 = int(input("Denominator: "))

if num1 < 1 or num2<1:

     print("Input must be greater than 1")

else:

     print("Quotient: "+str(num1//num2))

     print("Remainder: "+str(num1%num2))

Explanation

The next two lines prompts the user for two numbers

num1 = int(input("Numerator: "))

num2 = int(input("Denominator: "))

The following if statement checks if one or both of the inputs is not positive

if num1 < 1 or num2<1:

     print("Input must be greater than 1")-> If yes, the print statement is executed

If otherwise, the quotient and remainder is printed

else:

     print("Quotient: "+str(num1//num2))

     print("Remainder: "+str(num1%num2))

how to use blocked websites on school laptops

Answers

Answer:

You can open the blocked sites on your school Wi-Fi network by using a VPN service. So, what is a VPN? VPN stands for Virtual Private Network.

Explanation:

How do you find the string of an array?

Answers

To find the string of an array, you can simply access a specific index of the array that contains the desired string.

An array is a data structure that stores a collection of elements of the same type, such as integers, characters, or strings. Each element in the array is identified by an index, which represents its position within the array.

To access the string stored at a specific index of the array, you can use the index to retrieve the element at that position. For example, if you have an array called "myArray" and you want to retrieve the string stored at index 2, you can do so using the following code:

myArray[2]

This will return the string stored at index 2 of the array. You can then use this string for whatever purpose you need in your program.

For more questions like Array click the link below:

https://brainly.com/question/31503078

#SPJ11

Convert the following into binary system
and vice versa.
106​

Answers

It would be 1101010 in binary
It would be 1101010, I think

write a program that uses a structure to store the following inventory data in a file: item description quantity on hand wholesale cost retail cost date added to inventory the program should have a menu that allows the user to perform the following tasks: add new records to the file. display any record in the file. change any record in the file.

Answers

The program should provide a menu to allow the user to add, display, and change records in a file containing inventory data such as item description, quantity, wholesale cost, retail cost, and date added.

The program should provide a menu that allows the user to add, display, and change records in a file. The file should contain inventory data such as item description, quantity on hand, wholesale cost, retail cost, and date added to inventory. To add new records to the file, the user should be able to enter the data for each item, such as item description, quantity on hand, wholesale cost, retail cost, and date added to inventory. To display any record in the file, the user should be able to enter the item description to bring up the corresponding record. To change any record in the file, the user should be able to enter the item description to bring up the corresponding record, then edit any of the data for that item. Saving the changes should update the file with the new values. This program should make it easy for the user to manage their inventory data in a structured fashion.

Learn more about program here-

brainly.com/question/11023419

#SPJ4

Write a program in the if statement that sets the variable hours to 10 when the flag variable minimum is set.

Answers

Answer:

I am using normally using conditions it will suit for all programming language

Explanation:

if(minimum){

hours=10

}

consider a demand-paging system with a paging disk that has an average access and transfer time of 20 milliseconds. addresses are translated through a page table in main memory, with an access time of 1 microsecond per memory access. thus, each memory reference through the page table takes two accesses. to improve this time, we have added an associative memory that reduces access time to one memory reference, if the page-table entry is in the associative memory. assume that 80 percent of the accesses are in the associative memory and that, of the remaining, 10 percent (or 2 percent of the total) cause page faults. what is the effective memory access time?

Answers

With the above background given, note that the effective memory access time in milliseconds is: 0.4ms or 401.2μ sec.

What is memory access time?

Average Memory Access Time is a typical statistic used in computer science to assess the performance of computer memory systems.

Memory access time is the amount of time it takes to move a character from RAM to or from the CPU. Fast RAM chips have access times of less than 10 nanoseconds (ns). See also SDRAM.

The Effective Memory Access Time (EMAT) is computed as 80% of Reference from associative memory + 18% form page table + 2% from page fault

Thus,

EMAT = 0.8(1μs) + 0.18(2μs) + 0.02(20000μs + 2ns )

EMAT =  401.2 μ sec or 0.4ms

Learn more about memory access time:
https://brainly.com/question/23611706
#SPJ1

Click this link to view O*NET’s Work Context section for Glass Blowers, Molders, Benders, and Finishers. Note that common contexts are listed toward the top, and less common contexts are listed toward the bottom. According to O*NET, what are common work contexts for Glass Blowers, Molders, Benders, and Finishers? Check all that apply.



face-to-face discussions

importance of being exact or accurate

wear common protective or safety equipment

in an open vehicle or equipment

spend time keeping or regaining balance

very hot or cold temperatures

Click this link to view O*NETs Work Context section for Glass Blowers, Molders, Benders, and Finishers.

Answers

Therefore, the correct options to check are:

   Importance of Being Exact or Accurate    Wear Common Protective or Safety Equipment    Face-to-Face Discussions

What is the  O*NET’s Work Context?

O*NET is a database that provides information on different occupations, including their work context. Work context refers to the physical, social, and environmental conditions under which a job is performed.

According to the Work Context section for Glass Blowers, Molders, Benders, and Finishers on O*NET, the most common work contexts for this occupation are Importance of Being Exact or Accurate, Wear Common Protective or Safety Equipment, and Face-to-Face Discussions.

Based on O*NET's Work Context section for Glass Blowers, Molders, Benders, and Finishers, the common work contexts for this occupation are:

   Importance of Being Exact or Accurate    Wear Common Protective or Safety Equipment    Face-to-Face Discussions

Read more about  O*NET’s Work Context  here:

https://brainly.com/question/30736336

#SPJ1

Answer: A,B,C,F

Explanation: on edge

which is not true of quicksort? question 12 options: quicksort repeatedly partitions the input into low and high parts (each part unsorted). quicksort chooses a pivot to divide the data into low and high parts. quicksort divides the array into two parts to partition the input. quicksort chooses a midpoint to divide the data into low and high parts.

Answers

Quicksort does not, in fact, "choose a midway to divide the data into low and high sections," as stated in the previous sentence.

With the use of a pivot element, Quicksort repeatedly divides the input array into the low portion and the high part. The array is split into two halves, with all items in the low part being less than or equal to the pivot element and all elements in the high part being greater than the pivot element. The pivot element is chosen from the array. Up until the full array is sorted, this procedure is done recursively on the low and high portions. As a result, quicksort uses a pivot element to divide the input array rather than a midway to divide the data.

learn more about data here:

https://brainly.com/question/13650923

#SPJ4

Which statement describes a possible cause of algorithmic bias?
A. An algorithm miscalculates the data that is entered and doesn't
filter out unwanted data.
B. A programmer writes his own worldview into an algorithm,
privileging one group of users over others.
C. There is a shortage of good algorithms to solve complex problems
or issues.
D. A programmer fails to analyze the problem fully and break it down
into smaller parts.

Answers

The statement which best describes a possible cause of algorithmic bias is that a programmer fails to analyze the problem fully and breaks it down into smaller parts. Thus, the correct option for this question is D.

What is Algorithm bias?

Algorithm bias may be defined as systematic and repeatable errors in a computer system that significantly construct unfair outcomes in a given set of instructions by the user.

There are three main causes of algorithmic bias: input bias, training bias, and programming bias. Algorithmic outcomes oftentimes labeled as “biased” may simply reflect unpleasant facts based on causal relationships derived from reliable representative data.

Therefore, a programmer fails to analyze the problem fully and break it down into smaller parts is the statement that best describes a possible cause of algorithmic bias.

To learn more about Algorithm bias, refer to the link:

https://brainly.com/question/29523555

#SPJ1

The skills required for tomorrow will be different from today. The cost of tomorrow is changing rapidly. AI, robotic process automation, and robotics will become increasingly more prevalent in all industries. What industry are you looking to go into and what type of skills do you think you will need to acquire to be successful in the future? Costs have been rising in terms of education, health, and housing. To acquire the same lifestyle as your previous generations, what type of trades offs will people have to make and why? Where will you live? How will you live? Will you have a large or small family? Where do you see the trends going? (min 3-4 sentences)

Answers

The rise of AI, robotic process automation, and robotics will have an impact on every industry, requiring professionals to keep up with technological advancements.

To remain competitive, individuals must develop skills such as problem-solving, creativity, critical thinking, and digital literacy, as well as emotional intelligence, empathy, and communication skills.

Additionally, lifelong learning and adaptability will be essential for keeping up with the rapid pace of change.The increasing costs of education, health, and housing have made it more difficult for people to maintain the same lifestyle as their previous generations. To compensate, individuals may need to make trade-offs such as living in smaller spaces or choosing a less expensive area to live in. Additionally, people may choose to delay starting a family or have fewer children to reduce expenses. These trends are likely to continue as costs continue to rise, and individuals must make choices to maintain their quality of life.Overall, the trends are shifting towards technological advancements and rising costs, which require individuals to acquire new skills to remain competitive and make choices to adapt to the changing environment.

Learn more about robotic process  here:-

https://brainly.com/question/30284945

#SPJ11

write a program that will ask a user to enter a number between 1 and 10,000 and then report whether the number is prime.

Answers

To check if an integer n is prime, a rather straightforward approach is to verify if it is evenly divided by any integer from 2 to rootn. If none of them do, it is a prime; when you discover one that does, raise n.

What five prime numbers come to mind?

A whole number greater than 1 with only the number 1 and itself as factors is known as a prime number. A complete number that divides into another number equally is referred to as a factor. These are the first few prime numbers: 2, 3, 5, 7, 11, 13, 17, 19, 23, and 29.

What kind of program is this example of?

Users can generate and write documents using Microsoft Word, a word processing tool.

To know more about integer visit :-

https://brainly.com/question/15276410

#SPJ4

50+ Points Brainlist the best answer

Write 3-6 Sentences about your method studying for a test titled Test Preparation.

Answers

Keep reading about how to prepare for a test. Drink water and practice on Test Preparation. Also, get some sleep for the next day. You need to relax your brain for the test.

...............is a personal computer that fits on desk.​

Answers

Answer:

desktop computer

Explanation:

what are the documents involved in E payment​

Answers

Answer:

Registration, Placing an order, and, Payment.

Explanation:

(ORAL COMMUNICATIONS)- I just need someone to please check if my answers are correct, and if not, please correct me :)

(ORAL COMMUNICATIONS)- I just need someone to please check if my answers are correct, and if not, please

Answers

Answer:

i dont know

Explanation:

i forgot how to do this what else umm nothig

you always need to start the counter variable at one in any for loop. is it true or false?

Answers

The statement that the counter variable in a for loop must always start at one is false. The initial value of the counter variable can be chosen based on the requirements of the loop.

The statement is false. The initial value of the counter variable in a for loop can be set to any valid value, not necessarily one. The purpose of the counter variable in a for loop is to control the number of iterations and track the progress of the loop. It can start from any value, depending on the specific requirements of the loop. It is common to start the counter variable at a specific value, such as 0 or 1, but it ultimately depends on the specific context and desired behavior of the loop.

To know more about loop, visit

https://brainly.com/question/30062683

#SPJ11

select the correct answer from each drop-down menu. “To clean a computer screen, use ___. To clean a keyboard, use a ___.”

select the correct answer from each drop-down menu. To clean a computer screen, use ___. To clean a keyboard,

Answers

Answer:

The answers are:

The first drop down menu: Soft cloth

The second drop down menu: Paintbrush

Explanation:

I got it right on the Edmentum test.

The selection of the correct word from each drop-down menu is as follows:

To clean a computer screen, always use a soft cloth.To clean a keyboard, always use a paintbrush.

Why computer screen is used cleaned regularly?

It is important to clean off your computer screen regularly. This is because if you don't clean your screen properly, you could damage it permanently and possibly harm your computer.

Many many people don't know how to properly clean their screens, they are just requested to watch a video available on the Internet. The process of cleaning your computer's hardware makes the entire system run more smoothly and keeps it running longer. It not only protects your investment but the important data stored on it as well.

Therefore, the selection of the correct word from each drop-down menu is well mentioned above.

To learn more about Cleaning computers, refer to the link:

https://brainly.com/question/15080618

#SPJ6

Assume that your body mass index (BMI) program calculated a BMI of 20.6. What would be the value of category after this portion of the program was executed? # Determine the weight category. if BMI 39.9: category = "morbidly obese" elif BMI <= 24.9: category = "normal" elif BMI <= 39.9: category = "overweight"
The value of category will be _______.

A)overweight
B)normal
C)underweight
D)morbidly obese

Answers

Answer:

B normal is the answer

Answer:

Normal

Explanation:

An internet article about fashion trends seen in europe was used to select inventory for a small boutique. What type of data was used in this scenario?.

Answers

Since the internet article about fashion trends seen in Europe was used to select inventory for a small boutique, the type of data that was used in this scenario is quantitative data.

Which is an quantitative data?

Data that can be measured or quantified in numerical terms is referred to as quantitative data. Discrete data and continuous data are the two basic categories of quantitative data.

An Examples of quantifiable data are height in feet, age in years, and weight in pounds. Data that is descriptive but not numerically expressed is considered qualitative data.

The goal of quantitative research is to quantify the data collection and processing process. It is derived from a deductive method that emphasizes the validation of theory and is influenced by the empiricist and positivist schools of thought.

Therefore, Numerical variables are the subject of quantitative data (e.g. how many; how much; or how often). Measures of "types" are said to be  known as qualitative data, which can be expressed using a name, symbol, or the use of numerical code.

Learn more about quantitative data from

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

(ii) Explain briefly about B-MAC protocol. In what scenario it is best?

Answers

B-MAC is a MAC (Medium Access Control) protocol, which is used in the Wireless Sensor Network (WSN) to provide energy-efficient communication. It is specifically designed for sensor nodes with low-power batteries.

(ii)

The B-MAC protocol is based on the CSMA (Carrier Sense Multiple Access) method, in which the nodes access the channel after checking its availability.

Following are the essential features of the B-MAC protocol:

Energy Efficient Communication Low Latency Duty Cycling

The B-MAC protocol is most suitable for scenarios where energy-efficient communication is required. It is ideal for wireless sensor networks where the devices need to operate on low power batteries for extended periods of time.

It is also beneficial for applications where low latency communication is required, such as monitoring critical infrastructures like dams, bridges, and railway tracks.

Moreover, the B-MAC protocol is suitable for applications that need to communicate infrequently, and the devices can sleep for longer duration to save energy.

To learn more about MAC: https://brainly.com/question/13267309

#SPJ11

1 point


If F = 4.0 N and m = 2.0 kg, what is the magnitude a of the acceleration for


the block shown below? The surface is frictionless. *


a.


F


F


40°


5.3 m/s^2


4.4 m/s^2


3.5 m/s^2


6.2 m/s^2


8.4 m/s^2

Answers

Answer:

2.0 m/sec^2

Explanation:

I don't see a block, but will assume the force is oriented in a horizonal direction and there is no friction.

F = ma

1 Newton is 1 kg*m*s^2

4.0 kg*m*s^2 = (2.0kg)(a)

2.0 m/sec^2

The options don't match, so I will assume the force is not parallel to the block.  Since all off the options are higher than 2.0 m/sec^2, it appears that the block is moving downward, and the force of gravity needs to be considered, and added.  The two vectors are the 4.0N force (at an angle) and the force of gravity (directed down).  The resultant vector, the combination of these two forces, will provide the correct answer.

who invented the smart phone?​

Answers

Answer:

IBM created the first smart phone

escribe un texto argumentativo donde expreses tu opinión acerca del acoso cibernético ​

Answers

Respuesta:
El acoso cibernético es uno de los problemas menos tratados por la sociedad y a la vez uno muy recurrente. Este tipo de acoso rastrea a la persona a través de redes sociales y la investiga con fines degradantes para el afectado, sin embargo, para prevenir este se deben tomar medidas de seguridad como no compartir toda tu vida en el internet y así evitar estos casos que generalmente terminan con abuso sexual o secuestro.
Other Questions
The earliest settled societies developed in areas that were conventional finance theory assumes investors are __________, and behavioral finance assumes some systematic __________.greedy, philanthropic irrational; rational philanthropic, greedy rational; irrational I neeed helpppppppp Having a complete set or sets of chromosomes is called ________. euploid diploid aneuploidy monoploid ploidy a.Singtel recently issued a graded investment bond. The bond has a $1,000 par value which will mature in 12 years time. It has a coupon interest rate of coupon of 11% and pays interest annually. As an investor, you are to determine the following:i. Calculate the value of the bond if the required rate of return is 11 percent.ii. Calculate the value of the bond if the required rate of return is 15 percent.iii. Based on the above findings in part (i) and (ii) above, and discuss the relationship betweenthe coupon interest rate on a bond and the required return and the market value of the bondrelative to its par value.iv. Identify two possible reasons that could cause the required return to differ from the couponinterest rate. Solve for the angles of the triangle described below. Express all angles in degrees and round to the nearest hundredth.a = 9,b= 5, c = 7 The average length of the dragon used in the performance is 12 feet. The dragon is divided into 9 sections. How long is each sections Find all solutions to 2w^4 - 5w^2 + 2 = 0asap please explain how a cladogram is constructed how to turn a fraction into a decimal, help youll find the _____ just to the right of the apple icon on the menu bar. Drag each tile to the correct location on the image.Identity each statement as an example of a work value, an interest, or a skill.Irene likes to study andcollect maps as a hobby.Arjun has learned classical dance.work valuesinterestsPierre prefers an easy commuteso he can return home quickly.skillsElena is good at speakingto a large audience.Mary enjoys playing andspending time with children. The function y(t) satisfies d2y/dt2- 4dy/dt+13y =0 with y(0) = 1 and y ( /6) = e/. Given that (y(/12)) = 2ec/6, find the value c. The answer is an integer. Write it without a decimal point. the number of plants in each row is 4 less than the number of rows. how many rows of corn plants are on the farm? Help plssssssssssssssssssss plans that specifically identify how different parts of an organization will contribute to accomplishing strategic plans are called Describe the characteristics of P-waves, S-waves, Love waves and Rayleigh waves, and explain how they are similar and different. 38. Segregation and discrimination will plague African Americans in the South until ?A) FDR and the New Deal ProgramB) Lyndon B. Johnson and the Civil Rights Act of 1964C) Passage of the 19th Amendment in 1920D) U.S. victories in WWII I need help please.. Give specific examples that illustrate the following processes. a. Work is done on a system, thereby increasing kinetic energy with no change in potential energy. b. Potential energy is changed to kinetic energy with no work done on the system. c. Work is done on a system, increasing potential energy with no change in kinetic energy. d. Kinetic energy is reduced, but potential energy is unchanged. Work is done by the system.