__________________ is the state where data or instructions are put into a computer system.
Input
Which of the following statements is the simplest and most accurate definition of a computer?
A computer is something that performs calculations by following and executing specific instructions to solve a problem.
What is the purpose of an network device?
To allow computers to connect and communicate with other computers.
What is the purpose of an input device?
To allow the user to give data or information to the computer.
What is the purpose of an output device?
To allow the computer to display or communicate the result of a computation
What does CPU stand for?
Central Processing Unit
What is a server OS used for?
Handling requests and supplying responses.
Which type of operating system is permanently programmed into a hardware device?
Firmware
Which of the following is a task that the operating system is NOT responsible for?
Supplies power to peripherals such as a printer.
Which of the following statements is something the operating system of a computer is responsible for doing?
Managing memory allocations for all applications
The Internet is an example of what type of Network?
Wide Area Network (WAN)
Which of the following connects computers close to
each other using a single router
Local Area Network (LAN)
Which of the following is the short term memory that stores data that the computer's processor needs to access quickly?
RAM
Which of the following is the Brain of the computer?
It runs the machines operating systems and apps.
CPU
Which of the following devices is the device that connects all of the physical components of a computer together?
Motherboard
What are the two main parts of a computer?
Hardware and Software
Which is an example of generative AI?
Creating a new character design based on prompt
Which is an example of predictive AI?
Which of the following is an ethical concern of AI?
AI reinforcing stereotypes from biased data
Which of the following best describes Artificial Intelligence (AI)?
Technology that allows computers to perform tasks that usually require human intelligence
Adding two strings together using the + operator.
Concatenation
What is an integer?
A whole number
What is the purpose of the input() function in Python?
Get information from the user
What will this code display?
x = 5
print(x * 2)
10
Which of the following statements is correct about input()?
It waits for the user to type something