Intro To it Exam A & B Flashcards

1
Q

The ______ keyword in SQL is used to inform the DBMS what tables are to be interrogated by the query and, if more than one table contains the data of interest, how they are to be combined or joined.

A

SELECT

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

The _______ keyword in SQL is used to inform the DBMS what fields or attributes are of interest (and where they are located, i.e. which table/relation they can be found in).

A

SELECT clause

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

This server addresses protocols such as: IMAP, POP3, SMTP, HTTP, MAPI, and MIME?

A

eMail Server

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

The system clock speed commonly is measured in which two primary measurements?

A

Megahertz (MHz)

Gigahertz (GHz)

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

All of the following are parts of a URL except for:

A

LAN

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

In a client-server network, what is the role of the server?

A

The role of the server is to send out requests for information.

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

Which of the following describes the knowledge stage in the DIKW model?

A

A management decision on how many people to hire after observing current employee levels and upcoming marketing promotions.

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

Which of the following would NOT require the use of a network?

A

Loading a statistical program on your personal computer.

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

Why is it essential to know what information will be needed from the database from the outset of development? Select all that apply.

A

By knowing the purpose, the developer can determine how many fields are needed in the database.
The developer can determine which data types would help fulfill the purpose.
The purpose determines the structure of the database.

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

Which of the following statements best defines the ALU?

A

The ALU contains circuitry that performs operations on data such as addition and subtraction.

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

Integrated development environments (IDEs) combine which of the following tools into a single package for systems and application development.

A

-Compiling
-Editing
-Debugging

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

Which of the four main components of a computer is described by this statement: This component executes all of the arithmetic and logic operations and is responsible for controlling (commanding) all of the components in the computer.

A

CPU

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

Which of the following statements describes why network protocols are necessary?

A

Network protocols are necessary for computers to communicate with each other.

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

A typical database application has how many layers?

A

2

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

Which of the following are phases of the waterfall model?

A

-Design
-Implementation
-Testing

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

Which answer most accurately describes the timeline of computer development?

A

First, computers built and programmed by engineers. Next, limited use of computers by large organizations. Next, introduction of personal computers. Lastly, Graphical User Interface systems are introduced.

17
Q

Which of the following statements best represents the relevant characteristic of quality data?

A

The data used applies to the question being answered.

18
Q

The _____ keyword in SQL is used to inform the DBMS of the specific criteria the data should match to be returned as the output of the query.

A

WHERE clause

19
Q

_______, sometimes referred to as middleware, facilitate the communication of hardware and software.

A

Device driver

20
Q

Which statement describes the role of a systems administrator?

A

Systems administrators are responsible for the installation and maintenance of the resources of an organization’s network

21
Q

Which of the following is the best definition of a computer network?

A

A computer network is a collection of computers and computer resources (e.g., printers, file servers) connected in such a way that the computers can communicate with each other and their resources.

22
Q

This form of cloud computing is offered as a service by some major organizations, such as Amazon and Google, and used extensively by app developers. Its intent is to be able to quickly and reliably develop and deliver applications

A

PaaS (Platform as a Service)

23
Q

Which of the following is the correct function of the compiler?

A

Translates the entire program, creating an executable program, which can be run at a later time.