Networking
Software
Hardware
Pc security
Python
100

What is a network?

 two or more computers that are linked 

100

 What is the software used in class for coding?

Replit

100

What Is a Computer?

A computer is an electronic device that manipulates

information, or data.

100

What does “WPA” stand for?

Wi-fi Protected Access

100

 what is a list?

A code statement used to store multiple items in a single variable

200

What is an ip address?

a unique string of characters that identifies each computer 

200

 What is the name of the software that interprets HTML?

Browser

200

What Are The Different Functions Of A Computer?

input, storage, processing,

and output.

200

What is a firewall?

A system that protects computers connected to a router unwanted things like people trying to hack into your system.

200

 what does an if statement do?

It's a coding statement where if the code detects a specific thing happening, another thing happens

300

How does a router remember the device?

 by their mac address.

300

What is the name of the operating system on the laptops?

 Ubuntu.

300

Motherboard is the main printed circuit board?

True

300

What is a virus?

Code made to destroy system data and files without one's permission.

300

what is the difference between if statements and else if statements

Does a similar thing to if statements, but if a specific thing is not happening then the program will run a different thing

400

What does a server do?

A server stores, sends, and receives data.

400

What is a example of a operating system?

Windows/Ubuntu/IOS

400

Where is RAM located?

RAM is physically small and stored in microchips.

RAM is usually stored outside the CPU in separate chips.

400

How does an antivirus program work?



A software that works behind the scenes checking everything you look at and scans it for viruses. It then notifies you about the virus.

400

 what is an example of a loop?



fruits = ["apple", "banana", "cherry"]

for x in fruits:

  print(x)

500

What switch do we have in class?

2960

500

How is a spreadsheet organized?

Rows and columns

500

What does "LAN" cable stand for?

Local area network

500

What methods can you use to encrypt a network?

Symmetric, asymmetric, and hashing.

500

how many versions of python are there?

2 major versions