Google Technical Support: the Internet Module and Software Module Flashcards

1
Q

Acronym: NAT

A

Network Address Translation

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

Acronym:

sudo

A

Super User DO

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

Allows organizations to use one public IP address and many private IP addresses within its network; conserves use of limited number of public IP addresses

A

Network Address Translation

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

This two worded BASH command will install new software

A

apt install

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

This BASH command provides a high-level commandline interface for the package management system

A

apt

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

current Internet Protocol; address consists of 32 bits separated into four groups (ex: 123.45.67.8); limited number of unique addresses

A

IPv4

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

First programming language, very basic

A

Assembly Language

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

Type of code that is generally used to perform a single or limited range task

A

Scripts

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

How a user interacts with a computer

A

Software

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

Acronym: IoT

A

Internet of Things

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

latest Internet Protocol; consisting of 128 bits (ex. 1234:5a67:8912:3456:7891:2345:6789:12bc); greatly expands number of unique addresses

A

IPv6

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

Making something that is complex easy to use without requiring much understanding of how it works

A

Abstraction

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

Type of programming language where the script is interpreted into CPU instructions at runtime

A

Interpreted Language

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

Smart devices; connecting things to the internet (and therefore, each other) besides just computers (ex. thermostats, scales, cars, etc.)

A

Definition: IoT

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

Software created to fulfil a specific need (ex. text editor, web browser, graphics editor)

A

Application Software

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

Software that’s permanently stored on a computer component (ex. BIOS)

A

Firmware

17
Q

Software that’s used to keep core system running

A

System Software

18
Q

special languages that software developers use to write instructions for computers to execute

A

Programming Languages

19
Q

This form of software allows interaction with a computer’s hardware.

A

Drivers

20
Q

This is a popular version control system that helps keep track of changes made to files and directories

A

Git

21
Q

This Windows file extension is specifically for an executable file

A

.exe

22
Q

Translates human language instructions and translates, or compiles, them into machine language

A

Compiler

23
Q

uses “human readable” instructions, then sends them through a compiler; General Grace Hopper invented in 1959

A

Compiled Programming Language