Binary

studied byStudied by 0 people
0.0(0)
Get a hint
Hint

What is the base of the decimal number system?

1 / 198

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

199 Terms

1

What is the base of the decimal number system?

Base-10.

New cards
2

How many digits are used in the binary number system?

Two digits: 0 and 1.

New cards
3

What is positional notation?

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

New cards
4

What does 'bit' stand for?

Binary digit, the smallest unit of data in computing.

New cards
5

What is a nibble?

Half of a byte, or 4 bits.

New cards
6

What is a byte?

A group of 8 bits.

New cards
7

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

New cards
8

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

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

New cards
9

What does the number 2 represent in binary?

10 in binary.

New cards
10

What does 'CPU' stand for?

Central Processing Unit.

New cards
11

What is the purpose of the CPU?

To execute instructions and process data.

New cards
12

What is volatile memory?

Memory that loses its content when power is turned off.

New cards
13

What is RAM?

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

New cards
14

What is ROM?

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

New cards
15

What is the main function of the motherboard?

To connect and communicate between all components of the computer.

New cards
16

What is the difference between SSD and HDD?

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

New cards
17

What does clock speed measure in a CPU?

The number of cycles per second the CPU can execute.

New cards
18

What is a 32-bit processor capable of handling?

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

New cards
19

What does GPU stand for?

Graphics Processing Unit.

New cards
20

What is the function of the GPU?

To process and render graphics.

New cards
21

What is the hexadecimal base?

Base-16.

New cards
22

How many digits are in the hexadecimal system?

Sixteen digits: 0-9 and A-F.

New cards
23

What is the primary use of hexadecimal numbers in computing?

To simplify binary representation and memory addressing.

New cards
24

How do you convert decimal to binary?

Using successive division by 2 to find remainders.

New cards
25

What is the octal number system base?

Base-8.

New cards
26

How do you convert binary to decimal?

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

New cards
27

Name a common input device.

Keyboard.

New cards
28

What is the purpose of output devices?

To convey results of processed data visually or audibly.

New cards
29

What is a fundamental feature of non-volatile memory?

It retains data even when powered off.

New cards
30

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

Input/Output.

New cards
31

What are peripheral devices?

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

New cards
32

State one advantage of SSDs over HDDs.

Faster data access speed.

New cards
33

What is the formula for converting hexadecimal to decimal?

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

New cards
34

What is the primary memory type in computers?

RAM (Random Access Memory).

New cards
35

What does cache memory do?

Stores frequently accessed data for quicker retrieval.

New cards
36

What is an example of an output device?

Monitor.

New cards
37

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

Arithmetic Logic Unit.

New cards
38

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

Theoretically can address 16 exabytes of memory.

New cards
39

Define a microprocessor.

An integrated circuit that contains the functions of a CPU.

New cards
40

What does HDMI stand for?

High-Definition Multimedia Interface.

New cards
41

What is the significance of a CPU's cache?

Improves processing speed by storing frequently used instructions.

New cards
42

Name a type of output device that generates sound.

Speakers.

New cards
43

What is multi-core CPU?

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

New cards
44

What is the basic unit of data in computing?

Bit.

New cards
45

What is the difference between integrated and discrete GPUs?

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

New cards
46

How is the speed of a CPU typically measured?

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

New cards
47

What does the term 'bit-width' mean?

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

New cards
48

What conversion process uses successive division by 16?

Converting decimal to hexadecimal.

New cards
49

What is a common characteristic of the octal system?

Uses base-8 and digits 0-7.

New cards
50

What is the function of a printer?

To create physical copies of digital documents.

New cards
51

What is an example of a computer output device?

Printer.

New cards
52

What is a characteristic of a flat panel display?

Lightweight and energy-efficient.

New cards
53

What does PCIe stand for?

Peripheral Component Interconnect Express.

New cards
54

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

Directs the operation of the processor.

New cards
55

What represents the smallest unit of measurement in computer memory?

Bit.

New cards
56

What is the role of a video card?

To process and improve visuals for outputs on displays.

New cards
57

What type of memory is ROM?

Non-volatile memory.

New cards
58

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

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

New cards
59

What is the primary characteristic of volatile memory?

Data is lost when the power is turned off.

New cards
60

Define the term 'broadband'.

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

New cards
61

What are hexadecimal numbers mainly used for in programming?

To represent binary data compactly.

New cards
62

How many bits are there in one byte?

Eight bits.

New cards
63

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

SSD offers higher speed and durability.

New cards
64

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

RAM.

New cards
65

What is a characteristic of 16-bit processors?

They handle data in 16-bit chunks.

New cards
66

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

#RRGGBB.

New cards
67

What is one key use of hexadecimal notation in errors?

To specify memory locations of errors.

New cards
68

Explain what BIOS stands for.

Basic Input/Output System.

New cards
69

What is an audio input device?

Microphone.

New cards
70

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

To cool the internal components, mainly the CPU.

New cards
71

What does LGA stand for?

Land Grid Array.

New cards
72

What is a hex color code?

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

New cards
73

What is typically included in a multi-core processor?

Multiple execution units to handle simultaneous operations.

New cards
74

What does a power supply unit do?

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

New cards
75

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

A hardware component that connects a computer to a network.

New cards
76

What does the acronym 'HDD' stand for?

Hard Disk Drive.

New cards
77

What distinguishes a USB interface from previous technology?

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

New cards
78

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

No moving parts.

New cards
79

What is 'booting' in computing?

The process of starting up a computer.

New cards
80

Differentiate between system and user software.

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

New cards
81

What does the term 'throughput' refer to?

The amount of data processed in a given time period.

New cards
82

What is the principal role of the operating system?

To manage hardware and software resources.

New cards
83

What does I/O interface refer to?

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

New cards
84

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

Software.

New cards
85

What is the primary function of a router in networking?

To forward data packets between computer networks.

New cards
86

Explain the significance of the term 'bandwidth'.

The maximum rate of data transfer across a network.

New cards
87

What is the role of a server?

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

New cards
88

Define 'malware'.

Malicious software designed to harm or exploit devices or networks.

New cards
89

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

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

New cards
90

What does TCP/IP stand for?

Transmission Control Protocol/Internet Protocol.

New cards
91

What is the function of software drivers?

To allow the operating system to communicate with hardware devices.

New cards
92

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

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

New cards
93

Name one advantage of cloud computing.

Scalability and flexibility in resource allocation.

New cards
94

Define 'digital footprint'.

The trail of data one leaves while using the internet.

New cards
95

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

Dots Per Inch.

New cards
96

What are the four main types of computer memory?

RAM, ROM, cache, and flash memory.

New cards
97

What is the purpose of a firewall?

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

New cards
98

What does 'API' stand for?

Application Programming Interface.

New cards
99

What is the function of the GPU in gaming?

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

New cards
100

What is the common interface for connecting various expansion cards?

PCIe (Peripheral Component Interconnect Express).

New cards

Explore top notes

note Note
studied byStudied by 635 people
... ago
4.8(5)
note Note
studied byStudied by 11 people
... ago
5.0(1)
note Note
studied byStudied by 1 person
... ago
5.0(1)
note Note
studied byStudied by 11 people
... ago
4.5(2)
note Note
studied byStudied by 21 people
... ago
5.0(1)
note Note
studied byStudied by 93 people
... ago
5.0(1)
note Note
studied byStudied by 7 people
... ago
5.0(1)
note Note
studied byStudied by 13 people
... ago
5.0(1)

Explore top flashcards

flashcards Flashcard (32)
studied byStudied by 47 people
... ago
4.0(1)
flashcards Flashcard (22)
studied byStudied by 6 people
... ago
5.0(1)
flashcards Flashcard (500)
studied byStudied by 24 people
... ago
5.0(1)
flashcards Flashcard (90)
studied byStudied by 2 people
... ago
4.0(1)
flashcards Flashcard (118)
studied byStudied by 9 people
... ago
4.0(1)
flashcards Flashcard (25)
studied byStudied by 2 people
... ago
4.0(1)
flashcards Flashcard (30)
studied byStudied by 10 people
... ago
5.0(1)
flashcards Flashcard (88)
studied byStudied by 559 people
... ago
5.0(1)
robot