Is a series of instructions that tells the hardware of a computer what to do and how do you do it?

Unit 7. Evolution of computers

Click play on the following audio player to listen along as you read this section.

Computer Hardware Basics

– any physical device or equipment used in or with a computer system (anything you can see and touch).

External hardware

  • – any hardware device that is located outside the computer.
  • – a piece of hardware device which is used to enter information to a computer for processing.
  • Examples: keyboard, mouse, trackpad (or touchpad), touchscreen, joystick, microphone, light pen, webcam, speech input, etc.
    Is a series of instructions that tells the hardware of a computer what to do and how do you do it?
    Is a series of instructions that tells the hardware of a computer what to do and how do you do it?
  • – a piece of hardware device that receives information from a computer.
  • Examples: monitor, printer, scanner, speaker, display screen (tablet, smartphone …), projector, head phone, etc.

Is a series of instructions that tells the hardware of a computer what to do and how do you do it?
Is a series of instructions that tells the hardware of a computer what to do and how do you do it?
Is a series of instructions that tells the hardware of a computer what to do and how do you do it?

Internal hardware

  • – any piece of hardware device that is located inside the computer.
  • Examples: CPU, hard disk drive, ROM, RAM, etc.

Computer Software Basics

Computer software

  • – a set of instructions or programs that tells a computer what to do or how to perform a specific task (computer software runs on hardware).
  • Main types of software – systems software and application software.

Application software

Is a series of instructions that tells the hardware of a computer what to do and how do you do it?

  • – a computer program that provides users with tools to accomplish a specific task.
  • Examples of application software: word processing, spreadsheets, presentation, database management, Internet browsers, email programs, media players, accounting, pronunciation, translation, desktop publishing, enterprise, etc.

System Software

– it is designed to run a computer’s hardware and application software, and make the computer system available for use. It serves as the interface between hardware, application software, and the user.

Is a series of instructions that tells the hardware of a computer what to do and how do you do it?

  • Main functions of system software – allocating system resources, managing storage space, storing and retrieval of files, providing security, etc.
  • Main types of systems software – operating system, device driver, utility software, programming software, etc.

– a software that controls and coordinates the computer hardware devices and runs other software and applications on a computer. It is the main part of system software and a computer will not function without it.

  • Main functions of an operating system – booting the computer, managing system resources (CPU, memory, storage devices, printer, etc.), managing files, handling input and output, executing and providing services for application software, etc.
  • Examples of operating system: Microsoft Windows, Apple iOS, Android OS, macOS, Linux, etc.

– a software program that is designed to control a particular hardware device that is attached to a computer.

  • The main purpose of device driver – it acts as a translator between the hardware device and operating systems or applications that use it.
  • It instructs computer on how to communicate with the device by translating the operating system’s instructions into a language that a device can understand in order to perform the necessary task.
  • Examples of device driver: printer driver, display driver, USB driver, sound card driver, motherboard driver, ROM driver, etc.

– a type of system software that helps set up, analyze, configure, strengthen, maintain a computer and performs a very specific task (e.g. antivirus software, backup software, memory tester, screen saver, etc.).

What is a computer instruction?

A computer instruction is an order given to a computer processor by a computer program. At the lowest level, each instruction is a sequence of 0s and 1s that describes a physical operation the computer is to perform.

Computer instructions typically have three fields. These include an operation code, or opcode, field that identifies the operation to be performed, such as "add" data in memory to a specific register. They also have an address field, showing where registers and memory are located, and a mode field, showing how the registers and memory will perform.

Instructions vary in length. They can be a few bits long or many bytes. A very long instruction word (VLIW) is a processing architecture where the instructions are processed in parallel. VLIW is mostly used in high-performance, embedded applications. Reduced instruction set computer, or RISC, microprocessors are designed to perform a small number of computer instruction types, often of fixed lengths.

How do computer instructions work?

Computer programmers provide the instructions that the computer system needs, using a keyboard or other type of input device. The computer's operating system (OS) or other software applications are programmed to interpret and execute these instructions.

Depending on the particular instruction type, instructions specify special storage areas called registers that may contain data to be used in carrying out an instruction. Instructions also specify the location in computer memory of the data and the input/output (I/O) format to be used.

In a computer's assembler language, each language statement generally corresponds to a single processor instruction. In high-level languages, such as C++, a language statement generally results after the program is compiled in multiple processor instructions.

In assembler language, a macro instruction is one that expands to become multiple instructions during the assembler program processing. The exact way this works is based on a previously coded macro definition.

Is a series of instructions that tells the hardware of a computer what to do and how do you do it?
Computers have three formats for instruction code: memory reference, register and input/output.

How instruction sets work

A collection of computer instructions is an instruction set. It facilitates a variety of tasks for a computer system's central processing unit (CPU) to execute. A basic computer has a computer architecture designed to link all components together into a cohesive system. The computer organization generally includes a CPU, memory, I/O components, firmware that contains the OS and specific control instructions on how the computer functions.

The following are the principal categories of instructions a computer must have to process information:

  • computing capabilities, including arithmetic, shift and logic instructions;
  • instructions that move information into and out of registers that are associated with the CPU and memory;
  • program control instructions that also check the status of program activity; and
  • instructions for I/O activities.

A considerable amount of information is stored in memory registers, but all computational and general processing activities occur in CPU registers. Branching instructions handle changes in how a program executes. I/O instructions move data into memory for subsequent processing regimes and then deliver the results to the user.

The 3 components of computer instructions

The computer instructions that programmers provide are made up of three fields. These fields are the following:

  1. Opcode field. This field describes the operation that is to be performed.
  2. Address field. This field indicates where register or memory addresses are located. These are referred to as the operands or the data that will be operated on or manipulated.
  3. Mode field. This field specifies how the operand will perform.

Quantum computers loom as one of the next big steps in computing. Find out what you need to know about quantum computer programming.

This was last updated in June 2022

Continue Reading About computer instruction

  • Interpreted vs. compiled languages: What's the difference?
  • Functional vs. object-oriented programming: The basics
  • The basics of working with declarative programming languages
  • Choose between CISC vs. RISC processors for edge virtualization
  • A breakdown of object-oriented programming concepts

What do you call to the set of instructions that tells the hardware what to do and how do you do it Examples include Web browsers games and word processors?

Software is any set of instructions that tells the hardware what to do and how to do it. Examples of software include web browsers, games, and word processors.

What are instructions that tells computer what to do?

Software is a set of instructions that tells the hardware what to do.

What is the name for a set of instructions that tells a computer how do you handle information group of answer choices software RAM CPU hardware?

Software – a set of instructions or programs that tells a computer what to do or how to perform a specific task (computer software runs on hardware). Main types of software – systems software and application software.