midterm 10/29 Flashcards
In a flowchart, the ________ 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 ________.
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 ________ computer programs.
design
create
test
Main memory is commonly known as ________, or RAM.
random access memory
A(n) ________ 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.
true
A computer is not a single device but is a system of devices that all work together.
true
Any piece of data that is stored in a computer’s memory must be stored as a binary number
true
Data is not recorded magnetically on an optical disc but is encoded as a series of pits on the disc surface.
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) ________ 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 ________ contains buttons that execute frequently used commands.
standard toolbar
The ________ window allows you to navigate among the files in a Visual C# project.
solution expert
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.
true
________ 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
Common input devices are the keyboard, mouse, scanner, microphone, and digital camera.
true
In a flowchart, rectangles are used as ________ to represent the steps in which the program performs some process on data, such as a mathematical calculation.
processing symbols
Some examples of application software are spreadsheet programs, e-mail programs, Web browsers, and game programs.
true
A programming statement can consist of keywords, operators, punctuation, and other allowable programming elements, arranged in the proper sequence to perform an operation.
true
A special program known as a(n) ________ is used to translate an assembly language program to a machine language program.
assembler
________ refers to all the physical devices, or components, of which a computer is made.
hardware
The computer’s CPU is a brain, and it is smart.
false
Common output devices are video displays and printers.
true
A ________ is a mistake that does not prevent the program from running but causes it to produce incorrect results
logic error
A ________ object displays text on a form.
label
In programming, an object is a physical device.
false
Programs are commonly referred to as ________.
software
The data stored in an object are commonly called fields, or ________.
properties
The term ________ can be used to describe anything that uses binary numbers.
digital
The C# language allows you to write your own classes that have specific fields, properties, and methods that you need for any situation
true
A program is nothing more than a list of instructions that cause the CPU to perform operations.
true
Digital images are composed of tiny dots of color known as ________.
pixels
A ________ is code that describes a particular type of object.
class
________ can be used to create applications not only with Visual C#, but also with other languages such as Visual Basic and C++.
visual studio 2012
A ________ records data onto a small floppy disk, which can be removed from the drive.
floppy disk drive
Programs are normally stored in main memory and loaded into secondary storage as needed.
false
GUIs allow the user to point at graphical elements and click the mouse button to activate them.
true
When you use a(n) ________ language, you create programs by putting together a collection of objects.
object oriented
Disk drives and recordable optical disk drives can be considered input devices or output devices.
true