Introductory Computer Concepts I Flashcards

(48 cards)

1
Q

it is the study of computers, including their design, operation and their use in processing data into information

A

Computer Science

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

the systematic study of algorithmic process that describe and transform __________, their theory, analysis, design, efficiency, implementation, and application

A

information

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

theoretical computer science has its roots in __________, where there was a lot of discussion of logic

A

mathematics

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

computer science combines both the __________ and __________ aspects of engineering, electronics, information theory, mathematics, logic and human behavior

A

theoretical and practical

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

computer science began with ________ in 1642 and _________ in 1812

A

pascal, babbage

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

who made the pascaline calculator

A

blaise pascal

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

who made the analytical and difference engine

A

charles babbage

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

george boole created what logic?

A

boolean logic

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

this guy made the von Neumann Architecture

A

John von Neumann

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

he made the turing machine and the concept of computability

A

alan turing

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

consists of people, procedures, software, hardware, communication networks and data resources that collects, transforms, and disseminates information in organization

A

information systems

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

are end users who use computers to make themselves more productive

A

people

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

this specify rules or guidelines for computer operations

A

procedures

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

provides step-by-step instructions for computer hardware

A

software

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

what are the two major kinds of software

A

system software and application software

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

it enables the application software to interact with the computer hardware

A

system software

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

it is not a single program, but rather a collection of programs

A

system software

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

examples of system software (3)

A

operating system (OS), utilities, device drivers

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

it allows end users to accomplish one or more tasks everyday on a computer such as writing a letter, sending an email, making a poster or downloading a web page

A

application software

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

application software can be categorized as either (2)

A

basic applications, specialized applications

21
Q

these application software is called general-purpose or productivity application

A

basic applications

22
Q

these application software includes thousands of other programs that more narrowly focused on specific discipline and occupations

A

specialized applications

23
Q

example of specialized applications

A

graphics programs, audio and video software, multimedia programs, web authoring programs, ai programs, etc.

24
Q

the equipment that processes the data to create information and are controlled by software

25
types of computers (4)
supercomputers, mainframe, minicomputer, microcomputer
26
are largest, fastest, most powerful and most expensive computers that is used primarily for scientific applications and are mathematical intensive workstations
supercomputers
27
mainframe is used in the aerospace, automotive, chemical, electronics, and petroleum industries (etc.) (T&F?)
false, used in supercomputers
28
computers which have multiprocessing and multiprogramming capabilities and they are composed of many computers that is powerful enough to support several hundred users simultaneously at remote terminals
mainframe
29
minicomputers can also be called as
midrange computers
30
these are similar to mainframes but smaller in scaling and it can accomodate remote users but slightly less storage and processing is slower compared to mainframe
minicomputers
31
these are computers which are workstations
microcomputers
32
microcomputers uses the RISC microprocessors. what is RISC?
reduced instruction set computer
33
types of microcomputer
desktop computer, laptop, tablet pc, handheld computers (cellphone)
34
microcomputer hardware incluedes (4)
system unit, input/output, secondary storage, communication
35
consists of unprocessed facts including text, numbers, images and sounds
data
36
four common types of files
document, worksheet, presentation, databae
37
allows computers to share information and connect to the internet
connectivity
38
a revolution that is expected to dramatically affect the way we communicate and use computer technology
wireless revolution
39
communication system connecting two or more computers
network
40
this is the largest network in the world
internet
41
provides a multimedia interface to the numerous resources available on the internet
web
42
computer and communication technologies, such as communication links to the internet, that provide help and understanding to the user
information technology
43
decimal system represents the daily number system ranging from ____ and has the base of _____
0-9, 10
44
binary system is used for __________, accepting 0 and 1 value only and has the base 2
computer representation
45
is a group of 3 bits and has the base 8 that ranges from 0-7
octal system
46
is a group of 4 bits which uses the base 16 system counting from 0-9 followed by letter a-f, which represents 10-15 in decimal number system
hexadecimal system
47
defines a set of values used to represent quantity
number systems
48
this is determined by the number of digit symbols in the system
base, or radix