[HW] Introduction To Programming - Problems 11 , 12 and 13
Лично мене тези задачи най-много ме замислят , ще се радвам ако някой сподели своите решения :)
Лично мене тези задачи най-много ме замислят , ще се радвам ако някой сподели своите решения :)
Здравей, има доста информация в интернет. Ще ти споделя няколко уеб страници от които можеш да си напишеш домашното.
http://mashable.com/2014/01/21/learn-programming-languages/
http://www.cprogramming.com/langs.html
http://stackoverflow.com/questions/2724864/what-is-the-difference-between-c-sharp-and-net
Здрасти ето мойте решения, дано ти помогнат. :))
11.
1. C++
C++ has influenced many other programming languages, for example, C# and Java. C# takes the basic operators and style of C++ but forces programs to be type safe, in that it executes the code in a controlled sandbox called the virtual machine.
2. Java
Java and C# are similar programming languages that are statically, strongly, and manifestly typed, both are class- based object-oriented and both use garbage-collection. Java is "platform independent", while C# run on .NET platform.
3. JavaScripa
JavaScript (JS) is a dynamic computer programming language.JavaScript is a prototype-based scripting language with dynamic typing. It is a multi-paradigm language, supporting object-oriented, imperative, and functional programming styles.
4. PHP
PHP is a server-side scripting language with dynamic typing designed for web development but also used as a general- purpose programming language.PHP can be deployed on most web servers and also as a standalone shell on almost every operating system and platform, free of charge.
5. Ruby
Ruby is a dynamic, reflective, object-oriented, general-purpose programming language.C# has always been a static, strongly typed language, and eventually got a couple of dynamic features, Ruby is a fully dynamic language.
12.
1. Visual Studio
Microsoft Visual Studio is an integrated development environment (IDE) from Microsoft. It is used to develop console and graphical user interface applications along with Windows Forms or WPF applications, web sites, web applications, web services, and also Windows Store apps in both native code together with managed code for all platforms supported by Microsoft.
2. NetBeans
NetBeans is an integrated development environment (IDE) for developing primarily with Java, but also with other languages, in particular PHP, C/C++, and HTML5. It is also an application platform framework for Java desktop applications and others.The NetBeans IDE is written in Java and can run on Windows, OS X, Linux, Solaris and other platforms supporting a compatible JVM.
3. Eclipse
In computer programming, Eclipse is an integrated development environment (IDE). It contains a base workspace and an extensible plug-in system for customizing the environment. Written mostly in Java, Eclipse can be used to develop applications. By means of various plug-ins, Eclipse may also be used to develop applications in other programming languages: Ada, C, C++, COBOL, Fortran, Haskell, JavaScript, etc.
4. SharpDevelop
SharpDevelop (also styled as #develop) is a free and open source integrated development environment (IDE) for the .NET Framework, Mono, Gtk# and Glade# platforms. It supports development in C#, Visual Basic .NET, Boo, F#, IronPython and IronRuby programming languages. It was designed as a free and lightweight alternative to Microsoft Visual Studio, and contains an equivalent feature for almost every essential Visual Studio Express feature, including features for project management, code editing, application compiling and debugging.
13.
C# is high-level programming language. C# was developed for .NET Framework and run on it.
.NET Framework is platform for Windows OS. Programs written for it execute in a Common Language Runtime (CLR),
an application virtual machine that provides services such a security, memory management, and exceptions
handling. The class library and the CLR together constitute .NET Framework.
Успех. ;)
Ето мойте решения, дано са ти полезни.
http://pastebin.com/buDkxXmX
Успех :))
също може да използваш това, за да прочетеш за различните IDE-та
http://en.wikipedia.org/wiki/Comparison_of_Java_and_C_Sharp
това за сравнение между Java и C#
Общо взето в добрата стара Wikipedia има всичко, свързано с теоретичните въпроси :)
ИСКАШ ДА КАЖЕШ - ДА ГИ ПРЕПИШЕ !
ЧЕ КАКВА МУ Е ПОЛЗАТА ?