Visual C#-Ch03 Processing Data

Visual C#-Ch03 Processing Data

10th - 12th Grade

45 Qs

quiz-placeholder

Similar activities

Python String Manipulation and Cipher Quiz

Python String Manipulation and Cipher Quiz

10th Grade

50 Qs

Java Easy

Java Easy

10th - 12th Grade

40 Qs

XI Unit 6 Data Types & Operators

XI Unit 6 Data Types & Operators

11th Grade

44 Qs

Data Science

Data Science

9th - 12th Grade

50 Qs

QUIZ BASIC PYTHON

QUIZ BASIC PYTHON

11th Grade

40 Qs

software dev

software dev

9th - 12th Grade

50 Qs

Project STEM 2.1-2.2

Project STEM 2.1-2.2

9th - 12th Grade

40 Qs

TSA Review 6

TSA Review 6

9th - 12th Grade

50 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?