Visual C#-Ch03 Processing Data

Visual C#-Ch03 Processing Data

10th - 12th Grade

45 Qs

quiz-placeholder

Similar activities

SAD2 TSA1

SAD2 TSA1

9th - 12th Grade

44 Qs

ICT

ICT

10th Grade

42 Qs

PYTHON Quiz 2 LPU SUMMER SCHOOL

PYTHON Quiz 2 LPU SUMMER SCHOOL

9th - 12th Grade

41 Qs

Chapter 12 Gaming Programming Simulation

Chapter 12 Gaming Programming Simulation

9th - 12th Grade

40 Qs

Java Basics Self-Check

Java Basics Self-Check

9th - 12th Grade

46 Qs

Prior Knowledge ICTI 3rd term Extended version

Prior Knowledge ICTI 3rd term Extended version

11th - 12th Grade

48 Qs

python basics by vaishali

python basics by vaishali

11th Grade

50 Qs

AP CSP Spring C4 Final

AP CSP Spring C4 Final

10th Grade

42 Qs

Visual C#-Ch03 Processing Data

Visual C#-Ch03 Processing Data

Assessment

Quiz

Computers

10th - 12th Grade

Medium

Used 2+ times

FREE Resource

45 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following statements initializes a variable with a decimal literal?
string displayPrice = "$14.99";
decimal budget = 450m;
int inventory = 150;
double volume = 30.25;

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A ____________ control is a rectangular container for other controls.
ComboBox
ListBox
GroupBox
Panel

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A ____________ control is a rectangular control that appears with a thin border and an optional title in its upper-left corner.
Panel
ComboBox
ListBox
GroupBox

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A ____________ holds only one data value at any given moment in time.
program
data type
method
variable

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A ____________ is a field whose value cannot be modified at runtime.
literal field
constant field
sentinel field
common field

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A ____________ is an identifier for a value that cannot be modified during the program’s execution.
sentinel
literal
keyword
named constant

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A ____________ is a number that is directly written into a program’s code.
numeric literal
binary constant
real value
source digit

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?