Section 2 Flashcards

1
Q

_______ is a computer program that has a sequence of precise instructions given to a computer hardware to perform a specific task as well as the correct way to perform it.

A

software

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

____________ is the act of creating and writing a computer program.

A

Programming

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

____________ ________ is a sequence of instructions used to create a program in a selected language, which is used to communicate with a computer’s hardware.

A

programming language

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

The ______ is the rules that need to be followed to when using programming language.

A

syntax

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

________ system architecture provides functions such as starting a computer, file management, hardware device management, security management, jobs scheduling, processor management, performance management, and memory management.

A

Desktop

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

Computers are only capable of understanding ________ language.

A

machine

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

Computer programming languages are classified as low-level languages or high-level languages. Machine and assembly language is considered ___-_____ language and are closer to computer hardware, using binary digits. C++, Java are examples of ____-____ languages and are similar to human language.

A

low-level; high-level

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

A compiler is a program that reads the entire _____ ____ of a high-level language and translates it into machine language before any instruction is executed.

A

source code.

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

________ language is a low-level programming language that uses a set of symbols or abbreviations, knows as mnemonics, to represent machine language instructions.

A

Assembly

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

An _________ is a utility program that translates the assembly language instructions into machine language instructions, one instruction at a time.

A

assembler

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

An __________ is a sequence of instructions written in a natural human language that precisely specifies what a computer program must do in order to complete a specific task. Once perfected, it is used to write the source code of a program.

A

algorithm

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

Steps to solve a specific problem using a computer programming language. (7)

A
  1. Identify the problem to be solved and write its complete description.
  2. Write the algorithm for the stated problem
  3. Coding - converting the algorithm into source code.
  4. Save the source code to secondary storage
  5. Compile and debug the source code (fixing source code errors)
  6. Execute the source code
  7. Documentation - write all the details of the programming project
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

______ _________ consists of a group of programs required to control all the operations that take place in a computer. It manages all hardware components, other software categories installed in the system, and the users who are using the hardware and software in the computer system. Two types are operating system and utility programs.

A

system software

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

The __________ ______ software is the very first software installed on the hard disk of all computer systems and stays even when turned off. It’s the first software loaded into the RAM of a computer system when turned on.

A

Operating System

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

A ____ driven interface allows a user to select a choice from a menu.

A

menu

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

_______ -driven interface is used in older computers with MSDOS and uses commands.

A

Command

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

In a _________ ____ interface, the user clicks on an icon that represents a particular operation.

A

graphical user interface (GUI)

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

Using _____ buttons and _____ boxes are used to perform certain operations that may appear in dialogue boxes.

A

option; check

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

_______ _________ perform routine maintenance-type taks that are usually related to managing computer hardware devices and software programs.

A

utility programs

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

The ________ part of the operating system is a memory resident program that stays in the RAM while the computer is on, handling tasks such as file management, peripheral device management, processor management, security and memory management, allocating computer resources, and maintenance of the computer’s clock.

A

Kernal - think of this as a building supervisor who lives in a building and is responsible for maintenance.

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

Windows XP, Windows Vista, Windows 7, Macintosh, Linux, UNIX, and OS for mobile devices are type of _______ _____.

A

operating systems

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

_______ is a free and open-source operating system based on the UNIX OS. It is mainly used on services.

A

Linux

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

Just like a computer needs an operating system, a computer network must have a _______ _________ _____.

A

Network Operating System (NOS)

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

_______ ________ _____ is an OS that connects computers and devices to form a LAN, and is specifically designed to implement, manage, and maintain networks. It is stored on a server.

A

Network Operating System (NOS)

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

_____ is a multi-user and multitasking OS, mainly used with mainframes as a network operating system.

A

UNIX

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

_______________ is the capability to perform two or more tasks at the same time.

A

multi-tasking

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

________________ is the capability of working two CPU units at the same time and allocating tasks to each CPU.

A

multiprocessing

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

____________ software is a set of programs that allows users to perform specific tasks.

A

application

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

An office _____ is a bundle of programs that a computer user utilizes on a daily basis.

A

suite

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

A ____ __________ is a program used to manipulate a text document, such as a resume or a memo.

A

word processor

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

A ___________ is a computer program that simulates an accounting ledger book use to record finance-related transactions. it is a grid of rows and columns.

A

spreadsheet.

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

________ are used in spreadsheet to complete calculations

A

formulas

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

________ cell addressing is used when a group of cells will use the same logic in the formulas for calculations

A

relative

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

_________ cell addressing is used when a formula is copied from one cell into another cell and includes one cell that is fixed.

A

absolute

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

_________ presentation allows users to create their own slides or create slides using a template. They can include text, charts, photos, sounds, and graphic arts.

A

powerpoint.

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

A _________ package is an organized way to collect logically related records in files or tables, and then link those tables or files together in a manner that enables a database program to search for a desired piece of information. It’s an electronic filing system, and the information is all stored in a binary digit form.

A

database

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

A ________ ___ field in a database uniquely identifies a record in a table. Ex. student ID or SSN

A

Primary Key

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

A _______ ___ is a field or group of fields in one table that matches a field in another table, where it is a PK. It’s used to establish relationships between two tables.

A

Foreign Key

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

A __________ PK is formed when two or more keys in the same table uniquely identify a record in a table. ex. Student ID and Course ID in a schedule table.

A

Composite

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

Name the 3 types of relationships in a Database

A
  1. One to Many 1:M
  2. Many to many M:M
  3. One to One 1:1
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
41
Q

When creating a table in a database, ______ _____ are created for fields, such as SSN, so that data can be entered in the table in the proper format (111-11-1111).

A

input masks

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

A web _________ is an application program that allows users to search, retrieve, and view the information stored on the webpages of various websites.

A

browser

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

Browser ___-___ are additional software installed on computing devices to provide additional capabilities and features to a Web browser, and include delivery of audio, video, and 3D animations on demand.

A

plug-ins

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

A _____ _______ is program that searches for a specific piece of information on computer networks or databases, and delivers all pieces of information that matched the specified keywords in the search criteria.

A

search engine

45
Q

A ___ is a software application program that automatically searches for new websites on the Web and collects information about that website and also updates information in old websites.

A

Bot

46
Q

An ________ organizes/sorts the information collected by Spider/Bot to make the search easier.

A

indexer

47
Q

A ______ is a collection of physical elements and procedures, entities, or components (software and hardware) that are compatible with each other and function to support the objectives of the computer user and accomplish a goal.

A

system

48
Q

An email message has two important parts:

A
Header = addresses of the sender and receiver, and optional subject.
Body = contains the actual message sent
49
Q

To send a message a computer must needs a modem, NIC, Web browser, an online connection and an ______ account with a service provider such as Gmail, or Yahoo.

A

email

50
Q

_______ conferencing allow people in different locations to talk to each other, but cannot see each other.

A

audio

51
Q

_____ conferencing allows people to see each other in real-time.

A

video

52
Q

___ conferencing allows participants to attend meetings, take part in seminars, and demonstrate products and services. Participants can share applications and documents for viewing.

A

Web

53
Q

A _________ is a conference between participants who are geographically dispersed or live in remote areas, and who communicate by telephone or network connection to exchange info.

A

teleconference

54
Q

A ___________ _____ ___________ is a group of people working together to attain a common goal.

A

cooperative work environment (CWE)

55
Q

A ________ __________ ____ __________ is a group of people in an office system working together to attain a common goal by using computer technology.

A

computer supported work environment (CSWE)

56
Q

_____________ is a mathematical science that involves the collection, analysis, interpretation, forecasting, and presentation of data for decision making in organizations. It can be used to ________ future trends.

A

statistics; forecast

57
Q

________ systems are specialized Decision Support Informations system software that collects and stores on a computer system the experiences and knowledge of human experts from various professional fields. The collected knowledge is then used to simulate human reasoning and decision making to help solve specific problems.

A

Expert

58
Q

A ________ ________ ______ is an information system designed to facilitate the decision making process in business and organization operations. They can be used for bank loan approvals, forest management, clinic diagnosis, etc.

A

Decision Support System

59
Q

________ data is the collection of information about earth such as oceans, rivers, roads, lands, parks and buildings.

A

Spatial

60
Q

___________ _________ ______ GIS is a computerized system that collects, integrates, stores, interprets, manages, and displays data related to geographical location and a description of an object of interest.

A

Geographic Information System (GIS)

61
Q

GIS uses vectors to express objects with ________, lines, and polygons.

A

points

62
Q

___________ is the design and printing of maps, or visual representations of spatial data used in GIS.

A

Cartography

63
Q

GIS uses ___-______ scheme to specify the location of an object by specifying X, Y, and Z coordinates, which represent the longitude, latitude, and elevation of the object.

A

geo-coding

64
Q

The _______ __________ ________ (GPS) is a real-time location component that uses satellites to show your current position.

A

global positioning system

65
Q

A __________ ___________ ______ is a computerized intelligence system that collects facts about a business, integrates stores, interprets, manages and generates information and uses it to make sound business decision. It monitors all the operations of a company intelligently.

A

Business Information System (BIS)

66
Q

____________ _____ ___________ (EDI) is a set of rules that govern how electronic business is conducted over the network. It replaces the faxing and mailing of paper documents for ordering shipping, tracking, etc.

A

Electronic Data Interchange

67
Q

An ________ is the internal network of a company that can be accessed only by the employees of the company.

A

Intranet

68
Q

_________ are internal company intranets that allow limited access by outside individuals, such as customers or suppliers, to a certain portion of the intranet.

A

Extranets

69
Q

EDI is conducted using a _____-______ network (VAN) and a virtual private network.

A

value-added

70
Q

A _______ ________ ________ is a network in which some parts of the network use the Internet, but data is encrypted before it is sent on the Internet indicating that it is a private network.

A

virtual private network

71
Q

___ standards for exchanging data are ANSI ASC X12 and UN/EDIFACT.

A

EDI

72
Q

___ uses the following methodology; FTP, HTTP, Telnet, modems, and emails for the exchange of data.

A

EDI

73
Q

An ________ information system is a single computing system that combines and coordinates all business operations of a company.

A

Enterprise

74
Q

__________ processing Systems are an information system that collects and processes data based on day-to-day operations.

A

Transaction

75
Q

__________ _________ _________ (ERP) software combines the software of all departments of an enterprise into a single, integrated program, enabling the storage of information in a centralized location to that it can be shared by all departments of an enterprise who are able to communicate with each other.

A

Enterprise Resource Planning

76
Q

_________ ___________ __________ (CRM) manages al the information that a business has about its customers, including each customer’s purchasing history and preferred products.

A

customer relationship management

77
Q

_____ _____ ___________ (SCM) is the management of all interconnected business that take part in providing end products or services to end users. It involves the acquisition of raw material, conversion to a finished product, transportation, storage, and supplying goods or services to the end user.

A

Supply Chain Management

78
Q

A network ____ is an electronic device that is capable of sending, receiving, and forwarding data in a computer network using a communication medium. It’s where two networks intersect.

A

node.

79
Q

A ________ is a group of two or more computers that are designed to send and receive information, and share hardware and software.

A

network

80
Q

A _______ is an electronic document on the Web that stores graphic, text, sound, and video data. Similar to a textbook page. They can contain hyperlinks to other webpages on the same website or other websites.

A

webpage.

81
Q

A _______ is a collection of webpages, similar to a textbook.

A

website

82
Q

A _________ is a person who is responsible for managing a website.

A

webmaster

83
Q

A __________ is a computer on the Internet that stores webpages belonging to the website of a particular organization. It delivers webpages to the client’s computer using HTTP protocol.

A

webserver

84
Q

____ is a set of rules or protocols that all computers have to follow when communicating

A

HTTP

85
Q

Every web server has a unique ________ _______ address that allows other computers connected to the Internet to locate it.

A

Internet Protocol (IP) address

86
Q

A _________ link connects an HTML document with a multimedia file, that can contain text, graphics, sounds or video data.

A

hypermedia

87
Q

Web ________, creates A-Z style indexes for individual websites or an Intranet.

A

indexing

88
Q

______________ protocols are a set of rules that client and server computers need to follow when communicating with each other over a network or Internet in order to exchange data or a file.

A

Communication protocols

89
Q

_____ ________ ________ (FTP) is a set of rules that allow files to be transferred from one computer to another. It uses a file server to upload and download files.

A

File Transfer Protocol

90
Q

_________ _______ ________ (HTTP) transfers files from a web server to a user’s computer, which can then be viewed using a web browser.

A

Hypertext Transfer Protocol

91
Q

Collectively Transmission Control Protocol and Internet Protocol is used to _____ a file from one end of a network to the other end, ensuring that the correct data arrives at the destination computer.

A

routes

92
Q

TCP breaks down the message or file to be sent into individual units known as ________.

A

packets

93
Q

______ ____ __________ _________ (SMTP) determines which path each email message will follow before it is sent.

A

Simple Mail Transfer Protocol

94
Q

________ ______ _____ _______ (IMAP) is the protocol used to access and email message from an email server to view it.

A

Internet Message Access Protocol

95
Q

A _________ _________ ________ (URL) specifies the unique address of particular website and also specifies the type of transfer protocol to use when transferring the document over the internet.

A

Unified Resource Locator

96
Q

http://protocol, which indicates the a file is a _______.

A

webpage

97
Q

www, which indicates that it is on the World Wide Web is the _____ level of a domain name?

A

third

98
Q

“google” which is the name of the website and is the ______ level of a domain name.

A

second

99
Q

.com, which indicates that it is a commercial organization and is the ____ level of a domain name.

A

first or top.

100
Q

An ________ _______ (IP) is the address the user enters in the address window of a browser.

A

Internet Protocol

101
Q

___ ____________ is a combination of multiple technologies, which involves the communication between web servers and web clients. It can be any technology related to the creation of websites and webpages that display the webpage of a client.

A

Web Technology

102
Q

________ __________ are used to create a structured document known as a webpage. It’s a collection of symbols and special words to specify the elements of a webpage inside tags.

A

Markup Language

103
Q

_______ are the basic items used to build a webpage. They can be objects (paragraphs, headings, or title), lists, images, etc. of webpages.

A

Elements

104
Q

Elements are written inside tags that are marked by angled ________ < >.

A

brackets

105
Q

Tags always have an opening and a ________ tag.

A

closing

106
Q

HTML is a _______ ________ used as a tool to create a structured document knows as a webpage.

A

Markup Language

107
Q

__________ ______ ________ (XML) is markup language used to create structured documents (webpages) by using metadata concepts and by creating user-defined tags. ex. December 12, 2009 identifies the date as DOB.

A

Extended Markup Language.

108
Q

__________ ________ ______ (CSS) is a language that helps users to separate the content of webpage from its formatting.

A

Cascading Styling Sheets