ETM 3030 Midterm Flashcards
In a flowchart, the ________ (two words) symbol marks the program’s starting point.
Start Terminal
A(n) ________ is a program that translates a high-level language program into a separate machine language program.
Compiler
Before the computer can store a real number in memory, it must be encoded in ________.(three words)
Floating Point Notation
A ________object appears on a form as a button with a caption written across its face.
Button
In a flowchart, ________ are used as input symbols and output symbols to represent the steps in which the program reads input or displays output.
Parallelograms
One ________ is enough memory to store only a letter of the alphabet or a small number.
byte
A programmer, or software developer, is a person with the training and skills necessary to ________(design, create, or test) computer programs.
design
create
test
(all of these)
Main memory is commonly known as ________, or RAM.
Random Access Memory
A(n) ________(two words) is the most fundamental set of programs on a computer.
Operating System
Each programming language has its own ________, which is a set of rules that must be strictly followed when writing a program.
Syntax
The syntax rules dictate how keywords, operators, and various punctuation characters must be used in a program. T/F
True
A computer is not a single device but is a system of devices that all work together. T/F
True
Any piece of data that is stored in a computer’s memory must be stored as a binary number T/F
True
Data is not recorded magnetically on an optical disc but is encoded as a series of pits on the disc surface. T/F
True
When a computer is performing the tasks that a program tells it to do, we say that the computer is running, or ________ the program.
Executing
A(n) ________ (two words) is any device that works with binary data.
Digital Device
The ________ window shows the application’s form and allows you to visually design its appearance by placing the desired controls that will appear on the form when the application executes.
Designer
The ________ (two words) contains buttons that execute frequently used commands.
standard toolbar
The ________ (two words) window allows you to navigate among the files in a Visual C# project.
Solution Explorer
Each Visual C# application that you create is a called a ________.
Solution
A digital song is broken into small pieces known as ________.
Samples
The term ________ means that the programmer finds and corrects logic errors in the program.
Debug
An object must be created in memory before it can be used in a program. T/F
True
________ (three words) is a type of memory that can hold data for long periods of time, even when there is no power to the computer.
Secondary Storage Memory