C# Basics

C# Basics

Professional Development

24 Qs

quiz-placeholder

Similar activities

0711 C#

0711 C#

Professional Development

26 Qs

C Programming Intro

C Programming Intro

Professional Development

24 Qs

Code.org CSA Unit 2

Code.org CSA Unit 2

Professional Development

20 Qs

C# Basics

C# Basics

Professional Development

20 Qs

JS - Practice 1

JS - Practice 1

Professional Development

20 Qs

Javascript - 02

Javascript - 02

Professional Development

20 Qs

Part 3.5

Part 3.5

Professional Development

20 Qs

QUIZ-5 static, String and StringBuffer

QUIZ-5 static, String and StringBuffer

Professional Development

20 Qs

C# Basics

C# Basics

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Maria _JJCET

FREE Resource

24 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the default value of a 'bool' in C#?
false
null
undefined

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is a value type?
object
int
dynamic

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the size of 'double' in C#?
4 bytes
8 bytes
16 bytes

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which data type should be used for a single Unicode character?
char
bool
var

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the difference between 'float' and 'double'?
float is less precise than double
double is less precise than float
float is more precise than double

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What will be the result of: int a = 10; int b = 3; Console.WriteLine(a / b);
3
10
1

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the result of the expression: true && false || true?
false
false || true
true && false

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?