
PracticeQuizVinodJain1
Authored by Vinod Jain
Computers
University
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What will be the output of given C# Code
static void Main(string[] args)
{
float f = 12;
int x = f;
Console.WriteLine("{0}", x);
}
(a) 12
(b) 12.0
(c) 0
(d) Syntax Error
A
B
C
D
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What will be the output of given C# Code
static void Main(string[] args)
{
int f = 12;
float x = f;
Console.WriteLine("{0}", x);
Console.ReadKey();
}
(a) 12
(b) 12.0
(c) 0
(d) Syntax Error
A
B
C
D
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What will be the output of given C# Code
static void Main(string[] args)
{
Object myBoxed = (Object) 12;
int myVal = myBoxed;
Console.WriteLine("{0}", myVal);
Console.ReadKey();
}
(a) 12
(b) 12.0
(c) 0
(d) Syntax Error
A
B
C
D
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What will be the output of given C# Code
static void Main(string[] args)
{
Object myBoxed = (Object) 12;
int myUnBoxed = (int)myBoxed;
Console.WriteLine("{0}", myUnBoxed);
Console.ReadKey();
}
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
enum Months
{
January,
February,
March = 6,
April,
May,
June,
July
}
static void Main(string[] args)
{
int myNum = (int)Months.June;
Console.WriteLine("{0}", myNum);
Console.ReadKey();
}
(a) 6
(b) 7
(c) 8
(d)None of these
A
B
C
D
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What will be the output of given C# Code
static void Main(string[] args)
{
string str = "Happy";
for (int i = 0; i <str.Length; i=i+2)
Console.Write("{0}", str[i]);
Console.ReadKey(); Console.ReadKey();
}
7.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What will be the output of given C# Code
public static void Main(string[] args)
{
int[] arr = new int[5];
arr[0] = 1;
arr[2] = 2;
arr[4] = 3;
for (int i = 0; i < arr.Length; i++)
Console.Write(arr[i]);
Console.ReadKey();
}
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
10 questions
Java Control Flow statements
Quiz
•
University
10 questions
Intro a Python - TC1028
Quiz
•
University
11 questions
Java Quiz 3 - Array
Quiz
•
University
11 questions
Binding
Quiz
•
University
10 questions
C++ Array Quiz
Quiz
•
University
15 questions
quiz pertemuan 2 asik ddp
Quiz
•
University
15 questions
Computer Science Quiz
Quiz
•
University
10 questions
На сколько ты знаешь C#
Quiz
•
University
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
10 questions
Probability Practice
Quiz
•
4th Grade
15 questions
Probability on Number LIne
Quiz
•
4th Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
6 questions
Appropriate Chromebook Usage
Lesson
•
7th Grade
10 questions
Greek Bases tele and phon
Quiz
•
6th - 8th Grade
Discover more resources for Computers
12 questions
IREAD Week 4 - Review
Quiz
•
3rd Grade - University
20 questions
Endocrine System
Quiz
•
University
7 questions
Renewable and Nonrenewable Resources
Interactive video
•
4th Grade - University
30 questions
W25: PSYCH 250 - Exam 2 Practice
Quiz
•
University
5 questions
Inherited and Acquired Traits of Animals
Interactive video
•
4th Grade - University
20 questions
Implicit vs. Explicit
Quiz
•
6th Grade - University
7 questions
Comparing Fractions
Interactive video
•
1st Grade - University
38 questions
Unit 8 Review - Absolutism & Revolution
Quiz
•
10th Grade - University