Digital Technologies, AI, ML, Robotics, IOT, and DevOps Lecture Notes Flashcards

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

1/26

flashcard set

Earn XP

Description and Tags

Flashcards covering key concepts from the lecture notes on Digital Technologies, AI, ML, Robotics, IOT, and DevOps.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

27 Terms

1
New cards

What are the four components of a computer?

CPU, Motherboard, GPU, Storage

2
New cards

What does the northern bridge manage?

Communication between CPU, RAM, and GPU

3
New cards

What architecture is used in modern computers?

Von Neumann architecture

4
New cards

What are the three basic units of Von Neumann architecture?

CPU, Main memory unit, Input/output devices

5
New cards

What is the main difference between Harvard and Von Neumann architecture?

Harvard: Separate memory for data and instructions. Von Neumann: Same memory for both.

6
New cards

What are the four main stages of the CPU's fetch, execute cycle?

Fetch, Decode, Execute, Store

7
New cards

What is DMA?

Direct Memory Access, allowing hardware to access system memory without the CPU.

8
New cards

What are the essential characteristics of cloud computing?

On-demand self-service, resource pooling, broad network access, rapid elasticity, measured services

9
New cards

Name the Cloud service models.

Software as a Service (SaaS), Platform as a Service (PaaS), Infrastructure as a Service (IaaS)

10
New cards

What are the cloud deployment models?

Hybrid clouds, public clouds, community clouds, private clouds

11
New cards

What is Network Topology?

An arrangement of nodes and connections in a computing network

12
New cards

Name some network topologies:

Point to point, mesh, star, bus, ring, tree, and hybrid topology

13
New cards

Name the layers of the OSI model.

Application, Presentation, Session, Transport, Network, Data Link, Physical

14
New cards

What are the two main categories of storage mediums?

Primary Storage, Secondary Storage

15
New cards

What is data compression?

The process of encoding information using fewer bits than the original representation

16
New cards

What are the two main types of data compression?

Lossless, Lossy

17
New cards

Give an example of vector graphics

Illustrations, Cartoons, Diagrams, etc

18
New cards

Give an example of raster graphics

Photography, web images

19
New cards

What are some AI capabilities?

Problem-solving, understanding language, recognizing patterns, making decisions

20
New cards

What is the difference between ML and DL in Feature Engineering?

ML requires manual feature engineering. DL can automatically learn relevant features.

21
New cards

What are the four parts of data pre-processing?

Data integration, data transformation, data cleaning, data reduction

22
New cards

What is IOT?

A network of physical objects embedded with sensors, software, and technologies to connect and exchange data over the internet or other networks.

23
New cards

What do IOT Drones use to be powered?

Li-Po (Lithium Polymer) batteries

24
New cards

What is DECoDe?

Dynamic Ecosystem of Connected Devices, a platform-agnostic IoT device management system

25
New cards

What Is Devops?

A combination of development and operations practices that aims to automate and integrate the processes between software development and IT teams

26
New cards

What is Jenkins?

An open-source automation server used in DevOps that helps automate building, testing, and deploying software.

27
New cards

List stages of Devops.

Plan, develop, build, test, release, deploy, operate, monitor