What is artificial intelligence?
(AI)
A field in computer science dedicated to creating “intelligent” computers that can simulate human intelligence processes.
What are the two categories of artificial intelligence?
Modern large language models blur the line somewhat between weak AI and strong AI. Unlike traditional narrow (weak) AI, they can handle diverse tasks, although they still are not truly “conscious” or capable of genuine reasoning in the strong AI sense.
What is weak artificial intelligence?
An AI system that can simulate human cognitive functions but is not actually conscious and is designed to perform a specific task.
What is an example of weak artificial intelligence?
Apple’s Siri voice recognition software
Siri is a trademark of Apple Inc., registered in the U.S. and other countries.
What is strong artificial intelligence?
A theoretical AI system equal to human intelligence, capable of reasoning, making judgments, learning, and solving problems without human intervention.
What are large language models?
(LLMs)
Large language models (LLMs) such as ChatGPT, Claude, Google’s Gemini, or Microsoft’s Copilot are artificial intelligence systems trained on vast amounts of text data to understand and generate human-like language.
ChatGPT is a registered trademark of OpenAI.
Claude is a registered trademark of Anthropic, PBC.
Gemini is a registered trademark of Google LLC.
Copilot is a registered trademark of Microsoft Corporation.
Is ChatGPT an example of weak AI or strong AI?
It is somewhere in between. Unlike traditional narrow (weak) AI, large language models like ChatGPT can handle diverse tasks, although they still are not truly “conscious” or capable of genuine reasoning in the strong AI sense.
What does machine learning, an artificial intelligence process, include?
Machine learning is a process whereby computers can learn by using algorithms to interpret data in order to predict outcomes and learn from feedback.
What do computer vision and machine vision, processes within the broad field of artificial intelligence, do?
They focus on enabling computers to interpret and understand visual information from images.
What is the role of artificial intelligence in accounting?
AI can automate repetitive tasks, allowing accountants to focus on advisory services and ensuring data interpretation is useful for decision making.
What should be considered when instituting artificial intelligence?
What is cloud computing?
A method of outsourcing IT functions to increase capacity or add capabilities without investing in new infrastructure.
What are the three types of cloud computing resources?
What is Software as a Service?
(SaaS)
It provides the capability to use the provider’s applications running on a cloud infrastructure, accessible from various client devices.
What is Platform as a Service?
(PaaS)
It provides the capability to deploy consumer-created applications onto the cloud infrastructure using operating systems, programming languages, libraries, services, and tools provided by the cloud provider.
What is Infrastructure as a Service?
(IaaS)
It provides the capability to deploy and run software, including operating systems and applications, on the cloud provider’s infrastructure. The consumer does not manage or control the underlying cloud infrastructure but does have control over its deployed operating systems, storage, and applications.
What are the benefits of cloud computing?
What are the limitations of cloud computing?
What is a blockchain?
A decentralized and distributed platform that is a record of transactions in chronological order, used to store and share information among network participants.
Packages, or blocks, containing the transactions are secured using cryptography, and the chain of blocks is stored on multiple computers.
In the context of blockchain, what is a peer-to-peer (P2P) network?
A decentralized network of computers that share information and resources directly without a centralized server.
What are nodes in a peer-to-peer network in the context of a blockchain?
Computers on a peer-to-peer network that keep the network running by participating in the relay of information. A node sends information to a few other nodes, which in turn relay the information to additional nodes, and so forth, to spread information around the network.
What is the role of full nodes in a blockchain network?
They each store a complete copy of the blockchain, validate transactions, and maintain consensus among nodes.
In the context of a blockchain, what is a distributed ledger?
A database held by each full node in a network, updated by each full node independently, passed around the network, and maintained without a central authority.
What is “consensus” on a blockchain network?
Agreement among a majority (51% or more) of the nodes on the value of the data, that is, the transactions, to be included in the ledger.