Midterm (1) Flashcards

1
Q

What is binary 1101 expressed as a decimal?

A

13

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

What is an operating system?

A

Software which allows the computer to interact with the user.

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

What is a computer program?

A

A program is a list of commands to a computer.

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

What is a computer programming language?

A

A set of rules and conventions for making computer instructions.

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

What makes a programming language “higher” than another?

A

A programming language is “higher” than another if the language allows you to be more human-like and allows you to do more in one step/command.

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

What is an IDE?

A

Integrated Development Environment – a tool to create and run programs.

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

True or False: Computer languages are unambiguous.

A

True

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

What is a path variable?

A

Lists of folders/locations which the computer uses to search for things.

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

What was the first computer, the eniac, developed to do?

A

Calculate artillery firing tables for the U.S. Army research lab.

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

What is volatile/random access/RAM memory?

A

Places in the computer to hold information likely to get reset/lost when the program that uses it stops, and certainly will when the computer is turned off, e.g. temporary memory space.

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

What is a drive?

A

A secondary storage device which can be inside/outside the computer, holds data in a non-volatile (“permanent”) way.

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

A molecule of water is to water what a ______ of memory is to memory.

A

bit

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

If there are 12 months in a year, how many bits of memory would be required to represent a month?

A

At least 4 in order to express the number 12, which is 1100 in binary (4 digits = 4 bits)

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

What is 12 decimal written as binary?

A

1100

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

What is binary 101 in decimal?

A

5

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

What is 7 decimal written as binary?

A

111