Principles of Information Systems
Principles of Information Systems
13th Edition
ISBN: 9781337660556
Author: Ralph Stair; George Reynolds
Publisher: Cengage Learning US
Question
Book Icon
Chapter 3, Problem 10DQ
Program Plan Intro

Components of computer:

Computer has four major components, they are:

  • Central processing unit (CPU)
  • Memory unit
  • Input devices
  • Output devices

Central Processing Unit (CPU):

  • CPU plays the key role in a computer by carrying out instructions of a computer program.
  • It performs all the basic logic, arithmetic, controlling and input/output operations that are specified by the instructions.
  • The CPU comprises of two units, Arithmetic logic unit (ALU) and control unit (CU).

Memory unit:

  • Once computer program instructions set are transformed into machine code by CPU, the machine code is stored in memory.
  • Then the CPU fetches the required data and instructions from memory, perform the required operations and then sends the result and next set of instructions back to memory.

Input devices:

  • The devices used by the user to feed information to computer, such as a hard drive, keyboard, or a networking card.
  • These devices get the data from outside world into computer in the way that human eyes and ears bring the data to brain.

Output devices:

  • Output devices are used by computer to deliver the information to the user, such as a monitor, printer, and speaker.
  • The CPU takes the machine code present in memory and converts it into a format that is required by monitor’s hardware.
  • Then the monitor’s hardware alters that information into different light intensities such that words or pictures are seen.

Blurred answer
Students have asked these similar questions
How to develop a C program that receives the message sent by the provided program and displays the name and email included in the message on the screen?Here is the code of the program that sends the message for reference: typedef struct {    long tipo;    struct {        char nome[50];        char email[40];    } dados;} MsgStruct; int main() {    int msg_id, status;    msg_id = msgget(1000, 0600 | IPC_CREAT);    exit_on_error(msg_id, "Creation/Connection");    MsgStruct msg;    msg.tipo = 5;    strcpy(msg.dados.nome, "Pedro Silva");    strcpy(msg.dados.email, "pedro@sapo.pt");    status = msgsnd(msg_id, &msg, sizeof(msg.dados), 0);    exit_on_error(status, "Send");    printf("Message sent!\n");}
9. Let L₁=L(ab*aa), L₂=L(a*bba*). Find a regular expression for (L₁ UL2)*L2. 10. Show that the language is not regular. L= {a":n≥1} 11. Show a derivation tree for the string aabbbb with the grammar S→ABλ, A→aB, B→Sb. Give a verbal description of the language generated by this grammar.
14. Show that the language L= {wna (w) < Nь (w) < Nc (w)} is not context free.

Chapter 3 Solutions

Principles of Information Systems

Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
A+ Guide to Hardware (Standalone Book) (MindTap C...
Computer Science
ISBN:9781305266452
Author:Jean Andrews
Publisher:Cengage Learning
Text book image
A+ Guide To It Technical Support
Computer Science
ISBN:9780357108291
Author:ANDREWS, Jean.
Publisher:Cengage,
Text book image
Enhanced Discovering Computers 2017 (Shelly Cashm...
Computer Science
ISBN:9781305657458
Author:Misty E. Vermaat, Susan L. Sebok, Steven M. Freund, Mark Frydenberg, Jennifer T. Campbell
Publisher:Cengage Learning
Text book image
Fundamentals of Information Systems
Computer Science
ISBN:9781337097536
Author:Ralph Stair, George Reynolds
Publisher:Cengage Learning