Programming in C# Quiz 1

Programming in C# Quiz 1

University

25 Qs

quiz-placeholder

Similar activities

Java Control and Loop -2

Java Control and Loop -2

University

20 Qs

Java Test Basic

Java Test Basic

University

25 Qs

Introduction to Java

Introduction to Java

University

25 Qs

C - Strings

C - Strings

University

20 Qs

Ice Break PBO

Ice Break PBO

University

20 Qs

SD_Semi-Final Quiz

SD_Semi-Final Quiz

University

25 Qs

1212 Midterm Review

1212 Midterm Review

University

20 Qs

JAVA Basics Quiz

JAVA Basics Quiz

University

20 Qs

Programming in C# Quiz 1

Programming in C# Quiz 1

Assessment

Quiz

Computers

University

Medium

Created by

Omphile Mosingathi

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to declare a variable that stores whole numbers in C#?

string number = 5;

int number = 5;

char number = 5;

bool number = 5;

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In C#, what does Console.ReadLine() return?

An integer

A boolean

A string

A character

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is NOT a valid data type in C#?

float

string

stringInteger

double

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does Convert.ToInt32() do in C#?

Creates a new integer

Converts a string to an integer

Makes numbers bigger

Rounds decimal numbers

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the entry point of a C# program?

The first line of code

The Main() method

The class name

The namespace declaration

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol is used to end most C# statements?

.

:

;

,

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is NOT a type of Windows application in Visual Studio?

Windows Forms

WPF

HTML Forms

Console Application

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?