A(n) ___________ is a medium-sized computer that usually services less users, stores less data, and processes data more slowly than a mainframe computer.

a. minicomputer
b. microcomputer
c. ENIAC
d. desktop
e. FORTRAN


a. minicomputer

Computer Science & Information Technology

You might also like to view...

which returns the number of employees whose age is 27, and the other contains the single UPDATE statement

The granular locking protocol can exhibit a deadlock between two transactions, one of which executes a single SELECT statement and the other a single UPDATE statement. For example, suppose that one transaction contains the single SELECT statement

SELECT COUNT (P.Id)
FROM Employee P
WHERE P.Age = ’27’
UPDATE Employee
SET Salary = Salary * 1.1
WHERE Department = ’Adm’
which gives all employees in the administration a 10% raise. Assume that there are indices on both Department and Age and that the tuples corresponding to the department Adm are stored in more than one page as are those corresponding to age 27. Showhowa deadlock might occur at isolation levels other than READ UNCOMMITTED.

Computer Science & Information Technology

Big O notation is concerned with the growth rate of algorithm run times, so ________.

a. constants are dominant b. constants are ignored c. constant terms are emphasized d. constants with large values are more important than those with low values

Computer Science & Information Technology

What is an advantage and a disadvantage of calling the method getFrequencyOffrom contains?

What will be an ideal response?

Computer Science & Information Technology

You can refine a search to find files of a specified kind, such as a document or an e-mail message

Indicate whether the statement is true or false

Computer Science & Information Technology