0% found this document useful (0 votes)
67 views3 pages

Itec 101

Memory temporarily stores data and instructions to allow the CPU to access them quickly. The CPU performs basic tasks like arithmetic, controlling input/output according to program instructions. Computers cannot make decisions on their own and require human programming. A programming environment includes compilers and tools to write and run programs for a specific hardware and operating system combination. Common operating systems include Windows, macOS, and Android versions. Popular programming languages are Java, SQL, C++, Python, and JavaScript. A simple C++ program can display a name. The document writer hopes to be a game developer in 5 years to design their own video games.

Uploaded by

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

Itec 101

Memory temporarily stores data and instructions to allow the CPU to access them quickly. The CPU performs basic tasks like arithmetic, controlling input/output according to program instructions. Computers cannot make decisions on their own and require human programming. A programming environment includes compilers and tools to write and run programs for a specific hardware and operating system combination. Common operating systems include Windows, macOS, and Android versions. Popular programming languages are Java, SQL, C++, Python, and JavaScript. A simple C++ program can display a name. The document writer hopes to be a game developer in 5 years to design their own video games.

Uploaded by

Chase
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 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