Topic 1 Flashcards

1
Q

What is a computer system?

A

A combination of all the components required to process and store data using a computer.

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

What are the two main components of a computer system?

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

What is hardware?

A

The equipment or physical devices associated with a computer.

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

Give examples of hardware components.

A
  • Keyboards
  • Mice
  • Speakers
  • Printers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is software?

A

Computer instructions that tell the hardware what to do.

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

What is programming?

A

The process of writing software instructions.

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

What are the two broad types of software?

A
  • Application software
  • System software
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is application software?

A

Programs applied to tasks, such as word processing and spreadsheets.

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

What is system software?

A

Programs used to manage the computer, including operating systems.

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

What are the Three Major Operations in most programs?

A
  • Input
  • Processing
  • Output
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What happens during the input operation?

A

Data items enter the computer system and are placed in memory.

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

What is the role of the CPU?

A

It performs processing tasks such as organizing, sorting, and calculating data.

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

What is output in a computer system?

A

The resulting information sent to output devices for viewing and interpretation.

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

What is the difference between data and information?

A

Data refers to input items; information refers to processed data.

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

What is a programming language?

A

A language used to write computer instructions.

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

What are program code and syntax?

A

Program code is the instructions written in a programming language; syntax is the rules governing language usage.

17
Q

What is RAM?

A

A form of internal, volatile memory where currently running programs and data are stored.

18
Q

What is the difference between volatile and nonvolatile memory?

A

Volatile memory loses its contents when power is off; nonvolatile memory retains its contents.

19
Q

What is source code?

A

The programming language statements written by a programmer.

20
Q

What is object code?

A

The translated machine language statements from source code.

21
Q

What are a compiler and an interpreter?

A

Software that translates source code into machine language.

22
Q

True or False: Machine language is also called binary language.

23
Q

Fill in the blank: Programs that are currently running are stored in _______.