Prelim Homework⭐️ Flashcards
How can you be confident about the security of a website?
Use of HTTPS and a valid digital certificate shown encryption level.
Describe two effects that trojans and adware can have on a computer.
They can control the infected computer.
Can be used to open black doors to allow access for hackers into your computer
Stolen data can be sent to cyber criminals.
What is the purpose of CSS when creating a website?
To add style to the webpage(s)
State a part of a website that is generated using client side scripting.
Dynamic menus
Mouse over
JavaScript pop ups
State a part of a website that is generated using server side scripting.
Receiving user input
Validation of form data connecting to database server
State the purpose of meta tags.
To provide a description of the webpage
To provide information to search engines
Declare, using pseudo code or a language you are familiar with, a variable that can store the data for 100 cars.
DECLARE cars AS ARRAY OF car INITIALLY []*100