Module 10 Flashcards

1
Q

What is abstraction?

A

A general idea rather than a specific example from real life.
In computers, it hids away the implementation.
Ex: A button in a coffee machine writen “Make Coffee”.

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

What is Access Time?

A

Time needed by a memory device to transfer information to the CPU.

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

What is Architecture in computer science?

A

The design of a computer or a program.
How the parts are organized relative to each other.
How computers and programs interact with each other.

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

What is ASP.NET?

A

Active Server Pages.NET
ASP was a technology that combines HTML with computer code to make dynamic websites.
ASP.NET was a framework for making dynamic websites using technology similar to ASP.

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

What is Assembly Language?

A

A low level computer language that can be understood by people.

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

What is an Assembler?

A

A computer program that translate assemble code to machine code.

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

What is front end?

A

The part of a website visible to the user. The interface of the website.

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

What is the back end?

A

The part of the website that the user don’t interact directly.
Ex: database.

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

What is BASIC?

A

Beginner’s All-purpose Symbolic Instruction Code.
A language created around mid-1960s to teatch students that has envolved into a more advanced language.

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

What is C?

A

One of the most widely-used programming languages developed between 1969 and 1973.

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

What is C#?

A

A language based in C invented by microsoft in 1999.

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

What is C++?

A

A language based in C created in the beginning of the 1980s.

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

What means a program to make a call?

A

to transfer control from a program to a subprogram that can perform a specific task.

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

What is th Environment?

A

Is the overall structure within which a user, computers operates.
Ex: an enviroment to create digital painting.

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

What is a installer?

A

A special software that installs other softwares.

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

What is a library?

A

A collection of file that are often made up of computer code.

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

What is JQuery?

A

A JavaScript library used in creating websites.

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

What are the two meaning of Load?

A
  1. To transfer data from one location to another.
  2. The amount of demand on a computer program or computer system. Ex: on a network of 100 computers, if 80 of them are requesting information from one computer, this computer has a load of 80% of the network.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What is Load Testing?

A

Test to simulate how a computer performs under certain load conditions.

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

What is OOP?

A

Object-oriented programming.
It’s an approach for programming that focuses on objects and information. Objects can have states (condition) and behavior (actions).

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

What is JASON?

A
  1. JavaScript Object Notation.
  2. Is a system for exchanging information between different computer programs.

3.Mainly used between a server and an internet application.

  1. Compatible with many languages.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

What is a Key?

A
  1. A unique identifier for a piece or collection of information. Ex: ID number of a student.
  2. A password.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

What Let means for a computer?

A

It tell the computer to do something. Ex: “Let: Computer restart”.

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

What is machine cycle?

A

The series of steps to complete an instruction.

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

What a machine cycle is composed of?

A
  1. Fetch: Get the next instruction.
  2. Decode: Translate the instruction so the computer can understand it.
  3. Execute: Perform the instruction
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

What are the three scripting languages characteristics?

A
  1. Similar to English.
  2. Can be used with HTML.
  3. Can program tasks to be automatic.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

What is velocity in Cs?

A

The measure of how much work people are performing in one set period of time.

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

What is a CRC?

A

Cyclic Redundancy Check.
It’s a protocol and a number used to check if some data is corrupted on arrival.

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

How CRC works?

A

Ex: Let’s say that the numbers 11, 09 and 23 are sent as data. This numbers are put together as the new number 110,923 and divide by a choosen number like, for example, 16. The remainder of this division is a CRC number and it is sent with the data. The receiving computer does the same procedure to check if the data is valid.

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

What is a Web Application?

A

A web site where part of the code runs at the browser.
Allows the browser to performs tasks beyond only refreshing the display.
Ex: Dropbox.

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

What is Perls?

A

A computer language developed in 1980. Considered very flexible.

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

What is Fortran?

A

Computer language. FOrmula TRANSlation. Invented in 1954.

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

What is COBOL?

A

Computer language. COmmon Business Oriented Language. Invented in 1959.

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

What is Pascal?

A

Computer language invented in 1970.

35
Q

What is IoT?

A

Internet of things.

Refers to connecting everyday objects to the internet.

Ex: Turning on the heater of your house through the internet.

36
Q

What is another characteristic of IoT?

A

Data gathering.

Ex: Traffic lights connected to the internet can gather data to help the traffic system to make decisions.

37
Q

What is a smart device?

A

A device that can process data.
Ex: sart phone.

38
Q

What is a dumb device?

A

A device that cant process data.
Ex: old cell phone.

39
Q

What is blended learning?

A

A combination of presencial learning and online learning.

40
Q

What is a digital citizen?

A

A person who behaves in a civilized way online.

41
Q

What is internet neutrality?

A

Is the idea that the providers of access to the internet shouldn’t discriminate how they provide that service to people based on their geographic location, the type of machine they are using, what they are accessing etc.

Ex: a company deliberately slows down a voip service because it jeopardize its own phone business.

42
Q

What is a VOIP?

A

Voice over internet protocol.

A protocol that allows to use the internet as a phone call.

43
Q

What is an Interpreter?

A

A program that translate high level language to machine language one instruction at a time instead of the whole program at once.

44
Q

What is called a language which code are converted to machine code by interpreters?

A

Interpreted languages.

45
Q

What widing a device means?

A

To reset, wipe.

Ex: You should do a widing of your device beefore sell it so someone for security purposes.

46
Q

What are the five key elements to any computer program?

A
  1. Entrance: The start of the program.
  2. Control/Branching: Decision point within a progam.
  3. Variables: stored data that can be altered.
  4. Subprograms: programs within programs.
  5. Exit: The end of the program.
47
Q

What BIOS means?

A

Basic Input Output System.

48
Q

Why to send information through the internet by mixing the base signal with the data signal (modulation)?

A

To send only the data signal is less reliable than sending it mixed with the base signal.

49
Q

What a filament?

A

A thin thread like object. In computer is a wire or thread that conducts electricity.

Fiber optics utilizes glass filaments to transfer data.

50
Q

What ergonomics means?

A

Process of arranging a workplace, systems, and equipment in a way that makes it easy for people to use them.

51
Q

What is Troubleshooting?

A

Yo locate the sources of errors and fix them.

52
Q

What the ctrl key is called control?

A

Because you use it with other keys to control the conpumyuter, meaning to make it perform a task.

53
Q

Why the tab is called a tabulator?

A

Because it allows the user to move through the file in a tabular fashion.

54
Q

Windows logo Key + D?

A

Minimize all windows.

55
Q

Windows key + Down Arrow?

A

Minimize current window.

56
Q

What is Data Structure?

A

How the data is organized in terms of implementation.

Ex: the shipping industry would use different data structure from the manufacturing industry since they have different goals of implementation.

57
Q

What is Data Structure?

A

How the data is organized in terms of implementation.

Ex: the shipping industry would use different data structure from the manufacturing industry since they have different goals of implementation.

58
Q

W key + shift + left/right arrow?

A

Move window to other monitor.

59
Q

Ctrl + shift + Esc?

A

Goes directly to task manager.

60
Q

W key + L?

A

Display login screen.

61
Q

W key + P?

A

Choose a presentation display mode.

62
Q

W key + Plus/minus sign?

A

Zoom in and out the windows display.

63
Q

What is Data Science?

A

*data -> knowledge

System and process to extract knowledge and insights from data.

64
Q

Quote 5 topics of Data Science.

A
  1. Data visualization.
  2. Statistical analysis.
  3. Data analysis.
  4. Artificial intelligence.
  5. Machine learning.
65
Q

What is Statistical analysis?

A

Identifying trends in different data sources.

66
Q

What is Data analysis?

A

Evaluating data to extract information and support decision making.

67
Q

What is the origin of the word robot?

A

czech for forced labor or slave.

68
Q

What is a Robot?

A
  1. A machine that resembles humans in apparence and/or behaviour.
  2. An automated machine.
69
Q

What is the core function of an AI?

A

Observe and learn.

70
Q

What is the machine learning?

A

A subcategory of AI. Is the learning part. The data is given and processed, but not independently observed.

71
Q

Wha the G in 3G or 4G means?

A

Generations, a level or stage of development.

72
Q

What are the capabilties of 1G phones?

A

Only make phone calls.

73
Q

What are the capabilties of 2G phones?

A

Calls and others functionalities as text messaging.

74
Q

What are the capabilties of 3G phones?

A

Smartphones. Access the internet. Internet speed up to 10Mbps.

75
Q

What are the capabilties of 4G phones?

A

Internet speed up to 150Mbps.

76
Q

What are the capabilties of 5G phones?

A

Internet speed up to 20Gbps.

77
Q

What are the two main ways for your phone to connect to the internet?

A
  1. Wifi
  2. Via a cell tower (data connection).
78
Q

What is the name of the connection when you connect your phone to a cell tower?

A

Data connection.

79
Q

How a data connection works?

A

It uses your phone’s data plan to connect to the cell tower. The cell towers have their own generation. If your phone is a 4G but the tower is a 3G, the connection is a 3G. Its always the lowest generation.

80
Q

What is LTE?

A

Long Term Evolution.

Its a step between 3G and 4G.

81
Q

What is wifi Gs?

A

Short for Ghz. Do not confuse with the G for generation in phones.

Wifi connections send digital information through waves. The refers to the gigahertz of this waves.

82
Q

What are the two wifi Gs?

A
  1. 2.4 Gz. 450-600 Mbps.
  2. 5G. 1300 Mbps.
83
Q

Is 5G wifi always better than 2.4G?

A

No. 5G has shorter range and has more difficulty passing through solid objects.

84
Q

What is computer ethics?

A

The intelligent and responsible use of computers.