A(n) ________is a file that is part of a running program and performs a specific task
A) application B) app C) service D) process
D
Computer Science & Information Technology
You might also like to view...
MC A try statement must contain__________ .
a) a finally clause. b) one or more except clauses. c) a finally clause or one or more except clauses. d) a finally clause and one or more except clauses.
Computer Science & Information Technology
The selection sort algorithm performs the task of sorting a list by growing a sorted subsection of the list from the _____ to the _____.
A. front / back B. top / bottom C. back / front D. lowest / highest
Computer Science & Information Technology