I am getting into the programming world, why is linux so important for programmers?

1 Answer

Answer :

From what I understand most servers are run on a linux based system due to ease of use.

Related questions

Description : Special programs that assist programmers are called ____________ a) heuristic processors b) symbolic programmers c) intelligent programming tools d) program recognizers

Last Answer : c) intelligent programming tools

Description : One of the principal advantage of object oriented programming techniques over procedural programming techniques is that they enable programmers to create ______that do not need to be changed when a new type of object is added: a) Networks b) Modules c) Data Slates d) None of These

Last Answer : b) Modules

Description : I want to get a new laptop. I am thinking about getting Ubuntu. Do programs that run on Windows like MS Office and Firefox automatically also work on Linux? Or do such programs have Linux versions? Am I making a good decision going with Linux?

Last Answer : great decision; i myself just put it on my laptop. The latest version of Ubuntu (8.04 Hardy Heron) comes pre-loaded with firefox and open office and a huge range of other apps. Because Linux is open ... ask ask-public). so yeah overall go for it and if you change your mind, who cares its free.

Description : Web programmers, how can such a thing happen and is there anything I can do about it?

Last Answer : It would be helpful if you could upload at minimum a screenshot of the error message, at best the code of the page as well. To me it sounds like a social media add-on script that has some issues, but that is barely an educated guess.

Description : "I am thinking about getting a mini laptop like an EEE PC. Should I get it with Windows XP or Linux?"?

Last Answer : I have a mini laptop and I use it for basically the same things you are wanting it for. I love it. It’s not an EEE I guess tho. I have windows xp home on mine and it works fine, it’s acutally faster than my desktop which I haven’t touched much since I got the laptop.

Description : Why does Microsoft make it so hard for programmers to call their application programs?

Last Answer : Have you explored Entity Framework 4.0/4.1? I have played around with it and it looks promising.

Description : Why are most people still so drawn to Microsoft, when there is Linux, and Mac, for great alternatives?

Last Answer : Windows is working just fine for my purposes, and much of the software I use is not available for Mac or Linux.

Description : So I've gone and installed Ubuntu on the family computer. How does one go about installing Linux software that he finds on the Web?

Last Answer : answer:To get windows software to install you will have to get wine. Its a type of emulator (but not really) that lets you install windows programs and run them through it. As for tar.gz format compression ... to find the software rather than from the site. It'll find it 95% of the time I'd say

Description : The programmers who break into secure systems for malicious purpose are -Technology

Last Answer : (a) Crackers are the programmers that break into secure systems for malicious purpose.

Description : Programmers: Is this puzzle a "named problem?" and can you help me with it?

Last Answer : I'd call it enumerating a list of all combinations . There's a field of math called combinatorics which I did not study but I assume probably has a word for this. It doesn't seem like a puzzle ... each iteration, and tweak it to get the output format you want, but that's essentially it, I think.

Description : Programmers: Thoughts on this AI game where you fight via code?

Last Answer : answer:Hmm. Cool, but so far I’m stuck on the tutorial with some sort of error: > Game.mothership.moveTo(1,0) undefined

Description : Any programmers willing to help me solve a triangle?

Last Answer : Are you sure whether your language is using degrees vs. radians for the angle?

Description : Any Python programmers willing to help me find a bug?

Last Answer : Anything for the sake of science. I will look at the code and see if I can find the bug. As I understand it, you want to find the number of distinct locus values. By just looking at the csv ... just how the parsing is supposed to work. Also, what is the calling sequence to get the program started?

Description : Programmers: When creating a mobile game application, how difficult is is to include a MUTE option?

Last Answer : It’s easy. I don’t know why they wouldn’t include it.

Description : What's your reaction to all these personal appeals from Wikipedia programmers?

Last Answer : Basically, I ignore them.

Description : Object-oriented programmers: what is your process when you're physically coding?

Last Answer : answer:What language are you coding in? In .net there are interfaces, that I have found to be very useful. I don;t remember whether Java has anything similar. With interfaces you can avoid the ... to be able to test as I go along. This frequently leads to initial concentration on auxiliary modules.

Description : How do you find talented programmers to build a website?

Last Answer : You look at their portfolio and check out some of their previous customers. Preferably, you have someone with some technical knowledge help you with the evaluation.

Description : Roughly how much do programmers change to create Apps for iPhone/iPad? Does the client get the coding?

Last Answer : My son has developed apps directly for Apple; not through a company. If his experience might be relevant to you @Dog, PM me and I will talk to him.

Description : Hey programmers, can you direct me to site similar to stackoverflow?

Last Answer : stackexchange.com is gaining traction.

Description : Computer programmers: if you had to make a music video of the beauty/elegance of your thought process, what music and visuals would you pick?

Last Answer : answer:There are many aspects to programming, and so it's hard to come up with an analogy that fits them all. I used to write a fair amount of poetry in what feels like a former life. ... They have some actions which are public facing, and others that are strictly private and not exposed to others.

Description : Does anyone (besides programmers) really like Ajax-based websites?

Last Answer : answer:I don't think non-programmers will know the difference, I think you should provide some specific sites. Gmail, for example, has links at the bottom basic HTML gives you the non-Ajax ... loads slower, but then everything speeds up because it's loading lots of stuff in the background.

Description : Is there a website equivalent to fluther but dedicated to programmers and developers?

Last Answer : There is a paid service called expert’s exchange which has always looked promising.. though I’ve never paid so I’m not sure.

Description : Programmers: I'm in the mood to learn a new language. Which one should it be?

Last Answer : Perl. Hubby says it makes business application easier to program.

Description : For Programmers: What resources can you offer to someone learning C?

Last Answer : try this link: http://www.programmingtutorials.com/ also i've found the for dummies series to be helpful on many topics and i know they have a unit on c (includes a cd with compiler if i ... should ensure you're leaning the right flavor of c. there are many books available on the topic. good luck

Description : What do contract Ruby on Rails programmers get paid?

Last Answer : Where? A reasonably qualified Rails developer in New York City or the San Francisco Bay area can expect to make significantly more than a reasonably qualified Rails developer in rural Iowa.

Description : For CNC machining skilled part programmers are needed. a.TRUE b.FALSE c. d.

Last Answer : a.TRUE

Description : Why do Java programmers have to wear glasses? -Riddles

Last Answer : Because they can't see C# sharp!!!

Description : How many programmers does it take to change a light bulb? -Riddles

Last Answer : None. It's a hardware problem.

Description : What do computer programmers sing in the shower? -Riddles

Last Answer : Disc-o.

Description : Programmers use a variety of ………….. to communicate instructions to the computer. -Technology

Last Answer : Programmers use a variety of programming languagesto communicate instructions to the computer.

Description : Animal husbandry and plant breeding programmers are the examples of

Last Answer : Animal husbandry and plant breeding programmers are the examples of A. Reverse evolution B. Artificial selection C. Mutain D. Natural selection

Description : Did Early Indians invented mathematical algorithms that computer programmers use today to tell computers what to do?

Last Answer : No, they did not.

Description : Why do programmers add comments to their code even though the computer itself ignores them?

Last Answer : The comments are there to (a) aid in debugging the program, (b)help the programmer layout the program in logical steps and (c)show anyone else looking at the code to see what each section ofthe code actually does.

Description : What display patterns harley Davidson motorcycle riders computer programmers and jazz musicians all display?

Last Answer : Feel Free to Answer

Description : How much time do programmers typically spend maintaining software?

Last Answer : Programmers typically spend a week or two on software maintenance, however that number could be drastically variable between companies, and employers.

Description : They normally interact with the system via user interface provided by the application software. a) Programmers b) Developers c) Users d) Testers

Last Answer : Answer: c Explanation: Users interact with the system via user interface that is given by the application software. An application software is a set of instructions designed to serve a particular purpose This set of Computer Fundamentals online test focuses on “Machine Languages”

Description : Application software A. is designed to help programmers B. is used to control the operating System C. performs specific task for computer users D. is used for making design only

Last Answer : C. performs specific task for computer users

Description : If a production gets behind schedule, one can add more  programmers and catch up. (A) True (B)False

Last Answer : (B)False

Description : A functional lead manages a group of programmers and technical staff members

Last Answer : Ans: False

Description : To completely write the program in FORTRAN and rewrite the 1% code in assembly language, if the project needs 13 days, theteam consists of ? 13 programmers 10 programmers 8 programmers 100/13 programmers

Last Answer : 10 programmers

Description : The primary purpose of an operating system is.... 1) To make the most efficient use of the computer hardware 2) To allow people to use the computer 3) To keep systems programmers employed 4) To make computers easier to use

Last Answer : 1) To make the most efficient use of the computer hardware

Description : The primary purpose of an operating system is.... 1 To make the most efficient use of the computer hardware 2 To allow people to use the computer 3 To keep systems programmers employed 4 To make computers easier to use

Last Answer : 1 To make the most efficient use of the computer hardware

Description : What programs eliminate the need for programmers to write new programs when all they want to do is copy, print, or sort a data file?

Last Answer : Utility programs.

Description : A programmer is writing a system that is intended to be able to store large amounts of personal data. As the programmer develops the data system, which of the following is LEAST likely to impact the ... of the information for analysis. D. The frequency of a particular item occurring in a data set.

Last Answer : D. The frequency of a particular item occurring in a data set.

Description : .................. is a facility that allows programmers to address memory from a logical point of view, without regard to the main memory, physically available. A) Visual memory B) Real memory C) Virtual memory D) Secondary memory

Last Answer : C) Virtual memory

Description : . Costs for a computer based information system include the salaries of the system analysts and computer programmers. costs for a computer based information system include the ... ) Development, Development B) Development, Operating C) Operating, Development C) Operating, Operating

Last Answer : B) Development, Operating

Description : Which requirements are the foundation from which quality is measured? a) Hardware b) Software c) Programmers d) None of the mentioned

Last Answer : Ans: b

Description : The principal of a school conducts an interview session of teachers and students with a view to explore the possibility of their enhanced participation in school programmers. This endeavor may be related ... ? (A) Evaluation Research (B) Fundamental Research (C) Action Research (D) Applied Research

Last Answer : (C) Action Research

Description : Which one of the following is not a software myth? (A) Once we write the program and get it to work, our job is done. (B) Project requirements continually change, but ... not understand how to control software projects internally, it will invariably struggle when it outsources software projects.

Last Answer : (D) If an organization does not understand how to control software projects internally, it will invariably struggle when it outsources software projects.