Quiz 2

Quiz 2

University

8 Qs

quiz-placeholder

Similar activities

Brainy Bites: Python

Brainy Bites: Python

University

12 Qs

APA Format: 7th Edition

APA Format: 7th Edition

University

10 Qs

Python Lesson 1

Python Lesson 1

5th Grade - University

7 Qs

Techii Quizzz

Techii Quizzz

University

10 Qs

Java Set 2

Java Set 2

University

10 Qs

Java Lesson 3

Java Lesson 3

5th Grade - University

5 Qs

Game Dev

Game Dev

4th Grade - University

5 Qs

Java Lesson 5

Java Lesson 5

5th Grade - University

8 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