ETM 3030 Midterm Flashcards

1
Q

In a flowchart, the ________ (two words) symbol marks the program’s starting point.

A

Start Terminal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A(n) ________ is a program that translates a high-level language program into a separate machine language program.

A

Compiler

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Before the computer can store a real number in memory, it must be encoded in ________.(three words)

A

Floating Point Notation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

A ________object appears on a form as a button with a caption written across its face.

A

Button

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

In a flowchart, ________ are used as input symbols and output symbols to represent the steps in which the program reads input or displays output.

A

Parallelograms

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

One ________ is enough memory to store only a letter of the alphabet or a small number.

A

byte

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

A programmer, or software developer, is a person with the training and skills necessary to ________(design, create, or test) computer programs.

A

design
create
test
(all of these)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Main memory is commonly known as ________, or RAM.

A

Random Access Memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

A(n) ________(two words) is the most fundamental set of programs on a computer.

A

Operating System

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Each programming language has its own ________, which is a set of rules that must be strictly followed when writing a program.

A

Syntax

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

The syntax rules dictate how keywords, operators, and various punctuation characters must be used in a program. T/F

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

A computer is not a single device but is a system of devices that all work together. T/F

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Any piece of data that is stored in a computer’s memory must be stored as a binary number T/F

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Data is not recorded magnetically on an optical disc but is encoded as a series of pits on the disc surface. T/F

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

When a computer is performing the tasks that a program tells it to do, we say that the computer is running, or ________ the program.

A

Executing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

A(n) ________ (two words) is any device that works with binary data.

A

Digital Device

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

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.

A

Designer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

The ________ (two words) contains buttons that execute frequently used commands.

A

standard toolbar

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

The ________ (two words) window allows you to navigate among the files in a Visual C# project.

A

Solution Explorer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Each Visual C# application that you create is a called a ________.

A

Solution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

A digital song is broken into small pieces known as ________.

A

Samples

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

The term ________ means that the programmer finds and corrects logic errors in the program.

A

Debug

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

An object must be created in memory before it can be used in a program. T/F

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

________ (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.

A

Secondary Storage Memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Common input devices are the keyboard, mouse, scanner, microphone, and digital camera. T/F
True
26
In a flowchart, rectangles are used as ________(two words) to represent the steps in which the program performs some process on data, such as a mathematical calculation.
Processing Symbols
27
Some examples of application software are spreadsheet programs, e-mail programs, Web browsers, and game programs. T/F
True
28
A programming statement can consist of keywords, operators, punctuation, and other allowable programming elements, arranged in the proper sequence to perform an operation. T/F
True
29
A special program known as a(n) ________ is used to translate an assembly language program to a machine language program.
Assembler
30
________ refers to all the physical devices, or components, of which a computer is made.
Hardware
31
The computer's CPU is a brain, and it is smart. T/F
False
32
Common output devices are video displays and printers. T/F
True
33
A ________ (two words) is a mistake that does not prevent the program from running but causes it to produce incorrect results
Logic Error
34
A ________ object displays text on a form.
Label
35
In programming, an object is a physical device. T/F
False
36
Programs are commonly referred to as ________.
software
36
The data stored in an object are commonly called fields, or ________.
Properties
37
The term ________ can be used to describe anything that uses binary numbers.
Digital
38
The C# language allows you to write your own classes that have specific fields, properties, and methods that you need for any situation T/F
True
39
A program is nothing more than a list of instructions that cause the CPU to perform operations. T/F
True
40
Digital images are composed of tiny dots of color known as ________.
Pixels
41
A ________ is code that describes a particular type of object.
Class
42
A ________(three words) records data onto a small floppy disk, which can be removed from the drive.
Floppy Disk Drive
43
Programs are normally stored in main memory and loaded into secondary storage as needed. T/F
False
44
The binary numbering system can represent only integer numbers beginning with 0. T/F
True
45
An operating system consists of assemblers, compilers, and interpreters. T/F
False
46
A(n) ________ (two words) is a mistake such as a misspelled keyword, a missing punctuation character, or the incorrect use of an operator.
Syntax Error
47
A window that is not attached to one of the edges of the Visual Studio window is ________.
Floating
48
If a program's source code contains a syntax error, it can be translated to machine language. T/F
False
49
A ________ is a diagram that graphically depicts the steps of an algorithm.
Flowchart
50
The ________ is a window that allows you to select the controls that you want to use in an application's user interface.
toolbox
51
The term bit stands for ________.(two words)
binary digit
52
A computer's CPU can only understand instructions that are written in ________(two words)
Machine Language
53
________ (two words) is data that is stored in binary.
Digital Data
54
Computers are able to store negative numbers in memory by using a technique known as ____________ (two words)
Two's Complement
55
A(n) ________ is a set of well-defined, logical steps that must be taken to perform a task.
Algorithm
56
When beginning a new programming project, it is essential that you ________.
Understand the programs purpose
57
All programming languages have math operators that perform arithmetic. T/F
True
58
The ovals, which appear at the top and bottom of a flowchart, are called ________.(two words)
Terminal Symbols
59
Programming languages have ________ that perform various operations on data.
Operators
60
Inside the solution folder, the ________ (two words) contains various files related to the project.
Project Folder
61
You must have a class for an object before it can be created in memory. T/F
True
62
________ is any data the computer collects from people and from other devices.
Input
63
A(n) ________ is a set of well-defined, logical steps that must be taken to perform a task
Algorithm
64
When a CPU executes the instructions in a program, it is engaged in a process that is known as the ________.
fetch-decode-execute cycle
65
The CPU is the most important component in a computer because without it, the computer could not run software. T/F
True
66
What do you use to convert a string to int?
int.TryParse method
67
what do you use to convert a string to a double?
double.TryParse method
68
what do you use to convert a string to a decimal?
decimal.TryParse method
69