Chapter 1.3 Terms

Is this your test? Login to manage it. If not, you can create an assessment just like it.

This is a non-interactive preview of the quiz content.

1.
1 point
Test Suite - A software package designed to evaluate the correctness or effectiveness of another software solution.
2.
1 point
Flow Chart - A collection of modules
3.
1 point
The bits that contribute the smallest amount to the overall value of a binary number, including the 1's place value.
4.
1 point
Null String - represents a sequence of characters.
5.
1 point
Character - Any single typeset unit, including uppercase and lowercase letters, digits, punctuation marks.
6.
1 point
Mutable - represents a sequence of characters
7.
1 point
A single object or variable/value in a collection.
8.
1 point
Library - A collection of modules
9.
1 point
String - represents a sequence of characters
10.
1 point
Op Code - The digital representation of an instruction that will be fetched, decoded, retrieved, and executed by the CPU.
11.
1 point
Compound Conditional - the grammar of a programming language, defining what specific sequences of characters are allowed.
12.
1 point
Selecting a portion of a collection
13.
1 point
Concerting data from one type to another
14.
1 point
To determine the result of an expression
15.
1 point
A unique identifier given to the function when it is defined and used again whenever the function is called.
16.
1 point
Scope - The portion of a program that knows about a variable and can access its value.
17.
1 point
Any value that a method or function gives back to the statement command from which the function or method is called.
18.
1 point
Traceback - The set of variable and function names that have been reserved by the compiler / interpreter.
19.
1 point
Clone - The portion of a program that knows about a variable and can access its value.
20.
1 point
A software development process in which developers first create a test suite and then create the code to satisfy the test suite.
21.
1 point
A process in which the name you give a variable is stored in a look up table along with the memory address that the interpreter should access when the variable is referenced in the future.
22.
1 point
Syntax - The grammar of a programming language, defining what specific sequences of characters are allowed.
23.
1 point
Without Duplicates
24.
1 point
A computer program created to read an entire program and convert it into a lower-level language and ultimately to assembly language used by the processor.
25.
1 point
Validate - Ensure that the values stored in variable are of the correct type