C# Data Types and Identifiers Quiz 2

C# Data Types and Identifiers Quiz 2

12th Grade

40 Qs

quiz-placeholder

Similar activities

7-20

7-20

7th Grade - University

38 Qs

Understanding Loops and Functions

Understanding Loops and Functions

12th Grade

40 Qs

Unong Special Quiz

Unong Special Quiz

12th Grade

40 Qs

Python 01

Python 01

9th - 12th Grade

44 Qs

AP Comp Sci A - CodeHS Unit 1 Vocab

AP Comp Sci A - CodeHS Unit 1 Vocab

12th Grade

37 Qs

8-кл-19

8-кл-19

8th Grade - University

39 Qs

Computer Science Examination Paper A - Allowed Items

Computer Science Examination Paper A - Allowed Items

12th Grade

42 Qs

Quiz PBO Kelas 12-2

Quiz PBO Kelas 12-2

12th Grade

35 Qs

C# Data Types and Identifiers Quiz 2

C# Data Types and Identifiers Quiz 2

Assessment

Quiz

Information Technology (IT)

12th Grade

Medium

Created by

Rachel J. Vergara

Used 2+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is a valid identifier in C#?

1number

firstName

class

new

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What keyword is used to declare a constant in C#?

var

static

const

final

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is a C# keyword?

score

data

length

public

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of these cannot be used as an identifier unless prefixed with @?

PI

class

Temp_1

dataType

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What happens if you try to assign a new value to a constant?

The value changes

A compilation error occurs

The value is updated at runtime

Nothing happens

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which data type stores a single Unicode character?

string

bool

int

char

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the correct syntax to declare a variable of type int with a value of 25?

int age = 25;

int = 25 age;

25 = int age;

int age(25);

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?