CS0001 intro to computing flashcards

0.0(0)
Studied by 6 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/185

flashcard set

Earn XP

Description and Tags

Last updated 9:11 PM on 12/10/23
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

186 Terms

1
New cards
<p>how many number of Bit (b) are there </p>

how many number of Bit (b) are there

1

2
New cards
<p>what does  Bit (b) makeup</p>

what does Bit (b) makeup

the basic unit

3
New cards
<p>how many number of Bits are in a Byte (B)</p>

how many number of Bits are in a Byte (B)

8

4
New cards

what is the make up of a Byte (B)

8 Bits

5
New cards
<p>what is the number of Bits in Kibibyte (KIB)</p>

what is the number of Bits in Kibibyte (KIB)

8192

6
New cards
<p>what is the makeup of Kibibyte (KIB)</p>

what is the makeup of Kibibyte (KIB)

1024 Bytes

7
New cards

what is the number of Bits in Mebibyte (MIB)

8338608

8
New cards
<p>what is the makeup of Mebibyte </p>

what is the makeup of Mebibyte

1024 KIB

9
New cards

what is the number of Bits in Gibibyte (GIB)

8589934592

10
New cards
<p>what is the makeup go Gibibyte (GIB)</p>

what is the makeup go Gibibyte (GIB)

1024(MIB)

11
New cards

what is the number of Bits in Tebybyte (TIB)

8796093022208

12
New cards
<p>what is the makeup of Tebybyte (TIB) </p>

what is the makeup of Tebybyte (TIB)

1024 GIB

13
New cards

what is number of bits in pebibyte (PIB)

9007199254740992

14
New cards
<p>what is the make up of mebibyte (PIB)</p>

what is the make up of mebibyte (PIB)

1024 TIB

15
New cards
<p>what is the number of Bits in Kilobyte (KB)</p>

what is the number of Bits in Kilobyte (KB)

8000

16
New cards
<p>what is the make up of  Kilobyte (KB)</p>

what is the make up of Kilobyte (KB)

1000 Bytes

17
New cards

what is the number of Bits in a Megabyte (MB)

8000000

18
New cards
<p>what is the makeup of Megabyte (MB)</p>

what is the makeup of Megabyte (MB)

1000 KB

19
New cards

what is the number of bits in Gigabyte (GB)

8000000000

20
New cards
<p>what is the makeup of Gigabyte (GB) </p>

what is the makeup of Gigabyte (GB)

1000 MB

21
New cards

what is the number of bits in a Terrabyte (TB)

8000000000000

22
New cards
<p>what make-up the Terrabyte (TB)</p>

what make-up the Terrabyte (TB)

1000 GB

23
New cards

what is the number of bits in a petabyte (PB)

8000000000000000

24
New cards
<p>what makeup the petabyte (PB)</p>

what makeup the petabyte (PB)

1000 TB

25
New cards
<p>what is a internal bus system </p>

what is a internal bus system

everything connected via physical connections on the motherboard

26
New cards
<p>what is bus width  </p>

what is bus width

number of wires in a bus

27
New cards
<p>advantage of  a wider bus </p>

advantage of a wider bus

increase in speed

28
New cards
<p>what are the three types of bus </p>

what are the three types of bus

Data bus Address bus Control bus

29
New cards
<p>what does the the data bus do </p>

what does the the data bus do

Transfer data

30
New cards
<p>what does the address Bus do </p>

what does the address Bus do

Transfer addresses

31
New cards
<p>what does the control bus do </p>

what does the control bus do

carries instructions

32
New cards
<p>what is the processor </p>

what is the processor

the core of the computer

33
New cards
<p>what can a core do </p>

what can a core do

instruction

34
New cards
<p>what is multithreading </p>

what is multithreading

programs designed to use more cores

35
New cards
<p>what does an ALU do </p>

what does an ALU do

performs calculations

36
New cards
<p>what does the controller do </p>

what does the controller do

manages execution of instructions

37
New cards
<p>what does clock speed do </p>

what does clock speed do

set pace of the computer

38
New cards
<p>how does the machine clock communicate </p>

how does the machine clock communicate

through control bus

39
New cards
<p>what does overclocking refer to </p>

what does overclocking refer to

pushing processors faster that its design

40
New cards
<p>what is the risk of overclocking </p>

what is the risk of overclocking

errors

41
New cards
<p>what happens in each clock cycle </p>

what happens in each clock cycle

a core does one operation

42
New cards
<p>what is cache </p>

what is cache

data currently worked on by the processor is kept

43
New cards
<p>where is level 1 cache </p>

where is level 1 cache

in the core

44
New cards
<p>where is level 2 cache </p>

where is level 2 cache

in the core

45
New cards
<p>where is level 3 cache </p>

where is level 3 cache

on the die

46
New cards
<p>what does output device allows people to do</p>

what does output device allows people to do

see something from computer

47
New cards
<p>what are types of input devices </p>

what are types of input devices

keyboard

48
New cards
<p>what is a type of output device </p>

what is a type of output device

monitor

49
New cards
<p>what is an example of hybrid device </p>

what is an example of hybrid device

VR headset

50
New cards
<p>types of storage device </p>

types of storage device

magnetic flash optical

51
New cards
<p>what is a an important factor of interface </p>

what is a an important factor of interface

transfer speed

52
New cards
<p>usb </p>

usb

default way to connect devices in consumer electronics

53
New cards
<p>what is  SATA used for </p>

what is SATA used for

storage devices

54
New cards
<p>what is PCI express used for </p>

what is PCI express used for

variety of internal devices

55
New cards
<p>what is a graphics card</p>

what is a graphics card

a miniature pc

56
New cards
<p>what are the operating systems features </p>

what are the operating systems features

error reporting memory management device management

57
New cards
<p>what does error reporting do </p>

what does error reporting do

capture errors while software is running

58
New cards
<p>what does memory management do </p>

what does memory management do

assigns memory for programs

59
New cards
<p>what does device management do </p>

what does device management do

handles device connected to the computer

60
New cards
<p>what is a benefit of virtual memory </p>

what is a benefit of virtual memory

prevents out of memory errors

61
New cards
<p>what is a disadvantage of virtual memory </p>

what is a disadvantage of virtual memory

slower loading times

62
New cards
<p>what is the OS responsible for </p>

what is the OS responsible for

communication and time management for devices

63
New cards
<p>what does the file storage maintain using the OS</p>

what does the file storage maintain using the OS

selection of data

64
New cards
<p>what does the scheduler do </p>

what does the scheduler do

maintains a list of active processes

65
New cards
<p>what does a dispatcher do </p>

what does a dispatcher do

sends processes to the cpu cores

66
New cards
<p>what is a goal of scheduler </p>

what is a goal of scheduler

make efficient use of processor time

67
New cards
<p>what is a kernel </p>

what is a kernel

central core functionality

68
New cards
<p>what does the kernel consist of </p>

what does the kernel consist of

file management , device drivers , memory management

69
New cards
<p>what does a lan do </p>

what does a lan do

cover single buildings

70
New cards
<p>what does wan do </p>

what does wan do

covers a large area

71
New cards
<p>what does a metropolitan area (MAN) do </p>

what does a metropolitan area (MAN) do

covers an area within a city

72
New cards
<p>what is a protocol </p>

what is a protocol

rules by which something is handed by

73
New cards
<p>what is CSMA/CD </p>

what is CSMA/CD

main protocols used for wired networks

74
New cards
<p>what is the CSMA/CA </p>

what is the CSMA/CA

main protocol used for wireless networks

75
New cards
<p>what are network speeds measured in </p>

what are network speeds measured in

Kilobits

76
New cards
<p>what is WLAN used for </p>

what is WLAN used for

portable devices at short distances

77
New cards
<p>what is Fiber optic used in</p>

what is Fiber optic used in

industrial applications

78
New cards
<p>what does a top end ISPs do (tier 1)</p>

what does a top end ISPs do (tier 1)

connect directly to the internet backbone

79
New cards
<p>what does ISPs deal with (tier 2)</p>

what does ISPs deal with (tier 2)

with other isps

80
New cards
<p>what is a tier 2 ISPs </p>

what is a tier 2 ISPs

large ISPs within a country

81
New cards
<p>what does tier 2 ISPs </p>

what does tier 2 ISPs

connect major clients

82
New cards
<p>what does access do </p>

what does access do

connect end users directly

83
New cards
<p>what does access deal with </p>

what does access deal with

small businesses and families

84
New cards
<p>what does dsl use to deliver connection </p>

what does dsl use to deliver connection

phone network

85
New cards
<p>where is dsl most commonly used</p>

where is dsl most commonly used

UK and Europe

86
New cards
<p>what are the speed of dsl </p>

what are the speed of dsl

100Mb/s

87
New cards
<p>what does cable use to deliver connection</p>

what does cable use to deliver connection

TV network

88
New cards
<p>where is cable commonly used </p>

where is cable commonly used

North America

89
New cards
<p>what are the speed of cable </p>

what are the speed of cable

400Mb/s

90
New cards
<p>what does mobile (FWA) use to carry connection </p>

what does mobile (FWA) use to carry connection

phone signal

91
New cards
<p>what is the speed of Mobile (FWA)</p>

what is the speed of Mobile (FWA)

2 to 80MB/s

92
New cards
<p>what does speed depend on for mobile(FWA)</p>

what does speed depend on for mobile(FWA)

atmosphere

93
New cards
<p>what is finer optic speed </p>

what is finer optic speed

1GB/s

94
New cards
<p>what does application do </p>

what does application do

send and receive messages

95
New cards
<p>what does transport do </p>

what does transport do

handles messages as transmissible packets

96
New cards
<p>what does  network do </p>

what does network do

manages addressing for packets

97
New cards
<p>what does link do </p>

what does link do

Transmit and receives packets

98
New cards

how many internet addresses are allowed on IPv6

3.4×10^³8

99
New cards
<p>what does transmission control protocol do </p>

what does transmission control protocol do

control speed and send messages

100
New cards
<p>what does user diagram protocol do </p>

what does user diagram protocol do

send message to the address