A
B
C
D
E
100

__________________ is the state where data or instructions are put into a computer system.

Input

100

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.

100

What is the purpose of an network device?

To allow computers to connect and communicate with other computers.

100

What is the purpose of an input device?

To allow the user to give data or information to the computer.

100

What is the purpose of an output device?

To allow the computer to display or communicate the result of a computation

200

What does CPU stand for? 

Central Processing Unit

200

What is a server OS used for?

Handling requests and supplying responses.

200

Which type of operating system is permanently programmed into a hardware device?


Firmware

200

Which of the following is a task that the operating system is NOT responsible for?

Supplies power to peripherals such as a printer.

200

Which of the following statements is something the operating system of a computer is responsible for doing?

Managing memory allocations for all applications

300

The Internet is an example of what type of Network?

Wide Area Network (WAN)

300

Which of the following connects computers close to
each other using a single router

Local Area Network (LAN)

300

Which of the following is the short term memory that stores data that the computer's processor needs to access quickly?

RAM

300

Which of the following is the Brain of the computer?
It runs the machines operating systems and apps.

CPU

300

Which of the following devices is the device that connects all of the physical components of a computer together?

Motherboard

400

What are the two main parts of a computer?

Hardware and Software

400

Which is an example of generative AI?

Creating a new character design based on prompt

400

Which is an example of predictive AI?


A program that guesses tomorrow's temperature





400

Which of the following is an ethical concern of AI?


AI reinforcing stereotypes from biased data

400

Which of the following best describes Artificial Intelligence (AI)?

Technology that allows computers to perform tasks that usually require human intelligence

500

Adding two strings together using the + operator.

Concatenation

500

What is an integer?

A whole number

500

What is the purpose of the input() function in Python?

Get information from the user

500

What will this code display?

x = 5

print(x * 2)

10

500

Which of the following statements is correct about input()?

It waits for the user to type something