COSC65 | Midterms Flashcards
it refers to those attributes of the system that are visible to the software programmer and have a direct impact on the logical execution of a program
computer architecture
what are the 3 main categories that are considered while considering the design of architecture
system design
instruction set architecture
micro architecture
it contains hardware components that are used for building the system
system design
it includes all the instructions provided to the computer system
instruction set architecture
it gives minute detail about storage element
micro architecture
it refers to the way the various components of a computer system are interconnected and work together to perform tasks and execute programs
computer organization
it encompasses the design and arrangement of hardware components, including the central processing unit (CPU), memory, input/output devices, and control units, to ensure efficient and effective operation of the computer
computer organization
it is made up of various elements which help in its effective functioning and processing
computer device
what are five basic components of the computer which help in making this processing of data easier and convenient
input unit
output unit
memory unit
control unit
arithmetical and logical unit
they are the primary elements which make the functioning of an electronic device smooth and faster
components of a computer system
a computer will only respond when a command is given to the device
input unit
when we command a computer to perform a task, it reverts for the action performed and gives us a result called
output (output unit)
when we enter the data into the computer using an input device, the entered information immediately gets saved in the memory unit of the Central Processing Unit (CPU)
memory unit
it transmits the data further to the other parts of the CPU
memory unit
this is the core unit which manages the entire functioning of the computer device
control unit
it is one of the most essential components of the computer system
control unit
all the mathematical calculations or arithmetic operations are performed in the Arithmetic and Logical Unit of the CPU
arithmetical and logical unit
it can also perform actions like a comparison of data and decision-making actions
arithmetical and logical unit
it comprises circuits using which addition, subtraction, multiplication, division and other numerical based calculations can be performed
arithmetical and logical unit
it is part of the abstract model of a computer that defines how the CPU is controlled by the software
instruction set architecture
it acts as an interface between the hardware and the software, specifying both what the processor is capable of doing as well as how it gets done
instruction set architecture
it encompasses all the information necessary for programmers to write a machine language program that will run correctly, including instruction, register, memory access, I/O devices, etc.
instruction set architecture
it allows computer designer to talk about the functions independently from the hardware that perform them
instruction set architecture
what is the meaning of ISA
instruction set architecture
what is the meaning of RISC Processor
reduced instruction set computer processor
it is a microprocessor architecture with a simple collection and highly customized set of instructions
reduced instruction set computer processor
it is built to minimize the instruction execution time by optimizing and limiting the number of instructions.
reduced instruction set computer processor
it means each instruction cycle requires only one clock cycle, and each cycle contains three parameters: fetch, decode and execute
reduced instruction set computer processor
it is also used to perform various complex instructions by combining them into simpler ones
reduced instruction set computer processor
it require several transistors, making it cheaper to design and reduce the execution time for instruction
reduced instruction set computer chips
what are the three parameters in RISC Processor
fetch, decode, and execute
what does CISC processor means
complex instruction set computer
who developed the CISC Processor?
the Intel
it has a large collection of complex instructions that range from simple to very complex and specialized in the assembly language level, which takes a long time to execute the instructions
complex instruction set computer