C sharp

Quiz
•
Computers
•
11th Grade
•
Medium

Khaled Elsayed
Used 277+ times
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
What is a correct syntax to output "Hello World" in C#?
2.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
C# is an alias of C++
True
False
3.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
The most common method to output something in C# is ....................
WriteLine()
cout
cin
4.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
How do you insert COMMENTS in C# code?
# This is a comment
// this a comment
/* This ia a comment
5.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
The types of Variables who stores floating point numbers is ..............
int
char
double
bool
6.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Which data type is used to create a variable that should store text?
String
Int
Double
Char
7.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
How do you create a variable with the numeric value 5?
num x = 5;
int x = 5;
x = 5;
double x = 5;
8.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
How do you create a variable with the floating number 2.8?
int x = 2.8;
int x = 2.8D;
byte x = 2.8;
double x = 2.8D;
9.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
The character must be surrounded by ......................
single quotes
Double quotes
Angle brackets
Square brackets
Similar Resources on Wayground
6 questions
Квиз

Quiz
•
7th - 11th Grade
10 questions
Programming - Iteration, Basic Programming Constructs & Loop

Quiz
•
2nd - 12th Grade
10 questions
Tipuri de date structurate, C++

Quiz
•
11th Grade
10 questions
คำถามเกี่ยวกับภาษา C++

Quiz
•
11th Grade
12 questions
Compound Operators in Java

Quiz
•
9th - 12th Grade
9 questions
Java Basics #1

Quiz
•
10th - 12th Grade
12 questions
Arrays Intro

Quiz
•
9th - 12th Grade
13 questions
Methoden in der Programmierung

Quiz
•
11th 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
20 questions
Digital Citizenship

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

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

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

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade