text
stringlengths
1
3.55k
source
stringlengths
24
207
emb
listlengths
1.02k
1.02k
matched with a corresponding tuple from the right relation ( q ) based on the join condition or augmented with null values in case no match with a tuple from q can be made. a left outer join can be represented as. a right outer join includes all tuples from the right relation ( q ) in the result, either matched with a ...
openstax_introduction_to_computer_science_-_web
[ -0.012050810270011425, -0.030965149402618408, 0.030888760462403297, -0.002442670287564397, -0.0512082464993, -0.03916381672024727, 0.0231119804084301, -0.00020349639817140996, -0.006311735603958368, 0.06962122023105621, 0.03899861127138138, 0.0005639104056172073, -0.0016719166887924075, 0....
the attribute type of which the value needs to be retrieved, and 382 8 • data management access for free at openstax. org cond ( t ) the range relation and extra conditions to select relevant tuples. consider the following example : { t. studentid, t. studentname | student ( t ) and t. studentprogram = 3 } a condition ...
openstax_introduction_to_computer_science_-_web
[ -0.011962668970227242, -0.02005746029317379, 0.009968957863748074, 0.005301261320710182, -0.03354376554489136, -0.012896214611828327, 0.05463504418730736, -0.0006997681339271367, -0.01961396634578705, 0.053976502269506454, 0.034396737813949585, -0.03265773504972458, 0.029186218976974487, -...
follows : { ab | ( e ) ( student ( abcde ) and e = 3 ) } in this case, we defined five domain variables as a for the domain of studentid, b for the domain of studentname, c for the domain of studentaddress, d for the domain of studentcity, and e for the domain of studentprogram. the condition e = 3 is a selection condi...
openstax_introduction_to_computer_science_-_web
[ -0.030278494581580162, -0.019981008023023605, 0.025759020820260048, -0.013568899594247341, -0.034038469195365906, 0.01113141793757677, 0.010412512347102165, -0.001223767176270485, -0.033335257321596146, 0.043800052255392075, 0.01944573223590851, -0.011419611051678658, 0.02787015214562416, ...
8. 3 • relational database management systems 383 technology in everyday life rdbms airplanes have to be designed and tested for safety. airplane wings are complex items that include a large number of parts, come in various shapes and forms ( e. g., rectangular wings for small airplane, elliptical wings, tapered wings ...
openstax_introduction_to_computer_science_-_web
[ -0.029066402465105057, -0.022562993690371513, 0.017991604283452034, 0.01262014452368021, -0.0017795674502849579, 0.039486806839704514, -0.014280576258897781, -0.018577685579657555, -0.029596367850899696, 0.010258419439196587, 0.001733119715936482, -0.01447092555463314, 0.037733208388090134, ...
##ructuring a relational database to reduce data redundancy and improve data integrity is called database normalization. a normal form applies to a table / relation, not to the database. the main types of normalization are • first normal form ( 1nf ), • second normal form ( 2nf ), • third normal form ( 3nf ), • boyce -...
openstax_introduction_to_computer_science_-_web
[ -0.002675582654774189, -0.02538994513452053, 0.01608884334564209, 0.02717611938714981, -0.024021923542022705, -0.006032361648976803, 0.007985644042491913, -0.019128698855638504, -0.04250594601035118, 0.036181505769491196, 0.03990735486149788, 0.026543395593762398, 0.018639767542481422, -0....
name item 1 item 2 shirl adam milk bread jeff mark juice water rana park bread milk table 8. 4 table converted to 1nf first name last name item shirl adam milk shirl adam bread jeff mark juice jeff mark water rana park bread rana park milk table 8. 5 table converted to 2nf customer id first name last name 1 shirl adam ...
openstax_introduction_to_computer_science_-_web
[ 0.011632225476205349, 0.004686378873884678, 0.0459115244448185, 0.027039876207709312, -0.016701702028512955, -0.052925169467926025, 0.01866554096341133, -0.02429773099720478, -0.012654992751777172, 0.05208764225244522, 0.0385214127600193, 0.022048071026802063, 0.005843070801347494, -0.0144...
8. 3 • relational database management systems 385 item id item 1 milk 2 bread 3 juice 4 water table 8. 7 table converted to 3nf : item customer id item id 1 1 1 2 2 3 2 4 table 8. 8 table converted to 3nf : relational table relational database design modeling data into a set of tables with rows and columns is called re...
openstax_introduction_to_computer_science_-_web
[ -0.020623818039894104, -0.0022549948189407587, -0.016971886157989502, -0.03150805085897446, -0.021243665367364883, 0.02568071149289608, 0.030051246285438538, -0.04093256592750549, -0.016437245532870293, 0.05490327253937721, 0.02800733409821987, -0.004290604963898659, 0.004124184604734182, ...
##nary, and more generally n - ary. cardinality ratios are used to specify how many tuples are interrelated as part of a binary relationship ( i. e., 1 - 1, 1 - n, n - 1, m - n ). multivalued attributes are allowed in er models. they are used to represent an attribute that contains a list of values. for example, a car ...
openstax_introduction_to_computer_science_-_web
[ 0.0033341164235025644, 0.03582439571619034, 0.004042848013341427, 0.0029734510462731123, -0.048476893454790115, 0.022306622937321663, 0.014792646281421185, -0.020563744008541107, -0.006726089399307966, 0.04115745425224304, 0.022649919614195824, -0.038544200360774994, 0.004971953574568033, ...
is more appropriate to merge both relations ( from the participating entities ) into one, or create a cross - reference ( i. e., relationship relation ) between the two relations. 4. mapping of binary 1 : n relationship types. create a relation for each participating entity. the primary key from the “ one ” side of the...
openstax_introduction_to_computer_science_-_web
[ 0.013211607001721859, 0.02899729646742344, -0.009601104073226452, -0.00869410578161478, -0.04543157294392586, 0.020531542599201202, 0.0075994436629116535, -0.011635000817477703, 0.009055654518306255, 0.020141247659921646, 0.0161955114454031, -0.04260959103703499, 0.03102758899331093, -0.02...
; option 8c : single
openstax_introduction_to_computer_science_-_web
[ 0.005305728409439325, -0.005032060667872429, -0.001308289822191, -0.0006816646782681346, -0.10380363464355469, -0.024612026289105415, -0.003303693374618888, -0.009758254513144493, 0.009090973995625973, 0.023526500910520554, 0.06956685334444046, 0.002396458527073264, 0.011265311390161514, 0...
8. 3 • relational database management systems 387 relation with one type attribute ; option 8d : single relation with multiple type attributes. 9. mapping of union types. for mapping a category whose defining superclass has different keys, it is customary to specify a new key attribute, called a surrogate key, when cre...
openstax_introduction_to_computer_science_-_web
[ -0.02190742827951908, 0.01811176724731922, 0.018259475007653236, -0.020651832222938538, -0.02450527809560299, 0.030162235721945763, 0.015280674211680889, -0.02560105361044407, -0.011581501923501492, 0.04620344564318657, 0.012965625151991844, 0.014053630642592907, 0.021624907851219177, -0.0...
across an array of low - cost hard disks. figure 8. 9 this storage hierarchy includes primary and secondary storage. ( attribution : copyright rice university, openstax, under cc by 4. 0 license ) physical file organization and indexing file organization and indexing are used to minimize the number of block accesses fo...
openstax_introduction_to_computer_science_-_web
[ -0.044375889003276825, -0.018826698884367943, 0.008434813469648361, -0.004920719191431999, -0.007272370159626007, 0.027255084365606308, -0.039942119270563126, -0.015391698107123375, 0.003052618121728301, 0.07452278584241867, -0.006441847421228886, 0.04743193835020065, -0.01794944331049919, ...
: 1. parsing : checking the syntax of the query, user ’ s privileges, table, and attribute names 2. translation : translating from high - level language to machine language 3. optimizer : selecting the best plan to execute 4. execution : running the selected plan 5. evaluation : returning the query result the query opt...
openstax_introduction_to_computer_science_-_web
[ -0.004110055509954691, 0.009857816621661186, -0.02080453932285309, -0.0070822653360664845, 0.0013052326394245028, 0.027925508096814156, -0.010592839680612087, -0.004976957105100155, -0.008769532665610313, 0.03569651022553444, 0.03438759967684746, 0.05242045223712921, -0.02007395401597023, ...
8. 3 • relational database management systems 389 employee number fname lname country 1 sam smith usa 2 adam bell uk 3 matt john usa 4 john zack usa 5 andy dave uk table 8. 9 employee table we are looking for “ andy ” using the following sql statement : select * from employee where fname ='andy'; looking for andy takes...
openstax_introduction_to_computer_science_-_web
[ -0.023808812722563744, -0.014184716157615185, -0.007872187532484531, -0.007614220958203077, 0.002662094309926033, 0.03167465701699257, 0.008231410756707191, 0.017025912180542946, 0.0045012845657765865, 0.06330005824565887, 0.01683182269334793, -0.014292084611952305, -0.0022639408707618713, ...
index, we need to decide which attribute we cluster. in general cases, the indexing is implemented using binary tree, b - tree, or b + tree. in practice, b + trees are more commonly used in database systems. binary tree is a tree in which every node has up to two children. b - tree generalizes the binary tree with more...
openstax_introduction_to_computer_science_-_web
[ -0.019387708976864815, 0.00046818293049000204, 0.012668616138398647, -0.034290023148059845, 0.030231336131691933, 0.022227803245186806, 0.0028405245393514633, -0.007585436105728149, -0.024648521095514297, 0.06019430235028267, 0.012690193951129913, -0.025860808789730072, 0.017168644815683365,...
8. 3 • relational database management systems 391 rdbms architectures a relational database management system ( rdbms ) architecture is categorized as a centralized system architecture and a tiered system architecture. in centralized system architecture, the dbms ’ s responsibilities are handled by one centralized enti...
openstax_introduction_to_computer_science_-_web
[ -0.016868658363819122, -0.0020291015971451998, -0.010880491696298122, 0.01403258740901947, -0.005617675371468067, 0.03318728506565094, -0.015851672738790512, -0.03974304720759392, -0.04647721350193024, 0.049412455409765244, -0.04143565893173218, 0.015173563733696938, -0.008775657042860985, ...
returning the results. in many cases, the client and server interfaces are implemented to work over a computer network using network sockets. the main goal of a database api is to expose an interface through which other parties can utilize the services provided by the dbms. most dbms vendors provide a proprietary, dbms...
openstax_introduction_to_computer_science_-_web
[ -0.029933549463748932, 0.0017851358279585838, -0.041562557220458984, -0.03746630996465683, -0.009716552682220936, -0.020278677344322205, -0.02820969745516777, -0.026224927976727486, 0.014387527480721474, 0.03432150185108185, -0.016489841043949127, 0.012370153330266476, 0.0108724944293499, ...
host language. they allow for efficient querying of objects ; such entities are frequently mapped to a relational database model using an object relational mapper ( orm ). it is not strictly necessary to utilize an orm to enable object persistence, though most apis tightly couple both concepts. sample rdbms application...
openstax_introduction_to_computer_science_-_web
[ -0.01788453757762909, 0.021180862560868263, -0.051310330629348755, -0.003492228453978896, -0.005849021021276712, 0.024248484522104263, -0.009750574827194214, -0.04253845661878586, 0.03673835098743439, 0.08812742680311203, -0.005987768527120352, 0.010729489848017693, 0.03450246527791023, -0...
a schedule with interleaved read / write operations, guarantees acid properties, and can commit a transaction upon successful execution or rollback a transaction upon unsuccessful execution. delineating transactions within the transaction life cycle is called transaction management. various components are involved in t...
openstax_introduction_to_computer_science_-_web
[ -0.016178317368030548, 0.01365903951227665, -0.027059296146035194, 0.01248361635953188, -0.03724361211061478, -0.012253064662218094, 0.007700531277805567, -0.0412510447204113, 0.040670815855264664, 0.10899411141872406, -0.010247954167425632, 0.015249352902173996, 0.026381636038422585, -0.0...
are performed across multiple database systems. distributed transaction management coordinates the resources between multiple databases. the transaction
openstax_introduction_to_computer_science_-_web
[ -0.022766636684536934, 0.01815894804894924, -0.04151470586657524, 0.033428855240345, -0.02985173650085926, -0.01754303090274334, 0.013273222371935844, -0.022394100204110146, 0.0193244069814682, 0.07301387190818787, -0.02294405736029148, 0.030911846086382866, -0.013924031518399715, -0.01085...
8. 3 • relational database management systems 393 manager decides whether to commit or rollback a transaction using a two - phase commit ( 2pc ). the steps of 2pc are described in figure 8. 12. figure 8. 12 two - phase commit protocol illustrates the six steps needed for a distributed transaction. ( attribution : copyr...
openstax_introduction_to_computer_science_-_web
[ -0.0182159673422575, 0.004746315535157919, -0.009046117775142193, 0.03501978889107704, -0.0073862201534211636, 0.004629584029316902, -0.006055542267858982, -0.03137856721878052, 0.021402759477496147, 0.09359776228666306, -0.04930277168750763, 0.01215764507651329, 0.014680937863886356, -0.0...
be added. parallel databases focus on data distribution for performance and intraquery versus interquery parallelism. federated databases use nodes in a shared - nothing architecture, each running an independent dbms instance with horizontal data fragmentation. in distributed query processing, the optimizer should not ...
openstax_introduction_to_computer_science_-_web
[ -0.03274284675717354, -0.00456374092027545, -0.004720757715404034, 0.05536319315433502, -0.030789928510785103, 0.006483780685812235, -0.010206944309175014, -0.02310260199010372, 0.022020069882273674, 0.07007361203432083, -0.016560150310397148, 0.024527210742235184, 0.022489244118332863, -0...
14 sql injection gives attackers access to confidential client data such as teacher data. ( attribution : copyright rice university, openstax, under cc by 4. 0 license ) to secure the database, there are many methods such as discretionary access control, which may grant or reject object access using a set of policies ;...
openstax_introduction_to_computer_science_-_web
[ -0.0016988652059808373, 0.02003217302262783, -0.004914774093776941, -0.03645673766732216, -0.012518124654889107, 0.011445223353803158, -0.0068313186056911945, 0.03118015080690384, -0.02064797468483448, 0.06240007281303406, -0.0004534997569862753, 0.016745464876294136, 0.040990546345710754, ...
8. 4 nonrelational database management systems learning objectives by the end of this section, you will be able to : • discuss the various types of legacy database management systems • explain the functionality of non - first normal form ( nfnf ) database management systems • identify various characteristics of object ...
openstax_introduction_to_computer_science_-_web
[ -0.0059440843760967255, 0.013573766686022282, 0.02074049599468708, -0.017212746664881706, 0.00007555597403552383, 0.03116188570857048, 0.0039304159581661224, -0.00804394856095314, -0.005033491645008326, 0.05680474638938904, -0.017816031351685524, 0.010573125444352627, -0.019807197153568268, ...
an example, ibm ims is a hierarchical database management software system for oltp. figure 8. 15 a hierarchical model shows a root parent connected to three child nodes. ( attribution : copyright rice university, openstax, under cc by 4. 0 license ) a hierarchical model has many limitations such as the complexity of na...
openstax_introduction_to_computer_science_-_web
[ -0.02423880808055401, -0.041702188551425934, 0.0035885819233953953, -0.024672821164131165, 0.02911118045449257, 0.007126304786652327, -0.021879829466342926, -0.018887655809521675, 0.008993920870125294, 0.06875009089708328, 0.00893904734402895, 0.015772594138979912, 0.0006287419819273055, -...
retrieve or save their state. in persistence independence, an object is independent of how a program manipulates it. there are many types of orthogonality. for example, all objects can be made persistent irrespective of their type or size, and they can achieve transitive persistence ( refers to persistence by reachabil...
openstax_introduction_to_computer_science_-_web
[ -0.028853874653577805, -0.017319070175290108, -0.03378956764936447, -0.030544163659214973, -0.006764964200556278, 0.002072538947686553, -0.024000223726034164, -0.023945549502968788, 0.032326046377420425, 0.05084694176912308, 0.006583251059055328, -0.002222601091489196, 0.013462099246680737, ...
one with mongodb within hours, which went to production in 90 days. extended relational databases extended relational databases ( erdbmss ) combine characteristics of rdbms and oodbms. the products of erdbmss provide a relational data model and query language that have been extended to include features of oodbmss.
openstax_introduction_to_computer_science_-_web
[ -0.04201991856098175, -0.008612167090177536, -0.018048115074634552, -0.013973056338727474, -0.012684264220297337, 0.05229928344488144, 0.01251137163490057, -0.04116209223866463, 0.02453204058110714, 0.044100381433963776, -0.0053593250922858715, -0.014100304804742336, 0.000750731851439923, ...
8. 4 • nonrelational database management systems 397 limitations of the relational model the relational model has a flat structure, and expensive joins are needed to defragment the data before it can be successfully used, which increases the complexity of the objects due to normalization. specialization, categorization...
openstax_introduction_to_computer_science_-_web
[ -0.02445167489349842, -0.003014381742104888, 0.004859194625169039, -0.020411314442753792, -0.02404036745429039, 0.015709131956100464, 0.00813390128314495, -0.024155665189027786, -0.025463508442044258, 0.07824479788541794, -0.03938504308462143, 0.010372648015618324, -0.011843397282063961, 0...
of nonrelational database management system for this application? xml databases extensible markup language ( xml ) is a markup language similar to html, but users define their tags ; predefined tags such as html are not used. the oldest schema language for xml is the document type definition ( dtd ). an xml schema is t...
openstax_introduction_to_computer_science_-_web
[ -0.03716485574841499, -0.01504523865878582, 0.008302697911858559, -0.0006729059386998415, -0.0005423142574727535, 0.010504985228180885, 0.031376708298921585, -0.04792909324169159, -0.0013310069916769862, 0.07144695520401001, -0.01718345656991005, -0.003209705464541912, -0.004888914991170168,...
s account and adding it to the recipient's account. if any of these steps fail, the entire transaction should be rolled back to ensure that the database remains consistent. atomicity ensures that the transaction either completes successfully and all the changes are committed, or it fails and none of the changes are com...
openstax_introduction_to_computer_science_-_web
[ -0.02329685166478157, 0.026249125599861145, -0.028794748708605766, -0.01798941008746624, -0.01851196400821209, 0.026049330830574036, -0.004555897321552038, -0.04604940488934517, -0.0035697356797754765, 0.06270589679479599, 0.006993158254772425, -0.02058149129152298, 0.02669782191514969, -0...
databases are schema - agnostic and provide the flexibility needed to store and manipulate large volumes of unstructured and semistructured data. users do not need to know what types of data are stored during setup, and the system can accommodate changes in data types and schema. designed to distribute data across diff...
openstax_introduction_to_computer_science_-_web
[ -0.0007786659407429397, 0.015234880149364471, -0.009153329767286777, -0.0017842769157141447, -0.011863459832966328, 0.014069684781134129, 0.0057923090644180775, -0.031197888776659966, 0.03667008876800537, 0.09271391481161118, -0.003715725149959326, -0.030502183362841606, 0.01671161875128746,...
8. 4 • nonrelational database management systems 399 key - value stores a key - value store is a simple database that uses an associative array such as redis, dynamodb, and cosmos db. it stores only key - value pairs, provides basic functionality for retrieving the value associated with a known key, and works best with...
openstax_introduction_to_computer_science_-_web
[ -0.0201326422393322, 0.01835792139172554, 0.0306997112929821, -0.008253568783402443, -0.03550656884908676, 0.014430521056056023, 0.005450969561934471, -0.04939662665128708, -0.008230647072196007, 0.08019852638244629, -0.002058858284726739, 0.0043058800511062145, -0.0053941612131893635, -0....
this means that cassandra is optimized for high - speed reads and writes of individual rows, while hbase is optimized for scanning large tables of data. graph - based databases a graph - based database represents data as a network of related nodes or objects to facilitate data visualizations and graph analytics. the gr...
openstax_introduction_to_computer_science_-_web
[ -0.00817729253321886, 0.019430767744779587, 0.017839139327406883, -0.009022204205393791, 0.005018409341573715, 0.022633565589785576, 0.007279141340404749, -0.02743055485188961, 0.03309331089258194, 0.05941886827349663, 0.014309451915323734, -0.025996282696723938, -0.011015945114195347, -0....
checks the availability of each node, which makes it easier to apply index between them but does not guarantee that every node is aware of every other node at all times. hashing is the process of transforming a key to another value to implement a hash table. consistent hashing avoids mapping each key to a new node in c...
openstax_introduction_to_computer_science_-_web
[ -0.018911095336079597, 0.02397638000547886, 0.012561775743961334, -0.02814604714512825, 0.005211022682487965, -0.00027330522425472736, 0.005417094100266695, -0.015662290155887604, 0.01866770163178444, 0.10512971878051758, -0.0037066200748085976, -0.0163077674806118, 0.00769075145944953, -0...
8. 4 • nonrelational database management systems 401 figure 8. 18 this figure visualizes the tree - based dom api : ( a ) shows the input xml code, ( b ) highlights in - memory tree representation, and ( c ) demonstrates the corresponding dom tree. ( attribution : copyright rice university, openstax, under cc by 4. 0 l...
openstax_introduction_to_computer_science_-_web
[ -0.016361935064196587, 0.019617712125182152, 0.0056715719401836395, -0.002680405043065548, -0.0032625652384012938, 0.03678787872195244, -0.013957398943603039, -0.03131439909338951, 0.004987405613064766, 0.07223568111658096, -0.019303426146507263, -0.001943780342116952, 0.02273618057370186, ...
dataset grows or decreases as more or fewer users access the database, the system can quickly scale up or down its resources to handle the demand. blockchain dbmss the technology that records transitions securely is called blockchain. it has the world ’ s attention because of its use of cryptocurrencies such as bitcoin...
openstax_introduction_to_computer_science_-_web
[ 0.017534514889121056, 0.019231507554650307, -0.0068565248511731625, 0.05183960869908333, 0.010042032226920128, -0.005034843925386667, -0.002440260723233223, -0.0008231262909248471, -0.02078787423670292, 0.06610278785228729, 0.0032952087931334972, -0.013483275659382343, 0.05928383395075798, ...
8. 5 data warehousing, data lakes, and business intelligence learning objectives by the end of this section, you will be able to : • outline the characteristics of data warehouses • explain the extraction, transformation, and loading ( etl ) process • discuss data marts • describe the technology behind virtual data war...
openstax_introduction_to_computer_science_-_web
[ -0.00015916522534098476, 0.01007253397256136, 0.018108801916241646, -0.010533860884606838, -0.01961526647210121, 0.003909001126885414, -0.021807441487908363, -0.011839189566671848, -0.01884334720671177, 0.056752849370241165, -0.026344552636146545, -0.013845185749232769, -0.002691259607672691...
decisions happen frequently based on day - to - day operations and are structured based on a specific predefined role ( i. e., limited ). tactical - level decisions occur with greater frequency ( i. e., monthly ) and are semistructured based on the data requirement. the strategic level has the highest level of organiza...
openstax_introduction_to_computer_science_-_web
[ 0.00797738041728735, -0.030573127791285515, 0.019463470205664635, -0.035394348204135895, -0.038286760449409485, -0.00734953535720706, -0.005743855610489845, 0.003307994222268462, -0.025883205235004425, 0.07289092242717743, 0.013160867616534233, 0.025779910385608673, -0.0004488850536290556, ...
8. 5 • data warehousing, data lakes, and business intelligence 403 figure 8. 19 a graphic shows an example of a star schema. ( attribution : copyright rice university, openstax, under cc by 4. 0 license ) the snowflake schema is a data model that normalizes the dimension table ( figure 8. 20 ). it has one fact table, a...
openstax_introduction_to_computer_science_-_web
[ -0.011960926465690136, -0.020529109984636307, 0.015398729592561722, 0.0028807350900024176, -0.013787957839667797, -0.013411220163106918, -0.012259726412594318, -0.026160849258303642, -0.030771909281611443, 0.07080157846212387, 0.01878459006547928, 0.011754192411899567, 0.02845234051346779, ...
the data makes its way to the data warehouse. ( attribution : copyright rice university, openstax, under cc by 4. 0 license ) data marts a data mart is a scaled - down version of a data warehouse aimed at meeting the information needs of a homogeneous small group of end users such as a department or business unit. it p...
openstax_introduction_to_computer_science_-_web
[ -0.026666710153222084, 0.01729152724146843, -0.0020605807658284903, 0.02589925192296505, 0.0034586298279464245, 0.022355277091264725, 0.012143786065280437, 0.008773094043135643, 0.0043867165222764015, 0.056591570377349854, -0.03749354928731918, 0.0075257704593241215, 0.0025741057470440865, ...
8. 5 • data warehousing, data lakes, and business intelligence 405 data stores ; data are only accessed ( “ pulled ” ) at query time. a virtual data warehouse can be built as a set of sql views directly on the underlying operational data sources as an extra layer on top of a collection of physical independent data mart...
openstax_introduction_to_computer_science_-_web
[ -0.014303931035101414, -0.004277707543224096, -0.007344289682805538, -0.010174517519772053, -0.026362868025898933, -0.00064159493194893, 0.0017882917309179902, -0.015224386006593704, -0.012711715884506702, 0.06430498510599136, -0.03989371284842491, -0.002574959071353078, 0.02346370369195938,...
new set of business questions or tackle old questions with new data. figure 8. 22 shows an example of a data lake process. figure 8. 22 a data lake stores structured, semistructured, and unstructured data. the store process stores the data as raw data lake then applies many processes such as cleansing and aggregation t...
openstax_introduction_to_computer_science_-_web
[ -0.012174738571047783, 0.000865698792040348, -0.0011057127267122269, -0.036726389080286026, -0.021138880401849747, -0.004159361124038696, -0.0016723662847653031, -0.03175879269838333, -0.024539798498153687, 0.080377958714962, -0.020802021026611328, 0.005861731246113777, 0.02596372179687023, ...
to cost and the inability to adapt. seventy percent of development costs from etl include an effort to consolidate, prepare, standardize, and transform data for downstream analytics. costs involve initial capital investment for hardware, software licensing for databases, data integration, and analytics platforms. there...
openstax_introduction_to_computer_science_-_web
[ -0.012148628011345863, -0.0032943342812359333, -0.015000195242464542, -0.019918467849493027, 0.018469318747520447, -0.002555229002609849, 0.009940474294126034, -0.023771539330482483, -0.016000274568796158, 0.05556700751185417, -0.011887004598975182, -0.02994905225932598, 0.010428030043840408...
8. 5 • data warehousing, data lakes, and business intelligence 407 link to learning data lakes are used to collect very large amounts of both relational and nonrelational data, such as a streaming service collecting data on users ’ watching habits, while data warehousing collects relational data, such as when a retaile...
openstax_introduction_to_computer_science_-_web
[ 0.016087502241134644, 0.03371318057179451, -0.012044004164636135, -0.022846153005957603, -0.03512980788946152, -0.004314520861953497, 0.012846134603023529, -0.01600308157503605, 0.008429630659520626, 0.05056053027510643, -0.025362150743603706, 0.02140982449054718, -0.02238616719841957, -0....
and view data from multiple dimensions. it is used to analyze large volumes of data and is commonly used in bi applications. olap allows users to perform complex analysis of data by providing a multidimensional view of the data. it can aggregate data across multiple dimensions, such as time, location, product, and cust...
openstax_introduction_to_computer_science_-_web
[ 0.00897976104170084, -0.00605276133865118, -0.00419801427051425, -0.01656838320195675, -0.011904166080057621, -0.004270341247320175, 0.006284763570874929, -0.023043189197778702, 0.06083796173334122, 0.07363278418779373, -0.0007881051860749722, 0.00008803761011222377, -0.036860574036836624, ...
8. 6 data management for shallow and deep learning applications learning objectives by the end of this section, you will be able to : • define big data and explain its related functionality • discuss big data analytics and its impact on computer systems • identify and describe the tools that are used to perform shallow...
openstax_introduction_to_computer_science_-_web
[ 0.02522716112434864, -0.008755466900765896, 0.027490904554724693, 0.033145029097795486, -0.040352340787649155, 0.009986637160182, -0.01843038946390152, -0.05230255424976349, 0.011843997053802013, 0.07720925658941269, -0.0004697898111771792, 0.016174620017409325, -0.0103260213509202, -0.004...
. the five vs of big data big data helps the decision - makers to improve their decisions, which in turn improves the quality of their products and services. big data has many characteristics. researchers defined the scope of big data as five vs ( figure 8. 24 ) : • volume : the amount of data ; also referred to as dat...
openstax_introduction_to_computer_science_-_web
[ -0.016303203999996185, -0.016766803339123726, 0.03600137308239937, 0.04298175871372223, -0.04789990559220314, -0.018041983246803284, 0.01793794520199299, -0.031806446611881256, 0.028255373239517212, 0.038708847016096115, 0.019168438389897346, 0.02476342022418976, 0.019856806844472885, -0.0...
a data warehouse is data consolidation. the use of enterprise information integration ( eii ) to provide a unified view over data sources is data federation. the use of enterprise application integration ( eai ) corresponding to the synchronous or asynchronous propagation of updates in a source system to a target syste...
openstax_introduction_to_computer_science_-_web
[ -0.023033248260617256, 0.008962847292423248, -0.01894884556531906, 0.01900641620159149, -0.03528905287384987, 0.006216777954250574, -0.018922755494713783, -0.04425830394029617, 0.02191949263215065, 0.030422145500779152, -0.017186107113957405, 0.010401877574622631, 0.00916496105492115, -0.0...
8. 6 • data management for shallow and deep learning applications 409 within the business process to improve performance. the main challenge of combining traditional data types with new data types is integrating the diverse data types in such a way that they can be processed and analyzed efficiently. data quality and m...
openstax_introduction_to_computer_science_-_web
[ 0.02527235634624958, -0.009308724664151669, 0.025552505627274513, 0.03605630248785019, -0.022554093971848488, 0.012105371803045273, 0.01586230844259262, -0.02723689191043377, 0.010794068686664104, 0.03291777893900871, -0.021262342110276222, 0.00722834886983037, 0.009408493526279926, 0.0067...
data governance. a well - articulated data governance program is a good starting point. approaches include centralized ( i. e., central department of data scientists handling all analytics requests ), decentralized ( i. e., all data scientists are directly assigned to business units ), and mixed ( i. e., centrally coor...
openstax_introduction_to_computer_science_-_web
[ 0.03063886985182762, -0.019770078361034393, -0.003816783893853426, -0.026112280786037445, -0.021450219675898552, 0.008296830579638481, 0.021096868440508842, -0.028624746948480606, 0.005759123247116804, 0.03572358191013336, -0.06467096507549286, 0.01738319732248783, 0.015138218179345131, 0....
confidential and are not disclosed to unauthorized users ), auditing ( i. e., tracking all access and activity related to data ), and vulnerabilities ( i. e., identifying vulnerabilities in systems and data ). to better understand privacy, we should start with the raci ( responsible, accountable, consulted, and informe...
openstax_introduction_to_computer_science_-_web
[ -0.02078949473798275, -0.032342780381441116, -0.002180679701268673, 0.0077406675554811954, -0.0055623468942940235, -0.007779822684824467, 0.015963425859808922, -0.022540954872965813, -0.005713510327041149, 0.0281746294349432, 0.023324238136410713, 0.006569274235516787, 0.020628025755286217, ...
commodity hardware. concepts in practice private data and analytics all social media and search engine websites use data management for machine and deep learning applications. today there are major concerns related to the use of private data to perform analytics and support targeted sales or broadcast fake news to sele...
openstax_introduction_to_computer_science_-_web
[ 0.0036465106531977654, -0.004050330724567175, -0.014382930472493172, -0.00029864144744351506, -0.028217719867825508, -0.007178717292845249, -0.02531658299267292, -0.0349552184343338, -0.0012452505761757493, 0.045670319348573685, -0.012233336456120014, -0.0012884489260613918, 0.01855262182652...
is to build a process that is easy to maintain and where models are iterated on, the performance is reproducible, and a model ’ s output can be easily understood and visualized for other stakeholders so that they may make informed business decisions. achieving those goals requires selecting the right tools as well as a...
openstax_introduction_to_computer_science_-_web
[ -0.0072680506855249405, 0.023759424686431885, -0.03338611498475075, -0.04271684214472771, 0.0005656148423440754, 0.0045159971341490746, -0.03643925487995148, -0.03324742987751961, 0.03554810583591461, 0.05576319992542267, -0.01296058390289545, -0.021559784188866615, 0.027620656415820122, -...
8. 6 • data management for shallow and deep learning applications 411 what others in the industry are doing along with best practices. figure 8. 25 shows the three - stage process of the analytics process model, which we discuss next. figure 8. 25 the three - stages of the analytics process model are shown. ( attributi...
openstax_introduction_to_computer_science_-_web
[ -0.004474449437111616, -0.0023713523987680674, 0.015055237337946892, -0.0058762189000844955, -0.024398792535066605, -0.004557287786155939, -0.021345019340515137, -0.005410976242274046, 0.00027733377646654844, 0.07140135765075684, 0.026198718696832657, -0.007899241521954536, -0.01765816844999...
, decision trees ) is predictive analysis. evaluating predictive models splits up the dataset with specific performance measures. patterns of customer behavior ( e. g., association rules, sequence rules, 412 8 • data management access for free at openstax. org and clustering ) are considered descriptive analytics. glob...
openstax_introduction_to_computer_science_-_web
[ 0.000045208100345917046, 0.04379674047231674, -0.011100363917648792, -0.019246842712163925, 0.03612521290779114, -0.021346114575862885, -0.0033034055959433317, -0.004830819554626942, -0.0033839461393654346, 0.08191391825675964, 0.0012079792795702815, -0.0007099647773429751, -0.04222014173865...
return on investment ( roi ) determines the ratio of net profits divided by the investment of resources. think it through machine learning you are given a dataset that pertains to hospital patients affected with a particular condition and you are asked to create a predictive model that could be used to assess testing n...
openstax_introduction_to_computer_science_-_web
[ -0.008261282928287983, 0.03427956998348236, -0.039914656430482864, -0.04330175369977951, -0.02114274725317955, -0.018451126292347908, -0.01781575381755829, -0.0671386867761612, -0.009822101332247257, 0.0760321095585823, 0.0020056823268532753, 0.028208207339048386, -0.00016694352962076664, ...
8. 6 • data management for shallow and deep learning applications 413 step is distributing data across multiple computers ( map ) with each performing a computation on its slice of the data in parallel. the next step combines those results in a pair - wise manner ( reduce ). figure 8. 27 after the data input stage, map...
openstax_introduction_to_computer_science_-_web
[ -0.017804212868213654, 0.015146936289966106, -0.013957175426185131, -0.01491541974246502, -0.01437285915017128, 0.04104149341583252, -0.013868006877601147, -0.04795186594128609, 0.022140566259622574, 0.0797172486782074, -0.02285732328891754, -0.025078250095248222, 0.009154009632766247, -0....
in a way that allows it to be easily accessed and used for analytics purposes. sql on hadoop because of the complexity of mapreduce in a database query, many industries create other solutions. in 2007, hadoop included the first version of hbase as a data storage platform. hbase offers a simplified structure and query l...
openstax_introduction_to_computer_science_-_web
[ -0.00026962836273014545, 0.0075976550579071045, -0.0017528004245832562, -0.004569952841848135, 0.0171075239777565, 0.038735318928956985, -0.03924858197569847, -0.003962869290262461, 0.01856103539466858, 0.0400858074426651, -0.02221943810582161, -0.01683453842997551, 0.033294420689344406, -...
data in real time. azure stream analytics is a real - time analytics event - processing engine to analyze big data streaming from multiple sources. on - premises vs. cloud solutions another innovation that has completely transformed enterprise big data analytics capabilities is the rise of cloud services. before cloud ...
openstax_introduction_to_computer_science_-_web
[ -0.004313600715249777, 0.03183061257004738, -0.014013097621500492, -0.016561131924390793, 0.017692221328616142, -0.009764381684362888, -0.03420963138341904, -0.011327611282467842, 0.03153780847787857, 0.035862844437360764, -0.007906118407845497, -0.014328001998364925, 0.05001172795891762, ...
information in documents using retrieval models that specify matching functions and query representation is information retrieval. enterprises use a variety of retrieval models for intranet, web search, and analysis such as keyword queries that use a keyword to retrieve documents, boolean queries that use logical opera...
openstax_introduction_to_computer_science_-_web
[ 0.0004467888502404094, -0.006147510372102261, 0.00920172594487667, -0.01177353598177433, -0.015372972004115582, 0.02278408780694008, -0.02122238092124462, -0.04511938616633415, 0.010670467279851437, 0.060932643711566925, 0.015445125289261341, 0.004234529100358486, -0.024723879992961884, -0...
8. 6 • data management for shallow and deep learning applications 415 queries that check how close to each other within a record multiple entities are, wild card queries that support matching expressions, and natural language queries that try to formulate answers to a specific question from retrieved results. searching...
openstax_introduction_to_computer_science_-_web
[ 0.019522277638316154, 0.010567222721874714, 0.003928851801902056, -0.014662188477814198, -0.012691816315054893, 0.04760684072971344, -0.014781797304749489, -0.05297213792800903, -0.0098495502024889, 0.06947784125804901, 0.007701919414103031, 0.01721317693591118, -0.0371130034327507, -0.027...
##tribution : copyright rice university, openstax, under cc by 4. 0 license ) sample ai applications amazon provides various ml services. they allow developers to integrate cloud ml into mobile and other applications. amazon lex allows users to incorporate voice input into applications ( extension of amazon ’ s echo pr...
openstax_introduction_to_computer_science_-_web
[ 0.028049912303686142, 0.013181996531784534, -0.023587290197610855, -0.010927201248705387, -0.029314300045371056, -0.0015726478304713964, -0.04478728026151657, -0.025477664545178413, -0.01782127283513546, 0.07139661908149719, 0.008605819195508957, -0.015381677076220512, 0.02439449355006218, ...
##xs / wikimedia commons, cc0 ) cognitive analytics frameworks for deep machine learning in this section, we introduce examples of cognitive analytics frameworks for deep machine learning applications such as spark mllib, amazon machine learning platform and mxnet, google tensorflow, azure machine learning platform, an...
openstax_introduction_to_computer_science_-_web
[ 0.016795076429843903, -0.00822931807488203, -0.034133587032556534, -0.008045447990298271, 0.01193767599761486, 0.014231937937438488, -0.0149005688726902, -0.05346609279513359, -0.019058721140027046, 0.06222006306052208, 0.026196932420134544, -0.02109929360449314, 0.027169955894351006, -0.0...
8. 6 • data management for shallow and deep learning applications 417 azure machine learning platform and microsoft cognitive toolkit the microsoft cognitive toolkit software is available for download in a variety of formats so that deep learning examples can be run on azure as clusters of docker containers ( i. e., mu...
openstax_introduction_to_computer_science_-_web
[ 0.02234259620308876, 0.029742039740085602, -0.00920743029564619, 0.03611993044614792, -0.011056275106966496, 0.03245116025209427, -0.013689815998077393, -0.029839524999260902, -0.0004524175892584026, 0.07785341143608093, -0.0032626043539494276, -0.005389356054365635, 0.014391405507922173, ...
##using solutions such as amazon redshift, which is a data warehouse cloud platform for amazon web services, and pivotal greenplum, which is a big data technology based on mpp architecture combined with an open - source database.
openstax_introduction_to_computer_science_-_web
[ 0.004473940469324589, 0.017451554536819458, -0.019352400675415993, 0.04802468791604042, 0.004628074821084738, 0.046254176646471024, -0.03373047709465027, 0.00460801413282752, 0.05529235675930977, 0.017006343230605125, -0.01675424911081791, -0.03829578310251236, 0.04741719365119934, -0.0223...
8. 7 informatics and data management learning objectives by the end of this section, you will be able to : • define informatics and discuss its applications in various industries • explain the role and life cycle of information systems as discussed earlier, the data analysis process produces reports that help the decis...
openstax_introduction_to_computer_science_-_web
[ 0.022761374711990356, 0.014611965976655483, 0.016195205971598625, 0.013170032761991024, -0.039242200553417206, 0.03414563462138176, -0.023513084277510643, -0.06885512918233871, 0.007643353193998337, 0.039508167654275894, -0.015082983300089836, 0.010484790429472923, -0.023791607469320297, 0...
records relevant to an organization. these systems also help informatics professionals turn data and information into actionable knowledge from a user - centered perspective within the context of specific disciplines or industry such as health or sports. helping uncover critical information that can improve the user ex...
openstax_introduction_to_computer_science_-_web
[ 0.00936470553278923, 0.015628650784492493, 0.01214897632598877, -0.022060563787817955, -0.025450965389609337, 0.0045766765251755714, 0.001478909864090383, -0.0646088644862175, 0.02430451475083828, 0.05187547206878662, -0.014088151976466179, 0.002643623622134328, 0.0074736434035003185, 0.02...
8. 7 • informatics and data management 419 chapter review key terms analytics process model provides a statistical analysis using a set of processes to solve system problems and find a new market opportunity archival backup storing the data in different servers / sites asynchronous call client sends a request without w...
openstax_introduction_to_computer_science_-_web
[ -0.01604122668504715, 0.04124317690730095, 0.028728241100907326, 0.017410287633538246, -0.0025801751762628555, 0.02879171445965767, -0.011507526971399784, -0.05854486674070358, 0.01692795194685459, 0.0968598872423172, -0.02542858012020588, -0.00537901371717453, -0.009701788425445557, -0.02...
uses the cloud to store, process, and manage data data completeness degree to which all data in a specific dataset are available with a minimum percentage of missing data data compliance process that ensures that data practices align with external legal requirements and industry standards data consistency keeping data ...
openstax_introduction_to_computer_science_-_web
[ -0.02412836067378521, -0.0033158196602016687, 0.009069190360605717, 0.03200472891330719, -0.023041483014822006, 0.010241479612886906, -0.016540203243494034, -0.04711563512682915, 0.014282209798693657, 0.08000291883945465, -0.030968541279435158, -0.004354554228484631, -0.024585094302892685, ...
target system data quality ( dq ) measure of how well the data represents its purpose or fitness for use data quality dimension includes accuracy, completeness, consistency, and accessibility data query language ( dql ) language used to make various queries in a database data redundancy happens when the same piece of d...
openstax_introduction_to_computer_science_-_web
[ -0.013612071052193642, -0.0031284356955438852, 0.025640560314059258, 0.025988975539803505, -0.01676863245666027, 0.01893974095582962, 0.015181882306933403, -0.023463431745767593, -0.03204299509525299, 0.02939673326909542, 0.012864351272583008, -0.0159018374979496, -0.0027024387381970882, -...
security using a set of controls to secure data, guaranteeing a high level of confidentiality database transaction sequence of read / write operations considered to be an atomic unit database user person with the privileges to access, analyze, update, and maintain the data dbms interface main line of communication betw...
openstax_introduction_to_computer_science_-_web
[ -0.02815442718565464, -0.010733538307249546, 0.03748728707432747, 0.0396505668759346, -0.02945847436785698, 0.007945320568978786, -0.02176268771290779, -0.049707937985658646, 0.00041904617683030665, 0.04801947623491287, 0.009877379052340984, -0.0035729561932384968, 0.02012174390256405, -0....
functional dependency ( fd ) constraint that specifies the relationship between two sets of attributes and provides a formal tool for the analysis of relational schemas garbage in, garbage out ( gigo ) quality of output is determined by the quality of the input graph - based database database that represents data as a ...
openstax_introduction_to_computer_science_-_web
[ -0.038658954203128815, -0.025290681049227715, 0.01485857367515564, 0.030286096036434174, -0.014847340993583202, 0.05062203109264374, -0.022189047187566757, -0.03161979466676712, 0.014343103393912315, 0.0502181202173233, 0.0002230119425803423, 0.0030743794050067663, 0.0037630372680723667, -...
analysis, design, implementation, and validation and acceptance testing 422 8 • chapter review access for free at openstax. org mapreduce open - source software framework used to apply complex queries master data management ( mdm ) series of processes, policies, standards, and tools to help organizations define and pro...
openstax_introduction_to_computer_science_-_web
[ -0.0362556055188179, -0.015051930211484432, 0.015267212875187397, 0.00034436251735314727, 0.0017616659170016646, 0.0040108743123710155, -0.014833915047347546, -0.037453845143318176, 0.013516021892428398, 0.06295567005872726, -0.001221828511916101, -0.005291040055453777, 0.029433632269501686,...
graph, key - value stores, and column - oriented databases object persistence refers to when an object is not deleted until a need emerges to remove it from memory object - oriented dbms data model in which the data are organized into an oo data model as no impedance mismatch in combination with the oo host language on...
openstax_introduction_to_computer_science_-_web
[ -0.007460503838956356, 0.00720803951844573, -0.003219165373593569, -0.0013653038768097758, 0.006288692355155945, 0.01453715655952692, -0.010044754482805729, -0.03112643212080002, 0.0315837524831295, 0.048157524317502975, -0.014642028138041496, -0.0043639373034238815, -0.02187362313270569, ...
database query language for relational databases based on domain relational calculus redundant array of inexpensive disks ( raid ) stores information across an array of low - cost hard disks reinforcement machine learning method based on encouraging desired behaviors and removing undesired behaviors relation mathematic...
openstax_introduction_to_computer_science_-_web
[ -0.0328981913626194, -0.008313527330756187, 0.014059210196137428, -0.018603822216391563, -0.023073911666870117, 0.0362279899418354, -0.0004785616183653474, -0.022370077669620514, -0.04068167507648468, 0.06101847440004349, 0.005821703467518091, 0.023057127371430397, -0.02078653685748577, -0...
the service tablespace where tables are stored physically in the memory theta join allows merging two tables based on a theta condition thin client variant where only the presentation logic is handled by the client and applications and database commands are executed on the server ; it is common when application logic a...
openstax_introduction_to_computer_science_-_web
[ -0.01197523158043623, 0.001461067353375256, -0.000396648800233379, 0.016083594411611557, -0.04357040673494339, -0.014526072889566422, -0.019262026995420456, -0.02750120870769024, -0.00705657247453928, 0.06243244186043739, -0.014632067643105984, 0.05182718113064766, -0.00028553506126627326, ...
extra layer on top of a collection of physical independent data marts volume amount of data ; data at rest weak entity type of entity that cannot be uniquely identified based on its attributes alone and must rely on a strong entity to provide the context necessary for identification xml dbms data model in which the dat...
openstax_introduction_to_computer_science_-_web
[ -0.021745577454566956, -0.012703224085271358, 0.020243313163518906, 0.02439640462398529, 0.0033917862456291914, 0.0058329300954937935, 0.03482339158654213, -0.05198206752538681, 0.014453871175646782, 0.05690811201930046, 0.02228679694235325, 0.006096872501075268, 0.017626820132136345, -0.0...
8. 1 data management focus • to make a decision, data should be formatted and converted to information. knowledge comes after processing the information. • metadata are data about data and are stored in catalogs. the catalog provides an important source of information for end users. • data quality represents the measur...
openstax_introduction_to_computer_science_-_web
[ 0.02007399871945381, -0.028024062514305115, 0.01191256195306778, -0.006314542144536972, -0.01731407828629017, 0.009977148845791817, 0.024752382189035416, -0.02326968125998974, 0.013326608575880527, 0.03802366554737091, -0.03151920810341835, -0.013116172514855862, -0.010311370715498924, 0.0...
8. 2 data management systems • to store, retrieve, edit, and maintain the related data in the database, we need a system that is a database management system ( dbms ). • a database can be defined as a collection of related data items within a specific business process or problem setting. • a dbms is the software packag...
openstax_introduction_to_computer_science_-_web
[ -0.011174817569553852, -0.009933209978044033, 0.002800300484523177, -0.024720914661884308, 0.0059133307076990604, 0.023557450622320175, -0.007179796230047941, -0.0471380241215229, 0.015216833911836147, 0.04042684659361839, -0.016187619417905807, 0.005189619027078152, 0.013677092269062996, ...
8. 3 relational database management systems • the relational model of data is based on the mathematical concept of a relation. • relational database management systems ( rdbmss ) are one type of dbms that stores related data elements in a row - based table structure. • sql is a language used in programming and managing...
openstax_introduction_to_computer_science_-_web
[ -0.033306896686553955, 0.000032262039894703776, 0.0009598584729246795, -0.01781630888581276, 0.005618741735816002, 0.04330942779779434, 0.011920847930014133, -0.021018292754888535, -0.0309737715870142, 0.06292536109685898, -0.0005124153685756028, 0.002518958877772093, 0.003376965643838048, ...
8. 4 nonrelational database management systems • a nonrelational database is a database that does not use traditional ways for storing data. • flat file databases and multifile relational databases are the two main legacy dbms. • a hierarchical model is a model in which data are stored in the form of records and organi...
openstax_introduction_to_computer_science_-_web
[ -0.031608350574970245, 0.010797448456287384, -0.010352063924074173, -0.014437430538237095, -0.000125665043015033, 0.028281867504119873, 0.011361743323504925, -0.018854539841413498, -0.027165411040186882, 0.05931505188345909, -0.015164537355303764, 0.02935253083705902, 0.010513241402804852, ...
8. 5 data warehousing, data lakes, and business intelligence • a data warehouse is a relational database that stores processed data that are optimized for gathering 426 8 • chapter review access for free at openstax. org business insights to support decision - making process. • in designing a data warehouse, many schem...
openstax_introduction_to_computer_science_-_web
[ -0.021128632128238678, 0.008658159524202347, -0.017383333295583725, -0.030047329142689705, -0.018156833946704865, -0.012278634123504162, 0.0035952776670455933, -0.01989484205842018, -0.020234456285834312, 0.0547945573925972, -0.012905186973512173, 0.012954432517290115, 0.0075719342567026615,...
8. 6 data management for shallow and deep learning applications • data integration aims to provide a unified view and / or unified access over heterogeneous, and possibly distributed, data sources. • big data encompasses both structured and highly unstructured forms of data. • the scope of big data has five vs : volume...
openstax_introduction_to_computer_science_-_web
[ 0.021352769806981087, -0.008295279927551746, 0.008620960637927055, 0.014669027179479599, -0.038686130195856094, 0.019715601578354836, 0.006644080858677626, -0.04841475188732147, -0.0063272020779550076, 0.06396034359931946, 0.0006930763483978808, 0.02066144160926342, 0.008720261976122856, -...
8. 7 informatics and data management • informatics describes the study, design, and development of information technology for the good of people, organizations, and society. • information systems clearly support informatics and provide an organizational context for using database systems to help collect, organize, stor...
openstax_introduction_to_computer_science_-_web
[ 0.010019038803875446, -0.002544615650549531, 0.017215196043252945, -0.01216528657823801, -0.03047429956495762, 0.026799838989973068, -0.016562677919864655, -0.05512769892811775, -0.005798750557005405, 0.035718947649002075, -0.006923818029463291, -0.006944182328879833, 0.021612711250782013, ...
environment. 3. what are three examples of data quality parameters? a. size, accuracy, and variety of sources b. accuracy, age of data, and size c. accuracy, security, and variety of sources d. accessibility, accuracy, and security 4. define data governance. 5. what is metadata and what is involved in cataloging them? ...
openstax_introduction_to_computer_science_-_web
[ 0.024648206308484077, -0.01965058408677578, 0.053160034120082855, -0.012938464991748333, -0.019690923392772675, 0.0036197348963469267, -0.00525321252644062, -0.02751612663269043, -0.009312416426837444, 0.06247006356716156, -0.005099630448967218, 0.0086689917370677, 0.03351448103785515, -0....
cloud. d. a separation of logical layers and presentation layers of data 11. give a few examples of data models and explain how they differ from one another. 12. give examples of dbms users. 13. what type of systems is described where the presentation layer is only on the client device but the application and data laye...
openstax_introduction_to_computer_science_-_web
[ -0.013033135794103146, -0.016967568546533585, 0.011039212346076965, 0.012241331860423088, -0.020367464050650597, -0.01392724271863699, 0.0013409614330157638, -0.04565432295203209, -0.03628002107143402, 0.08661294728517532, 0.003692501224577427, 0.033936791121959686, 0.04106929898262024, -0...
b. data stored without organization to make retrieval easy c. a large data repository that stores raw data and can be set up without having to first define the 8 • chapter review 429 data structure and schema d. centralizes an enterprise ’ s data from its databases, supporting the flow of data from operational systems ...
openstax_introduction_to_computer_science_-_web
[ 0.023236561566591263, -0.013181920163333416, 0.0017446832498535514, -0.0006002583540976048, -0.041046395897865295, 0.016725623980164528, 0.0036819837987422943, -0.012438831850886345, -0.012553085573017597, 0.07053308188915253, 0.014965137466788292, -0.013382380828261375, -0.02687972597777843...
relate to the various level of abstractions encountered when managing data. these levels are known ( going from top to bottom ) as data, information, knowledge, and wisdom. can you explain why we use a pyramid to represent the levels of abstraction? give a specific example of a pyramid starting with actual data. can yo...
openstax_introduction_to_computer_science_-_web
[ 0.01376661192625761, -0.03403604030609131, 0.04459270089864731, -0.014912550337612629, -0.008205769583582878, -0.00893352273851633, -0.011731128208339214, -0.006863236427307129, -0.03305468335747719, 0.08842625468969345, 0.021554943174123764, 0.03384150564670563, 0.003693516831845045, -0.0...
than the third normal form. • the second normal form is more strict than the boyce - codd normal form. • the first normal form is more strict than the boyce - codd normal form. 6. give practical examples of applications where it would be best to use the following : key - value store, document store, column - oriented d...
openstax_introduction_to_computer_science_-_web
[ 0.021425748243927956, -0.0035595938097685575, 0.03332601487636566, -0.012351114302873611, -0.055464278906583786, -0.02591763064265251, -0.032090332359075546, -0.00889873132109642, 0.000429750100011006, 0.08734346926212311, 0.02426513098180294, 0.009061884135007858, 0.038217175751924515, -0...
a given project. 7. research some popular sql and nosql tools. create a list of tools that are available for each database type. download a version of an sql and nosql tool of your choice and create a table in each. 8. contrast operational, tactical, and strategic decision - making. illustrate with an example in 8 • ch...
openstax_introduction_to_computer_science_-_web
[ 0.02242867834866047, 0.012964610941708088, -0.004785193596035242, -0.00990038737654686, -0.0261763334274292, -0.006332348100841045, -0.005031073931604624, -0.006939559709280729, 0.032627057284116745, 0.05774492025375366, -0.0009632296860218048, -0.032560113817453384, 0.04348254203796387, -...
be filled. which record organization technique would be preferred for this purpose? why would it be the best choice? 6. select a key - value store of your choice and implement a sample application using it. 7. discuss four approaches to deal with slowly changing dimensions in a data warehouse. can any of these approach...
openstax_introduction_to_computer_science_-_web
[ 0.01736028492450714, 0.005062849726527929, 0.015100180171430111, -0.007887274026870728, 0.0033259550109505653, -0.012049848213791847, -0.01840216852724552, -0.0025062274653464556, -0.0016230328474193811, 0.06026391685009003, -0.025601360946893692, -0.017496302723884583, 0.031714264303445816,...
give some precise examples and explain how the start - up would be able to scale this approach. 3. consider our start - up company that is 100 % committed to leveraging innovative technologies as a business growth facilitator. describe how it could use a “ universal ” approach to apply a rdbms to all possible data mana...
openstax_introduction_to_computer_science_-_web
[ 0.02156141959130764, 0.009454473853111267, 0.015500488691031933, -0.017396708950400352, -0.013376674614846706, -0.0006636996986344457, -0.009469366632401943, 0.01194195356220007, -0.0007611591136083007, 0.06257472932338715, -0.01673334650695324, 0.0036358782090246677, 0.04741282761096954, ...
describe how it could put together a generic framework to support informatics applications in any domain. does such a solution exist already? either way, how would the start - up be able to scale this approach? labs 1. search online to learn what a virtual machine is. you are setting up a virtual machine ( vm ) on micr...
openstax_introduction_to_computer_science_-_web
[ -0.001851009437814355, 0.042328909039497375, -0.019083919003605843, -0.007059980183839798, -0.025525011122226715, 0.04170224070549011, -0.026441950350999832, -0.012035150080919266, 0.027256837114691734, 0.06937301158905029, -0.03516751900315285, -0.028426675125956535, 0.050528500229120255, ...
the dataset because it is intended for multiple purposes downstream, such as aws redshift for relational analytics, aws elasticsearch for text search, or an optimized distributed file system for low - cost active archive storage, which can be queried with an mpp sql engine. 6. investigate how to put together an end - t...
openstax_introduction_to_computer_science_-_web
[ -0.00872470997273922, 0.025865906849503517, -0.01233292929828167, 0.016577595844864845, -0.010674092918634415, 0.037503793835639954, -0.047817762941122055, -0.008161760866641998, 0.029539717361330986, 0.051937125623226166, -0.024706857278943062, -0.05465567111968994, 0.03218524530529976, -...
: modification of “ lexus lf - a ” by nan palmero / flickr, cc by 2. 0 ; credit right : modification of " m25, orbital, approaching bright - heads up display " by jay galvin / flickr, cc by 2. 0 ) chapter outline 9. 1 software engineering fundamentals 9. 2 software engineering process
openstax_introduction_to_computer_science_-_web
[ 0.027972182258963585, -0.0032730589155107737, 0.0029987322632223368, 0.003321518888697028, -0.05449394881725311, -0.009475058875977993, -0.02785753645002842, -0.04069904237985611, 0.013116071932017803, 0.0464959591627121, -0.003274729708209634, -0.006717491429299116, 0.022862490266561508, ...
9. 3 special topics introduction what is software engineering? why is software engineering important? how is software engineering done? well, software engineering impacts every industry and all aspects of life. one sector where software engineering has been revolutionary is the automobile industry. software that has be...
openstax_introduction_to_computer_science_-_web
[ 0.013178842142224312, 0.026449890807271004, -0.04359588399529457, -0.039421238005161285, -0.012403827160596848, 0.0034679959062486887, -0.01714073307812214, -0.03321055322885513, 0.0063628447242081165, 0.027379870414733887, -0.018448755145072937, -0.005970966070890427, 0.008613546378910542, ...
years ago had little to no software engineering in its operation. in today ’ s automobile industry, software engineers are creating a variety of solutions that are incorporated throughout a vehicle. this ranges from the software running on interactive screens on dashboards that feature music systems and navigational ai...
openstax_introduction_to_computer_science_-_web
[ 0.003652837360277772, 0.022825947031378746, -0.0472518652677536, -0.02466091699898243, -0.024080924689769745, 0.01025540940463543, -0.044339049607515335, -0.01767498441040516, 0.040986962616443634, 0.02940908446907997, 0.01258416473865509, 0.013289517723023891, 0.022713737562298775, -0.033...
engineers to understand their role and to familiarize themselves with software engineering processes, the types of solutions and technologies that are available, and their applicability to a given project at a given time. consider a scenario in which a software engineer is working at a company called techworks. the eng...
openstax_introduction_to_computer_science_-_web
[ 0.008692380972206593, 0.03737281262874603, -0.04201691597700119, 0.0012609455734491348, -0.010391967371106148, 0.018359052017331123, -0.04631888121366501, -0.024757973849773407, 0.027817653492093086, 0.027241608127951622, 0.002487389836460352, -0.01660018227994442, 0.020167984068393707, -0...
9. 1 software engineering fundamentals learning objectives by the end of this section, you will be able to : • describe the intent of software engineering and how it relates to computer science • recognize various categories of software • identify the skills that are required for a software engineer this section introd...
openstax_introduction_to_computer_science_-_web
[ 0.029098447412252426, 0.023601459339261055, -0.042478397488594055, -0.01241227611899376, -0.0164943914860487, 0.025299707427620888, -0.04180052503943443, -0.02848312258720398, -0.0006967484368942678, 0.043568164110183716, -0.010251949541270733, 0.0030239878688007593, -0.0028349123895168304, ...
, is covered in detail as part of this chapter. concepts in practice software and our daily lives software is everywhere, and most of us interact with a software system on a daily basis. yet the importance of software is expected to grow even greater in the coming decades. although most software revenue comes from a ge...
openstax_introduction_to_computer_science_-_web
[ 0.02817923203110695, 0.01367455255240202, -0.052612289786338806, -0.0364813357591629, -0.004849408753216267, -0.0011872869217768312, 0.004770101048052311, -0.007338290102779865, 0.02193230763077736, 0.03267732635140419, 0.0037788597401231527, -0.011328513734042645, 0.036536213010549545, -0...