Search Header Logo

Unit 3

Authored by Ntombi Ngcwangu

Other

University

Used 4+ times

Unit 3
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Which of the following is a reference type in C#?

A) int

  • B) double

  • C) string

  • D) char

2.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Which of the following statements is true regarding implicit and explicit conversion in C#?

  • A) Implicit conversion requires a cast operator.

  • B) Explicit conversion occurs automatically by the compiler.

  • C) Implicit conversion may result in data loss.

  • D) Explicit conversion is also known as widening conversion.

3.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What does null represent in programming languages?

  • D) A reserved keyword for method declarations

  • C) A reference to nothing or absence of a value

  • B) An undefined variable

  • A) A value representing an empty string

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Which of the following statements about arrays in C# is false?

  • A) Arrays can store elements of different types.

  • B) Arrays have a fixed size that cannot be changed.

  • C) Elements in an array are accessed using indices.

  • D) Arrays in C# are homogeneous, meaning they can store elements of the same type.

5.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

How would you declare and initialize an array of integers with values 1, 2, and 3 in C#?

  • A) int[] arr = new int[] {1, 2, 3};

  • D) int arr[3] {1, 2, 3};

  • ;

  • C) int arr[3] = {1, 2, 3};

  • B) int[] arr = {1, 2, 3};

6.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Which of the following statements about the Common Type System (CTS) is true?

  • A) CTS ensures compatibility only between C# and VB.NET.

  • B) CTS defines data types that are specific to each .NET language.

  • C) CTS ensures consistency and interoperability of types across different .NET languages.

  • D) CTS is a feature specific to the C# language.

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

In object-oriented programming (OOP), which principle emphasizes hiding the internal state of an object and only exposing the necessary functionalities?

  • A) Encapsulation

  • D) Abstraction

  • B) Inheritance

  • C) Polymorphism

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?