Unit 1
Unit 2
Unit 3
Unit 4
Unit 5
100

what is IT?

information technology

100

what does SEO stand for?

 search engine optimization

100

what is a database

a structured set of data held in a computer, especially one that is accessible in various ways.

100

what is a network

an arrangement of intersecting horizontal and vertical lines.

100

what is the testing step

the testing phase involves making sure the end product meets all of the requirements. these days, testing usually happens as the code is being developed. but this testing phase refers to the final testing once the app has been fully coded. errors need to be fixed and re-tested. this cycle may need to happen several times before the app is completed.

200

what does it mean to get hacked?

an unauthorized person has breached a digital device, account, or network

200

a day in the life of a web developer at 9:00 am 

attend a team meeting for a current web project. work is assigned, tasks are prioritized, and goals are set.

200

what is law

more and more police departments are using technology to predict when and where crimes will take place. facial recognition can be used to identify criminals. correction facilities are using technology to monitor inmates and to help enforce parole.

200

what is a packet

a piece of data that is sent through a network

200

a day in the life of a software developer at 3:00 pm

begin creating a design document for the new project

300

what is netiquette?

digital etiquette

300

what is CMS

 content management system

300

what is word processing software

need to type up a research paper? Create a resume? Write a short story? Word processing software has what you need! You can choose from Microsoft Word, google docs, pages, openoffice, wordperfect, and more.

300

what is malware

malware refers to any software that is malicious. In other words, it tries to damage, destroy, or disrupt a particular IT system. malware is dangerous because it can spread from computer to computer quickly and infect an entire network. common types of malware include viruses, worms, trojans, spyware, and ransomware. malware is often spread by downloading email attachments or clicking on suspicious links.

300

what is IDE

integrated development environment

400

when you want to change the title on a google doc where do you go? "top left" "top right" "middle" bottom left"

top left

400

what does the template gallery button do?

expand your options

400

what is google drive

a place to store files

400

what is a resume

a brief account of a person’s education, qualifications, and previous experience

400

how would you make a code to, ask for your name, then say, "that is my name too!"

name = input("What is your name?")
if name == "Spiderman":
    print("That's my name too!")

M
e
n
u