Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Zain
I'm a student of Computer Sciences and I love this field. I'd like to answer the question related to Computer Sciences.
What track is playing in the background?
Hi, could anyone please help me identify the track playing in the background? I've heard it many times now but can't find it.
Here's the link: https://youtu.be/DV57ME26RwE?t=247
1 AnswerLyrics5 years agoHow do I edit video quicker like I want to?
1 AnswerCamcorders6 years agoWhere can I find detailed examples of software development process models?
Hi, I'm looking for detailed examples of software development processes. i.e. from requirement gathering to use case model to analysis model to sequence diagram to implementation diagram(class diagram). In short, I want detailed examples of Object Oriented Design Projects. Could you please provide me with some good source to have required data? I'd be grateful. Thanks
1 AnswerProgramming & Design7 years agoHow do I get rid of factory installed Windows?
Hi there!
I've bought HP laptop which has factory installed Windows 8. Its just simple Windows 8 not Professional. I want to install Windows 8 Professional from scratch. I tried but it automatically re-created recovery and EFI partition when I delete them and tried making C partition. When it restarted, same HP logo appeared like before and it never asked me for product key. I want to do a clean installation of Windows 8 Pro with nothing factory installed sh*t. Help me out with it please.
Thanks in advance
5 AnswersSoftware8 years agoWhat could be the negative effects of social networking sites on politics?
I'm working on my term paper and was curious what could be the bad/negative effects of social networking sites on politics of a certain country. Thanks in advance
1 AnswerHomework Help8 years agoWhich of the following category suits my topic?
I'm designing a poster on Mobile Social Networks. I have to mention a category according to my topic on it. The given categories are : Case Ascertainment, Risk Factors, Rates/Trends and Prevention/Intervention/Policy.
Please let me know which one exactly is, or suits better. Thanks in advance
1 AnswerHomework Help8 years agoHow do I make exceptions in CSS?
Hi there, I'd like to know how to make exceptions in your Cascading Style Sheet? I mean lets say I have a website containing 600 webpages. I want my h1 a little different in 300 of them. How can I do this with using a single CSS file? I hope I made my question clear and hopefully will get clear answers. Thanks in advance.
3 AnswersProgramming & Design8 years agoDoes DHL or FedEx deal in mobile phone shipment?
Hey there!!
I would like to ask if DHL or FedEx deals in mobile phone shipment(Taiwan to Pakistan) as my family member wants to send mobile phone but local courier service refused to send phones with batteries. Help please???
1 AnswerCorporations9 years agoWhat kinda of logic exists behind the development of software?
It's a part of my presentation and i know there's logic behind each step of development process but don't know which one. So if anyone can help me out please! Thanks
1 AnswerSoftware9 years agoMultithreading in OS. Need detailed articles or journals?
Hey there! I was given a term paper on multi-threading in operating system. I read a few books and then prepared a term paper but when my teacher checked it, he said u're going to add some more material because current one isn't enough. Also don't use any Wiki website for help. Now i need some more material and i really don't wanna spend more time on it as finals are approaching. So please provide me some good and detailed(not general) material on multithreading. I shall be very thankful to you. Cheers =]
1 AnswerHomework Help9 years agoHelp me needed about presentation's topic?
Hey there! I've been given a presentation on the topic "Application of Logic in Computer Sciences". I don't know what to focus in this topic, i mean where in computer sciences, logic plays role?? which areas i should be covering to make this presentation complete and efficient. Thanks in advance =]
2 AnswersHomework Help9 years agoMulti client sever app c#?
Hey guys, I have been an assignment to develop an app who can connect multiple computers likely 100 and they can text chat via my app. I have seen vids and samples but they were all single client server programs. Now please suggest me how i can achieve the goal or give me some good accurate source. Thanks =)
1 AnswerProgramming & Design9 years agoHow many LED's i can lit properly with source battery of 7.2Ah 12V battery?
Hey guys, I have a brand new battery having power mentioned above. I want to lit max number of LED's with that source. Condition is, LED's must lit brightly not dim i.e. each LED must be fully lit. Please mention the quantity and mention how to connect them. Thanks a lot
1 AnswerMaintenance & Repairs9 years agoAdding and removing values in alphabetically ordered arraylist?
Hi there,
I'm stuck with a problem in my assignment about inserting and removing words in a dictionary which is alphabetically ordered. Also I'm dealing with an arraylist therefore i can't use built in dictionary class as it uses hashmap. Can anyone please help me with this. Thanks in advance =]
1 AnswerProgramming & Design9 years agoneed help about a problem in Java?
Hey there,
I'm working on a project, What i want is I need to print this line "Typing...." and dots keep on printing and then removing like in chat on facebook for like 5 sec. After that "Typing...." get remove. That's all i want. Please help me with this. Thanks in advance.
2 AnswersProgramming & Design9 years agoHow to use jquery in html file?
Hey guys! I'm new to web designing so don't know much about it. But what i'm trying to do is, apply a jquery to my news div in which text will move. As marquee isn't as good as jquery to move text smoothly so i found this on google
http://remysharp.com/downloads/jquery.marquee.js
I'm not sure if its jquery code for moving text. But if it is, tell me how to use it in html code or via dreamweaver. If you have better idea please share. Thanks in advance!!!
3 AnswersProgramming & Design10 years agoHow to set website so that it appears exactly same on different resolution?
Hey guys, I've been learning HTML for last three months and up to now I haven't learned how to code your website so that it appears same on different computers. I have 3 PC's and a laptop at home and i have created my website two weeks ago, Now as I've created on wide screen monitor therefore it looks different on square monitor. Can anyone please give me a general idea how to do it or may be video tutorial. Thanks a lot
2 AnswersProgramming & Design10 years agoDifference between Procedural Programming and OOP?
Hi guys,
I've been learning programming for couple of years and to be honest i found procedural programming quiet easy. While teachers and seniors always advised that OOP is far better. I didn't get the idea. I did a little research by myself on the internet but it didn't helped me completely, to clear my concepts. So i came here.
I would like to know :
1 - Proper and basic definition of OOP
2 - Difference between OOP and procedural programming (Explained, examples preferred)?
3 - Why's OOP is better than procedural programming?
Thanks a lot in advance : )
4 AnswersProgramming & Design10 years agoInsertion and deletion of an element in unordered array using java?
Hey guys, I'm stuck with my particular assignment of adding new element or deleting existing element in an unordered array using java. I don't want you guys to code whole the problem for me but just give me the general algo how to do it.
Assignment:
there's an array of size 20. whole array was initialized with 0. then put some value up to index 10. rest of the array's empty. My assignment is, if i insert a value between 0-10 index, the next values to the index i have chosen should move one step forward. i guess you get my point. And same case with deletion that whenever i delete a value from any index, the values should move one step back, filling the array properly. HELP PLEASE!!!!! =[
1 AnswerProgramming & Design10 years agoHelp needed about Bubble sorting?
Hey there, we're studying bubble sorting in our data structures course. We have been given the assignment of finding the formula of bubble sort. Teacher said that there would be n-1 comparisons in bubble sort while n= number of elements in an array. I have tried to find out the solution but failed. Can anyone please explain me all of it? Thanks in advance
1 AnswerProgramming & Design10 years ago