Binary

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/198

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

199 Terms

1
New cards

What is the base of the decimal number system?

Base-10.

2
New cards

How many digits are used in the binary number system?

Two digits: 0 and 1.

3
New cards

What is positional notation?

A system where each digit's position represents a power of the base.

4
New cards

What does 'bit' stand for?

Binary digit, the smallest unit of data in computing.

5
New cards

What is a nibble?

Half of a byte, or 4 bits.

6
New cards

What is a byte?

A group of 8 bits.

7
New cards

What is the equivalent of the decimal number 255 in binary?

8
New cards

What is the formula to convert a binary number to decimal?

Sum of each bit multiplied by its corresponding power of 2.

9
New cards

What does the number 2 represent in binary?

10 in binary.

10
New cards

What does 'CPU' stand for?

Central Processing Unit.

11
New cards

What is the purpose of the CPU?

To execute instructions and process data.

12
New cards

What is volatile memory?

Memory that loses its content when power is turned off.

13
New cards

What is RAM?

Random Access Memory, a type of volatile memory used for temporary data storage.

14
New cards

What is ROM?

Read-Only Memory, a type of non-volatile memory that stores firmware.

15
New cards

What is the main function of the motherboard?

To connect and communicate between all components of the computer.

16
New cards

What is the difference between SSD and HDD?

SSD (Solid State Drive) has no moving parts, while HDD (Hard Disk Drive) does.

17
New cards

What does clock speed measure in a CPU?

The number of cycles per second the CPU can execute.

18
New cards

What is a 32-bit processor capable of handling?

Data units of 32 bits (4 bytes) in a single cycle.

19
New cards

What does GPU stand for?

Graphics Processing Unit.

20
New cards

What is the function of the GPU?

To process and render graphics.

21
New cards

What is the hexadecimal base?

Base-16.

22
New cards

How many digits are in the hexadecimal system?

Sixteen digits: 0-9 and A-F.

23
New cards

What is the primary use of hexadecimal numbers in computing?

To simplify binary representation and memory addressing.

24
New cards

How do you convert decimal to binary?

Using successive division by 2 to find remainders.

25
New cards

What is the octal number system base?

Base-8.

26
New cards

How do you convert binary to decimal?

Sum the products of each bit and its corresponding power of 2.

27
New cards

Name a common input device.

Keyboard.

28
New cards

What is the purpose of output devices?

To convey results of processed data visually or audibly.

29
New cards

What is a fundamental feature of non-volatile memory?

It retains data even when powered off.

30
New cards

What does 'I/O' stand for in computing?

Input/Output.

31
New cards

What are peripheral devices?

Devices that add functionality but are not essential for basic operation.

32
New cards

State one advantage of SSDs over HDDs.

Faster data access speed.

33
New cards

What is the formula for converting hexadecimal to decimal?

Sum of each digit multiplied by 16 raised to its positional power.

34
New cards

What is the primary memory type in computers?

RAM (Random Access Memory).

35
New cards

What does cache memory do?

Stores frequently accessed data for quicker retrieval.

36
New cards

What is an example of an output device?

Monitor.

37
New cards

What does ALU stand for in the context of the CPU?

Arithmetic Logic Unit.

38
New cards

What is the maximum capacity of a 64-bit processor?

Theoretically can address 16 exabytes of memory.

39
New cards

Define a microprocessor.

An integrated circuit that contains the functions of a CPU.

40
New cards

What does HDMI stand for?

High-Definition Multimedia Interface.

41
New cards

What is the significance of a CPU's cache?

Improves processing speed by storing frequently used instructions.

42
New cards

Name a type of output device that generates sound.

Speakers.

43
New cards

What is multi-core CPU?

A CPU that contains multiple processing cores for handling parallel tasks.

44
New cards

What is the basic unit of data in computing?

Bit.

45
New cards

What is the difference between integrated and discrete GPUs?

Integrated GPUs are built into the motherboard; discrete GPUs are separate cards.

46
New cards

How is the speed of a CPU typically measured?

In Hertz (Hz), with megahertz (MHz) or gigahertz (GHz) for higher speeds.

47
New cards

What does the term 'bit-width' mean?

The number of bits processed in one instruction by the CPU.

48
New cards

What conversion process uses successive division by 16?

Converting decimal to hexadecimal.

49
New cards

What is a common characteristic of the octal system?

Uses base-8 and digits 0-7.

50
New cards

What is the function of a printer?

To create physical copies of digital documents.

51
New cards

What is an example of a computer output device?

Printer.

52
New cards

What is a characteristic of a flat panel display?

Lightweight and energy-efficient.

53
New cards

What does PCIe stand for?

Peripheral Component Interconnect Express.

54
New cards

What is a function of the Control Unit in a CPU?

Directs the operation of the processor.

55
New cards

What represents the smallest unit of measurement in computer memory?

Bit.

56
New cards

What is the role of a video card?

To process and improve visuals for outputs on displays.

57
New cards

What type of memory is ROM?

Non-volatile memory.

58
New cards

What does the term 'latency' refer to in computer memory?

The delay before a transfer of data begins following an instruction.

59
New cards

What is the primary characteristic of volatile memory?

Data is lost when the power is turned off.

60
New cards

Define the term 'broadband'.

High-speed internet connection that can transmit data over a wide range of frequencies.

61
New cards

What are hexadecimal numbers mainly used for in programming?

To represent binary data compactly.

62
New cards

How many bits are there in one byte?

Eight bits.

63
New cards

What is the main benefit of using SSDs over traditional HDDs?

SSD offers higher speed and durability.

64
New cards

What type of memory is typically faster: RAM or hard disk?

RAM.

65
New cards

What is a characteristic of 16-bit processors?

They handle data in 16-bit chunks.

66
New cards

What format is used for memory access in hexadecimal color values?

#RRGGBB.

67
New cards

What is one key use of hexadecimal notation in errors?

To specify memory locations of errors.

68
New cards

Explain what BIOS stands for.

Basic Input/Output System.

69
New cards

What is an audio input device?

Microphone.

70
New cards

What is the function of the fan in a computer system?

To cool the internal components, mainly the CPU.

71
New cards

What does LGA stand for?

Land Grid Array.

72
New cards

What is a hex color code?

A way to represent colors in web design using six hexadecimal digits.

73
New cards

What is typically included in a multi-core processor?

Multiple execution units to handle simultaneous operations.

74
New cards

What does a power supply unit do?

Converts mains AC to low-voltage regulated DC power for the internal components of a computer.

75
New cards

What does the term 'network interface card' (NIC) refer to?

A hardware component that connects a computer to a network.

76
New cards

What does the acronym 'HDD' stand for?

Hard Disk Drive.

77
New cards

What distinguishes a USB interface from previous technology?

Higher data transfer rates and easier plug-and-play connectivity.

78
New cards

What is a primary characteristic of solid-state drives from hard disk drives?

No moving parts.

79
New cards

What is 'booting' in computing?

The process of starting up a computer.

80
New cards

Differentiate between system and user software.

System software manages hardware, while user software performs tasks for users.

81
New cards

What does the term 'throughput' refer to?

The amount of data processed in a given time period.

82
New cards

What is the principal role of the operating system?

To manage hardware and software resources.

83
New cards

What does I/O interface refer to?

The method by which input and output devices communicate with the computer.

84
New cards

What do we call a program that instructs a computer to perform a function?

Software.

85
New cards

What is the primary function of a router in networking?

To forward data packets between computer networks.

86
New cards

Explain the significance of the term 'bandwidth'.

The maximum rate of data transfer across a network.

87
New cards

What is the role of a server?

To provide resources and services to other computers over a network.

88
New cards

Define 'malware'.

Malicious software designed to harm or exploit devices or networks.

89
New cards

What does 'encryption' do in the context of data security?

It transforms readable data into an unreadable format to protect it.

90
New cards

What does TCP/IP stand for?

Transmission Control Protocol/Internet Protocol.

91
New cards

What is the function of software drivers?

To allow the operating system to communicate with hardware devices.

92
New cards

What is meant by the term 'open source software'?

Software that allows users to view, modify, and distribute its source code.

93
New cards

Name one advantage of cloud computing.

Scalability and flexibility in resource allocation.

94
New cards

Define 'digital footprint'.

The trail of data one leaves while using the internet.

95
New cards

What does 'DPI' stand for in relation to printers and scanners?

Dots Per Inch.

96
New cards

What are the four main types of computer memory?

RAM, ROM, cache, and flash memory.

97
New cards

What is the purpose of a firewall?

To protect a network by monitoring and controlling incoming and outgoing traffic.

98
New cards

What does 'API' stand for?

Application Programming Interface.

99
New cards

What is the function of the GPU in gaming?

To render graphics and images quickly for a smoother gameplay experience.

100
New cards

What is the common interface for connecting various expansion cards?

PCIe (Peripheral Component Interconnect Express).