Looks like no one added any tags here yet for you.
Information society is a term for a society in which the creation, distribution, and manipulation of information has become the most significant __________ activity.
economic and cultural
A computer is a __________ device that is used to input, process, store and retrieve data.
programmable
Hardware consists of different __________ and plastic parts.
metallic
Software is defined as a set of __________ for operating a computer system.
instructions
The main tasks performed by an operating system include memory management, allocation of CPU time, control of input and output, and management of __________ devices.
secondary storage
A computer program is a collection of __________ that perform a specific task when executed.
instructions
The Problem Solving Life Cycle also called __________ helps developers understand the problem to be solved and create an effective software solution.
Software Development Procedure
Phase 1 of the Problem Solving Life Cycle includes Development, which consists of Analysis, Design, __________, and Testing.
Coding
During the Requirement phase, a request for a program or a statement of a __________ is made.
problem
Step 2 of the Development phase involves selecting the exact set of steps called an __________ to solve the problem.
algorithm
Testing is a method to verify correctness and that __________ are met.
requirements
Low-level languages are typically used to write __________ software, such as operating systems and device drivers.
system
High-level languages can be run on a variety of __________ types.
computer
The __________ translates the high-level source program into an equivalent target program in machine language.
compiler
An interpreter is a program that reads and executes code __________ by line, without the need for compilation.
line