0%

Which of the following is an object-oriented programming language?

Correct! Wrong!

Object-oriented programming languages are designed around objects, which contain data and methods.

What is the purpose of a compiler in programming?

Correct! Wrong!

A compiler is a software tool that translates high-level programming code into machine-readable code.

Which of the following is a framework used for building mobile applications?

Correct! Wrong!

Mobile application frameworks help developers create mobile apps more easily with predefined tools and libraries.

What is the difference between a framework and a library?

Correct! Wrong!

A framework provides a predefined structure, while a library is a collection of functions that a developer can use.

Which programming language is primarily used for web development?

Correct! Wrong!

Web development often involves programming languages like HTML, CSS, and JavaScript for front-end, and PHP or Python for back-end.

Which of the following is a feature of the Python programming language?

Correct! Wrong!

Python is known for its simple syntax and is widely used in data analysis, web development, and automation.

Loading Questions...

What is a common use of the C programming language?

Correct! Wrong!

C is a low-level programming language used for system programming, embedded systems, and operating systems.

What does the term 'API' stand for?

Correct! Wrong!

An API (Application Programming Interface) allows different software systems to communicate with each other.

Which of the following is a framework used for back-end web development in JavaScript?

Correct! Wrong!

Back-end frameworks help developers build server-side applications and APIs.