Top2 Flashcards

(40 cards)

1
Q

What is a computer?

A

An electronic device that can process and store information.

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

What are the basic components of a computer?

A
  • Central Processing Unit (CPU)
  • Memory (RAM)
  • Storage (hard drive or solid-state drive)
  • Input devices (keyboard, mouse, etc.)
  • Output devices (monitor, printer, etc.)
  • Peripheral devices (e.g., USB drives)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the function of the CPU?

A

It performs most of the processing and calculations required for a computer to function.

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

What does RAM stand for and its role?

A

Random Access Memory; it temporarily stores data and instructions while the computer is running.

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

What is the purpose of storage in a computer?

A

It is the long-term memory where data is stored even when the computer is turned off.

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

What are input devices?

A

Devices that allow users to input data or commands into the computer.

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

What are output devices?

A

Devices that display the results of the computer’s processing.

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

What are peripheral devices?

A

Additional components that can be added to a computer to enhance its functionality.

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

True or False: Computers can understand human languages directly.

A

False

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

What binary states do computers use?

A
  • 0
  • 1
  • True
  • False
  • On
  • Off
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a transistor?

A

A tiny device used to store 2 values: 1 (on) and 0 (off).

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

How many bits are in a byte?

A

8 bits

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

What does ASCII stand for?

A

American Standard Code for Information Interchange.

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

What is the range of the original ASCII coding system?

A

0 to 127

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

How many possible values can an 8-bit byte represent?

A

256 possible values (from 0 to 255)

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

What is the ASCII code for the uppercase letter ‘A’?

A

65

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

What are accented characters?

A

Letters modified with an accent mark, changing pronunciation or meaning.

18
Q

True or False: Unicode uses 1 byte for each character.

19
Q

What is the maximum number of symbols that Unicode can represent?

A

65,536 different symbols

20
Q

What is a bit?

A

The smallest unit of information on a machine, holding a value of 0 or 1.

21
Q

What defines a word in a computer system?

A

The number of bits manipulated as a unit by the CPU.

22
Q

What is the relationship between word size and memory addressing?

A
  • Word size determines the number of bits the CPU can process at once
  • Larger word sizes imply larger addressable memory space.
23
Q

How many unique memory addresses can a 32-bit system address?

A

Approximately 4 gigabytes (GB) of addressable memory.

24
Q

What is the maximum addressable memory for a 64-bit system?

A

Theoretical maximum of 16 exabytes.

25
What is the ASCII code for a blank space?
32 (decimal) or 0010 0000 (binary)
26
What is the ASCII code for a blank space?
The ASCII code for a blank space is the decimal number 32, or the binary number 0010 0000. ## Footnote This code is essential for distinguishing between words and characters in text.
27
How many bits are required to represent each character in ASCII?
8 bits are required to represent each character in ASCII. ## Footnote This includes letters, blank spaces, and punctuation marks.
28
What are the three categories of data typically processed in a computer system?
* Text * Numbers * Sound / Voice * Video / Moving Pictures ## Footnote All data forms are stored, processed, and transmitted in a similar manner.
29
How is an integer represented in a computer system?
An integer is converted from decimal (base 10) to binary (base 2). ## Footnote This conversion allows the integer to be stored as a byte.
30
What is the bit pattern for the character 'A' in ASCII?
The bit pattern for 'A' is 01000001. ## Footnote This corresponds to the decimal value 65.
31
How many bytes does the word 'CAB' take up in computer memory?
The word 'CAB' takes up 3 bytes in memory: * 01000011 for 'C' * 01000001 for 'A' * 01000010 for 'B' ## Footnote Each character is represented by one byte.
32
What is the relationship between bits, bytes, and characters?
8 Bits = 1 Byte = 1 Character. ## Footnote This relationship is fundamental to data representation in computers.
33
What is 1 Kilobyte (KB) in bytes?
1 Kilobyte (KB) is 1024 bytes. ## Footnote Kilo represents 2 to the tenth power.
34
What is the value of 1 Megabyte (MB) in bytes?
1 Megabyte (MB) is 1,048,576 bytes (1024 x 1024). ## Footnote It is roughly equivalent to one million bytes.
35
How many Gigabytes (GB) are in 1 Terabyte (TB)?
1 Terabyte (TB) is equal to 1024 Gigabytes (GB). ## Footnote This hierarchical structure continues with larger units of data.
36
True or False: A Terabyte is smaller than a Gigabyte.
False. ## Footnote A Terabyte is significantly larger than a Gigabyte.
37
What is the maximum number of bits that can be stored in a 2KB memory device?
The maximum number of bits in a 2KB device is 16,384 bits (2KB x 8 bits). ## Footnote This is calculated by multiplying the number of bytes by 8.
38
If a music file takes up 4MB of space, how many can be stored on a 6GB phone?
The maximum number of music files is 1,500 (6GB / 4MB). ## Footnote This is derived from converting GB to MB and dividing.
39
How much data in KB is left on a 16GB Flash Disk that is 95% full after deleting 8,000MB?
The remaining data is 7,680,000 KB. ## Footnote This includes calculations of initial full capacity in KB minus the deleted amount in KB.
40
What is the minimum storage space needed for 2500 documents (50KB each), 5 movies (2GB each), and 1500 photos (3MB each) in KB?
The minimum storage space needed is 12,000,000 KB. ## Footnote This calculation involves converting all file sizes to KB before summing.