What is a network?
two or more computers that are linked
What is the software used in class for coding?
Replit
What Is a Computer?
A computer is an electronic device that manipulates
information, or data.
What does “WPA” stand for?
Wi-fi Protected Access
what is a list?
A code statement used to store multiple items in a single variable
What is an ip address?
a unique string of characters that identifies each computer
What is the name of the software that interprets HTML?
Browser
What Are The Different Functions Of A Computer?
input, storage, processing,
and output.
What is a firewall?
A system that protects computers connected to a router unwanted things like people trying to hack into your system.
what does an if statement do?
It's a coding statement where if the code detects a specific thing happening, another thing happens
How does a router remember the device?
by their mac address.
What is the name of the operating system on the laptops?
Ubuntu.
Motherboard is the main printed circuit board?
True
What is a virus?
Code made to destroy system data and files without one's permission.
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
What does a server do?
A server stores, sends, and receives data.
What is a example of a operating system?
Windows/Ubuntu/IOS
Where is RAM located?
RAM is physically small and stored in microchips.
RAM is usually stored outside the CPU in separate chips.
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.
what is an example of a loop?
fruits = ["apple", "banana", "cherry"]
for x in fruits:
print(x)
What switch do we have in class?
2960
How is a spreadsheet organized?
Rows and columns
What does "LAN" cable stand for?
Local area network
What methods can you use to encrypt a network?
Symmetric, asymmetric, and hashing.
how many versions of python are there?
2 major versions