Quiz 2

Quiz 2

University

8 Qs

quiz-placeholder

Similar activities

Java Quiz

Java Quiz

University

4 Qs

ATP-lab viva

ATP-lab viva

University

10 Qs

JAVA FUNDAMENTALS

JAVA FUNDAMENTALS

University

12 Qs

Java Basics – Day 1 Quiz

Java Basics – Day 1 Quiz

University

10 Qs

Aaruth Quiz

Aaruth Quiz

University

10 Qs

Object Oriented Programming Quizz

Object Oriented Programming Quizz

University

10 Qs

java questions

java questions

University

10 Qs

Java Variables and Control Structures lec2

Java Variables and Control Structures lec2

University

10 Qs

Quiz 2

Quiz 2

Assessment

Quiz

Other

University

Medium

Created by

Vanessa Santiago

Used 2+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

first Name is an invalid identifier.

True


False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The basic syntax of initializing a constant is data_type identifier;

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The Reference data type stores its value in a memory location directly.

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The data type bool has a range of value of 0 to 255.

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The classes and methods in C# must always begin with a capital letter.

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The basic syntax of declaring a variable is

data_type = identifier;

data_type identifier;

const data_type identifier;

identifier data_type;

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Media Image

Determine what are the identifiers in there.

System, HelloWorld, Hello, Main, args, Console, WriteLine

System, class, Main, args, Console, WriteLine

System, class, static, void, Console

System, namespace, class, static void

8.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Media Image

Determine what are the keywords in there.

using, namespace, class, static, void, string, Console, Main

System, HelloWorld, Hello, Main, args, Console, WriteLine

using System, class, Hello, Console

using, namespace, class, static, void, string