Parts of a Computer
Parts of a Computer2
Represent Data
Sorting Algorithms
AI
100

Headphones, Speakers, Printers, Monitors are examples of 

output devices

100

Microphone, joystick, keyboard are all examples of 

input devices
100

This is the fundamental language of computers, using only the digits 0 and 1 to represent all information.

Binary code
100

Is a simple sorting algorithm that builds the final sorted list one item at a time by taking each element and inserting it into its correct position among the elements that came before it.

Insertion Sort

100

A test proposed by Alan Turing in which a machine would be judged "intelligent" if the software could use conversation to fool a human into thinking it was talking with a person instead of a machine.

the Turing Test

200

This part of a computer stores all your files, pictures, and programs even when the computer is turned off.

a Hard Drive
200

RAM stands for this longer name.

Random Access Memory

200

This is the basic unit of data in computing, and it's either a 0 or a 1

a Bit

200

Is a simple sorting algorithm that repeatedly compares and swaps adjacent elements if they are in the wrong order. It keeps "bubbling" the largest (or smallest) value to the end of the list with each pass.

Bubble sort

200

This AI technology is used in self-driving cars, where the system can identify objects like pedestrians, stop signs, and other vehicles.

Image recognition

300

This memory helps your computer think fast while it's working but forgets everything when you shut it off

RAM

300

What is ROM and what does it stand for

Read Only Memory - This memory stays the same and helps start the computer every time you turn it on

300

In this model each pixel has three components—Red, Green, Blue—usually 8 bits each (0–255).

RGB model- pixel data to represent images

300

An efficient, divide-and-conquer sorting algorithm. It works by dividing the list into smaller parts, sorting those parts, and then merging them back together in order.

Merge Sort

300

This AI technology is used in programs like Siri or Alexa to understand and respond to spoken language.

Speech Recognition

400

the physical parts of a digital system that you can touch


hardware

400

the instructions that tell a computer or robot to work and what to do


software

400

this technique maps 128 common symbols (letters, digits, punctuation, control codes) to 7-bit binary values:

ASCII (American Standard Code for Information Interchange

400

This “divide and conquer” algorithm picks a “pivot” value, partitions the list into elements less and greater than the pivot, then recursively sorts each part.

Quicksort

400

When an algorithm’s decisions consistently disadvantage certain groups because of unrepresentative or prejudiced training data, this unfair phenomenon is called

Algorithm bias

500

Compare and convert between the following sizes: kilobyte, megabyte, gigabyte, terabyte.

1 KB = 1000 Bytes

1 MB=1000 KB

1 GB= 1000 MB

1 TB = 1000 GB

500

the measurement of how fast a computer’s processor works is called

Gigahertz

500

What is the binary representation for the number 2

10

500

In this method, you repeatedly find the smallest (or largest) element from the unsorted portion and move it into its correct position at the front.

Selection Sort

500

This term refers to the ability of a computer to perform tasks that typically require human-like reasoning, such as learning, problem-solving, and decision-making.

What is Artificial intelligence