C# Quiz

C# Quiz

9th - 12th Grade

22 Qs

quiz-placeholder

Similar activities

Python year 9

Python year 9

8th - 11th Grade

20 Qs

LETS PLAY QUIZ - PYTHON CBSE CLASS XII

LETS PLAY QUIZ - PYTHON CBSE CLASS XII

11th - 12th Grade

20 Qs

HTML & CSS Review

HTML & CSS Review

7th - 12th Grade

20 Qs

Quiz UTS Pemrograman Dasar C++

Quiz UTS Pemrograman Dasar C++

10th Grade

20 Qs

Програмиране в интернет чрез JavaScript

Програмиране в интернет чрез JavaScript

12th Grade

20 Qs

Unit 9 CSA

Unit 9 CSA

11th Grade

19 Qs

Java OOP Connections

Java OOP Connections

10th - 12th Grade

20 Qs

Python Basics Recap

Python Basics Recap

8th - 11th Grade

23 Qs

C# Quiz

C# Quiz

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Douglas Gillory

Used 3+ times

FREE Resource

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a correct syntax to output "Hello World" in C#?

print ("Hello World");

cout << "Hello World";

Console.WriteLine("Hello World");

System.out.println("Hello World");

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

C# is an alias of C++

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you insert COMMENTS in C# code?

/* This is a comment

// This is a comment

#This is a comment

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type is used to create a variable that should store text?

myString

str

Txt

string

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a variable with the numeric value 5?

double x = 5;

int x = 5;

num x = 5

x = 5;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a variable with the floating number 2.8?


int x = 2.8;

int x = 2.8D;

byte x = 2.8

float x = 2.8;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which property can be used to find the length of a string?

Length

length

getLength()

length()

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?