Test Your Cs Knowledge

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Urujjamal
U
Urujjamal
Community Contributor
Quizzes Created: 1 | Total Attempts: 684
| Attempts: 684 | Questions: 10
Please wait...
Question 1 / 10
0 %
0/100
Score 0/100
1. JDK means

Explanation

JDK stands for Java Development Kit, which is a set of tools and libraries used for developing Java applications. It includes the necessary components such as the Java compiler, debugger, and runtime environment. The JDK provides developers with the tools they need to write, compile, and run Java programs. Therefore, the correct answer is Java Development Kit.

Submit
Please wait...
About This Quiz
Programming Quizzes & Trivia

Test your CS knowledge with questions on C++, Java, and more. Assess key programming skills and enhance your understanding of development tools and syntax.

2. Android is 

Explanation

The given correct answer is "an OS" which stands for "operating system." An operating system is a software that manages computer hardware and software resources and provides common services for computer programs. In the context of the question, Android is specifically referred to as an operating system for mobile devices such as smartphones and tablets. It is developed by Google and is known for its user-friendly interface and wide range of applications.

Submit
3. We can't write a variable starting from....

Explanation

In most programming languages, it is not allowed to start a variable name with a number. Variable names must start with either an uppercase letter, lowercase letter, or an underscore. Starting a variable name with a number would result in a syntax error.

Submit
4. ADK stands for what?

Explanation

The correct answer is Android Development Kit. The ADK acronym stands for Android Development Kit, which is a set of tools and resources provided by Google to developers for creating applications for the Android platform. It includes libraries, debugging tools, emulator, and documentation that help developers in building and testing Android apps. The term "Android Developer Kit" or "Application Developer Kit" are not the commonly used acronyms for ADK.

Submit
5.  Which symbol is used to create multiple inheritance in C++?

Explanation

In C++, the comma symbol is used to create multiple inheritance. Multiple inheritance allows a class to inherit from more than one base class. By using the comma symbol, multiple base classes can be listed in the inheritance list of a derived class, indicating that the derived class inherits from all of those base classes.

Submit
6. Android 6.0 version is called what?

Explanation

The correct answer is Marshmallow because Android 6.0 version was officially named Marshmallow.

Submit
7. What does C++ stand for ?

Explanation

C++ stands for "C with classes". This is because C++ is an extension of the C programming language that introduced the concept of classes and object-oriented programming. The addition of classes allowed for the implementation of encapsulation, inheritance, and polymorphism, making C++ a powerful and versatile programming language.

Submit
8.  What are the things are inherited from the base class?
 

Explanation

In object-oriented programming, when a class is derived from a base class, it inherits all the members of the base class, including its constructor and destructor, operator=() members, and friends. Therefore, all of the mentioned options are correct.

Submit
9. Printf("%s is a good programmer" ,"John","Parker"); gives what output?

Explanation

The correct answer is "John is a good programmer." This is because the printf function is used to print formatted output, and in this case, the format string "%s is a good programmer" is provided. The "%s" is a placeholder for a string argument, and the first argument provided is "John." Therefore, the output will be "John is a good programmer." The second argument "Parker" is not used in the format string and will be ignored.

Submit
10. Printf("%a"); will give what?

Explanation

The printf("%a") function is used to print a floating-point number in hexadecimal notation. However, in this case, there is no floating-point number provided as an argument. Therefore, the function will not be able to perform the conversion and will produce an error sound or "beep" instead of printing any output.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 22, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 22, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Aug 03, 2016
    Quiz Created by
    Urujjamal
Cancel
  • All
    All (10)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
JDK means
Android is 
We can't write a variable starting from....
ADK stands for what?
 Which symbol is used to create multiple inheritance in C++?
Android 6.0 version is called what?
What does C++ stand for ?
 What are the things are inherited from the base class? 
Printf("%s is a good programmer"...
Printf("%a"); will give what?
Alert!

Advertisement