1er Parcial Flashcards

1
Q

What is hardware?

A

the physical parts of the computer.

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

What is software?

A

The programs and platforms. Software can be anything from apps and games to web. Software tells the CPU what to do, it can run multiple pieces of software at once.

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

What is the CPU?

A

the brain of every computer system (a server, a computer, a cellphone, a calculator). The CPU is the master chip that controls all the other parts of the computer. It receives simple commands to do a specific job. All simple comands can be expressed as signals or binary sequence.

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

Why is Python popular?

A

Python is very popular because of its simplicity, other programs like Java or HTML or ensamblador are not as easy to code.

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

What is an OS?

A

An operating system is the master program that manages how software uses the hardware of a computer. It changes between programs or software to make it go through the memory to be processed.
ie. MacOS, iOS, Windows, Android.

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

All computers do the same 4 things: ___,___,___ and ___ each done by a different part of the computer.

A

Memory, CPU, Input and Output

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

Input devices take input from the outside world and convert it into___.

A

binary information

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

Info from input devices can go into the ___(stores information) and ___(central processing unit) calculates information.

A

Memory, CPU

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

Modern Computers often have ___ to process all the info.

A

multiple CPUs

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

Input devices examples:

A

touchscreen, fingerprint scanner, LiDAR, Light sensors, accelerometer

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

Output devices examples:

A

speakers, 3D printers

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

Input and output devices examples:

A

Infrared, NFG

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

What is LiDAR and What does it do?

A

Light Detection Rading

It takes measurements by the hundreds of thousands and represents it in the form of a point cloud. used in various analytical processes.

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

What do smart spaces use?

A
  • Video
  • IoT
  • Analytics
  • AI
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

The benefits of Smart Spaces extends not only to ___ but to factories on the ___ and ___.

A

urban spaces
mining industrial sector

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

How do smart spaces implementation work at an airport?

A
  • Foot Traffic Analysis
  • queue detection to identify restricted area intrusion alerts
  • better the user experience.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

How do smart spaces implementation work at a stadium?

A
  • parking data
  • people counting and event statistics to neutralize emerging threats and ensure access
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

How do smart spaces implementation work on a campus?

A
  • building utilization insights
  • attendance monitoring
  • activity analysis ->even testing fraud and dangeruous individuals.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

How do smart spaces implementation work for retailers?

A
  • Activity Analysis
  • dwell time monitoring
  • real world A/B testing → for optimal product placement
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

How do smart spaces implementation work when traveling?

A
  • Detection of Left Behind Objects
  • Camera Health Monitoring
  • Video Enhancement→ help prevent system delays and blockages.→ Extend insights to ensure law enforcement.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

How do smart spaces implementation work for public spaces?

A
  • Protective Analytics
  • License Detection
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

What is Daon?

A

Its a platform by IdentityX that implements biometrics (facial recognition, fingerprint scan, voice recognition).

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

Internet works like a postservice. Instead of boxes it sends ___.

A

binary code

24
Q

Info is made of ___, the atoms of information.

A

bits (0,1)

25
Q

8 bits = _ byte

A

1 byte

26
Q

____ bytes = 1 kilobytes

A

1024 bytes

27
Q

Nowadays, we send bits by ___,___ and ___.

A

Electricity, light, radio

28
Q

What is bandwidth?

A

Maximum transmission capacity of a device measured by bit rate (the number of bits that we can send over a given period of time, measured in seconds.

29
Q

What is latency?

A

the amount of time for a bit to travel from one place to another.

30
Q

How does sending bits by light work?

A

It uses fiber optic cables.

31
Q

What are fiber optic cables?

A

A thread of glass engineered to reflect light.

32
Q

What are some perks and disadvantages of sending info using light?

A

Perks:
- really fast
- no signal loss
Disadvantages:
- expensive
- hard to work with

33
Q

How does sending bits by radio work?

A

It transforms the binary code into AM radio waves.

34
Q

What are some perks and disadvantages of sending info using radio?

A

Perks:
- totally mobile
Disadvantages:
- short range

35
Q

Who invented the internet?

A

Vint Cerf and Bob Kahn invented the internet working protocol to make communication possible, the groundwork for internet.

36
Q

The internet really is a design philosophy and architecture expressed in ___.

A

a set of protocols

37
Q

What is a protocol?

A

a well-known set of rules and standards used to communicate between machines.

38
Q

What is the address system of the internet?

A

The IP address or Internet Protocol

39
Q

How does IPv4 work?

A

The address has numbers organized in a hierarchy, represented in bits, traditionally 32, 8 bits for each part.
1. country network
2. region network
3. subnetwork
4. device

40
Q

When was IPv4 designed and how many devices does it connect?

A

Designed in 1973, adopted in the 80s.
It connects over 4 billion devices

41
Q

How does IPv6 work?

A

It asigns 128 bits per address, providing over 340 undecillion addresses.

42
Q

What is DNS?

A

Domain Name System, it associates names with a corresponding IP address.

43
Q

What is spoofing?

A

When a hacker taps into a DNS server to match the IP address to another fake one.

44
Q

What is a web browser?

A

the app you use to open the web pages.

45
Q

What is a URL?

A

Uniform Source locator.
Your computer asks a server for the URL and they communicate in http by “get” and “post” requests

46
Q

What is HTTP?

A

hypertext transfer protocol the language used to communicate between web browsers

47
Q

What is HTML?

A

hypertext markup language the language that you use to tell a web browser how to make a page look.

48
Q

What is a cookie?

A

It’s what websites use to remember who you are in form of an ID number.
ie. #1234

49
Q

How do webpages prevent hackers from snooping and tampering?

A

By using a safe webpage called Secure Sockets Layer & Transport Layer Security: a layer of security wraparound your communications.

50
Q

What is HTTPS?

A

hyper text transfer protocol secure. It ensures that your petitions are secure and protected.
It provides a digital certificate, published by certified authorities: trusted entities that verify identities of websites and issue certificates for them.

51
Q

What is a KB?

A

a unit of measure for byts per second

52
Q

What is Kbps?

A

kilobits per second

53
Q

What is a modem and what does it do?

A

Modem stands for modulator and demodulator. It codes and decodes info from radio to digital to binary signals. the Wireless access point or WAP sends electromagnetic signals and translates it to 0-1

54
Q

Why are both HTML and CSS needed when making a webpage?

A

HTML is the static part of the page, while CSS cascades the style sheets.

55
Q

How does virtualization work?

A

When you have hardware virtualization, instead of having the OS on the device, you just host it.

56
Q

What does BIOS stand for?

A

bootable interface for operating system

57
Q

What is bit rate?

A

it’s the number of bit per unit of time.