c# long quiz

c# long quiz

University

35 Qs

quiz-placeholder

Similar activities

Data Structures & Algorithms — Prelim Exam

Data Structures & Algorithms — Prelim Exam

University

40 Qs

8-кл-19

8-кл-19

8th Grade - University

39 Qs

Challenging Python Concepts

Challenging Python Concepts

University

38 Qs

Quiz sobre Programação em Python

Quiz sobre Programação em Python

University

30 Qs

emoji round 1

emoji round 1

University

30 Qs

Quiz sur JavaScript et Node.js

Quiz sur JavaScript et Node.js

University

35 Qs

Types of Research

Types of Research

University

31 Qs

CHAP I

CHAP I

University

32 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?