+923132835245
safcodeinstitute@gmail.com
Online Quiz
10000+ Questions!
Students Works
Ideas & Topics!
Live Coding
HTML & CSS
Home
(current)
About
Courses
CIT
Web Designing
Graphic Designing
Web Development
Digital Marketing
WordPress + SEO
Artificial Intelligence (AI)
Shopify + WordPress Development
Tutorials
Feedback
Programming Notes
Enroll Now
Contact
Test Your Programming Skills with Safcode!
Here is all important interview / exams questions.
Student doing practice apptitude test on safcode platform.
Instruction: "Total Number of Questions: 20
Each question carry 10 mark , no negative marking"
Quiz Start
1. Managing memory and verifying code safety are functionalities of ________.
.Net Framework Class Library
Common Language Specification
Common Language Runtime
Common Type System
View Answer
2. In C#, _____________are created using delegates.
Exceptions
None of these
Events
Threads
View Answer
3. Which operator can be used to compare two values?
<>
<=
==
=
View Answer
4. Which data type is used to create a variable that should store text?
int
String
Boolean
float
View Answer
5. The _______ types feature facilitates the definition of classes, structures, and interfaces over multiple files.
Anonymous
All of them
Partial
unnamed
View Answer
6. An________ method is an inline nameless block of code that can be passed as a delegate parameter.
named
partial
anonymous
unnamed
View Answer
7. Which property can be used to find the length of a string?
getlength()
textlength()
Length
length()
View Answer
8. Delegates ensure type safety as the return and parameter types of the delegate are the same as that of the _______ method.
static
invoked
anonymous
referenced
View Answer
9. The default capacity of ArrayList is ________.
8
32
16
12
View Answer
10. Which access modifier makes the code only accessible within the same class?
private
abstract
protected
public
View Answer