Computer Knowledge

Programming Languages and Compilers

1,170 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

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.

Multiple choice

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

  1. C#

  2. Java

  3. Python

  4. Lua

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

Unity primarily uses C# as its scripting language, although it also supports other languages like JavaScript and Boo.

Multiple choice

What is the primary programming model used for developing GPU applications?

  1. Assembly language.

  2. C++.

  3. Java.

  4. Python.

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

CUDA (Compute Unified Device Architecture) is a parallel programming model and API developed by NVIDIA that allows programmers to harness the power of GPUs for general-purpose computing. It is widely used for developing GPU applications, particularly in the fields of graphics, scientific computing, and machine learning.

Multiple choice

Which of the following is not a core technology used in web application development?

  1. HTML

  2. CSS

  3. JavaScript

  4. C++

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

C++ is a general-purpose programming language, while HTML, CSS, and JavaScript are specifically designed for web development.