Networking
Software
Hardware
PC Security
Python
100

What is a computer network?

two or more computers that are linked together and share resources

100

 What is the online software used in class for coding?

Replit

100

What is an example of an INPUT device?

mouse, keyboard, mic or camera

100

What does “WPA” stand for?

Wi-fi Protected Access

100

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

what is a list?

200

What is an IP address?

Internet Protocol  - a unique string of characters that identifies each device on a network

200

What is the name of the software that interprets HTML tags?

Browser

200

What are the 4 different functions of a computer?

input, storage, processing,

and output.

200

A system that protects computers connected to a router from hackers trying to hack into your system.

What is a firewall?

200

What Python keyword is used when writing code to make a decision?

IF

300

How does a router remember the device?

 It saves the device MAC address in a table.

300

What is the name of the Linux operating system that we use in class?

 Ubuntu

300

The main printed circuit board in a PC where all hardware components are installed.

Motherboard

300

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

What is a virus?

300

what is the difference between if statements and else if statements?

if condition is met then program does something otherwise it does something else

400

What does a server do?

A server stores, sends, and receives data.   It provides DHCP service and provides each device with an IP address.

400

What is a example of a operating system?

Windows/Ubuntu/IOS

400

Where is RAM located?

RAM SIMMS are plugged into DIMMS on the motherboard

400

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 antivirus software?

400

What two types of loops did we learn this year?

FOR and WHILE

500

What connectivity device do we plug our Cat5e ethernet cables into?

switch

500

How is a spreadsheet organized?

Rows and columns

500

What are the 3 parts of the CPU?

CU, RAM, ALU

500

What methods can you use to encrypt a network?

Symmetric, asymmetric, and hashing.

500

What Python code do you need to type at the top of your Python code to use external libraries (eg. time, random, ev3dev)?

import 

M
e
n
u