C# Quiz

C# Quiz

9th - 12th Grade

22 Qs

quiz-placeholder

Similar activities

Python Programming Quiz

Python Programming Quiz

9th Grade - University

20 Qs

Season 2 #Spaic Python Weekly Quiz

Season 2 #Spaic Python Weekly Quiz

KG - Professional Development

20 Qs

Designing Basic Controls or Objects

Designing Basic Controls or Objects

10th Grade

20 Qs

PY4E chapter 2 quiz

PY4E chapter 2 quiz

8th - 9th Grade

20 Qs

Quiz on Object Identity and Type in Python

Quiz on Object Identity and Type in Python

9th Grade

19 Qs

Python Data Types Quiz

Python Data Types Quiz

10th Grade

22 Qs

CHAPTER: 11 AND 12

CHAPTER: 11 AND 12

12th Grade

20 Qs

Year 10s quiz

Year 10s quiz

9th Grade

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