433 Solved Topics
Remove Filter ![]() | |
Could anyone look at this and tell me if I got it right? I had to rewrite the following code without GOTOs: [CODE]Y: A B if a GOTO X C if b GOTO Y X: D[/CODE] Here is my solution (I added an additional flag to get it done): [CODE]i=TRUE … Computer Science | |
Hi, could someone to direct me the right way with this? Here is the problem, which I think I have nailed: before: [CODE] A if c then goto X B if d then goto Y C X: D E Y: F[/CODE] after (in pseudocode): [CODE]A if c then D E … Computer Science | |
I'm covering some of my old calculus problems, and have one that I'm having trouble with, so I'm looking for a chat site. Anyone know of one? Thanks. Computer Science | |
hey everybody ....... how heap sort,counting sort and selection sort work please explain exapmpe Computer Science | |
Hello everyone, I'm new here and have browsed through some discussions and found it useful. I was wondering if anyone could help me with a functional programming problem in Haskell. Im trying to define a function seg, which is supposed to take a finite list xs as its argument and … Computer Science email | |
Hello! I am a 2nd year MIS/CIS business student and I havent learnt much about computer programming. From what my advisors and ppl who are in the MIS program here tell me, MIS has little programming and more to do with how computers work in a business. I also heard … Computer Science | |
hi ,i am curious about collecting info about new computer terms. can anyone tell me what is "shareware" and explain a little. thank you very much. Computer Science | |
Please , I'm at the 2nd year in computer science dept & i don't know what is " Big O " and "Algorithm time complexity " I'd be grateful if anybody answered my Question .. Computer Science algorithm | |
Hey, I'm in my graudation year 4rm the faculty of computer engineering, I'd like 2 choose a graduation project. I have an experience in working with c#, assembly, microprocessors and have a good experience in computer networks. The sharing of any idea of an interesting project is warm-welcomed..... I've been … Computer Science assembly engineering | |
Hi, I am looking for a text justification algorithm that fully justifies the text. I suppose that I could design one of my own. However, why reinvent the wheel? I tried googling and doing other stuff, but it surprisingly was unable to find anything useful. Any help will be greatly … Computer Science algorithm | |
Find a six digit number that gives its digits reversed when multiplied by an integer between 2 and 9 inclusive. For example, if the original number was 654321 and the chosen integer was 8, then 654321 x 8 should equal 123456 if it was the magic number (which of course … Computer Science | |
please explain in detail how computer work.in term of computer processing cycle.for example when we start compuer how comper parts(ram,processor,hard disk,busses,etc )perform task or work.and how windows work. ;) Computer Science | |
Guys I am starting my final year project in Sept this year and I have been looking around for a project to do so there is this one that I am most likely going to chose [choosing from a list] To be honest I am not a big fan of … Computer Science asp database-design | |
My question: How important is it to learn and understand sorting algorithms and routines? Computer Science | |
I'm doing my senior project to computer programming the teacher asked me to do a physical project but I don't know what to do I don't really know much about programming please if someone can give me an idea of anything easy i can do Computer Science | |
I didn't know which thread to post this question in so i just chose the visual basic one(random). My question is what do you guys recommend as a first programming language to learn for a highschool student interested in game programming....i'm sure there are a few that would do fine, … Computer Science first-post visual-basic | |
Hello everyone! I've been programming in PHP for 1 year and now I am looking forward to learn a computer programming language, but I am confuse...since there are several langauges out there. So what language you recommend? Thanks! Computer Science | |
I had the idea in my head to write a program that would let you select more than one image you want to set as your windows desktop wallpaper and have it rotate it every day, or every time you boot up or something similar. I really don't know where … Computer Science image visual-studio | |
Konrad Zuse, a German engineer, completes the first general purpose progammable calculator in 1941. He pioneers the use of binary math and boolean logic in electronic calculation. Colossus, a British computer used for code-breaking, is operational by December of 1943. ENIAC, or Electronic Numerical Integrator Analyzor and Computer, is developed … Computer Science engineering | |
This is going to sound silly but i am really struggling to delete my internet history and search history. As others use my pc i do not want people to know what i have been searching for but it automatically comes on the drop down menu when the type a … Computer Science | |
I am looking for ideas for a program that I am trying to build. I need to have two pictures, one blurred and one clear. The blurred picture will cover the clear picture so it appears blurred. I need the mouse to appear as a sight glass so when the … Computer Science visual-basic | |
HELP! We are 8 years into a 12-year study, and our original computers are failing. There is a serious possibility that the study will not be completed, because we cannot find computers which are compatible with our equipment and which can do the job. We need to be able to … Computer Science operating-system unix | |
Hello to everyone! I was thinking about posting a few tutorials about but have only found vb.net and c++ tutorial forums! I was thinking also of posting a few HTML tutorials up and perhaps other general software design topics but cannot find a place to appropriatly post them. any suggestions? … Computer Science first-post vb.net | |
I am starting out in programmming. I want to be a programmer as a career. I want to learn both Visual basic and Web Development(i.e. javascript and Html). Which language would be the best intial language to learn to get the most education as a programmer. I also want to … Computer Science career javascript visual-basic | |
Is it possible to open notepad and type some gibberish and save it as a .exe file and run it? :mrgreen: Computer Science | |
what is the best compiler out there that you can use for a variety of languages. Like is their a compiler that can compile c++, the basics, java, etc. I am just looking for a good compiler that is free and if possible can compile more than one prog. lang. Computer Science | |
Does anyone here have any knowledge of Prolog. I am new to this and came across something called backward-chaining. If someone could help me get started in how to implement the backward chaining method if there is a leak in the house. How would go about figuring out if the … Computer Science | |
Can anyone help? Could someone please explain to me what a p2p network is? Computer Science | |
I have tried looking in my textbook as well as my notes to figure out how to do this problem. I should have asked my teacher when I had the chance, but first I wanted to try working out the problem myself. I have until Monday to figure out how … Computer Science | |
[b][i]Can anybody plz help me with this question for my assingment it is due the 25 june and i can't get this question done......[/i][/b] The manager of a speedy bus company needs to know how many people travel by bus to different regions, which have codes A, B and C. … |
The End.