What is one of the most established and widely-used programming languages?
C
C was first released in 1972 and has influenced many other programming languages.
In what year was the C programming language first released?
1972
C is a complex, high-level language.
Name three programming languages that have been influenced by C.
These languages have drawn concepts and structures from C.
C is mainly used for creating system applications. Name two operating systems that use C.
C is essential for system-level programming.
True or false: C is used to create games, graphics, and apps that require lots of calculations.
TRUE
C’s efficiency makes it suitable for performance-intensive applications.
C++ Questions now
What is C++ primarily known as?
A general-purpose language
C++ is one of the world’s most popular programming languages.
C++ is developed as an extension and expansion of which language?
C
C++ builds upon the foundational concepts of the C programming language.
List three applications where C++ can be found.
O. G. E
C++ is widely used in various domains due to its performance and control over system resources.
True or false: C++ provides a high level of control over system resources and memory.
TRUE
This control is one of the reasons C++ is favored for high-performance applications.
C++ allows code to be easily adapted to multiple __________.
platforms
This adaptability is a significant advantage of using C++ for software development.
What is a simple program in C++ to print out the phrase ‘Hello World’?
A program that outputs ‘Hello World’
This is a common introductory example for learning C++.
C# was specifically built for which software company
Microsoft.net
what is C# mostly commonly used for ?
Developing code for windows systems
C# It is considered one of the best languages to use for ?
for programming custom software
what else is C# commonly used in
Video game development
Where would you commonly see Python being used
developing web applications, and specialised uses, such as artificial intelligence (AI) and machine learning.
what makes Python one of the easiest languages to learn ?
intuitive to write and understand, very versatile language
How would hello world in Python look
> > > print(‘Hello World’)
Why is Java so Popular for beginners
once you have written a piece of code in Java, it can be run on just about any device using the Java platform.
What are some of Javas main uses ?
business software, web applications and mobile apps.
Which OS uses Java as its native language ?
Google android OS
where is Java Script especially useful for ?
making interactive and responsive web pages.
What other coding languages are paired best with Java Script, and what do they work on ?
HTML and CSS to add elements like animations, video players and browser-based games to web pages.