C# Quiz

C# Quiz

University

13 Qs

quiz-placeholder

Similar activities

Mengenal Jendela dan Ikon Microsoft Excel

Mengenal Jendela dan Ikon Microsoft Excel

7th Grade - University

15 Qs

Chapter 2: Input Device

Chapter 2: Input Device

12th Grade - University

12 Qs

Fun with Computer Architecture

Fun with Computer Architecture

University

15 Qs

Jarkom

Jarkom

1st Grade - Professional Development

11 Qs

Hệ Điều Hành Của Máy Tính

Hệ Điều Hành Của Máy Tính

10th Grade - University

10 Qs

C++ Array Quiz

C++ Array Quiz

University

10 Qs

FSA,DFA dan NFA

FSA,DFA dan NFA

University

15 Qs

Software Testing

Software Testing

University

10 Qs

C# Quiz

C# Quiz

Assessment

Quiz

Computers

University

Practice Problem

Hard

Created by

Darryl Charles

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the syntax for declaring a variable in C#?

myVariable = int;

int myVariable;

var myVariable;

myVariable = int;

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type is used to store whole numbers in C#?

float

string

boolean

int

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the following expression: 5 + 3 * 2?

16

7

11

10

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you write an if statement in C#?

if condition:

if (condition)

if (condition) {

if {condition}

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of a for loop in C#?

The purpose of a for loop in C# is to execute a block of code only once.

The purpose of a for loop in C# is to execute a block of code in a random order.

The purpose of a for loop in C# is to repeatedly execute a block of code for a specific number of times.

The purpose of a for loop in C# is to execute a block of code indefinitely.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you access an element in an array in C#?

array.index

array{index}

array[index]

array[element]

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between a function and a method in C#?

A function is independent, while a method is associated with a class or an object.

A function is a keyword in C#, while a method is not.

A function can only be used in the main method, while a method can be used anywhere in the program.

A function can only return a single value, while a method can return multiple values.

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?