answersLogoWhite

0

Speaking as a graduate of Engineering and Computer Science: Maths, maths, maths. It's all about maths. Maths is the foundation to everything else that you learn. Beyond that, check out the university's syllabus.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What do they teach in computer engineering?

It's basically electrical engineering with a good bit of computer science


Can mca scholar teach for engineering courses?

MCA is equivalent to ME (Computer Science and Engineering). MCA - Master of Computer Applications. ME - Master of Engineering (Computer Science and Engineering). Thanks and best regards to you all.


Is it possible for MCA graduates to teach in Btech Computer science?

Masters is always MORE and HIGH VALUE than a Bachelors.It's really very Wrong to Compare BE / Btech to MCA, because, as you all know that BE / Btech is NOT Eligible for doing Ph.D (CS/IT), as MCA degree is Eligible for Ph.DThe Person, Who Compare BE / Btech to MCA should study about the Difference between a Bachelor's and a Master's Degree.MCA is Equivalent to ME (Computer Science and Engineering).Particularly, MCA with Only B.Sc. (Computer Science) background is Equivalent to ME (Computer Science and Engineering).B.Sc. Computer Science (3 Yrs) + MCA (3 Yrs) = 6Years.BE Computer Science (4 Yrs) + ME (2 Yrs) = 6 Years.MCA and ME both are equal.Companies are giving equal priority to both MCA and ME.Two Master's Degrees, MCA and ME, are treated Same for jobs and there is no difference in the competence ratings.Both MCA and ME (Computer Science and Engineering) Professional Degree courses, the contents of theory and practical syllabus are Same.MCA and ME Degree holders are Equal to each other.MCA - Master of Computer Applications.ME - Master of Engineering (Computer Science and Engineering).For More Information, Please Visit:MCAMEDegree.comThanks and best regards to you all.


What are the hardest courses in college?

Honestly, the hardest courses in college vary depending upon the students talents or lack there of. The hardest courses for me in college were: Physics (my teacher talked about his family every lecture time, instead of describing how Physics worked), and Trigonometry (the class deals with a lot of shapes, and has too many formulas that you will NEVER utilize in real life). The hardest courses in College are the ones you are not interested in. If you get a teacher that does not suit your learning style then you will still do well if you are interested in the subject because you will get the information from other sources. The best teacher in the world cannot teach you much if you are uninterested.


Can a MCA fresher teach MCA?

Masters is always MORE and HIGH VALUE than a Bachelors.It's really very Wrong to Compare BE / Btech to MCA, because, as you all know that BE / Btech is NOT Eligible for doing Ph.D (CS/IT), as MCA degree is Eligible for Ph.DThe Person, Who Compare BE / Btech to MCA should study about the Difference between a Bachelor's and a Master's Degree.MCA is Equivalent to ME (Computer Science and Engineering).Particularly, MCA with Only B.Sc. (Computer Science) background is Equivalent to ME (Computer Science and Engineering).B.Sc. Computer Science (3 Yrs) + MCA (3 Yrs) = 6Years.BE Computer Science (4 Yrs) + ME (2 Yrs) = 6 Years.MCA and ME both are Equal.Companies are giving Equal priority to both MCA and ME.Two Master's Degrees, MCA and ME, are treated Same for jobs and there is no difference in the competence ratings.Both MCA and ME (Computer Science and Engineering) Professional Degree courses, the contents of theory and practical syllabus are Same.MCA and ME Degree holders are Equal to each other.MCA - Master of Computer Applications.ME - Master of Engineering (Computer Science and Engineering).For More Information, Please Visit:MCAMEDegree.comThanks and best regards to you all.


What type of education do you need to become a computer scientist?

To teach within the public school system in the United States at the pre-K through high school levels, you must have a bachelor's degree in a teacher education program from a regionally accredited college or university and state teacher certification. This would take approximately four years to complete as a full-time student, provided you take the program as prescribed by the college or university. To teach at the college or university, the minimum degree requirement to teach is a master's degree in the subject area being taught, with a doctorate preferred.


What does teach in IIT?

Currently, Various Engineering and Basic Science Courses are thought in IITs all over India.


What is diff between computer engineering and computers science engineering?

In computer science and software engineering;Here is a quick overview of the three computing majors that our department offers. I teach primarily software engineering courses so it may be a bit biased.1. Computer Science covers the core concepts and technologies involved with how to make a computer do something. Learning to program a computer by writing software is essential, and computer programming is used in most computer science courses. You will learn details about how computers and networks work, but with an emphasis on how software and programming languages work. You will learn how to make them do very sophisticated things (e.g. graphics, robotics, databases, operating systems). You will also learn about the theory behind how and why computers and software work. In your senior project, you will tackle a problem at the frontier of computer science. You may be building a new system, discovering better ways to design software, or developing new algorithms for projects in entirely different fields; it's up to you. Past student projects include: Video Games, computer modeling and animation tools, and a Linux driver for the Wii remote.2. Computer Engineering teaches you how to design systems that include both computer hardware and software. You will take classes on how computer hardware works and how to build a computer. You'll take software classes with an emphasis on hardware-related software such as device drivers and operating systems. Computer engineering courses are taught by faculty from both the computer science and the electrical engineering departments. Working computer engineers design computers and the basic software that runs them, including both personal computers and the "embedded" computer systems that run cars, aircraft, videogames, etc.3. Software Engineering focuses on how to design and build software in teams. You will take many of the same courses as you would in computer science, but you will take additional courses that teach you about topics like requirements engineering, software architecture, software testing, and software deployment. You will learn about working with people (communication, management, working with non-technical customers), processes for developing software, and how to measure and analyze the software product and the software process. The software engineering major requires that you take a three course (nine-month long) sequence called the software engineering capstone. The capstone courses are centered around a large project for an outside customer. In recent years we have built web applications for Intuit (makers of Quicken, QuickBooks, and TurboTax) and Amgen (a bio-engineering/pharmaceutical company). Students work in teams of four or five people to elicit and develop requirements for the system, design an architecture, build prototypes, implement the system, then deploy and maintain the system.Answer-Computer Science- Computer science is becoming a rapidly growing discipline as the technological age advances. Computer scientists believe that computers are a fundamental part of the world and that an age will come when everybody has several computers. It is a more complex field than simply building computers or writing programs. Computer scientists study problems to determine if they can be computed, compare algorithms to decide on the best solution, create programming languages to express these algorithms, design and build computer systems to execute specifications from research, and apply algorithms to application domains, or sets of software systems that share design features.Software Engineering- Software engineering is the computer science discipline concerned with developing large applications. Software engineering covers not only the technical aspects of building software systems, but also management issues, such as directing programming teams, scheduling, and budgeting.


Describe the difference between software engineering and computer science?

1. Computer Science covers the core concepts and technologies involved with how to make a computer do something. Learning to program a computer by writing software is essential, and computer programming is used in most computer science courses. You will learn details about how computers and networks work, but with an emphasis on how software and programming languages work. You will learn how to make them do very sophisticated things (e.g. graphics, robotics, databases, operating systems). You will also learn about the theory behind how and why computers and software work. In your senior project, you will tackle a problem at the frontier of computer science. You may be building a new system, discovering better ways to design software, or developing new algorithms for projects in entirely different fields; it's up to you. Past student projects include: video games, computer modeling and animation tools, and a Linux driver for the Wii remote.2. Computer Engineering teaches you how to design systems that include both computer hardware and software. You will take classes on how computer hardware works and how to build a computer. You'll take software classes with an emphasis on hardware-related software such as device drivers and operating systems. Computer engineering courses are taught by faculty from both the computer science and the electrical engineering departments. Working computer engineers design computers and the basic software that runs them, including both personal computers and the "embedded" computer systems that run cars, aircraft, videogames, etc.3. Software Engineering focuses on how to design and build software in teams. You will take many of the same courses as you would in computer science, but you will take additional courses that teach you about topics like requirements engineering, software architecture, software testing, and software deployment. You will learn about working with people (communication, management, working with non-technical customers), processes for developing software, and how to measure and analyze the software product and the software process. The software engineering major requires that you take a three course (nine-month long) sequence called the software engineering capstone. The capstone courses are centered around a large project for an outside customer. In recent years we have built web applications for Intuit (makers of Quicken, QuickBooks, and TurboTax) and Amgen (a bio-engineering/pharmaceutical company). Students work in teams of four or five people to elicit and develop requirements for the system, design an architecture, build prototypes, implement the system, then deploy and maintain the system.


What is minimum qualification for lecturer in government polytechnic in computer science?

You must at least have a degree in the subject you wish to teach.


How science teachers have to do with science?

they teach science dont they ;)


what are AutoCAD classes what do they do?

They are classes that will teach you about engineering. I would take them if you are interested in engineering.