Intro To it Exam A & B Flashcards
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.
SELECT
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).
SELECT clause
This server addresses protocols such as: IMAP, POP3, SMTP, HTTP, MAPI, and MIME?
eMail Server
The system clock speed commonly is measured in which two primary measurements?
Megahertz (MHz)
Gigahertz (GHz)
All of the following are parts of a URL except for:
LAN
In a client-server network, what is the role of the server?
The role of the server is to send out requests for information.
Which of the following describes the knowledge stage in the DIKW model?
A management decision on how many people to hire after observing current employee levels and upcoming marketing promotions.
Which of the following would NOT require the use of a network?
Loading a statistical program on your personal computer.
Why is it essential to know what information will be needed from the database from the outset of development? Select all that apply.
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.
Which of the following statements best defines the ALU?
The ALU contains circuitry that performs operations on data such as addition and subtraction.
Integrated development environments (IDEs) combine which of the following tools into a single package for systems and application development.
-Compiling
-Editing
-Debugging
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.
CPU
Which of the following statements describes why network protocols are necessary?
Network protocols are necessary for computers to communicate with each other.
A typical database application has how many layers?
2
Which of the following are phases of the waterfall model?
-Design
-Implementation
-Testing