0% found this document useful (0 votes)
129 views2 pages

Analyze The Diagram Below. Discuss The Concepts and Components Involved in The Illustration Using 5 To 7 Sentences

The document discusses computer organization concepts including the major components of a computer and CPU. It analyzes a diagram showing the computer, CPU, control unit, and their internal parts. It then lists 3 fundamental computer functions - input, process, output - and cites a reference. Finally, it provides 3 examples of C/C++ compilers for Windows with short descriptions and a reference.

Uploaded by

boombot satch
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
129 views2 pages

Analyze The Diagram Below. Discuss The Concepts and Components Involved in The Illustration Using 5 To 7 Sentences

The document discusses computer organization concepts including the major components of a computer and CPU. It analyzes a diagram showing the computer, CPU, control unit, and their internal parts. It then lists 3 fundamental computer functions - input, process, output - and cites a reference. Finally, it provides 3 examples of C/C++ compilers for Windows with short descriptions and a reference.

Uploaded by

boombot satch
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

1. Analyze the diagram below.

Discuss the concepts and components involved in the illustration


using 5 to 7 sentences.

• The diagram consists of 3 major parts where it is in the circle the computer, CPU, and the
Control Unit. Computer has 4 parts the input and output are like a keyboard or computer
peripherals, main memory like SSD and HDD, system bus connections between the parts,
and CPU the main part of the computer and computer will not boot or on if no CPU
installed. CPU also has 4 parts the Register the source of data, ALU a part that convert
computation to bits, Internal Bus its like the system bus but internal is inside the CPU and
last the main parts inside the CPU is control unit that serves in managing all the parts.

a. Which part of the computer stores data?

• Main Memory

b. Which part of the diagram moves data between the computer and its external
environment?

• Input and Output

c. Which component in the diagram holds the control unit?

• Central Processing Unit (CPU)

d. Which part of the central processing unit performs the computer’s data processing
functions?

• Arithmetic Logic and Unit

e. What particular component can be utilized to facilitate the transmission of data within
the central processing unit?

• Internal Bus

2. Search for different related literatures about computer organization and deduce at
least (3) fundamental functions of a computer. Describe each function using 2 to 3
sentences only. Properly cite your references.

• Input – where it is the peripherals used outside the computer like keyboard use to
command and type inside the computer.
• Process – is where after you input a data it will process inside on what to do next.
• Output – the results of what data does the input processed. Like in computer
the output device is the monitor.

https://www.computernetworkingnotes.com/networking-
tutorials/basic-functions-of-a-computer-explained.html

3. Explore different compilers available in the industry today. Then, give at least three (3)
compilers compatible with Windows operating system. Provide a short description and the
corresponding reference for each compiler.
• Intel C++ Compiler also is known as ICC available for both Linux and windows. Intel
compilers are optimized to computer systems using processors that support Intel
architectures. It works with both c and c++.
• Jdoodle provides an interesting and fun to use online C++ compiler with an astonishing
code execution speed. Available for both C++ , C and other languages like – Java , PHP ,
Python, etc
• TinyCC (aka TCC) is a small but hyper fast C compiler. Unlike other C compilers, it is meant
to be self-relying: you do not need an external assembler or linker because TCC does that
for you. Available only for c and windows.

https://csspoint101.com/best-c-plus-plus-and-c-compilers/

You might also like