c# long quiz

c# long quiz

University

35 Qs

quiz-placeholder

Similar activities

8 класс цикл

8 класс цикл

8th Grade - University

37 Qs

Y9 Python Review

Y9 Python Review

9th Grade - University

30 Qs

Arduino

Arduino

10th Grade - University

35 Qs

7-20

7-20

7th Grade - University

38 Qs

QUIZ

QUIZ

University

30 Qs

C-Volution (Easy 1)

C-Volution (Easy 1)

University

30 Qs

Loops, enums,arrays,conditional statements, variables

Loops, enums,arrays,conditional statements, variables

University

30 Qs

Python Básico

Python Básico

University

30 Qs

c# long quiz

c# long quiz

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

John Bernie Ruiz

Used 4+ times

FREE Resource

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is C# primarily described as in the document?
a) Functional
b) Procedural
c) Object-oriented
d) Scripting

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which component of the .NET Framework is responsible for managing the execution of .NET code?
a) Base Class Library
b) Common Language Runtime (CLR)
c) ASP.NET
d) ADO.NET

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does CLS stand for in the context of .NET Framework?
a) Common Language Specification
b) Centralized Logic System
c) Compiled Language Syntax
d) Core Language Structure

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the two types of assembly deployment mentioned in the document?
a) Static and Dynamic
b) Public and Private
c) Shared and Private
d) Managed and Unmanaged

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT mentioned as a part of a C# program structure in the document?
a) Namespace declaration
b) Class attributes
c) A Main method
d) A Finalize method

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a valid identifier in C#?
a) _score
b) first_Name
c) 1score
d) ComputeScore

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to declare a constant in C#?
a) static int PI = 3.14159;
b) readonly double PI = 3.14159;
c) const double PI = 3.14159;
d) final double PI = 3.14159;

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?