C# Basic

C# Basic

Professional Development

30 Qs

quiz-placeholder

Similar activities

ReactJS Online Test

ReactJS Online Test

Professional Development

25 Qs

LATIHAN PEMROGRAMAN DASAR

LATIHAN PEMROGRAMAN DASAR

Professional Development

25 Qs

Exam2-CISCO2

Exam2-CISCO2

Professional Development

25 Qs

#100 Devs - LwL - class 15

#100 Devs - LwL - class 15

10th Grade - Professional Development

25 Qs

AP CSA Unit 1&2 Test

AP CSA Unit 1&2 Test

8th Grade - Professional Development

25 Qs

Teori Bahasa dan Automata

Teori Bahasa dan Automata

Professional Development

25 Qs

C BASICS

C BASICS

Professional Development

30 Qs

Basic Computers

Basic Computers

KG - Professional Development

25 Qs

C# Basic

C# Basic

Assessment

Quiz

Computers

Professional Development

Medium

Created by

PRG TRAINER GLID

Used 5+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

To print "Foo Bar" on the console, we could use this command:

print("Foo Bar")

cout << "Foo Bar"

echo "Foo Bar"

System.out.println("Foo Bar")

Console.WriteLine("Foo Bar")

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

C# is an extension of ...

C

C++

Java

Objective-C

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which is the comment in C#?

// This is a comment

/* This is a comment

# This is a comment

:: This is a comment

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A line of characters in C# ...

string

str

String

chars

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which is correct?

x = 13;

num x = 13;

double x = 13;

int x = 13;

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which is correct?

int pi = 3.14D;

int pi = 3.14;

float pi = 3.14;

double pi = 3.14D;

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

To get the length of a string object called line

int n = line.Length;

int n = line.length();

int n = line.len();

int n = string.getLength(line);

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?