Computing Overview Flashcards

1
Q

Overall, computing is what?

A

Evolving

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

What are some computer types?

A

There are supercomputers, embedded computers (like in printers), net books, tablets, smart phones, personal computers, etc

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

What is a PC?

A

A personal computer designed for personal purposes such as gaming, working, or browsing the internet.

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

Describe the personal computer system (PC):

A

Generally consists of a computer with CPU cores, memory, and I/O interface receiving and outputting information in the middle of the system. The devices surrounding this computer center in this system and inputting and outputting info are usually: network and wifi interfaces, a keyboard, a mouse/touchpad/touchscreen, monitor/display, video camera, speaker, USB interface, printer, hard disk/solid state drive SSD/flash memory

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

Components of a computer system:

A

The computer hardware, the software, and the data that is being manipulated and processed. Same for any type of a computer.

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

What’s a fourth component of a computer system?

A

Communication: hardware and software that transport programs and data between interconnected computer systems

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

What is distributed computing?

A

The concept that it’s easy to transfer data between diff systems since all computers operate simultaneously.

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

What is open computing?

A

The fact diff computers can work together, share files, and successfully communicate.

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

What is hardware?

A

Provides physical mechanisms to input and output data, manipulate and process data, electronically control data, output, and storage components

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

What is CPU

A

The central processing unit - performs calculations and other operations. It interprets, processes, and executes instructions and delivers the results to the associated output. Brain of a computer. There are typically one or more CPUs (cores) operating within a computer.

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

What forms the hardware part of a computer system?

A

The CPUs, memory, all the input, output, and storage devices (basically all the devices listed in 4.)

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

What is memory?

A

Memory holds programs and data WHILE processing is taking place (short term storage). RAM is an example built into computers.

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

What are storage devices?

A

Meant to hold programs and data long term, permanently. I/O devices such as SSD, hard disks, flash drives, and SD cards.

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

What are the three primary subunits that comprise a CPU?

A

The arithmetic logic unit (ALU) - arithmetic and boolean logic calculations are completed
The control unit (CU) - controls the processing of instructions and the movement of internal CPU data from one part of it to another
The interface unit - moves and interconnects program data and instructions between the CPU and other hardware components such as memory and other I/O devices. Or between CPUs

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

What connects the CPU, memory, and all the other I/O components within the interface unit?

A

Buses

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

What are buses?

A

A bundle of wires that carry signals and powers between different components.

16
Q

What is software?

A

Consists of the programs and instructions that tell the computer what to do.

17
Q

What are the two major categories of software?

A

System software - helps manage files, load and execute programs, accept commands.
application software - things like word, zoom, facebook. Programs you run to get your work done (facebook…)

18
Q

What is the operating system?

A

The system software programs that manage the computer. Windows, linux, iOS, android. Shown in diagram below

19
Q

What is IT infrastructure?

A

The system of hardware, software, facilities and service components that support the delivery of business systems and IT enables processes. Underneath; all the components underneath a structure, gets smaller depending on what you’re looking at within the structure.

20
Q

Currently the market needs what kind of infrastructures?

A

Standardized, modular components, and easily scalable + consistent.

21
Q

What’s the issue with today’s IT infrastructure?

A

It is composed of previous infrastructure from other projects and apps that have to be merged together and are difficult to integrate and interconnect, because they each have their own specialized structures and hardware.

22
Q

What is infrastructure architecture?

A

The philosophy that underlies a system and defines its purpose, intent, and structure. Many types (business, data, infra, etc), but all aim to map IT solutions to business value.
The fundamental properties and the patterns of relationships, connections, constraints, and linkages among the components and between the system and its environment.

23
Q

Why is infrastructure architecture needed?

A

To govern infrastructure as it is designed, used, and changed.

24
Q

What is a system?

A

A system is a collection of components linked together and organized in such a way as to be recognizable as a single unit.

25
Q

What is a subsystem?

A

Components of the system that may be representable as systems themselves.

26
Q

What does a systems architect do?

A

Coordinates the different efforts in a system, works with each subsystem. It is their responsibility to assess the particular needs of an organization and create a system that meets those needs while attempting to achieve a balance of computer power, network capability, user convenience, and budget. So they must consider every aspect of the system to do this.

27
Q

Systems architects use what approach?

A

Top down approach to a system

28
Q

What are the three types of architects according to Laan text?

A

Solution, domain, and enterprise

29
Q

Solution architects:

A

Create IT solutions

30
Q

Domain architects:

A

Experts on a particular business or tech topic, help customers with implementation

31
Q

Enterprise architects:

A

Continuously align an organization’s entire IT landscape with the business activities of the org, enable transformations of the IT landscape

32
Q

What are standards?

A

Agreements among interested parties, often manufacturers, to assure that various system components will work together interchangeably. They make it possible to build a computer with components from different suppliers.

33
Q

Standards apply to what aspects of computing?

A

EVERY aspect, hardware, software, data, and communications, and much more

34
Q

What are protocols?

A

Protocols define the specific agreed-upon sets of ground rules that make it possible for a communication to take place. They exist for communications between computers, between I/O devices and a computer, and between many software programs. Rules that make it possible for communication to take place.

35
Q

What is HTTP?

A

Hypertext Transfer Protocol, facilitates communication between web servers and web browsers on the internet.

36
Q
A