Chapter 1a- Basic structure of computer Flashcards

1
Q

What is mySQL?

A

a database

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

What Is Linux?

A

it is an operating system.

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

Look at image on slide 3 of topic 1A notes

A

.

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

What are some examples of operating systems?

A

windows,Linux,UNIX and Mac OS

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

What are the basic functions of a computer?

A

Input, processing, output

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

What are some examples of input component?

A

RJ-45 and usb

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

what is a CPU?

A

it is the computer’s main processing component.It executes instructions from computer programs, such as word processors and from the computer’s operating system.

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

What are some examples of output components

A

monitors,printers,storage devices,network cards, and speakers.

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

What are the two main categories of storage?

A

long term storage(non-volatile storage)
short term storage(volatile storage)

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

what is short term storage?

A

RAM(random access memory).RAM is also known as “working storage”.When the power to the computer is turned off, RAM’s contents are gone.

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

What happens if there’s not enough RAM to run a program?What is the process like?

A

The computer will use disk drive to supplement.(virtual memory).Part of disk storage can be set as Virtual memory.CPU can only access data and code in RAM.Less used data and code are placed in virtual memory.Data and code needed by the CPU are moved to RAM.

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

What is long-term shortage?(non-volatile storage)

A

It maintains its data even there’s no power.It is used to store documents and multimedia files, as well as application and OS files.Amount of storage needs depends on type and quantity of files stored.

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

What are examples of long-term storage?

A

Hard disks
CD/DVDs
USB flash drives

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

What is a computer bus?

A

a collection of wires carrying signals from one place to another on the computer.All data that goes into or comes out of the computer goes through the motherboard.

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

Where are the buses between?

A

CPU and RAM
CPU and disk drives
CPU and expansion slots

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

What are the computer bus fundamentals?

A

Data bus: used to carry data signals from main memory(RAM) to CPU and vice versa or from main memory (RAM) to input/output devices vice versa.

Address bus:used to carry address signals, example a memory location or port/interface where an input or output device is attached.

Control bus:used to carry control signals,example read or write, from CPU to memory or port/interface.

17
Q

What is the difference between address bus and data bus?

A

The data bus carries the data to be stored while the address bus carries the location to where it should be stored.

18
Q

What is polling and interrupt?

A

polling is when CPU keeps on checking the I/O devices at regular interval whether it needs CPU service. In interrupt, the I/O device interrupts the CPU and tells CPU it needs CPU service.

19
Q

why does polling and interrupt occur?

A

They handle the events generated by the devices that can happen at any moment while CPU is busy executing another process.

20
Q

What is a hard drive?

A

-primary long-term storage component on your computer
-Consist of magnetic disks called “platters” that store data in the form of magnetic pulses
-Stores the documents you use as well as the applications that open those documents
-Stores the OS your computer loads when it boots

21
Q

What is SSD?

A

Solid state drive.
-SSDs are used in place of hard drives,due to speed and reliability.
-SSDs use flash memory so -there are no moving parts and has faster access times
-More expensive than hard drives
-Most often found in mobile devices
-Also found in high-performance desktops and servers

22
Q

What is RAM?

A

RAM is the main short term shortage. RAM has no moving parts so accessing data in RAM is much faster
than accessing data on a hard drive.

23
Q

What is BIOS?

A

basic input output system.It is a programme that tells the CPU to perform certain tasks when power is first applied to the computer
One of those instructions is to perform a power-on self test (POST).

24
Q

What is CMOS?

A

complementary metal oxide semiconductor. When a computer boots, the BIOS program offers a chance to run
the Setup utility in order to configure hardware components
This configuration is stored in a type of memory called complementary metal oxide
semiconductor (CMOS)

25
Q

What is the computer boot procedure?

A
  1. Power is applied to the motherboard
  2. The CPU starts
  3. The CPU carries out the BIOS startup routines, including
    the POST(Power-on self-test)
  4. Boot devices, as specified in the BIOS configuration, are searched for
    an OS
  5. The OS is loaded into RAM
  6. OS services are started
26
Q

What is a NIC and what is its function?

A

network interface card.It creates and mediates the connection between a
computer and the networking medium
It contains MAC address(Media Access Control Address)
Unique identifier assigned to NIC
Networking medium might be copper wire, fiber-optic cable, or airwaves

27
Q

How do wireless NICs connect to the network?

A

Wireless NICs connect to network using service
set identifier (SSID).

28
Q

How must wireless NICs be chosen?

A

Wireless NICs must be chosen according to type of
wireless AP being used

29
Q
A