CSharp Quiz

CSharp Quiz

Professional Development

28 Qs

quiz-placeholder

Similar activities

Codes, Standards and Practices 5

Codes, Standards and Practices 5

Professional Development

25 Qs

Cardio Lectures 27 and 28

Cardio Lectures 27 and 28

Professional Development

23 Qs

Final Exam

Final Exam

Professional Development

25 Qs

Test Cakar Grader

Test Cakar Grader

Professional Development

25 Qs

Ranks of the Army

Ranks of the Army

Professional Development

29 Qs

WORLD

WORLD

Professional Development

24 Qs

LAP Year 3

LAP Year 3

Professional Development

33 Qs

Pulmonary, Cardiac, and Cancer Rehab 1

Pulmonary, Cardiac, and Cancer Rehab 1

Professional Development

25 Qs

CSharp Quiz

CSharp Quiz

Assessment

Quiz

Specialty

Professional Development

Medium

Created by

Faith Muwishi

Used 32+ times

FREE Resource

28 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Correct Declaration of Values to variables ‘a’ and ‘b’?

int a = 32, b = 40.6;

int a = 42; b = 40;

int a = 32; int b = 40;

int a = b = 42;

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Arrange the following data type in order of increasing magnitude sbyte, short, long, int.

long < short < int < sbyte

sbyte < short < int < long

short < sbyte < int < long

short < int < sbyte < long

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The execution of the program begins with _______.

Main().

get().

class().

display().

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

WriteLine is a __________.

function.

keyword

literal

class

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In C#, 'using' is a _________.

class

directive

function

keyword

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

_________ framework has set of classes which are used to handle data access by connecting with different databases like SQL, Access, Oracle, etc

ADO.NET

ASP.NET

C#.NET

Visual Studio

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Encapsulation is defined as the process of enclosing one or more items within a physical or logical package.

Encapsulation, in object oriented programming methodology, prevents access to implementation details.

Abstraction allows making relevant information visible and encapsulation enables a programmer to implement the desired level of abstraction.

All Of above

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?