C# Quiz

C# Quiz

8th Grade

22 Qs

quiz-placeholder

Similar activities

The Boy in the Striped Pajamas Vocabulary

The Boy in the Striped Pajamas Vocabulary

6th - 8th Grade

18 Qs

SIMPLE PAST - REGULAR VERBS

SIMPLE PAST - REGULAR VERBS

8th Grade

20 Qs

Gold Experience Unit 5 Vocab

Gold Experience Unit 5 Vocab

6th - 8th Grade

20 Qs

BITSP Ch 10-12 Vocabulary Assessment

BITSP Ch 10-12 Vocabulary Assessment

8th Grade

20 Qs

RAYRA

RAYRA

8th Grade

18 Qs

Ch. 1-4 Frankenstein Vocab

Ch. 1-4 Frankenstein Vocab

8th Grade

19 Qs

Personal Items Teens 1 Unit 2 Lesson 1

Personal Items Teens 1 Unit 2 Lesson 1

7th - 10th Grade

20 Qs

Password reset A2+/B1 Unit 3 Houses

Password reset A2+/B1 Unit 3 Houses

5th - 10th Grade

20 Qs

C# Quiz

C# Quiz

Assessment

Quiz

English

8th Grade

Medium

Created by

Michael Laxamana

Used 1+ times

FREE Resource

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following methods is an entry point in the C# console program?

public static void Program()

public static void Main()

public static void main()

None of the above

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the followings are value types in C#?

Int32

Double

Decimal

All of the above

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following is a reference type in C#?

float
int
bool
string

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

10 > 9 ? "10 is greater than 9" : "9 is greater than 10"

10 is greater than 9
9 is equal to 10
10 is less than 9

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following best defines a programming language?

A language used by programmers to communicate with computers and develop software programs.

A language primarily used for communication between humans and computers.

A language exclusively used for developing mobile applications.

A language designed for artistic expression and creativity.

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following best describes the role of a programmer?

  1. Designs logos and graphics.

  1. Writes, tests, and documents code.

  1. Maintains computer hardware.

  1. Analyzes financial data

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is the correct syntax for declaring a variable named "count" of type integer in C#?

  1. var count = int;

  1. integer count;

  1. int count;

  1. count as int;

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?