Contents
- 1 What are the terms used in computer?
- 2 What are the 20 ICT terms?
- 3 What are the two main types of computers?
- 4 How do you define technical terms?
- 5 What are three concepts of ICT?
- 6 Which is an example of a COM object?
- 7 How are objects organized in object oriented programming?
- 8 What does COM mean in the object model?
What are the terms used in computer?
Basic Computer Terminologies
- CPU. CPU means ‘Central Processing Unit’.
- RAM. Specifically, RAM stands for “Random Access Memory” or “Ready Access Memory”.
- Hard-disk Drive.
- Floppy Disk.
- Hardware.
- Software.
What are the 20 ICT terms?
20 Computer Terms You Should Know
- Internet, World Wide Web. The Internet is the network of computers we’re all familiar with.
- Web Browser. A program you use to look at, and navigate between, pages on the World Wide Web.
- Bandwidth, Broadband.
- Modem.
- Memory, Disk Space.
- Virus, Spyware, Trojan, Worm, Malware.
- Bits, Bytes.
- Reboot.
What are ICT terms?
Abbreviation for Information and Communications Technology.
What are the two main types of computers?
Types of personal computers
- Desktop computer – a personal computer that is designed to stay at one location and fits on or under a desk.
- Laptop computer (or notebook) – A portable personal computer that is small enough to rest on the user’s lap and can be powered by a battery.
How do you define technical terms?
Technical terminology is often thought of as a shorthand, a way of gaining great depth and accuracy of meaning with economy of words. Technical terms often blend readily into formulae and mathematical manipulation, a term such as force being folded into a formula such as f = ma.
What are the 3 components of ICT?
The three central elements of a computer are data processing, the storage of information, and communication. All of these elements can be implemented by transistors and logic gates.
What are three concepts of ICT?
Information and Communication Technologies (ICTs) is a broader term for Information Technology (IT), which refers to all communication technologies, including the internet, wireless networks, cell phones, computers, software, middleware, video-conferencing, social networking, and other media applications and services …
Which is an example of a COM object?
In general, a software object is made up of a set of data and the functions that manipulate the data. A COM object is one in which access to an object’s data is achieved exclusively through one or more sets of related functions. These function sets are called interfaces, and the functions of an interface are called methods.
What is the field of human computer interaction?
What is Human-Computer Interaction (HCI)? Human-computer interaction (HCI) is a multidisciplinary field of study focusing on the design of computer technology and, in particular, the interaction between humans (the users) and computers.
How are objects organized in object oriented programming?
Object-oriented programming combines a group of variables (properties) and functions (methods) into a unit called an “object.” These objects are organized into classes where individual objects can be grouped together. OOP can help you consider objects in a program’s code and the different actions that could happen in relation to the objects.
What does COM mean in the object model?
Rather, COM specifies an object model and programming requirements that enable COM objects (also called COM components, or sometimes simply objects) to interact with other objects. These objects can be within a single process, in other processes, and can even be on remote computers.