Untitled Quiz

Untitled Quiz

University

20 Qs

quiz-placeholder

Similar activities

Module 1 - Programming in C

Module 1 - Programming in C

University

15 Qs

Intro to Java Q1 Assessment

Intro to Java Q1 Assessment

9th Grade - University

16 Qs

PSC - Quiz 2

PSC - Quiz 2

University

23 Qs

C Language Quiz-1

C Language Quiz-1

University - Professional Development

15 Qs

Arrays and pointers quiz

Arrays and pointers quiz

University

20 Qs

Básicos Python

Básicos Python

University

21 Qs

Python Basics

Python Basics

KG - University

15 Qs

CCE-III Programming in C Language

CCE-III Programming in C Language

University

20 Qs

Untitled Quiz

Untitled Quiz

Assessment

Quiz

Computers

University

Hard

Created by

Vinod Jain

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is literal in this statement

int x = 100;

(a) int

(b) x

(c) 100

(d)None of these

A

B

C

D

2.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Select Correct rules for Naming Variables in c#

(a)Variable names can contain the letters ‘a-z’ or ’A-Z’ or digits 0-9 as well as the character ‘_’.

(b)The name of the variables cannot be started with a digit.

(c)The name of the variable cannot be any C# keyword.

(d)The variable name can not start with under score.

a

b

c

d

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will be the value of z

int x = 12;

int y = 8;

int z;

z = x & y;

Console.WriteLine("z = {0}", z);

(a) 12

(b) 8

(c) 10

(d) None of these

a

b

c

d

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will be the output of the following :

int x = 5;

int z = x++;

Console.WriteLine("{0} {1}", x,z);

(a) 5 6

(b) 6 6

(c) 6 5

(d)None of these

a

b

c

d

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

CIL stands for

(a) Common Interpreted Language

(b) Common Intermediate Language

a

b

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It comes with first version of .Net

(a) .NET Framework 

(b) .NET Core 

a

b

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

.Net does not support development of these applications

(a) Web applications

(b) Mobile applications

(c) IOT applications

(d) All are supported

a

b

c

d

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?