CC113B Flashcards

1
Q

The word computer comes from the word “compute”, which
means, “to calculate”

A

Computer

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

The activity of processing data using a computer is called

A

Data Processing

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

CHARACTERISTICS OF
COMPUTERS

A

Automatic
Speed
Accuracy
Diligence
Versatility
No IQ
No feelings

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

invented the first mechanical adding
machine in 1642

A

Blaise Pascal

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

invented the first
calculator for multiplication in 1671

A

Baron Gottfried Wilhelm von Leibniz

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

originated in the United States

around 1880

A

Keyboard Machines

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

came up with the concept
of punched cards that were extensively used as input
media until late 1970s

A

Herman Hollerith

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

is considered to be the father of
modern digital computers
He designed “Difference Engine” in 1822
He designed a fully automatic analytical engine in
1842 for performing basic arithmetic functions

A

Charles Babbage

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

Integrated set of programs that controls the resources
(the CPU, memory, I/O devices, etc.) of a computer
system

A

System

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

MAIN
FUNCTIONS OF
AN OS

A

Process management
Memory management
File management
Security
Command interpretation

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

A process (also called job) is a program in execution

A

PROCESS
MANAGEMENT

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

Information stored in a file can be

accessed sequentially (in the order in which they are

stored, starting at the beginning)

A

Sequential access:

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

Information stored in a file can be

accessed randomly irrespective of the order in which

the bytes or records are stored

A

Random access

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

Deals with protecting the various resources and information

of a computer system against destruction and unauthorized

access

A

Security

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

Provides a set of commands using which the user can give
instructions to the computer for getting some job done by it

A

COMMAND
INTERPRETATION

Command-line interface:
Graphical User Interface (GUI):

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

Developed in the early 1970s at Bell Laboratories by Ken
Thompson and Dennis Ritchie

A

UNIX OS

17
Q

APPLICATION
SOFTWARE

A

WORD
PROCESSING
PACKAGE

SPREADSHEET
PACKAGE

GRAPHICS
PACKAGE

PERSONAL
ASSISTANCE
PACKAGE

18
Q

Constant is a value that never changes.
Three primitive types of constants supported in C are:
▸ Integer
▸ Real
▸ Character

A

CONSTANTS

19
Q

Entity whose value may vary during program execution

A

VARIABLES

20
Q

DEVELOPED THE C++

A

Bjarne Stroustrup