Introduction to Computer Science Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

This is where programs and data are kept on a long-term basis. Common storage devices are the hard disk and optical disks.

A

Secondary Memory

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

Consists of several byres in memory that tell the processor to perform one machine operation.

A

Machine Instruction

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

Enables users to interact with application programs and operating system by using windows, buttons, menus, icons, mouse, and keyboard.

A

User Interface

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

Each tiny electronic operation that a processor core can perform

A

Machine Operation

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

Programs used by people to get their work done.

A

Application Programs

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

This is where programs and data are kept when the processor is actively using them. Sometimes called “RAM” or Random Access Memory. Random means that memory cells can be accessed in any order

A

Main Memory

  • Noting permanent is kept in main memory.
  • Smaller, but faster than secondary memory.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Consists of instructions for the processor

A

Programs

* There are two categories of programs: Application and Systems

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

What are some examples of systems programs?

A

Operating & network systems, programming language software, web site server, data backup

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

Coordinates the operation of the other hardware & software components. Always present when a computer is running. Manages the main storage and disks. Responsible for: starting application programs, starting them, & managing the resources that they need.

A

Operating System

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

Programs that keep the hardware and software running together smoothly.

A

Software Programs

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

Can be any information that a program needs

A

Data

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

Computer SOFTWARE consists of what two types of items?

A

Programs and data

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

A collection of machine instructions in main memory

A

Machine Language Program or executable program

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

A superset of the JRE. It includes development tools like: Java compiler, Javadoc, & debugger

A

Java Development Kit or (JDK)

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

What are some examples of application programs?

A

Word processors, spreadsheets, data base systems, graphics programs, web browsers

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

Software required to run any application deployed on Java platforms

A

Java Runtime Environment or (JRE)

17
Q

Directly responsible for running a program.

A

Processor