When you combine a field name with a table name, you say that you ____ the field names.

A. concatenate
B. combine
C. normalize
D. qualify


Answer: D

Computer Science & Information Technology

You might also like to view...

Fill in the blanks in each of the following sentences about the C++ environment.

a) C++ programs are normally typed into a computer using a(n) ______ program. b) In a C++ system, a(n) _______ program executes before the compiler’s translation phase begins. c) The ________ program combines the output of the compiler with various library functions to produce an executable program. d) The ________ program transfers the executable program from disk to memory.

Computer Science & Information Technology

?Case 1-3 Damon asks his friend Tanya to test his understanding on computer and business ethics. Tanyaasks Damon to provide a scenario that is an act of plagiarism. Which of the following scenarios can Damon provide?

A. ?A teacher sharing a poem with a class, leading the class to believe the poem was his original work B. ?A newspaper reporter paraphrasing a few sentences or paragraphs written by another author without changing the meaning of the text, including the revised text in an article, and crediting the original author with a proper citation C. ?A student copying and pasting information from various online documents and using those quotes in her research paper either indented or enclosed in quotation marks with the proper citations for each author D. ?A philosopher referring to the information available on the Internet and using certain quotes in her research paper either indented or enclosed in quotation marks with the proper citations for each author

Computer Science & Information Technology

A ____ document identifies the purpose of the program being developed, the application title, the procedures to be followed when using the program, any equations and calculations required, any conditions within the program that must be tested, and any notes and restrictions that must be followed by the program.

A. notes B. requirements C. restrictions D. matrix

Computer Science & Information Technology

The functions fgetc() and fgets() return the named constant EOF when the marker is detected.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology