Sethu Testing C#

Sethu Testing C#

University

26 Qs

quiz-placeholder

Similar activities

ISST306 | Quiz 1

ISST306 | Quiz 1

University

25 Qs

Round1

Round1

University

25 Qs

Test Faham?

Test Faham?

12th Grade - Professional Development

23 Qs

Round 2- Syntax ShowDown

Round 2- Syntax ShowDown

University

25 Qs

final round

final round

University

30 Qs

Câu Hỏi Trắc Nghiệm Về Con Trỏ và Mảng

Câu Hỏi Trắc Nghiệm Về Con Trỏ và Mảng

University

27 Qs

PETE 2061

PETE 2061

University

23 Qs

POO parcial 1

POO parcial 1

University

25 Qs

Sethu Testing C#

Sethu Testing C#

Assessment

Quiz

Other

University

Hard

Created by

Thabiso Ntuli

Used 1+ times

FREE Resource

AI

Enhance your content

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

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

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?