what is IT?
information technology
what does SEO stand for?
search engine optimization
what is a database
a structured set of data held in a computer, especially one that is accessible in various ways.
what is a network
an arrangement of intersecting horizontal and vertical lines.
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.
what does it mean to get hacked?
an unauthorized person has breached a digital device, account, or network
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.
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.
what is a packet
a piece of data that is sent through a network
a day in the life of a software developer at 3:00 pm
begin creating a design document for the new project
what is netiquette?
digital etiquette
what is CMS
content management system
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.
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.
what is IDE
integrated development environment
when you want to change the title on a google doc where do you go? "top left" "top right" "middle" bottom left"
top left
what does the template gallery button do?
expand your options
what is google drive
a place to store files
what is a resume
a brief account of a person’s education, qualifications, and previous experience
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!")