Filters
Question type

Study Flashcards

Explain what an expert system is.

Correct Answer

verifed

verified

Logic programming has been used to write...

View Answer

____ is the FORTRAN implementation of "input."


A) FETCH
B) GET
C) READ
D) INPUT

E) A) and B)
F) A) and C)

Correct Answer

verifed

verified

Java is the language used to frame database queries. _________________________

A) True
B) False

Correct Answer

verifed

verified

Unlike FORTRAN, COBOL, C, C++, and Ada, which were carefully developed as programming languages, ____________________, a modern, object-oriented language, was almost an accident.

Correct Answer

verifed

verified

Much of the processing in the business world concerns updating "transaction files" with changes from "master files."

A) True
B) False

Correct Answer

verifed

verified

Logic programming languages are sometimes called imperative languages. _________________________

A) True
B) False

Correct Answer

verifed

verified

C# is the successor to C++ and is the same basic language.

A) True
B) False

Correct Answer

verifed

verified

The majority of business transactions, billions of them per day, are still done on ____________________ code that has now been updated and is likely to continue to run for the foreseeable future.

Correct Answer

verifed

verified

Lady Ada Lovelace is regarded as the world's first programmer on the basis of her correspondence with Charles Babbage and her published notes on his work with the Analytic Engine.

A) True
B) False

Correct Answer

verifed

verified

Describe in detail what a metalanguage like XML is and what it can do.

Correct Answer

verifed

verified

The tags in HTML are, as we have seen, specified. The tag pair <b> </b>, for example, is used to display the enclosed text as boldface. The writer of the HTML document cannot invent new tags. XML (eXtensible Markup Language) is a newer markup language. It is a "metalanguage," that is, a markup language for markup languages. Using XML, the writer can create his or her own tags; an XML document is not about displaying information but about how to structure and interpret information to be displayed. An XML document usually also contains or refers to a schema that describes the data, and the body of the XML document can then be checked against the schema to be sure that it is a well-formed document. All modern browsers support mechanisms that translate XML documents into HTML documents for display. XML allows for flexible document interchange across the Web; for example, in May 2003, the National Library of Medicine announced a "Tagset" for journal articles to provide a single format in which journal articles that originate from many different publishers and societies can be archived. As another example, LegalXML is a collection of XML standards for sharing and transmitting legal documents of various kinds, such as documents between courts and attorneys, court transcripts, electronic contracts, and so on. More commonly, XML-based file formats now form the basis for office productivity tools, such as Microsoft Office, OpenOffice, and Apple iWork.

____ goes a step further toward not specifying exactly how a task is to be done.


A) Logic interfacing
B) Logic structuring
C) Logic outlining
D) Logic programming

E) A) and D)
F) C) and D)

Correct Answer

verifed

verified

D

Briefly discuss the relationship between facts and queries in logic programming.

Correct Answer

verifed

verified

In logic programming, various facts are ...

View Answer

C++ is in fact a "subset" of C, meaning that all of the C++ language is part of C.

A) True
B) False

Correct Answer

verifed

verified

Early versions of FORTRAN allowed the use of mathematical symbols such as < to compare two quantities.

A) True
B) False

Correct Answer

verifed

verified

A ____ occurs when a function, in the course of acting on its argument values to produce a result value, also changes other values that it has no business changing.


A) side effect
B) side line
C) secondary interface
D) secondary routine

E) B) and D)
F) All of the above

Correct Answer

verifed

verified

A program to interact with an I/O device is called a ____.


A) device-let
B) device interface
C) device driver
D) device hook

E) A) and B)
F) All of the above

Correct Answer

verifed

verified

____ is really a catchall term for a variety of approaches to computing architectures and algorithm design.


A) Distributed processing
B) Serial processing
C) Parallel processing
D) Scalable processing

E) A) and C)
F) None of the above

Correct Answer

verifed

verified

____________________ language code fragments can be embedded in Web pages to make those pages active rather than static.

Correct Answer

verifed

verified

____ is the most widely used language for writing system software because of the versatility its design philosophy bestowed on it.


A) C++
B) Pascal
C) Java
D) C

E) B) and C)
F) All of the above

Correct Answer

verifed

verified

C++ was designed with engineering applications in mind. _________________________

A) True
B) False

Correct Answer

verifed

verified

False

Showing 1 - 20 of 50

Related Exams

Show Answer