You are on page 1of 4

First activity

the cell phone has a better system, because it can process information in a better way, with a
system that can process in 2 types of memory, in the instruction memory and the data memory,
giving a better optimization

second activity

Parts of processor Descriotion


ALU An arithmetic-logic unit is the part of a central
processing unit that carries out arithmetic and
logic operations on the operands in computer
instruction words.
CONTROLLER is a hardware device or a software program
that manages or directs the flow of data
between two entities. In computing,
controllers may be cards, microchips or
separate hardware devices for the control of a
peripheral device.
LOCAL ATORAGE is the process of storing digital data on
physical storage devices, such as hard disc
drives (HDDs), solid state drives (SSDs), or
external storage devices, such as thumb drives
or discs.
EXTERNAL INTERFACE The external bus interface, usually shortened
to EBI, is a computer bus for interfacing small
peripheral devices like flash memory with the
processor. It is used to expand the internal bus
of the processor to enable connection with
external memories or other peripherals
INTERNAL INTERCONNECTION A system interconnection is any direct
connection between information systems.
Activity 3. Draw and describe the general instruction format.
Fifth activity

total ti me
35

30

25

20

15

10

0
variable lengths time fixed length time
Activity 6

VARIABLE-LENGTH FIXED-LENGTH
 THE DECLARED LENGTH OF THE FIELD  THE DATABASE SERVER SUPPORTS
CAN BE FROM 1 TO 16773100 SINGLE- STORAGE OF FIXED-LENGTH AND
BYTE CHARACTERS AND FROM 1 TO VARYING-LENGTH CHARACTER DATA.
8386550 DOUBLE-BYTE GRAPHIC OR
UCS-2
 THE CURRENT LENGTH MAY BE ANY  A FIXED-LENGTH COLUMN REQUIRES
VALUE FROM 0 TO THE MAXIMUM THE DEFINED NUMBER OF BYTES
DECLARED LENGTH FOR THE FIELD. REGARDLESS OF THE ACTUAL SIZE OF
THE DATA.
 THE KEYWORD VARYING CANNOT BE  THE CHAR DATA TYPE IS OF FIXED-
SPECIFIED FOR A DATA STRUCTURE. LENGTH.
 IN ALL CASES EXCEPT SUBFIELDS  A VARYING-LENGTH COLUMN SIZE
DEFINED USING POSITIONAL CAN BE THE NUMBER OF BYTES
NOTATION, THE LENGTH (SPECIFIED OCCUPIED BY ITS DATA.
BY THE LEN KEYWORD OR THE
LENGTH ENTRY IN POSITIONS 33-39
ON THE DEFINITION SPECIFICATIONS)
CONTAINS THE MAXIMUM LENGTH OF
THE FIELD IN CHARACTERS; THIS
LENGTH DOES NOT INCLUDE THE 2-
OR 4-BYTE LENGTH PREFIX.

You might also like