Video Lecture Notes Review: AI, HTML, Ergonomics, VR/AR, Edge Computing

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

1/20

flashcard set

Earn XP

Description and Tags

A set of Q&A flashcards covering HTML basics, AI/ML concepts, ergonomics for computer use, and related technologies described in the notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

21 Terms

1
New cards

What does HTML stand for?

HyperText Markup Language.

2
New cards

What is the role of HTML in web browsers?

A markup language used to structure and present content on web pages; DOCTYPE declares the HTML version.

3
New cards

What is Artificial Intelligence (AI)?

A computer system built to mimic human intelligence and perform tasks such as recognition of images, speech or patterns, and decision making.

4
New cards

What is Machine Learning (ML)?

A subset of AI where computer systems learn from data to perform tasks they are not explicitly programmed to do.

5
New cards

How do AI and ML differ?

AI is the broader field; ML focuses on learning from data to discover patterns, enabling tasks without explicit programming.

6
New cards

What is Robotic Process Automation (RPA)?

Software that automates business processes such as interpreting applications, processing transactions, handling data, and replying to emails.

7
New cards

What is Edge Computing?

Data is processed by the device or local server rather than transmitted to a data center.

8
New cards

What is Virtual Reality (VR)?

VR immerses the user in a computer-generated environment.

9
New cards

What is Augmented Reality (AR)?

AR enhances the real environment by overlaying digital information.

10
New cards

What are the two types of learning?

Supervised and unsupervised learning.

11
New cards

What is Computer Vision Syndrome (CVS)?

A group of eye- and vision-related problems from prolonged computer use, including dry eyes, eyestrain, blurred vision, headaches, neck/back pain, and carpal tunnel syndrome.

12
New cards

What does ergonomics mean in computing?

Designing and adjusting workstations to reduce risks like CVS, neck/back pain, and carpal tunnel syndrome.

13
New cards

What is the recommended keyboard placement?

Keyboard should be just below elbow level, flat or slightly sloping away, with elbows/arms close to the body and at about a 90-degree angle.

14
New cards

Why use a hands-free headset?

To keep hands free while talking on the phone and reduce strain.

15
New cards

What does declare?

The version of HTML used in the document.

16
New cards

What is the root element of an HTML document?

is the root element that contains all other HTML elements.
17
New cards

What does the element contain?

Metadata, title, links, and scripts; it resides inside before and is not directly displayed.

18
New cards

What does the element hold?

The content of the page that is displayed to the user.

19
New cards

What is the purpose of the

tag?

To denote a paragraph.

20
New cards

Name some common HTML text formatting tags and their effects.

Bold; Strong; Italic; Emphasized; Highlight; Small text; Strikethrough; Inserted text; Subscript; Superscript.
21
New cards

What does the

tag represent?

A heading level 1, the top-level heading.