Sethu Testing C#

Sethu Testing C#

University

26 Qs

quiz-placeholder

Similar activities

MINDZONE - 4.1

MINDZONE - 4.1

University

28 Qs

Java Programming midterm exam

Java Programming midterm exam

University

24 Qs

ROUND1

ROUND1

University

25 Qs

UJIAN AKHIR (Susulan) Kelas XII SMAN 1 AGATS

UJIAN AKHIR (Susulan) Kelas XII SMAN 1 AGATS

University

25 Qs

Topic 5 Quiz Review

Topic 5 Quiz Review

University

21 Qs

C Programming

C Programming

12th Grade - University

25 Qs

round 2

round 2

University

25 Qs

Desenvolvimento de Software (C#)

Desenvolvimento de Software (C#)

University

30 Qs

Sethu Testing C#

Sethu Testing C#

Assessment

Quiz

Other

University

Hard

Created by

Thabiso Ntuli

Used 1+ times

FREE Resource

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()

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?