Today's computers include a very rudimentary ____ language that can be used to enter a sequence of operating system commands.

A. batch processing
B. low-level
C. full-featured
D. assembly


Answer: A

Computer Science & Information Technology

You might also like to view...

In a flowchart, the __________ symbol is used to read data from a file.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Which type of class acts as a coordinator when implementing classes?

A) entity B) interface C) abstract D) control

Computer Science & Information Technology

An ___________ is a private, Internet-like network that a company operates to conduct business with its employees, customers, vendors, and suppliers.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

You need to disable all triggers on the EMPLOYEES table. Which command accomplishes this?

A. ALTER TRIGGERS ON TABLE employees DISABLE; B. None of these commands; you cannot disable multiple triggers on a table in one command. C. ALTER TABLE employees DISABLE ALL TRIGGERS; D. ALTER employees DISABLE ALL TRIGGERS;

Computer Science & Information Technology