Computer Security and HTML Basics

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/16

flashcard set

Earn XP

Description and Tags

These flashcards cover key concepts related to password security, HTML basics, network types, digital image fundamentals, and more.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

17 Terms

1
New cards

What is the main difference in combinations between a 3-digit and a 4-digit lock?

A 3-digit lock has 1,000 combinations, while a 4-digit lock has 10,000 combinations.

2
New cards

How long would it take to crack a 3-digit lock if each attempt takes 2 seconds?

It would take 2,000 seconds or 33.33 minutes.

3
New cards

What are the three main principles for a strong password?

Unique, hard to guess, and easy to remember.

4
New cards

Name two ways to make a password hard to guess.

Increasing the length of the password and using a mix of symbols (lowercase, uppercase, digits, and special characters).

5
New cards

What is Multi-Factor Authentication (MFA)?

A security system that requires more than one method of authentication from independent categories of credentials.

6
New cards

What are the three authentication factors in MFA?

Something you know (password or PIN), something you have (smart card or token), and something you are (biometric factors).

7
New cards

What does the

tag do in HTML?

It defines a paragraph.

8
New cards

What is the difference between absolute and relative hyperlinks?

Absolute hyperlinks point to a resource on another website, while relative hyperlinks point to a resource on the current website.

9
New cards

How do you convert Hexadecimal to Decimal?

Multiply each digit by 16 raised to its position from the right and sum the results.

10
New cards

How many bits are there in a byte?

There are 8 bits in a byte.

11
New cards

What is the purpose of a Network Type that is decentralized?

In a decentralized network, many clients connect to routers that connect to each other.

12
New cards

Why was IPv6 developed?

IPv6 was developed to provide a vastly larger address space as IPv4 was insufficient for all global devices.

13
New cards

What is a VPN?

A Virtual Private Network creates an encrypted connection over the internet.

14
New cards

What is the difference between raster and vector images?

Raster images are made of pixels and are resolution-dependent, while vector images are defined by mathematical equations and are resolution-independent.

15
New cards

What causes pixelation in images?

Pixelation occurs when a low-resolution raster image is enlarged beyond its original dimensions.

16
New cards

What is a color profile?

A color profile ensures colors appear consistently across different devices.

17
New cards

What is the main difference between PNG and JPEG formats?

PNG uses lossless compression and supports transparency, while JPEG uses lossy compression and does not support transparency.