Itec 101

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

1. How does a memory work?

-Although memory can refer to any type of electronic storage, it is most


commonly used to refer to quick, temporary storage. Your computer's CPU would be
exceedingly slow if it had to constantly access the hard disk to retrieve every piece of
data it requires. The CPU can access the information considerably more quickly when
it is maintained in memory. The majority of memory is designed to hold data for a
short period of time.

2. what are the functions of Central Processing unit?

-The electronic equipment that executes instructions in a computer program is


known as a central processing unit (CPU), sometimes known as a central processor,
main processor, or simply processor. Basic arithmetic, logic, controlling, and
input/output (I/O) tasks are performed by the CPU according to the instructions in the
program.

3. Why computers have a lack in decision making?

-Computers are incapable of deciding what task to perform next. A computer is


a machine designed by humans to perform a variety of tasks in response to
instructions. They are unable to accomplish anything on their own.

4. what is a programming environment?


-A particular configuration of hardware or software. "The environment" refers to
a hardware platform and the operating system that is used in it. A programming
environment would include the compiler and associated development tools.

5. Name at least 5 operating system of Microsoft, Apple computer, and Android.

Microsoft Apple Computer Android

Windows 7 Jaguar Jelly Bean


Windows XP Puma KitKat
Windows 8 Panther Lollipop
Windows 10 Leopard Marshmallow
Windows 11 Tiger Oreo

6. Name at least 5 common programming languages


-Java, SQL, C++, Python, and JavaScript

7. Choose among those programming languages and create a simple program output that
will display your name.

-I choose the C++

#include <iostream>
using namespace std;

int main() {

cout << "Angelo James Vidal";


return 0;
}
8. 5 years from how would you see yourself among those computing profession you may
land in, why do choose that?
- I want to be a game developer in five years from now because I've always
enjoyed video games and have always thought to myself that when I grow
up, I want to design my own games. I'd like to know what it's like to have
your own video games. My ambition as a game developer is to create a
triple-A game.

You might also like