hardware and software Flashcards

1
Q

What is a bit

A

refers to the amount of 1’s and 0’s a computer has.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a byte

A

8 bits, unit of memory size

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a cpu

A

Interprets, processes and executes instructions, most often from the hardware and software programs running on the device.

Central processing unit

Square shaped sometimes has dots on it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a gpu

A

A graphics processing unit (GPU) is an electronic circuit that can perform mathematical calculations at high speed. Computing tasks like graphics rendering, machine learning (ML), and video editing require the application of similar mathematical operations on a large dataset.

2 Fans

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is ram

A

RAM is a temporary memory bank where your computer stores data it needs to retrieve quickly. RAM keeps data easily accessible so your processor can quickly find it without having to go into long-term storage to complete immediate processing tasks.

Random Access Memory

Looks like 2 long rectangles

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a SSD

A

What do solid-state drives do? SSDs store data permanently inside an integrated circuit, typically using flash memory. The flash memory inside an SSD means data is written, transferred, and erased electronically and silently (Doesn’t actually move)

Solid state drive

Looks like a hard disk drive but is coverd in plastic

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

IPv4 vs IPv6

A

IPv4: Has 4 numbers between the dots 32 bits

IPv6: 8 numbers and letters bettwen the colons 128 bits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the 3 deployment model for cloud computing

A

Public cloud
Anyone in the public can use the cloud

Private cloud
Each company or group owns their own cloud

Hybrid cloud

A hybrid cloud is a mixed computing environment where applications are run using a combination of computing, storage, and services in different environments

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a Hard Disk Drive

A

What Does a Hard Drive Do? A hard drive is the hardware component that stores all of your digital content. Your documents, pictures, music, videos, programs, application preferences, and operating system represent digital content stored on a hard drive. Hard drives can be external or internal.

Looks like square with a disc on it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the mother board

A

the software interface between the motherboard—the main circuit board that all of your components plug into—and the operating system and other applications. It allows the hardware to work with the software.
Has the cpu and others on it

Looks like a square or rectangle with many parts on it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

OS vs As

A

Operating system vs Application system

An operating system is system software that acts as an interface between the user and the hardware, whereas application software is a program that performs a specific task. It is impossible to install the application software on a computer system without an operating system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Cloud computing vs On-premises
(Pros of cloud computing)

A
  1. Scalability – easy to scale up or down
  2. Cost effective – pay as you go system (pay what you use)
  3. Data Security – Cloud service providers secure your data as that’s their job. You can focus on your own work.
  4. Data Loss/recovery – cloud service providers replicate your data in multiple different locations, hence, it is easy to recover your data when lost/damaged due to number of factors
  5. Maintenance – Cloud service providers will take care of this.
  6. Accessibility – multiple users can access, at any where
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Examples of popular cloud computing services

A

Google cloud, amazon web services, microsoft azure, IBM cloud

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the 3 service model for cloud computing

A

IaaS – Infrastructure as a Service (OS/virtual machine)

PaaS – Platform as a Service
Developing managing applications (software)

SaaS – software as a service

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How to convert IP to binary

A

For IPv4, for each number bettwen the dots turn that into a bianary number

For IPv6, Each sperate number and letter make a bianary number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How to simplify IPv6

A
  1. Consecutive zeros can be omitted using double colons
  2. Leading zeros can be omitted

Ex:
2001:0db8:85a3:0000:0000:8a2e:0370:7334

2001:db8:85a3::8a2e:370:7334

11
Q

What is the subnet mask

and What are the network and host sections of IP addresses

A

A subnet mask is a 32-bit number (4 digit) created by setting host bits to all 0s and setting network bits to all 1s. In this way, the subnet mask separates the IP address into the network and host addresses. The “255” address is always assigned to a broadcast address, and the “0” address is always assigned to a network address.

Network section is the first 20 digits