SD_Prelim Exam

SD_Prelim Exam

University

25 Qs

quiz-placeholder

Similar activities

LINQ C#

LINQ C#

University

20 Qs

DSA QUIZ

DSA QUIZ

University

20 Qs

Season 5 #Spaic Python Weekly Quiz

Season 5 #Spaic Python Weekly Quiz

KG - Professional Development

20 Qs

Arrays in Java

Arrays in Java

University

25 Qs

Collections C#

Collections C#

University

20 Qs

FOP - CHAPTER 4

FOP - CHAPTER 4

University

20 Qs

OOP Data Types

OOP Data Types

University

20 Qs

Exception Handling C++

Exception Handling C++

University

20 Qs

SD_Prelim Exam

SD_Prelim Exam

Assessment

Quiz

Computers

University

Medium

Created by

Mel Bautista

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What are the different data types available in C#?

c. int, float, double, char, string, bool, decimal

The different data types available in C# are int, float, double, char, string, bool, etc.

a. int, long, short, byte, float

b. int, double, char, string, boolean

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Explain the usage of if-else control structure in C# with an example.

The usage of if-else control structure in C# is to perform arithmetic operations on two numbers.

The usage of if-else control structure in C# is to check a condition and execute different code based on whether the condition is true or false.

The usage of if-else control structure in C# is to define a function that can be called based on a condition.

The usage of if-else control structure in C# is to repeat a block of code until a specified condition is met.

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How are arrays different from collections in C#?

Arrays are fixed in size and can only store elements of the same type, while collections can dynamically resize and store different types of elements.

Arrays and collections are the same in C#

Arrays can dynamically resize and store different types of elements

Collections are fixed in size and can only store elements of the same type

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the purpose of methods and functions in C#?

To organize and encapsulate code for reusability, modularity, and maintainability.

To slow down the execution of the program

To make the code less organized and harder to maintain

To make the code more confusing and difficult to understand

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the difference between value types and reference types in C#?

Value types and reference types are the same in C#.

Value types store their data directly, while reference types store a reference to the data in memory.

Value types store their data indirectly, while reference types store their data directly.

Value types cannot be used in C#.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Discuss the usage of switch case control structure in C#.

It is used to define a function in C#

It is used to repeat a block of code based on a condition

It is used to declare a variable in C#

It is used to execute one block of code from multiple options based on the value of an expression.

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What are the advantages of using collections over arrays in C#?

Arrays are more flexible and provide dynamic resizing

Collections provide more flexibility, dynamic resizing, and additional functionality compared to arrays.

Arrays offer additional functionality compared to collections

Collections have limited functionality and are not resizable

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?