Unit 3

Unit 3

University

10 Qs

quiz-placeholder

Similar activities

IEEE Coding Competition

IEEE Coding Competition

University

13 Qs

C - Array

C - Array

University

13 Qs

Array Quiz

Array Quiz

University

10 Qs

Day5_Arrays

Day5_Arrays

University - Professional Development

12 Qs

Coding Golf Event 2

Coding Golf Event 2

University

15 Qs

Arrays

Arrays

University

15 Qs

C Quiz

C Quiz

University

15 Qs

Quiz on Object Oriented Programming and Java

Quiz on Object Oriented Programming and Java

University

15 Qs

Unit 3

Unit 3

Assessment

Quiz

Other

University

Hard

Created by

Ntombi Ngcwangu

Used 4+ times

FREE Resource

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

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?