Chp 2_ Data Processing AI V2 Flashcards
(87 cards)
What is the information systems process?
Input, process, output
What distinguishes data types?
Kinds of data variables hold
Syntax to declare a variable?
DataType VariableName;
Variable naming rule first character?
Letter or underscore
How to read inputs and format outputs?
Use TextBox.Text and ToString()
What converts data types when reading?
Parse and cast operators
Use arithmetic operators for?
Perform calculations
Role of Variables?
Memory storage locations
Role of Data Types?
Define variable data kind
Operators perform?
Arithmetic and logical operations
Strings?
Sequences of characters
String concatenation operator?
+
Math Functions class?
System.Math methods
Why process data?
Crucial for applications
What will this topic explore?
Data types, storage, processing
What is input?
Data entry via devices
What is process?
CPU operations on data
What is output?
Processed data displayed
TextBox control?
Rectangular keyboard input area
TextBox location?
Common Controls toolbox
Add TextBox to form?
Double-click control
Default TextBox name?
textBoxn
What stores TextBox input?
TextBox.Text string
How to clear TextBox?
Assign “” to Text