C# Programming Mock Exam 2.2

C# Programming Mock Exam 2.2

University

44 Qs

quiz-placeholder

Similar activities

Quizz PTS Kelas XI Struktur Data Array

Quizz PTS Kelas XI Struktur Data Array

11th Grade - University

40 Qs

Technical MCQ

Technical MCQ

University

45 Qs

Test 2

Test 2

University

49 Qs

MidExam- Data Structures and Algorithms

MidExam- Data Structures and Algorithms

University

39 Qs

Java Midterm

Java Midterm

University

39 Qs

Arrays in C

Arrays in C

University

40 Qs

IP MIDTERM

IP MIDTERM

University

45 Qs

Java Programming

Java Programming

University

40 Qs

C# Programming Mock Exam 2.2

C# Programming Mock Exam 2.2

Assessment

Quiz

Computers

University

Hard

Created by

Penny Kokkali

FREE Resource

44 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following operators is used to check if two values are equal in C#?

!=

==

=

>=

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following C# code when dividing two integers? int x = 8; int y = 3; Console.WriteLine(x / y);

2

2.666

3

An error

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid looping construct in C#?

for

until

while

do-while

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a valid variable name in C#?

varName

int_123

123var

myVariable

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a for loop, what is the purpose of the increment section?

To set the initial value of the loop counter

To update the loop counter

To specify the condition for loop termination

To declare and initialize the loop counter

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which C# data type should you use for a variable with large decimal values by default?

double

char

decimal

int

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens if an exception is caught in C#?

The program continues running

The program crashes

The exception is ignored

The system recovers automatically

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?