Search Header Logo

Sethu Testing C#

Authored by Thabiso Ntuli

Other

University

Used 1+ times

Sethu Testing C#
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

26 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. Which of the following is a valid variable declaration in C#? A) int 1number; B) int number1; C) number1 int; D) int number 1;

float number1;

B) int number1;

int number;

string 1number;

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2. What data type is used to store a true or false value in C#? A) int B) string C) bool D) char;

C) bool

object

list

float

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3. How do you convert a string to an integer in C#? A) Convert.ToInt(string); B) int.Parse(string); C) string.ToInt(); D) Convert.Int(string);

int.Convert(string);

string.ToInteger();

Convert.Int32(string);

B) int.Parse(string);

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4. What is the scope of a variable declared inside a method? A) Global B) Local C) Static D) Constant;

B) Local

Public

Temporary

Instance

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5. Which of the following is a constant in C#? A) const int x = 10; B) int x = 10; C) static int x = 10; D) var x = 10;

const float y = 10.0;

readonly int x = 10;

dynamic x = 10;

A) const int x = 10;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

6. What will be the output of the following code? MessageBox.Show("Hello, World!"); A) Hello, World! B) MessageBox C) Error D) Nothing;

MessageBox.Show()

Hello, Universe!

A) Hello, World!

Goodbye, World!

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

7. Which method would you use to find the maximum of two numbers in C#? A) Math.Max() B) Math.High() C) Math.Top() D) Math.Bigger();

Math.Compare()

Math.MaxValue()

A) Math.Max()

Math.Greater()

Access all questions and much more by creating a free account

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?