• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/80

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

80 Cards in this Set

  • Front
  • Back

Data is said to be _____ if it remains available after the computer is powered off.

persistant

The _____ is a programming language is the set of rules that describe how the programming language elements can be used.

syntax

Which of the following are input devices?



- scanner


- keyboard


- digital camera

all three


Which of the following is an input device?



- internal hard drive


- monitor


- system unit


- keyboard


- scanner

keyboard

A computer uses _____ operations to compare two values to see if they are equal to each other.

logical

True or False?



Visual Studio 2010 incorporates a new Web designer interface into ASP.NET 4.0 that uses the design engine of a popular Web page designing program named Adobe Dreamweaver.

false

The most widely used programming language in the world is _____.

Visual Basic

True or False?



A computer can perform addition, subtraction, multiplication, and division operations on numeric data.

true

True or False?



It is the ability of a computer to perform arithmetic ooperations that separates it from other types of calculating devices.

false

True or False?



The programming rules of a language are called its semantics.

false (syntax)

True or False?



Visual Basic 2010 is a programming language.

true

Where data must be placed in order to be processed

RAM

The physical equipment associated with a computer

hardware

Kind of data that remains available even after the computer is powered off

persistent

The kind of computer program that communicates interactively with the user through a graphical user interface

event-driven

The kind of operations used to compare two values

logical

The programming rules of a language

syntax

The most widely used programming language in the world

Visual Basic

Available in VB for all developers who need to use it

class library

The use of these classes allows a program to be developed rapidly

.NET framework 4.0

Provides the tools for a program to examine data that was retrieved from a database

ADO.NET 4.0

Translating programming language statements into machine-executable instructions is accomplished by a process called program _____.

compilation

True or False?



Computer hardware will perform its tasks automatically regardless of whether a software program is running or not.

false

Addition and subtraction are considered to be _____ operations performed by a computer.

arithmetic

A _____ is an item that is a visible part of a graphical user interface.

control

True or False?



Visual Studio can be used to write programs only in Visual Basic language.

false

True or False?



C++ is a language that is derived from the programming language C.

true

The _____ provides tools and processes developers can use to produce and run programs.

.NET framework

True or False?



A logical operation can be used to determine if two values are equal, if one value is greater than the other, or if one value is less that the other.

true

_____ is a language that can be used in Visual Studio.

Visual F#

The _____ containes the .NET components that you can use to develop the graphical user interface for a program.

Toolbox

In the Visual Studio IDE, the _____ identifies the window or application open in the window.

title bar

A(n) _____ is a set of sevices and tools that enable a developer to code, test, and implement a computer program or series of programs.

integrated development environment (IDE)

The process of _____ is used to create an object from a class.

instantiation

True or False?



ADO.NET 4.0 is not part of the .NET framework 4.0.

false

True or False?



Computers can compare numbers, letters of the alphabet, and special characters.

true

True or False?



In order for the computer to execute a program, or carry out the instructions in the program, only the data must be placed in the computer's random access memory (RAM).

false

In which order do most programs follow these general steps?



- create output data, process data, accept input data


- accept input data, process data, create output data


- process data, accept input data, create output data

- accept input data, process data, create output data

True or False?



Almost all of the objects in the .NET framework, such as buttons, text boxes, and picture boxes, are available in ASP.NET 4.0.

true

The characteristics of GUI controls such as buttons and text boxes can be set using the _____ window in the Visual Studio IDE.

properties

True or False?



A program can write data, but it cannot save data on a disk.

false

The process of using prebuilt classes to make application development faster, easier, and more reliable is called _____.

RAD (rapid access development)

Each control that you use when developing the graphical user interface is created from a(n) _____ in the .NET 4.0 Framework.

class

True or False?



ADO.NET 4.0 allows a program to examine data from a database, but does not permit the program to update the data in a database.

false

Most Visual Basic 2010 programs are _____ programs because they communication with the user through a graphical user interface (GUI).

event-driven

True or False?



The .NET Framework 4.0 contains thousands of classes and many class libraries that can be used by Visual Basic developers.

true

True or False?



A programming language is a set of words and symbols that can be interpreted by special computer software to create instructions that can be executed by a computer.

true

Keyboards, monitors, web cams, phone docks, and screens are examples of _____, the physical equipment associated with a computer.

computer hardware

True or False?



If you write a computer program, and want to execute the same program many times without rewriting it each time, you must save the program on a disk.

true

A _____ is an output device.

- smart phone screen


- keyboard


- monitor


- scanner

- smartphone screen


- monitor

It is the ability of a computer to perform _____ operations that separate it from other types of calculating devices.

logical

The _____ contains a list of commands that allow you to create, edit, save, print, test, and run a Visual Basic program.

menu bar

True of False?



The use of MSIL and CLR offer multiple benefits that provide speed and flexibility for both the development and execution environments of a program.

true

A(n) _____ consists of a window containing a variety of objects, that can be displayed on various devices.

GUI

A button or a text box are examples of objects, also called _____, that are part of the graphical user interface.

controls

Both the program and the data must be placed in the _____ of computers like the laptop shown in the accompanying figure in order for the computer to carry out the instructions in the program.

random access memory (RAM)

True or False?



The set of instructions that directs a computer to perform tasks is called computer hardware.

false

True or False?



Many computer programs perform the following general steps: first accept input, then write output, and finally process the data, in that order.

false

True or False?



The process of creating an object from a class template is called generation.

false

A class _____ is a collection of classes that can be made available for developers to use.

library

The Visual Studio programming language, _____, is a synthesis of C++ and Visual Basic.

Visual C#

True or False?



An object acts as a general template and a class is a specific item generated based on a object template.

false

Buttons for frequently used commands such as _____ are found on the Standard toolbar.



- open project


- cut


- save


- paste

all of the above


True or False?



Computer programs can be written in standard English.

false

Clicking a button when a Visual Basic program is running triggers a(n) _____.

event

A computer is able to make decisions based on the results of _____ operations.

logical

True or False?



Both program instructions and the data to be processed must be stored in RAM.

true

_____ are the characteristics of objects in Visual Basic.

Properties

True or False?



Buttons for the .NET components used to develop the graphical user interface are found on the Standard toolbar.

false

Each control has _____.

properties

True or False?



In order for the computer to execute a program, both the program and the data must be placed in the computer's random access memory (RAM).

true

The _____ reads the MSIL code and causes the program instructions to be executed.

CLR

True or False?



ADO.NET 4.0 is a programming framework used to build Web applications on a Web server.

false

A set of prewritten classes called _____ allows you to access data stored in a database.

ADO.NET 4.0

A Web site application runs on a Web server and produces _____ code that is downloaded to a client computer's browser.

HTML

A database is a collection of data organized in a manner that allows _____, _____, and _____ of that data.

retrieval, access, & use

Which of the following is a storage device?



- internal hard drive


- keyboard


- scanner


- monitor


- system unit

internal hard drive

The _____ of Visual Studio 2010 contains buttons for commands that are frequently used, such as Open Project, Save, Cut, Copy, Paste, and Undo.

Standard toolbar

True or False?



A graphical user interface (GUI) is a special device for communicating with a user.

false

A _____ is a collection of data organized in a manner that allows access, retrieval, and use of that data.

database