Computer Language Flashcards

(15 cards)

1
Q

What is a computer?

A

A device that stores and processes data by performing calculations

This includes tasks like creating artificial intelligence or running video games.

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

What is the binary system?

A

A communication system that uses only ones and zeros

Also known as the base-2 numeral system.

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

How does a computer perform calculations?

A

By comparing ones and zeros millions or billions of times per second

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

What is a bit?

A

A binary digit

It is the smallest unit of data in computing.

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

How many bits are typically grouped together in computing?

A

Eight bits

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

What is a byte?

A

A group of eight bits

A byte can represent one character.

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

How many possible values can a byte represent?

A

256 possible values

This is due to the base-2 system, 2 to the eighth.

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

What does the binary sequence 10011011 represent in computing?

A

It can represent the letter ā€˜c’ or other characters depending on the encoding used.

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

What is the importance of understanding binary in computing?

A

It is the basis for everything else in computing

All digital communication and data representation rely on binary.

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

Fill in the blank: A group of eight bits is referred to as a _______.

A

byte

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

True or False: A computer can only understand letters of the alphabet.

A

False

A computer understands binary, which consists of ones and zeros.

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

What does a byte of zeros and ones allow a computer to do?

A

Store one character

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

What is the historical reason for using eight bits in computing?

A

Early hardware utilized the base-2 numeral system, allowing for a sufficient range of values.

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

What is created using binary in computing?

A

Words that have meaning

Just as letters form words in human languages.

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

What does the binary sequence translate to in human-readable form: 01101000 01100101 01101100 01101100 01101111?

A

hello

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