Median Coding Flashcards

5 Xtra credit points.

1
Q

What is magnetic, in computer sense?

A

Traditional disk storage - ideal for infrequently accessed data and for low-cost storage.

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

What is a Library?

A

A collection of useful functions and symbols that may be accessed by a program.

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

What is a Syntax Error?

A

When there is an error in the code, causing the computer to not understand the code.

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

What is a Byte?

A

A byte is the amount of space required to store a single character.

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

What is a bit?

A

A bit is a binary digit; a 0 or a 1

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

Define Hardware

A

The actual computer equipment; monitors, mice, towers, etc.

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

Define Software

A

The set of programs associated with a computer.

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

Define Loop Body.

A

The statements that are repeated in the Loop.

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

What is a Unit Test

A

A test of an individual function.

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

________ is another name for Decimal.

A

Base 10.

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

What is the term for the public-facing code that allows programmers to create applications that communicate with other sources?

A

Application Programming Interface (API)

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

What is the most widely used Database language?

A

Structured Query Language (SQL)

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

What do you call a computer whose main purpose is to store data and communicate with other computing devices?

A

A Server.

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

Where did the word algorithm come from?

A

From a Muslim scientist name AL-khawarzmi.

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

Define interpreter.

A

A program that reads another program and executes it.

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

Define Body.

A

The sequence of statements inside a function definition.

17
Q

How many bits are in 1 byte?

A

8.

18
Q

What company makes hardware, programs, and software?

A

Apple