CIT261-U61 Chapter06
True or false
A Boolean data type represents which two values?
0 or 1
Binary numbers can have the values of ___ or ___.
Pseudocode
Code that is for people to read and does not affect a program is called what?
0-9 and A-F
Hexadecimal uses what numbers and letters?
Unicode
If you need a notational system that has non-English letters, what do you need to use?
Variables and constants
In programming, what are the two types of data identifiers?
Scripted, scripting, markup
Name the three types of interpreted languages.
Compiled languages
Programming languages that are converted a single time into low-level code are called what?
Properties, attributes, and methods
The three characteristics of an object in programming are what?
Flowchart
To map out a program, you would use a(n) _______.
Java, C++, C#, Python, PHP, Perl, Ruby
What are some examples of object-oriented programming languages?
Arrays and vectors
What are the two types of data containers in programming?
HTML and XML
What are two examples of markup languages?
ASCII
What is the data notational system that contains only English letters, numbers, and symbols?
Assembly
What is the low-level programming language best suited for direct hardware access?
Interpreted
What type of high-level language is read line by line every time it's executed?
Query
What type of programming language is designed to pull data from a database?
Float
Which data type indicates a number with decimal places?
Integer
Which data type indicates a number with no decimal places?
Char
Which data type represents a single letter or number?
String
Which data type represents several letters or numbers?
Scripting
Which programming language category is used to write scripts?
Branching
Which programming logic component uses if and else if statements?
Looping
Which programming logic component uses while statements?
Functions and methods
Which two programming concepts are used to break code into smaller, reusable chunks?
Vector
Which type of data container can have dynamically adjusted length?
Array
Which type of data container can hold only one data type at a time?
Vector
Which type of data container can store multiple data types at once?
Array
Which type of data container is fixed in length?
Variable
Which type of programming data identifier can change?
Constant
Which type of programming data identifier does not change?