Online Quiz on Programming Skills
Hello everyone most welcome on my blog. Today in this post I will tell you about a new and most important quiz competition. So let's start, This is an online quiz competition on "Programming Skills". This quiz competition is organized by K. S. Rangasamy College of Arts and Science(Autonomous) Department of Computer Science(PG) . In this quiz competition anyone can participate. There is no any registration fee . There is total 25 MCQ . All questions are based on basic programming skills. There is no negative marking. There is no any time limit.
After quiz completion everyone will receive this type of participation certificate on your email id.
Here You can sell all the questions which are asked in this quiz competition
1. Which is a reserved word in the Java programming language?
Method
Native
Subclasses
Reference
2. What is the name of the method used to start a thread execution?
init();
start();
run();
resume();
3. Which of the following would compile without error?
int a = Math.abs(-5);
int b = Math.abs(5.0);
int c = Math.abs(5.5F);
int d = Math.abs(5L);
4. Which class does not override the equals() and hashCode() methods, inheriting them directly from class Object?
java.lang.String
java.lang.Double
java.lang.StringBuffer
java.lang.Character
5. Which interface does java.util.Hashtableimplement?
Java.util.Map
Java.util.List
Java.util.HashTable
Java.util.Collection
6. ________ specifier indicates that no value is available.
Array
Pointer
Void
Union
7. In Bitwise operator,Assume A=60 and B=13 in binary format, then A&B=?
A) 0011 1101
B) 0000 1100
C) 0011 0001
D) 1100 0011
8. What will be the output of the following C code? #include <stdio.h> void main() { int x = 5; if (true); printf("hello"); }
It will display hello
It will throw an error
Nothing will be displayed
Compiler dependent
9. Which one of the following is not a storage classes?
Literal
Auto
Static
extern
10. A _______ is a name used to identify a variable, function, or user defined item.
Keyword
Identifier
Tokens
Constant
11. For 16-bit compiler allowable range for integer constants is ________
-3.4e38 to 3.4e38
-32767 to 32768
-32668 to 32667
-32768 to 32767
Free Courses With Free Certificate || PHP Programming Free Certificate || Computer Free Certificate
12. The function used to free the memory allocated by calloc()
dealloc();
malloc(variable_name, 0)
free();
memalloc(variable_name, 0)
13. In c++ _____ is a process in which one class defines another class as any entity reference
Inheritence
Aggregation
Polymorphism
Overloading
14. Which of the following concepts means determining at runtime what method to invoke?
Data hiding
Dynamic Typing
Dynamic binding
Dynamic loading
15. The Abstract class defines
A class with abstract keyword
A class with no functions in it
A class with atleast one pure virtual function
Empty Class
16. Which of the following is not an implicit object ?
request
date
out
pagecontext
17. Which of the following is the attribute that is used to set a global identifier for a microdata item?
key
id
itemclass
itemid
18. Which attribute is used to provide an advisory text about an element or its contents?
Tooltip
dir
Title
Head
19. The __________ attribute sets the text direction as related to the lang attribute.
lang
sub
dir
ds
20. Which of the following is the attribute that specifies the column name from the data source object that supplies the bound data?
dataFormatAs
datafld
disabled
datasrc
21. The _____________ attribute specifies an inline style associated with an element, which determines the rendering of the affected element.
dir
style
class
article
22. The CLR is physically represented by an assembly named _______
mscoree.dll
mcoree.dll
msoree.dll
mscor.dll
23. CLR is the .NET equivalent of _________.
Java Virtual Machine
Common Language Runtime
Common Type System
Common Language Specification
24. The ____ language allows more than one method in a single class
C#
J#
C++
C
25. In C#, a subroutine is called a ____
Function
Metadata
Method
Managed code
For Answers of This Quiz Competition Click On The Following Video
Quiz Link : Click Here
Please Like and Subscribe My Youtube Channel (CS TECH) For More Quizzes and Free Certification Courses Click On The Following Link
Youtube Channel Link:- CS TECH
0 Comments