Computer Knowledge

Programming Languages and Compilers

2,284 Questions

Programming languages and compilers involve the rules, syntax, and semantics used to write and execute software programs. Key areas include scripting languages, object oriented concepts, and parsing algorithms like top down parsers. Practice these computer science questions to build proficiency for technical and computer knowledge exams.

Object oriented languagesScripting languagesCompilers and parsersProgramming syntax

Programming Languages and Compilers Questions

Multiple choice

Which programming language is primarily used for developing Android applications?

  1. Java

  2. Swift

  3. Kotlin

  4. C#

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Java is the official programming language for Android development, offering a wide range of libraries and tools.

Multiple choice

What is the primary programming language used for iOS application development?

  1. Java

  2. Swift

  3. Kotlin

  4. C#

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Swift is the primary programming language for iOS development, known for its simplicity, performance, and safety.

Multiple choice

What is the primary programming language used for developing Windows Phone applications?

  1. Java

  2. Swift

  3. Kotlin

  4. C#

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

C# is the primary programming language for Windows Phone development, offering access to the .NET framework and Visual Studio tools.

Multiple choice

What is the primary programming language used for developing mobile applications using the Xamarin framework?

  1. Java

  2. Swift

  3. Kotlin

  4. C#

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

C# is the primary programming language used with the Xamarin framework, enabling developers to build cross-platform apps using a single codebase.

Multiple choice

What is the primary programming language used for developing mobile applications using the Unity game engine?

  1. Java

  2. Swift

  3. Kotlin

  4. C#

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

C# is the primary programming language used with the Unity game engine, allowing developers to create 2D and 3D games for various platforms, including mobile devices.

Multiple choice

What is the primary programming language used for developing mobile applications using the Corona SDK?

  1. Java

  2. Swift

  3. Kotlin

  4. Lua

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Lua is the primary programming language used with the Corona SDK, known for its simplicity and ease of use, making it suitable for beginners and game developers.

Multiple choice

What is the primary programming language used for developing mobile applications using the Appcelerator Titanium framework?

  1. Java

  2. Swift

  3. Kotlin

  4. JavaScript

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

JavaScript is the primary programming language used with the Appcelerator Titanium framework, allowing developers to build cross-platform apps using a single codebase.

Multiple choice

What is the primary programming language used for developing mobile applications using the Ionic framework?

  1. Java

  2. Swift

  3. Kotlin

  4. TypeScript

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

TypeScript is the primary programming language used with the Ionic framework, a popular cross-platform framework for building hybrid apps using web technologies.

Multiple choice

What is the name of the scripting language used in Unity?

  1. C#

  2. Java

  3. Python

  4. Lua

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

C# is the primary scripting language used in Unity.

Multiple choice

What is the name of the scripting language used in Unreal Engine?

  1. C++

  2. Java

  3. Python

  4. Lua

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

C++ is the primary scripting language used in Unreal Engine.

Multiple choice

What is the name of the scripting language used in Godot Engine?

  1. GDScript

  2. Java

  3. Python

  4. Lua

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

GDScript is the primary scripting language used in Godot Engine.

Multiple choice

Which of the following is NOT a common programming language used in game engine development?

  1. C++

  2. Java

  3. Python

  4. Lua

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Python is not as commonly used in game engine development as C++, Java, and Lua.

Multiple choice

What is the primary programming language used in the Unreal Engine?

  1. C++

  2. Java

  3. Python

  4. C#

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Unreal Engine primarily uses C++ as its programming language, although it also supports other languages like C# and Blueprint.

Multiple choice

What is the name of the scripting language used in the Godot Engine?

  1. GDScript

  2. VisualScript

  3. Lua

  4. C#

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

GDScript is the primary scripting language used in the Godot Engine, known for its simplicity and ease of learning.

Multiple choice

What is the name of the scripting language used in the CryEngine?

  1. C++

  2. Lua

  3. CryScript

  4. UnrealScript

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

CryScript is the primary scripting language used in the CryEngine, known for its flexibility and powerful features.