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

What is the primary programming language used in Havok?

  1. C#

  2. C++

  3. Java

  4. Python

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

Havok primarily uses C++ as its programming language, although it also supports other languages like C# and Python.

Multiple choice

What is the primary programming language used in Photon Engine?

  1. C#

  2. C++

  3. Java

  4. Lua

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

Photon Engine primarily uses C# as its programming language, although it also supports other languages like Java and Lua.

Multiple choice

What is the primary programming language used in Cocos2d-x?

  1. C#

  2. C++

  3. Java

  4. Objective-C

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

Cocos2d-x primarily uses C++ as its programming language, although it also supports other languages like Java and Objective-C.

Multiple choice

What is the primary programming language used in ARKit?

  1. C#

  2. C++

  3. Java

  4. Swift

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

ARKit primarily uses Swift as its programming language, although it also supports other languages like Objective-C.