C# Intro

Quiz
•
Computers
•
9th Grade
•
Medium
Used 4+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A ________ stores a value that cannot be changed from their initial assignment.
Variable
Class
Array
Constant
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which keyword can be used to declare a variable before knowing its type?
const
var
int
public
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you write comments in C#?
#
--
//
<!-->
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which symbols do you use to write multi line comments?
"""
Comment
"""
/ *
Comment
*/
<!-
Comment
-->
###
Comment
###
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of this code?
x = 4;
x %= 2;
Console.WriteLine(x);
0
2
4
8
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the datatype of the y variable below?
____ y = "Bob";
int
char
double
string
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the datatype of x?
______ x = 3.14
int
char
double
bool
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Python Basics Quiz

Quiz
•
9th Grade
20 questions
Computer 10 | Introduction to Java

Quiz
•
9th - 12th Grade
17 questions
Cumulative Test Practice Units 1, 3, 4, 5, & 7

Quiz
•
9th - 12th Grade
19 questions
Programming Recap

Quiz
•
9th - 10th Grade
20 questions
Quarter 3 Final Exam: Functions and Parameters

Quiz
•
9th - 12th Grade
24 questions
AGAD: UNIT 4_C# & UNITY

Quiz
•
9th - 12th Grade
20 questions
Mod 2 Test

Quiz
•
9th - 12th Grade
15 questions
Code.org Unit 5 Lesson 15 Assessment

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade